Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:ThirdTube: Difference between revisions

From Hacks Guide Wiki
m (Removing "n" from "an" to correct grammatics.)
No edit summary
Line 40: Line 40:
* No ads
* No ads
** It's more like "Ads are not implemented" rather than "We have ad-blocking functionality". Of course, I will never "implement" it :)
** It's more like "Ads are not implemented" rather than "We have ad-blocking functionality". Of course, I will never "implement" it :)
== Controls ==
* B button : go back to the previous scene
* C-pad up/down : scroll
* L/R : switch between tabs
* Select + Start : blackout the bottom screen
* In video player
** Arrow left/right : 10 s seek
Below are for debug purposes
* Select + X : toggle debug log
* Select + Y : toggle memory usage monitor
* Select + R + A : toggle FPS monitor
== Requirements ==
A 3DS (including 2DS) with Luma3DS installed and DSP1 run.
I haven't tested the minimum system version, but at least 8.1.0-0 is needed.
== FAQ ==
* Does it make sense? The worst question in the console homebrew scene. Isn't it just exciting to see your favorite videos playing on a 3DS?
== Credits ==
* Core 2 Extreme For Video player for 3DS which this app is based on. Needless to say, the video playback functionality is essential for this app, and it would not have been possible to develop this software without him spending his time optimizing the code sometimes even with assembly and looking into HW decoding on the new 3DS.
* dixy52-beep For in-app textures
* PokéTube For the icon and the banner
* The contributors of youtube-dl As a reference about YouTube webpage parsing. It was especially helpful for the deobfuscation of ciphered signatures.
* The contributors of pytube As a reference about YouTube webpage parsing. Thanks to its strict dependency-free policy, I was able to port some of the code without difficulty.