diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-03-11 12:49:36 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-03-11 12:49:36 +0000 |
commit | 42f261eebef6ddbec6f9d8d1c4a1999cc72f588b (patch) | |
tree | 1e171adc1bea75c4c6de8d43ad4ea345c67abadd /docs/CUSTOM_WPS_FORMAT | |
parent | c38c70194f6374a3fedd8a622ca0c668ff52e811 (diff) | |
download | rockbox-42f261eebef6ddbec6f9d8d1c4a1999cc72f588b.tar.gz rockbox-42f261eebef6ddbec6f9d8d1c4a1999cc72f588b.zip |
Added new tags %pf and %pv.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3430 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r-- | docs/CUSTOM_WPS_FORMAT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT index 4d638b82e0..8aadcb401c 100644 --- a/docs/CUSTOM_WPS_FORMAT +++ b/docs/CUSTOM_WPS_FORMAT @@ -58,6 +58,7 @@ 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. + %pf : Player: Full-line progress bar + time display %pc : Current Time In Song %pe : Total Number of Playlist Entries %pm : Peak Meter (Recorder only) @@ -67,6 +68,7 @@ Playlist/Song Info Tags: %pr : Remaining Time In Song %ps : Shuffle. Shows 's' if shuffle mode is enabled. %pt : Total Track Time + %pv : Current volume Conditional Tags (If/Else block): %?xx<|> : Conditional: if the tag specified by "xx" has a value, the |