XBMCnfoTVImporter.bundle
XBMCnfoTVImporter.bundle copied to clipboard
Support for namedseason tag
Hi, at the Kodi NFO reference, there is a tag namedseasons, that doesn't seem to change the name of the season in plex. Can this be added? Jellyfin, also ignores this tag it seems, but it supports season.nfo files with titles.
So Jellyfin does Showname/Season 02/season.nfo with
Thanks!
I second this!
Hi, In fact, handle named seasons will be great. Maybe use the following syntax in the tvshow.nfo file ?
<tvshow>
...
<namedseason number="1">Name of the season 1</namedseason>
<namedseason number="2">Name of the season 2</namedseason>
...
</tvshow>
Another vote for this. Any chance it could happen please @gboudreau ?
I also noticed the plot / summary tags do not seem to work for seasons. I would also really like to be able to name seasons and add summaries.
I second this, I think the proper way to add this is to scan for a season.nfo
file inside the season folder with contents like:
<seasondetails>
<title>Season Title</title>
<plot></plot>
</seasondetails>