XBMCnfoTVImporter.bundle icon indicating copy to clipboard operation
XBMCnfoTVImporter.bundle copied to clipboard

Support for namedseason tag

Open gnuyen opened this issue 3 years ago • 5 comments

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

tag inside having the name of the season, and Kodi wants it in the tvshow.nfo file under named season. I think the tvshow.nfo would be the way to go since it's default standard, but either way works for me.

Thanks!

gnuyen avatar Oct 09 '21 20:10 gnuyen

I second this!

Jaxel avatar Apr 20 '22 17:04 Jaxel

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>

A3lfyr avatar Sep 21 '22 17:09 A3lfyr

Another vote for this. Any chance it could happen please @gboudreau ?

maciejzgadzaj avatar Mar 03 '23 23:03 maciejzgadzaj

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.

Tomatoshadow avatar Aug 23 '23 19:08 Tomatoshadow

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>

generator85 avatar Nov 12 '23 20:11 generator85