2024-01-08, 09:31 PM
(This post was last modified: 2024-01-08, 09:36 PM by mvallevand.)
That example is not really supported by NextPVR or most standards (episodic is defined to mean having a season, season zero are specials) but it show the issue in the metadata and in the 3 samples you provided, the season/episode fields are blank.
and the metadata seems to be "hidden" in the description
or the episode name for films
Having distinct S/E information allows things like the Kodi and NextPVR play next unwatched features to work and Kodi's episode sort to work too.
Martin
Code:
<SimpleTag>
<name>SERIESNUM</name>
<value> </value>
</SimpleTag>
<SimpleTag>
<name>EPISODENUM</name>
<value> </value>
</SimpleTag>
and the metadata seems to be "hidden" in the description
Code:
<value>1909-1918: The story of Ireland's struggle for independence during the early decades of the 20th Century is brought vividly to life with period photographs and footage shown in colour. (Part 1 of 2)</value>
or the episode name for films
Code:
<SimpleTag>
<name>EPISODENAME</name>
<value>Film, Comedy ║ 1966 ║ GB ║ Subs</value>
</SimpleTag>
<SimpleTag>
Having distinct S/E information allows things like the Kodi and NextPVR play next unwatched features to work and Kodi's episode sort to work too.
Martin