Sorting by Name w/o "A"??
#1
I am sorry if this is elsewhere, but I cannot seem to find it.

XBMC already sorts well when the tittle starts with "The". But is there a way to improve the sorting by name by also sorting by the second word when the title starts with "A"?

Thanks
Reply
#2
Sorry totally misread your query - the following will only ignore the 'A' as the first letter in the sort

Yes there is, pop this in an advancedsettings folder - see wiki (http://wiki.xbmc.org/index.php?title=Adv...ttings.xml) for further details

<sorttokens>
<token>the</token>
<token>a</token>
</sorttokens>

Don't know about the 'second' word beginning with 'A'.
Reply
#3
Thank you, I knew it was simple but had a hard time. You may take the rest of the evening off. hehe

What I meant by the second word is that is "A" is the first word so I wanted to sort by the second. Which is exactly what this did.
Reply
#4
Glad it worked and was what you were looking for - really enjoyed the 'night off' Laugh
Reply

Logout Mark Read Team Forum Stats Members Help
Sorting by Name w/o "A"??0