Kodi Community Forum
. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: . (/showthread.php?tid=367916)



. - User 102910 - 2022-04-18

.


RE: Movie sets - Movies in wrong order, "sorttitle" in nfo files is not respected - Karellen - 2022-04-18

(2022-04-18, 09:59)cyberman Wrote: <originaltitle>Ice Age</originaltitle>
<set>
<name>Ice Age</name>
<sorttitle>Ice Age 10</sorttitle>
</set>
That is wrong. There is no sort title for movie sets.

Please have a look at the sample movie nfo file in the green box which shows how to correctly use <sorttitle>... https://kodi.wiki/view/NFO_files/Templates#Movie_Template

xml:
<originaltitle>Ice Age</originaltitle>
<sorttitle>Ice Age 10</sorttitle>
<set>
<name>Ice Age</name>
<overview>A series of animated films centering on a group of mammals surviving the Paleolithic ice age</overview>
</set>



RE: Movie sets - Movies in wrong order, "sorttitle" in nfo files is not respected - bsoriano - 2022-04-18

@cyberman , if the sort title is loaded correctly in the db for the movies in the set (either through th NFO or editing the sort title directly in Kodi), then when sorting by title, the sort title will be used.  Here is an example:

Image


This is sorted by Title, but, since each movie has a sort title defined (Star Wars 1 through Star Wars 9), then they are correctly shown ordered by the sort title.

Please let me know if there is anything else that I can help you with.  Thanks.

Regards,

Bart


. - User 102910 - 2022-04-21

.


RE: Movie sets - Movies in wrong order "sorttitle" in nfo files is not respected - Karellen - 2022-04-22

(2022-04-21, 22:26)cyberman Wrote: Thank you very much! Now everything works as expected.
Great!! You are welcome.