diff options
author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-07-25 14:14:47 +0000 |
---|---|---|
committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-07-25 14:14:47 +0000 |
commit | 29407cbe801bfdfbe59ad0e40be8fc8ced4ac778 (patch) | |
tree | e38a41314519fb9e8ea8041668f7a0623c0be893 /manual | |
parent | ebc076bc15d6501674b9db772557a0eadfb4a5e2 (diff) |
Implement feature request FS#7476: Add a "song progress percentage" WPS tag (%px) that can be used in a conditional to create custom progress meters.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/wps_tags.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 805a61f3ac..af4018df50 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -89,6 +89,7 @@ Example for the \config{\%dN} commands: If the path is \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ }% + \config{\%px} & Percentage Played In Song\\ \config{\%pc} & Current Time In Song\\ \config{\%pe} & Total Number of Playlist Entries\\ \nopt{player}{% |