-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
veylo3DS :3 edited this page May 3, 2026
·
1 revision
Tunez3DS uses both screens of the 3DS:
- Top screen — Now Playing view showing album art, track title, artist, progress bar, and playback status
- Bottom screen — File browser for navigating folders and selecting tracks
| Button | Action |
|---|---|
| D-Pad Up / Down | Navigate the file list |
| A | Open a folder / Play a track |
| X | Pause / Resume playback |
| Y | Stop playback |
| B | Go up one folder |
| START | Quit Tunez3DS |
The bottom screen shows the contents of your current directory, starting at sdmc:/Music. Folders are shown in blue with a / prefix. Use D-Pad Up/Down to navigate and A to open a folder or play a track.
Long filenames scroll automatically after a short pause when selected.
A scrollbar appears on the right edge when there are more entries than fit on screen.
Pressing B to leave a folder will automatically re-select that folder when you return to the parent directory.
When a track is playing, the top screen displays:
- Album art — extracted from the MP3's embedded ID3 tags (JPEG or PNG). A placeholder box is shown if no art is found.
-
Track title — from the ID3
TIT2tag, falling back to the filename if no tag is present -
Artist — from the ID3
TPE1tag -
Progress bar — shows playback position with current and total time (e.g.
1:23 / 3:45) -
Playback status — shows
> PLAYINGor|| PAUSED
- MP3 (
.mp3)
Tunez3DS starts at sdmc:/Music and supports any subfolder structure. For example:
sdmc:/Music/
├── song.mp3
├── Artist Name/
│ ├── Album Name/
│ │ ├── 01 - Track.mp3
│ │ └── 02 - Track.mp3