From 3e92ef43aef1dc032da2a9a3b572d12a45b1f00e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 6 Sep 2002 23:25:24 +0000 Subject: Updated %pb and max lines info git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2219 a1c6a512-1295-4272-9138-f99709370657 --- docs/CUSTOM_WPS_FORMAT | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/CUSTOM_WPS_FORMAT') 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 -- cgit