Rockbox General > Rockbox General Discussion

tagnavi.config v2.0 syntax

<< < (12/20) > >>

woodensoul:
Worked like a charm. :) Thanks!  Another question while I have your attention: where is the play count information stored?  I update often and find that the play count gets reset and I'm not sure if it's because I'm deleting the file that stores the information or if it happens for some other reason.

bascule:
It's stored in the Database's *.tcd files in normal operation and shouldn't get overwritten by rockbox version updates or a database update, but will get lost if you initialise the database.

If you wish to preserve playcounts over re-initialisations, follow the manual instructions here under Export Modifications:

http://download.rockbox.org/manual/rockbox-h100/rockbox-buildch4.html#x7-370004.2.3

dip:
I tried to use %strip to strip the tracknumbers when displaying titles (which should be sorted by tracknumbers), but it does not strip anything. I use

%format "fmt_title" "%02d. %s" tracknum title strip = "3" ? tracknum > "0"

Is that format incorrect or does strip not work? Any help would be appreciated.

Dieter

bascule:
If you have copied exactly what you used, then the problem is you missed the % from %strip...

I tried:

%format "fmt_title" "%02d. %s" tracknum title %strip = "3" ? tracknum > "0"

in the simulator and it worked perfectly...

To look good, though, you need to strip 4 characters (2 for the number, 1 for the '.' and 1 for the 'space'

dip:
Sorry, I did of course use %strip and I also tried 4 characters. I am quit sure that it did not work for me but I will again test it this evening.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version