- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Justin Gan - 2008-12-07
Last edited by Marianne Arnold - 2010-11-22
Opened by Justin Gan - 2008-12-07
Last edited by Marianne Arnold - 2010-11-22
FS#9612 - Add Crossfeed, Equaliser, Dithering and Fade On Stop WPS tags
Adds WPS tags to show the status of the Crossfeed, Equaliser, Dithering and Fade On Stop settings.
Crossfeed - %af
Equaliser - %eq
Dithering - %ad
Fade On Stop - %as
Can be used in conditional operators, e.g.
# EQ - Off|On
%?eq<Off|On>
# Crossfeed - Off|On
%?af<Off|On>
# Dithering - Off|On
%?ad<Off|On>
# Fade on pause - Off|On
%?as<Off|On>
Closed by Marianne Arnold
2010-11-22 00:43
Reason for closing: Rejected
Additional comments about closing:
2010-11-22 00:43
Reason for closing: Rejected
Additional comments about closing:
Superseded by the more flexible settings
tag. The author seems to have lost
interest since and the patch hasn't been
worked on for almost two years.
Doesn’t this duplicate existing functionality? (Specifically, the generic setting tag?)
Generic setting tag? Oh, how does that work?
It was added yesterday which could explain why you missed it. Should now be in the documentation. (it’s the %St tag)