#define _PAGE_ Rockbox Directory Browser #include "head.t" #include "manual.t"
In the dir browser, you will see the files and directories that are put in the directory you are currently browsing. You will see tiny symbols on the left side of each entry that shows what kind of entry it is.
![]() |
|
If you have enabled 'mp3/m3u filter' in the global settings, only files ending with .mp3 or .m3u will be displayed in the browser.
Button | Function |
---|---|
UP | Move upwards in the list, if it already is on the topmost entry, you'll see the cursor moved to the last entry in the list. |
DOWN | Move downwards in the list, if it already is on the last entry, you'll see the cursor moved to the first entry in the list. |
LEFT | Move "up" one directory level to the parent directory. |
PLAY or RIGHT | If the cursor is on a directory, the browser will go into that directory.
If the cursor is on an .mp3 file, it'll jump into the WPS and start playing this file. It will then continue to play the other songs in the same directory. If the cursor is on an .m3u file (playlist), the list will first be loaded and then pop up the WPS showing the first file that gets played from the list. If the cursor is on an .ajz file (firmware), the firmware file will be loaded and executed. If the cursor is on a .wps file (WPS config), the file will be loaded and used for the wps display. |
ON | If there is an mp3 playing, this will go back to the WPS. |
OFF | If there is an mp3 playing, this stops playback. |
F1 | Switches to the main menu. |
F2 | Show browse/play settings screen |
F3 | Show display settings screen |