diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 16:15:01 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 16:15:01 +0000 |
commit | 9ac4b446106f733dc1c4be69d97acbcc4c44d9ad (patch) | |
tree | 8b81c2f4e3d0714fd9ec2f0c4a0b4b116055b244 /manual/appendix/wps_tags.tex | |
parent | 20b9020adc521aff2650914695c3e2ccd0025188 (diff) | |
download | rockbox-9ac4b446106f733dc1c4be69d97acbcc4c44d9ad.tar.gz rockbox-9ac4b446106f733dc1c4be69d97acbcc4c44d9ad.zip |
SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated.
NEW PARSER: add an 'N' param type which will accept any number of strings, will cause very big problems if this isnt the last param for a tag.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26727 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index a60c4d2b0b..5459f7da3c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -124,7 +124,7 @@ produce the information for the next file to be played. & This will replace the entire line with a progress bar. \\ & You can set the position, width and height of the progressbar % (in pixels) and load a custom image for it: % - \config{\%pb{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\ + \config{\%pb{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}image.bmp{\textbar}}} \\ \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ }% @@ -145,7 +145,7 @@ produce the information for the next file to be played. {\textbar}N{\textgreater}}\\ & 0 is used for mute, the last option is used for values greater than zero.\\ \opt{lcd_bitmap}{& This can also be used like \%pb to provide a continuous scale: - \config{\%pv{\textbar}image.bmp{\textbar}x{\textbar}y{\textbar}width{\textbar}height{\textbar}}} \\ + \config{\%pv{{\textbar}x{\textbar}y{\textbar}width{\textbar}height\textbar}image.bmp{\textbar}}} \\ \config{\%pS} & Track is starting. An optional number gives how many seconds the tag remains true for after the start of the track. The default is 10 seconds if no number is specified.\\ |