Jump to content

Recommended Posts

Pirlo1966
Posted

Latest beta server & Clasic.

Classic config xml has the sort replace word tag filled in. However, It doesn't seem to skip the sort replace words while sorting movies...? Is this functionality obsolete?

Posted

Yes, that is obsolete on the client side as that value was used to create the Sort Name and that is now done on the server side.

Pirlo1966
Posted

Thanks for clarifying. Any plans to remove that tag and other obsolete tags?

Pirlo1966
Posted (edited)

Have been looking into server config xml.

The tags below are present but it doesn't seem to work in MB Classic?

 

<SortReplaceCharacters>
    <string>.</string>
    <string>+</string>
    <string>%</string>
  </SortReplaceCharacters>
  <SortRemoveCharacters>
    <string>,</string>
    <string>&</string>
    <string>-</string>
    <string>{</string>
    <string>}</string>
    <string>'</string>
    <string>[</string>
    <string>]</string>
    <string>(</string>
    <string>)</string>
  </SortRemoveCharacters>
  <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>de</string>
    <string>het</string>
    <string>een</string>
    <string>le</string>
    <string>la</string>
    <string>les</string>
  </SortRemoveWords>
Edited by ehgeahrev
Posted

Thanks for clarifying. Any plans to remove that tag and other obsolete tags?

 

Not necessarily.  Removing some of these things could break components that may still reference them so I am very careful about removing stuff.  It isn't hurting anything.

Pirlo1966
Posted

It isn't hurting anything.

 Except stupid people like me filling in these tags  for 4 users on 3 different HTPC's  :huh:

Posted

We've pretty much gone away from needing to do any manual editing of the config files.  If it isn't exposed in the config interface, don't worry about it.

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...