This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8965 - WPS tag for showing skip length
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Monday, 05 May 2008, 21:46 GMT+2
Last edited by Alexander Levin (fml2) - Monday, 22 June 2009, 22:48 GMT+2
Opened by Alexander Levin (fml2) - Monday, 05 May 2008, 21:46 GMT+2
Last edited by Alexander Levin (fml2) - Monday, 22 June 2009, 22:48 GMT+2
|
DetailsIntroduce a new WPS tag (%ms) which indicates whether te study mode is activated.
|
This task depends upon
Closed by Alexander Levin (fml2)
Monday, 22 June 2009, 22:48 GMT+2
Reason for closing: Rejected
Additional comments about closing: This became unnecessary after r19357 (generic setting tag) has been committed.
Monday, 22 June 2009, 22:48 GMT+2
Reason for closing: Rejected
Additional comments about closing: This became unnecessary after r19357 (generic setting tag) has been committed.
Example:
%ms
-- or
%?ms<Track|%ms>
-- or
%?ms<Track|One|Two|Three|Four|Five|Six (etc) >
I've also fixed the issue that the string value produced by the naked option was 1-based instead of 0-based (as described in the manual/wiki) -- also for some other tags. Sorry for not providing a separate patch.
Feedback is welcome.