Open mihawk90 opened 11 months ago
the Scraper is probably just dumping whatever the API returns into the NFO.
Correct.
I propose to map certain values to "Ended" and "Continuing".
Maps to "Ended":
Canceled
Ended
Maps to "Continuing":
Continuing
In Production
Maps to "Continuing":
.. also Returning Series
;)
Describe the bug The status for continuing and returning series are not displayed in the UI. They are stored in the NFO, however from what I can tell the stored values are incorrect.
To Reproduce
<status>Canceled</status>
<status>Returning Series</status>
<status>Ended</status>
Expected behavior ME should store the correct status. I think this is probably a leftover from TheTVDB since from what I can tell they only have "Continuing" and "Ended" so the Scraper is probably just dumping whatever the API returns into the NFO. According to the Kodi Wiki on NFOs only "Continuing" and "Ended" are accepted. It also references the source code but I couldn't read much out of it whether it also accepts different values. I can however say that Jellyfin for one only supports these 2 and will display the year wrong if an invalid value is read from the NFO:
(although it doesn't always seem to do that :shrug: )
According to the TMDb docs there is also "In Production" but I don't think it makes much sense for a media manager anyway.
MediaElch Version:
Operating System: