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: 546885" data-attributes="member: 18896"><p>After scanning the SVN more closely, I saw that my sorting question was a repeat of:</p><p></p><p><a href="http://code.google.com/p/moving-pictures/issues/detail?id=53&can=1&q=articles&colspec=ID Issue 53 Type Status Priority Stars Milestone Owner Summary#c4" target="_blank">- moving-pictures - Enhance "Sort Name" Logic - Project Hosting on Google Code</a></p><p></p><p>But that issue seems to be closed for the v1.0.0 beta I'm running, however the problem still exist (was reminded of it again last night).</p><p></p><ul> <li data-xf-list-type="ul">"The MovieTitle"</li> <li data-xf-list-type="ul">"The MovieTitle Sequel"</li> </ul><p></p><p>Gets converted into:</p><p></p><ul> <li data-xf-list-type="ul">"MovieTitle, The"</li> <li data-xf-list-type="ul">"MovieTitle Sequel, The"</li> </ul><p></p><p>The SortBy field actually gets stripped of the (comma), so we end up with:</p><p></p><ul> <li data-xf-list-type="ul">"MovieTitle The"</li> <li data-xf-list-type="ul">"MovieTitle Sequel The"</li> </ul><p></p><p>Since 'S' comes before 'T', the actual movie listing (using the Title) becomes:</p><p></p><ul> <li data-xf-list-type="ul">"The MovieTitle Sequel"</li> <li data-xf-list-type="ul">"The MovieTitle"</li> </ul><p></p><p>This *ONLY* affects the SortBy field, and only causes a problem for movies with a prefix such as 'The', because a movietitle such as 'A Beautiful Mind' that gets converted into 'Beautiful Mind A' will still get sorted first.</p><p></p><p>So if the code can be adjusted to 'remove' those prefixes in the SortBy field (as specified in the "Articles remove" setting), then everything will be good (and it shouldn't break anything, because if I adjust the SortBy field manually it works perfect) <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="RoChess, post: 546885, member: 18896"] After scanning the SVN more closely, I saw that my sorting question was a repeat of: [url=http://code.google.com/p/moving-pictures/issues/detail?id=53&can=1&q=articles&colspec=ID Issue 53 Type Status Priority Stars Milestone Owner Summary#c4]- moving-pictures - Enhance "Sort Name" Logic - Project Hosting on Google Code[/url] But that issue seems to be closed for the v1.0.0 beta I'm running, however the problem still exist (was reminded of it again last night). [LIST] [*]"The MovieTitle" [*]"The MovieTitle Sequel" [/LIST] Gets converted into: [LIST] [*]"MovieTitle, The" [*]"MovieTitle Sequel, The" [/LIST] The SortBy field actually gets stripped of the (comma), so we end up with: [LIST] [*]"MovieTitle The" [*]"MovieTitle Sequel The" [/LIST] Since 'S' comes before 'T', the actual movie listing (using the Title) becomes: [LIST] [*]"The MovieTitle Sequel" [*]"The MovieTitle" [/LIST] This *ONLY* affects the SortBy field, and only causes a problem for movies with a prefix such as 'The', because a movietitle such as 'A Beautiful Mind' that gets converted into 'Beautiful Mind A' will still get sorted first. So if the code can be adjusted to 'remove' those prefixes in the SortBy field (as specified in the "Articles remove" setting), then everything will be good (and it shouldn't break anything, because if I adjust the SortBy field manually it works perfect) :thx: [/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