Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: Notary Sojac on November 20, 2015, 11:06:55 PM

Title: Request some help modifying an existing theme
Post by: Notary Sojac on November 20, 2015, 11:06:55 PM
The theme is "Cabbie-Revolution" for the Sansa Fuze V2.

The issue:  My audiobook mp3s are organized with one album per directory.  The filenames are in the form "filenumber-bookname" like this:

001 - The Martian.mp3
002 - The Martian.mp3
003 - The Martian.mp3
etc

I love the theme, but it does something very irritating.  The WP screen adds an extra counter on the front so it displays thusly:

001.001 - The Martian.mp3
002.002 - The Martian.mp3
002.003 - The Martian.mp3

Now I have looked through the WPS file carefully but being a rank newbie to its syntax, I am at a loss as to how I can  get rid of this.

I think it may be in the line
%s%ac%?in<%in. |>%?it<%it|%fn>
and that it's the %in part I need to delete, but my tries so far have not worked.


Can anyone give me a point in the right direction??

Title: Re: Request some help modifying an existing theme
Post by: Frankenpod on November 21, 2015, 09:38:56 AM
I'd just delete the '%in' (track number) part completely.

i.e. change it to

%s%ac%?it<%it|%fn>

probably have to do it twice, for both the with and without album art cases.