summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_WPS_FORMAT
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-29 05:58:23 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-29 05:58:23 +0000
commit7189bf2ad7283e586fa4e0c84fbc05c6edaba29d (patch)
treeb18d56d560d34da00125dbec1a0ab4e91d2cdd38 /docs/CUSTOM_WPS_FORMAT
parent8097ee6af1ba6a19015532c49d301a81c348aa53 (diff)
downloadrockbox-7189bf2ad7283e586fa4e0c84fbc05c6edaba29d.tar.gz
rockbox-7189bf2ad7283e586fa4e0c84fbc05c6edaba29d.zip
Update to CUSTOM_WPS_FORMAT to reflect new support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2047 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r--docs/CUSTOM_WPS_FORMAT20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index 916c9887b1..776135ba47 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -4,15 +4,12 @@ wps.config File Format Specifications
4 4
5Description / General Info 5Description / General Info
6-------------------------- 6--------------------------
7* The Custom WPS Display is used on the Rockbox Player ONLY, as a means 7* The Custom WPS Display is used on both the Rockbox Player and Recorder,
8 to customize the WPS to the user's likings. 8 as a means to customize the WPS to the user's likings.
9* Plans to implement this feature into the recorder are in progress.
10* The first line of the 2 line display is the customized line (scrolling).
11* The second line is always the time display. (Elapsed & Total Time).
12* The second line is not able to be customized.
13* Any CR's, LF's, or CR/LF's (Commonly known as Newline/Return/Enter) in
14 the wps.config file will be treated as spaces. IE: Don't use them.
15* After editing the wps.config file, you may need to reboot your Rockbox. 9* After editing the wps.config file, you may need to reboot your Rockbox.
10* The file may be 2 lines long for the Player, and 6 lines for the Recorder.
11* The line that has the time displayed on it MUST NOT be the line that
12 is scrolled, or the time will not be updated.
16* All tags except for %%, %?, and %: contain 3 characters (%xx). Remember 13* All tags except for %%, %?, and %: contain 3 characters (%xx). Remember
17 to type the tags correctly, or you will get unexpected output, or even 14 to type the tags correctly, or you will get unexpected output, or even
18 possibly no output at all. 15 possibly no output at all.
@@ -51,6 +48,10 @@ Playlist/Song Info Tags:
51 %pt : Total Track Time 48 %pt : Total Track Time
52Other Tags: 49Other Tags:
53 %% : Displays a % 50 %% : Displays a %
51 %s : Define the line to scroll
52 This MUST be the first tag in the line you want to scroll. It can
53 ONLY be used for one line. Currently, this feature only works in
54 the PLAYER.
54Conditional ID3/File Tags (If/Else block): 55Conditional ID3/File Tags (If/Else block):
55 The following two tags are completely optional, and meant only for those 56 The following two tags are completely optional, and meant only for those
56 that wish to go crazy with customization. It lets you specify what to 57 that wish to go crazy with customization. It lets you specify what to
@@ -71,7 +72,8 @@ Conditional ID3/File Tags (If/Else block):
71 72
72Example wps.config File (Without If/Else) 73Example wps.config File (Without If/Else)
73----------------------- 74-----------------------
74%pp/%pe: %fc * %fsKB 75%s%pp/%pe: %fc * %fsKB
76%pc/%pt
75 77
76 78
77Example Output 79Example Output