diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-09-06 23:25:24 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-09-06 23:25:24 +0000 |
commit | 3e92ef43aef1dc032da2a9a3b572d12a45b1f00e (patch) | |
tree | b877c421c99da35c7036a7b99fd96ab56238d365 /docs/CUSTOM_WPS_FORMAT | |
parent | 11fbddb5b6e4d47040e76df8d448736845de73ce (diff) | |
download | rockbox-3e92ef43aef1dc032da2a9a3b572d12a45b1f00e.tar.gz rockbox-3e92ef43aef1dc032da2a9a3b572d12a45b1f00e.zip |
Updated %pb and max lines info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2219 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r-- | docs/CUSTOM_WPS_FORMAT | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT index e5ce8e6026..365f43050a 100644 --- a/docs/CUSTOM_WPS_FORMAT +++ b/docs/CUSTOM_WPS_FORMAT @@ -5,8 +5,8 @@ Description / General Info -------------------------- * The Custom WPS Display is used on both the Rockbox Player and Recorder, as a means to customize the WPS to the user's likings. -* After editing the .wps file, you may need to reboot your Rockbox. -* The file may be 2 lines long for the Player, and 6 lines for the Recorder. +* After editing the .wps file, "play" it to make it take effect. +* The file may be 2 lines long for the Player, and 10 lines for the Recorder. * The line that has the time displayed on it MUST NOT be the line that is scrolled, or the time will not be updated. * All characters not preceded by % are displayed as typed. @@ -42,9 +42,10 @@ Example for the the %dN commands: If the path is "/Rock/Kent/Isola/11 - 747.mp3", %d1 is "Isola", %d2 is "Kent"... You get the picture. Playlist/Song Info Tags: - %pb : Progress Bar (Player ONLY) - This will display a 1 character "cup" that empties as the song goes - forward. + %pb : Progress Bar + Player: This will display a 1 character "cup" that empties as the + progresses. + Recorder: This will replace the entire line with a progress bar. %pp : Playlist Position %pe : Total Number of Playlist Entries %pc : Current Time In Song |