Kodi Community Forum

Full Version: TVH with XMLTV - wrong Ep if XMLTV <episode-num system="xmltv_ns"> and no Season
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using xmltv with TVheadend.
The Season/Episode-info is stored as xmltv_ns.
I moved from "onscreen" to "xmltv_ns" because of this bug

with xmltv_ns counting begins at "0" and this means e.g.
"2 . 15" is the third season with Episode 16
TVH-webif shows: s3.e16, Kodi also

"12 . 11" is 13th Season with Ep 12
TVH-webif shows: s13.e12, Kodi also

" . 36" is the 37th Episode with no Season info (here is the bug in pvr.hts)
TVH-webif shows: e37, Kodi shows "S37"
So, the WebIF of TVH is showing everything correctly and the bug is IMHO in pvr.hts or Kodi itself.
If the info in xmltv is " . 36" then Kodi shows "S37" as ListItem.Episode, it should be only "37", because there is no season info in the xmltv-file.
I checked with Developer web:
Code:
ListItem.Season:
ListItem.Episode S37
Bug-report on github
I wasn't sure, if I should open a bug on trac also
Thx for fixing this issue