summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-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.
Tags
----
+(Options marked (*) have been added after the last official release, and are
+thus only available in daily builds.)
+
ID3 Info Tags:
%ia : ID3 Artist
%id : ID3 Album Name
- %ig : ID3 Genre Name
+ %ig : ID3 Genre Name (*)
%in : ID3 Track Number
%it : ID3 Track Title
%iy : ID3 Year
+ %iv : ID3 Version (1.1, 2.2, 2.3, 2.4 or empty if no id3 tag) (*)
Battery Info:
- %bl : Show numeric battery level
- %bt : Show estimated battery time left
+ %bl : Show numeric battery level in percent (*)
+ %bt : Show estimated battery time left (*)
File Info Tags:
%fb : File Bitrate (in kbps)
@@ -78,8 +82,8 @@ Other Tags:
%| : Display a '|'
%> : Display a '>'
%s : Indicate that the line should scroll. Can occur anywhere in
- a line (given that the text is displayed; see conditional
- below). You can specify up to 10 scrolling lines.
+ a line (given that the text is displayed; see conditionals
+ above). You can specify up to 10 scrolling lines (*).
%s is ignored if combined with %pb, %pc or %pr on the same
line (the result wouldn't be good anyway).