Sort titles without leading articles
#1
Titles that begin with A or An should have those words ignored when sorting, just as titles that start with The.
Reply
#2
For now you can edit your langinfo.xml and add this two sort tokens to ignore
I made something like this for my language
Reply
#3
you can already do that using advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#sorttokens
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Ignoring "a" is not working for me either since moving to isengard. I have

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

in advanced settings but no effect
Reply
#5
(2015-06-09, 02:02)mr.sparkle Wrote: Ignoring "a" is not working for me either since moving to isengard. I have

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

in advanced settings but no effect

Can you get us a debug log (wiki) of when you start Kodi up with that advancedsettings.xml file?
Reply
#6
got it now, replaced small "a" with a big "A", seems to be working

are the tokens case sensitive?
Reply
#7
(2015-06-09, 04:17)mr.sparkle Wrote: are the tokens case sensitive?
Yes, that is definitely the case (pun intended! Cool ).
I had the german articles

Code:
<token>der</token>
<token>die</token>
<token>das</token>

which were working on pre-isengard.

After the upgrade I had to change the first letter to uppercase to match my show's directory names.
Maybe someone should leave a note on the wiki.
Reply
#8
Will do
Reply

Logout Mark Read Team Forum Stats Members Help
Sort titles without leading articles0