Rockbox General > Rockbox General Discussion
Tagnavi being silly
bascule:
--- Quote from: Toxikator on April 05, 2007, 10:18:24 AM ---Looking over it, I kind of wonder if it's doing a genre>title sort? as in, the reason Tool's Viginti Tres appears first is it's GENRE is alphabetically first, and the genres are sorted, and the tracks within them then sorted? I mean, it WOULD explain the distinciton (since only one of the submenu options is being told to do anything with the genre tag to begin with)...
--- End quote ---
Could be... Unfortunately, you'd need someone who knew the code to answer that :(
--- Quote from: Toxikator on April 05, 2007, 10:18:24 AM ---If it's a bug, I can work around it by removing the other genre tags... otherwise, I'll make the necessary tagnavi sorting change.
--- End quote ---
I would have thought the easiest way is to add a format string:
title = "fmt_title" ? genre != "spoken word"
Toxikator:
yeah but fmt_title adds track numbers, yeah? almost all of my tracks have track numbers as I do whole albums.
I guess I could create a NEW format tag (like "fmt_name") but I don't know how to do that, and the Rockbox Wiki doesn't explain the sorting, so...
bascule:
Just add this:
%format "fmt_spoken" "%s" title
I see no reason why that should not sort in simple alphabetical order...
Toxikator:
I'll give it a shot.
BTW I've been unable to figure what, exactly, "%s" does.
bascule:
%s just means a string, as compared to %d, a decimal number.
http://en.wikipedia.org/wiki/Printf#printf_format_placeholders
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version