home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Problem with Moving Articles in Movie Title (i.e. Art of War, The)?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 549619" data-attributes="member: 18896"><p>DBMovieInfo.cs</p><p></p><p>Existing:</p><p></p><p style="margin-left: 20px">Line 994: SortBy = _sortBy.Substring(word.Length) + " " + _sortBy.Substring(0, currWord.Length);</p><p></p><p>New:</p><p></p><p style="margin-left: 20px">Line 994: SortBy = _sortBy.Substring(word.Length);</p><p></p><p></p><p>That should fix it, and will do the actual removal (not appending it to the end). It will only affect the SortBy field and not conflict with anything else. The result will be that "Matrix, The" will get sorted properly above "Matrix Sequel, The".</p></blockquote><p></p>
[QUOTE="RoChess, post: 549619, member: 18896"] DBMovieInfo.cs Existing: [INDENT]Line 994: SortBy = _sortBy.Substring(word.Length) + " " + _sortBy.Substring(0, currWord.Length);[/INDENT] New: [INDENT]Line 994: SortBy = _sortBy.Substring(word.Length);[/INDENT] That should fix it, and will do the actual removal (not appending it to the end). It will only affect the SortBy field and not conflict with anything else. The result will be that "Matrix, The" will get sorted properly above "Matrix Sequel, The". [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Problem with Moving Articles in Movie Title (i.e. Art of War, The)?
Contact us
RSS
Top
Bottom