Jump to content

Sort Title


Go to solution Solved by pwhodges,

Recommended Posts

Posted

Where does the default Sort Title come from? On new movies and occasionally then I use Bulky Editor, and Movie title beginning with the letter A, the A is dropped. I appreciate dropping the leading "The" but prefer leaving the leading "A". If it's an Emby thing could it be made an option to leave the leading A or not?

  • Solution
pwhodges
Posted

In the system.xml main configuration file there is a section: 

 <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

You can edit this (manually, not through the GUI) as required.

Paul

Posted (edited)
29 minutes ago, pwhodges said:

In the system.xml main configuration file there is a section: 

 <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

You can edit this (manually, not through the GUI) as required.

Paul

Thanks. I use another program that does the same thing. Should have thought of that.

Edited by kbeck
Added PS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...