This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9368 - Add settings tag to WPS
Attached to Project:
Rockbox
Opened by Antoine Cellerier (dionoea) - Friday, 05 September 2008, 16:01 GMT+2
Last edited by Antoine Cellerier (dionoea) - Sunday, 07 December 2008, 17:21 GMT+2
Opened by Antoine Cellerier (dionoea) - Friday, 05 September 2008, 16:01 GMT+2
Last edited by Antoine Cellerier (dionoea) - Sunday, 07 December 2008, 17:21 GMT+2
|
Detailswps_settings.patch adds a %St|<some setting name>| tag that can be used to display the value of any rockbox setting in the WPS.
cfg_to_string.patch adds a new function called cfg_to_string and exports it. |
This task depends upon
Closed by Antoine Cellerier (dionoea)
Sunday, 07 December 2008, 17:21 GMT+2
Reason for closing: Accepted
Sunday, 07 December 2008, 17:21 GMT+2
Reason for closing: Accepted
I also had a question about the WPS_REFRESH_ setting. I'm currently using WPS_REFRESH_STATIC. When is that refreshed? on track change only? Should I switch to WPS_REFRESH_DYNAMIC? or something else?
I also have an idea: in the WPS debug mode (or always?), if an unknown name is used as the parameter in the tag, we could display e.g. ??<bad_name>?? (<bad_name> is the value specified) instead of returning INVALID_PARAM.
I'll try to implement the debug mode idea.