Hide prefix? How? "The" "A" etc etc
#1
Hi guys, in skin ACE how can i tell XBMC to hide prefixs like "The" "A" ,etc etc?

example:

The Office
The Family Guy

and so on.

I want to hide completely the prefixs or send all to letter T.
Currently XBMC ignores The prefix but i get T between other letters...i don't like it Smile
Image
Reply
#2
anyone?
Image
Reply
#3
I believe the procedure has nothing to do with the skin, just go to:
Settings -> Appearance -> File Lists -> Ignore Articles When Sorting (e.g. "The").
Reply
#4
Yes, that will hide "The" but not "A" and "An" and '"'. To do that you have to include the following in your advancedsettings.xml file. (See the Wiki if you don't know what or where that is.)

Code:
<sorttokens>
    <token>The</token>
    <token>A</token>
    <token>An</token>
    <token separators="">&quot;</token>
</sorttokens>
Reply
#5
thank you guys

(2013-05-06, 22:32)CutSickAss Wrote: I believe the procedure has nothing to do with the skin, just go to:
Settings -> Appearance -> File Lists -> Ignore Articles When Sorting (e.g. "The").

this fixed it Smile thank you
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Hide prefix? How? "The" "A" etc etc0