Komet / MediaElch

Media Manager for Kodi
https://mediaelch.github.io/mediaelch-doc/about.html
GNU Lesser General Public License v3.0
852 stars 96 forks source link

feat(TV show): Allow multiple studios/networks #1712

Closed bugwelle closed 10 months ago

bugwelle commented 10 months ago

At least since Kodi v16, there can be multiple <studio> tags. Internally, we call studios "networks": We now support multiple of them.

There is no automatic update: Existing <studio> tags with comma separate lists will remain that way. Only once you edit it in the UI (e.g. click in the studio field, add a character), will we store multiple <studio> tags. I want to avoid too many changes in user NFOs.

Fix #1705