Rockbox General > Rockbox General Discussion
tagnavi.config v2.0 syntax
bascule:
--- Quote from: roolku on September 28, 2006, 12:55:29 PM ---Thanks, I have attached a slightly improved version (v0.2). Also I have some more ideas, but no time to try them. :(
--- End quote ---
Well, now I've got it working, I'll be working up my own version, but I'll keep the artist_initial listing, as that really gives me what I was looking for.
xlarge:
What patch are you talking about in your menue?
roolku:
--- Quote from: xlarge on October 04, 2006, 09:06:40 AM ---What patch are you talking about in your menue?
--- End quote ---
This one: http://www.rockbox.org/tracker/task/6098
xlarge:
I'm having a hard time understanding the logic...
Since we got the "Basic format declarations" some of your menues disappear.
I've experimented some... replacing most of your format stuff with the basic declaration constants instead... It works..
But what baffels me is that if i use
title = "fmt_mostplayed"
it works but not if i copy the exact string from basic format declarations and use that as
title = "(%3d) %s" playcount title %sort = "inverse" %limit = "100"
wich.. in my world would be exactly the same thing but the menue option doesn't show up.
Should i add my own format constants in tagnavi_custom.conf?
Why didn't i think of that until now?
I've done some sort of update to your config... It works for me... I think...
(edit added " around fmt_mostplayed...)
[attachment deleted by admin, too old]
bascule:
--- Quote from: xlarge's tagnavi file on October 24, 2006, 09:05:21 AM ---#i wish this would work...
%format "fmt_title_artist"Â Â Â Â "%s (%s)" title artist
--- End quote ---
So do I, but according to this table artist is not supported for formatting :(
As for your other questions, I've not played around with the formatting string, but you're right that if it does not appear, then it's because Rockbox chokes on the syntax...
I believe the theory is that you put all your personal changes in the ..._custom.cfg file, as then they are not lost if the default one changes for any reason.
Also, I have found replacing the Artist = "T" line with the following very useful to reduce the number of artist results:
--- Code: ---"T" -> artist ? artist ^ "T" & artist !^ "The " -> album -> title = "%02d %s" tracknum title
"The..." -> artist ? artist ^ "The " -> album -> title = "%02d %s" tracknum title
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version