summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-04 13:46:37 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-04 13:46:37 +0000
commitc6f234a4ccc917d16b21b89b00700391aaacca51 (patch)
tree5d5606e16bf406ba29e10ba903a8221fcffb8281 /docs
parent1e781eab6c7177df33e016d01dbd78ae25b36e2f (diff)
downloadrockbox-c6f234a4ccc917d16b21b89b00700391aaacca51.tar.gz
rockbox-c6f234a4ccc917d16b21b89b00700391aaacca51.zip
WPS files now supports comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4014 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/CUSTOM_WPS_FORMAT3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index 557402bc26..9a11c398cd 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -8,6 +8,7 @@ Description / General Info
8* After editing the .wps file, "play" it to make it take effect. 8* After editing the .wps file, "play" it to make it take effect.
9* The file may be 2 lines long for the Player, and 10 lines for the Recorder. 9* The file may be 2 lines long for the Player, and 10 lines for the Recorder.
10* All characters not preceded by % are displayed as typed. 10* All characters not preceded by % are displayed as typed.
11* A line beginning with # is a comment
11 12
12File Location 13File Location
13------------- 14-------------
@@ -100,11 +101,13 @@ Default
100If you haven't selected a .wps file in the .rockbox directory, you get the 101If you haven't selected a .wps file in the .rockbox directory, you get the
101hardcoded wps layout. The default WPS screen is for player: 102hardcoded wps layout. The default WPS screen is for player:
102 103
104# Default WPS for Player
103%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d2> - %?id<%id|%d1> 105%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d2> - %?id<%id|%d1>
104%pc%?ps<*|/>%pt 106%pc%?ps<*|/>%pt
105 107
106and for recorder: 108and for recorder:
107 109
110# Default WPS for Recorder
108%s%?it<%?in<%in. |>%it|%fn> 111%s%?it<%?in<%in. |>%it|%fn>
109%s%?ia<%ia|%?d2<%d2|(root)>> 112%s%?ia<%ia|%?d2<%d2|(root)>>
110%s%?id<%id|%?d1<%d1|(root)>> %?iy<(%iy)|> 113%s%?id<%id|%?d1<%d1|(root)>> %?iy<(%iy)|>