mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Metadata (titles for seasons and episode names/description) Mismatch #794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @essasetic on GitHub (Jul 16, 2019).
Describe the bug
On some shows (for some reason) the titles for seasons and episode description/title goes completely wrong. It grabs the right images and gets the right info for the actors. So I don't know what could cause this.
To Reproduce
NOTE: This is an issue with two shows I have. Which is the Office (US) and Regular Show.
Expected behavior
Season titles/episode titles and descriptions should be the same as what it is on the TVDB.
Logs
N/A
Screenshots
Unexpected behaviour


Expected behaviour
System (please complete the following information):
Additional context
N/A
@luke255 commented on GitHub (Jul 26, 2019):
I've found the same behaviour for The Office (US). I've discovered that thetvdb id is 73244 and the incorrect metadata is being pulled from this episode of an unrelated series which contains the same id in a different context: https://www.thetvdb.com/series/the-view/episodes/73244
@Mountaineer1024 commented on GitHub (Jul 29, 2019):
I suspect when scraping thetvdb, "the" is being dropped from the search title and then erroneous details are being returned.
I've witnessed problems with "The Good Place" and "The Boys".
The above search for "The Office (US)" is obviously returning the details of an episode of "The View": https://www.thetvdb.com/series/the-view/episodes/73244
@essasetic commented on GitHub (Aug 12, 2019):
Oddly, this got resolved in 10.3.7 for me. Might be TVDB updating or that it fixed a bug with scraping but it got the correct metadata for The Office (US) and Regular Show now.
So in that case. I'll close the issue!