Kodi Community Forum

Full Version: name tag inside set tag in nfo files?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using Kodi 17alpha1 and recently exported my movie library to seperate nfo files and I noticed an entry which wasn't there before:

Code:
<set>
          <name>name_of_set</name>
</set>

if a nfo looks like this, the set is not recognized on Kodi 15.2 if you scan with NFO-only. In older versions of Kodi (older than Kodi 17) the set-part inside a NFO-file looks like this:

<set>name_of_set</set>

and that's the way Kodi 15.2 does see it properly.

Is this a mistake or just a new thing in Kodi 17?

I could provide debuglogs if it's necessary.