Mediaportal V1.3
MyFilms V6.0.2.2791
MyMovies 4.05
I want to sort the movies by using "FormattedTitle", and the FormattedTitle
should be populated with "SortTitle", but it is not.
Example:
Movie: Beneath The Planets Of The Apes
In XML file (TitlesMyMoviesExport.xml) from MyMovies export:
<LocalTitle>Beneath the Planet of the Apes</LocalTitle>
<LocalTitleDisplay>Beneath the Planet of the
Apes</LocalTitleDisplay><OriginalTitle>Beneath the Planet of the
Apes</OriginalTitle>
<SortTitle>Apornas planet 02</SortTitle>
<SortTitleDisplay>Apornas planet 02</SortTitleDisplay>
In xml file (Titles_tmp2.xml), if I understand correctly that is the file
MyFilms are using...
<Movie Number="148" OriginalTitle="Beneath the Planet of the Apes"
TranslatedTitle="Beneath the Planet of the Apes" FormattedTitle="Beneath the
Planet of the Apes"
"FormattedTitle" should be "Apornas planet 02" but is the same as
"OriginalTitle".
Original issue reported on code.google.com by tob...@beros.se on 1 Mar 2013 at 9:07
Original issue reported on code.google.com by
tob...@beros.se
on 1 Mar 2013 at 9:07Attachments: