| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Tagcache and artists starting with 'the'
Hi
I'm using tagcache and it works perfectly. One question though, is there a way to make tagcache put the 'the' at the end of the artist name? Would make the listing a lot nicer. I used TDT earlier and there this was an option. \Atle |
|
|||
|
I think I remember seeing a patch to allow this, so I'm assuming it's not available as part of the standard build.
[edit] looks like the patch only applies to browsing the filesystem, not the tag cache (well it's not mentioned). [/edit] Last edited by captain_cornflake : November 8th, 2006 at 05:44 AM. |
|
|||
|
A simpler solution is to use a custom tagnavi file containing these lines:
"T" -> artist ? artist ^ "T" & artist !^ "The " -> album -> title = "%02d %s" tracknum title "The..." -> artist ? artist ^ "The " -> album -> title = "%02d %s" tracknum title See this thread: http://forums.rockbox.org/index.php?topic=6661.0 |
|
|||
|
You can also try this one (works also in id3 mode and can be switched
on and off in the settings) It is based on the patch mentioned above http://members.a1.net/maxwen/rockbox...nore-the.patch But using a custom tagnavi is easier EDIT: the patch in the flyspray entry is actually the same as the link above Last edited by maxwen : November 27th, 2006 at 04:30 PM. |
|
|||
|
Ok, I have configured a custom tagnavi config file and it works fine except that I would rather have e.g. The Doors sorted under D and not under The ...
I have not tried the patch stuff yet. \Atle |