summaryrefslogtreecommitdiffstats
path: root/docs/CUSTOM_WPS_FORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-05 18:38:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-05 18:38:01 +0000
commit938d3b4f410ac0d93378987f4012349c77abacd4 (patch)
tree14cd63e54638df5f2bb640d6c090e46947db016b /docs/CUSTOM_WPS_FORMAT
parent7fed4a0f359641a5d4db84f18421c019ddda365c (diff)
downloadrockbox-938d3b4f410ac0d93378987f4012349c77abacd4.tar.gz
rockbox-938d3b4f410ac0d93378987f4012349c77abacd4.zip
Added Björns recent changes, and made the tags get listed in alphabetical
order. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2954 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r--docs/CUSTOM_WPS_FORMAT20
1 files changed, 14 insertions, 6 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index 29e584a1a2..da81856599 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -22,16 +22,23 @@ Tags
----
ID3 Info Tags:
%ia : ID3 Artist
- %it : ID3 Track Title
- %in : ID3 Track Number
%id : ID3 Album Name
+ %ig : ID3 Genre Name
+ %in : ID3 Track Number
+ %it : ID3 Track Title
+ %iy : ID3 Year
+
+
+Battery Info:
+ %bl : Show numeric battery level
+ %bt : Show estimated battery time left
File Info Tags:
%fb : File Bitrate (in kbps)
%ff : File Frequency (in Hz)
- %fp : File Path
- %fn : File Name (without extension)
%fm : File Name
+ %fn : File Name (without extension)
+ %fp : File Path
%fs : File Size (In Kilobytes)
%fv : "(vbr)" if variable bit rate or "" if constant bit rate
%d1 : First directory from end of file path.
@@ -46,13 +53,14 @@ Playlist/Song Info Tags:
Player: This will display a 1 character "cup" that empties as the
progresses.
Recorder: This will replace the entire line with a progress bar.
+ %pc : Current Time In Song
+ %pe : Total Number of Playlist Entries
%pm : Peak Meter (Recorder only)
The entire line is used as volume peak meter.
%pn : Playlist Name (Without path or extension)
%pp : Playlist Position
- %pe : Total Number of Playlist Entries
- %pc : Current Time In Song
%pr : Remaining Time In Song
+ %ps : Shuffle. Shows 's' if shuffle mode is enabled.
%pt : Total Track Time
Conditional Tags (If/Else block):