summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-12-20 12:18:16 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-12-20 12:18:16 +0000
commit954c0cef8563c1b5cae05baa2ba002c9e8e1d024 (patch)
tree3226075aeb6cfbc9995906420b0d160081d4943c
parent323f297aded859c4c042eb43ce1e595034bb2527 (diff)
downloadrockbox-954c0cef8563c1b5cae05baa2ba002c9e8e1d024.tar.gz
rockbox-954c0cef8563c1b5cae05baa2ba002c9e8e1d024.zip
Marked options that are only available in daily builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3031 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/CUSTOM_WPS_FORMAT14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index da81856599..4da9f43615 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -20,18 +20,22 @@ folder, it'll be remembered and used for subsequent restarts.
20 20
21Tags 21Tags
22---- 22----
23(Options marked (*) have been added after the last official release, and are
24thus only available in daily builds.)
25
23ID3 Info Tags: 26ID3 Info Tags:
24 %ia : ID3 Artist 27 %ia : ID3 Artist
25 %id : ID3 Album Name 28 %id : ID3 Album Name
26 %ig : ID3 Genre Name 29 %ig : ID3 Genre Name (*)
27 %in : ID3 Track Number 30 %in : ID3 Track Number
28 %it : ID3 Track Title 31 %it : ID3 Track Title
29 %iy : ID3 Year 32 %iy : ID3 Year
33 %iv : ID3 Version (1.1, 2.2, 2.3, 2.4 or empty if no id3 tag) (*)
30 34
31 35
32Battery Info: 36Battery Info:
33 %bl : Show numeric battery level 37 %bl : Show numeric battery level in percent (*)
34 %bt : Show estimated battery time left 38 %bt : Show estimated battery time left (*)
35 39
36File Info Tags: 40File Info Tags:
37 %fb : File Bitrate (in kbps) 41 %fb : File Bitrate (in kbps)
@@ -78,8 +82,8 @@ Other Tags:
78 %| : Display a '|' 82 %| : Display a '|'
79 %> : Display a '>' 83 %> : Display a '>'
80 %s : Indicate that the line should scroll. Can occur anywhere in 84 %s : Indicate that the line should scroll. Can occur anywhere in
81 a line (given that the text is displayed; see conditional 85 a line (given that the text is displayed; see conditionals
82 below). You can specify up to 10 scrolling lines. 86 above). You can specify up to 10 scrolling lines (*).
83 %s is ignored if combined with %pb, %pc or %pr on the same 87 %s is ignored if combined with %pb, %pc or %pr on the same
84 line (the result wouldn't be good anyway). 88 line (the result wouldn't be good anyway).
85 89