diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 11:18:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 11:18:18 +0000 |
commit | 001268a451019cd2b5293b8e4428bf9948842a21 (patch) | |
tree | b333393781a326a1181786e12389c61ab1270d1a /www/manual/rec-dir.t | |
parent | 6eb4254dfa78677a1e336d0f820d5b7fe05eba14 (diff) |
initial user docs templates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual/rec-dir.t')
-rw-r--r-- | www/manual/rec-dir.t | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t new file mode 100644 index 0000000000..ef8a2bb3dc --- /dev/null +++ b/www/manual/rec-dir.t @@ -0,0 +1,36 @@ +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. + +[screen dump] + +[ ] = mp3 file + +[ ] = m3u file + +If you have enabled 'mp3/m3u filter' in the global settings, only files ending +with .mp3 or .m3u will be displayed in the browser. + +Buttons: + + 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. + RIGHT If the cursor is now on a line of a directory, the browser will switch + into browsing that directory. If the cursor is on a line with a file, + special actions are peformed depending on the file type. If the file + is an mp3 file, it'll jump into the <a href="rec-wps.html">WPS</a> and + start playing this file. + If the file is 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 you have 'shuffle' selected in the global settings, the + playlist will be shuffled directly after having been loaded, otherwise + it'll be played in a straight top-to-bottom fashion. + PLAY The same as RIGHT + ON If there is an mp3 playing, this'll switch back the WPS. + OFF If there is an mp3 playing, this stops playback. + F1 Switches to the <a href="rec-menu.html">main menu</a>. + F2 + F3 |