Hello,
I'm just getting back to Rockbox after a few months. I have a custom WPS that has been working with a build from last March and I wanted to update it to the new WPS tag syntax and (eventually) to upgrade it using viewports. I've loaded a current build (r18378) and checked the new tag syntax. This WPS never used %P or %m and I've revised the progress bar line to the new syntax (%pb|bmp|x|y|width|height|).
I simply cannot get the new WPS to "take effect". In fact, I don't seem to be able to use anything but the default WPS. I've even tried removing the %pb line entirely with no change in behavior.
I have both config.cfg and fixed.cfg files (stored under \.rockbox) that reference my WPS (wps: /.rockbox/wps/WhilePlaying.wps). The file, WhilePlaying.wps, is stored in \.rockbox\wps, and all the image files used by the WPS are stored in \.rockbox\wps\WhilePlaying as .bmp files.
I thought that there might be a problem with the encoding of the text files and confirmed that it's UTF-8, however, the Rockbox text editor does not seem to display them correctly, so I'm still suspicious about the encoding. I use MS Notepad in W2K to create the files and write them with UTF-8 encoding.
I've been through this forum and found some similar problems reported, but none of the suggestions seem to help. Did I miss something? Any suggestions on how to trouble-shoot this would be much appreciated.
In the meantime, I'll keep bashing away at it and let y'all know if I get anywhere.