From 3375f3563ac039ff9311ed8686672751b182bac5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 18 Sep 2002 12:16:32 +0000 Subject: Manual update git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2324 a1c6a512-1295-4272-9138-f99709370657 --- www/manual/play-dir.t | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'www/manual/play-dir.t') diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t index d1cbe58ded..a0abfd3110 100644 --- a/www/manual/play-dir.t +++ b/www/manual/play-dir.t @@ -10,34 +10,40 @@ directory you are currently browsing. 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: - +
+ +
ButtonFunction
- - 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. + Move up in the list. If you already are on the topmost entry, the + cursor will move to the last entry in the list.
+ - 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. + Move down in the list. If you already are on the last entry, + the cursor will move to the first entry in the list.
STOP - Move "up" one directory level to the parent directory. + Move to the parent directory.
PLAY - - 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 WPS - 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. +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 a .mod 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 -- cgit v1.2.3