thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
140 stars 13 forks source link

Titles on API don't match website #322

Open reese2778 opened 6 months ago

reese2778 commented 6 months ago

The API returns titles that don't match the website for some specials. S00E09, S00E10, & S00E11 of That Time I Got Reincarnated as a Slime have the wrong titles on the API.

constantinsb commented 6 months ago

I've had the same issue, since June last year. Got an opened ticket on the support page too - #TVDB-843762

markus101 commented 6 months ago

On That Time I Got Reincarnated as a Slime - Specials (with English translations) S00E09 is listed as a movie named Scarlet Bond, as expected, but on the API (https://api4.thetvdb.com/v4/series/352408/episodes/default/eng) this is the information returned for that episode:

{
                "id": 9684709,
                "seriesId": 352408,
                "name": "Coleus' Dream, part 1",
                "aired": "2022-11-25",
                "runtime": 108,
                "nameTranslations": null,
                "overview": "The story centers on a new country named Raja, located to the west of Tempest. Rimuru and his companions get involved in a long-running conspiracy that swirls around a girl with a mysterious power. Rimuru and his commander Benimaru also encounter another ogre survivor named Hiiro, who used to hold Benimaru in high regard.  An incredible adventure packed with new characters begins. The power of bonds will be put to the test!",
                "overviewTranslations": null,
                "image": "/banners/v4/episode/9684709/screencap/645131336e97d.jpg",
                "imageType": 11,
                "isMovie": 1,
                "seasons": null,
                "number": 9,
                "seasonNumber": 0,
                "lastUpdated": "2024-01-02 09:02:29",
                "finaleType": null,
                "airsAfterSeason": 2,
                "year": "2022",
                "linkedMovie": 333167
            }

Where does Coleus' Dream, part 1 come from and how can it be updated? If you attempt to edit that special episode you'll see:

Movie Link This episode is linked to a movie record. All management of release dates, cast, crew, runtime, etc must be performed on the movie record itself. Linking episodes to movies is restricted to moderators only. If you believe this episode is linked to the wrong movie, please open a support ticket.

The movie has the correct title of Scarlet Bond.

JohnFawkes commented 4 months ago

Is this still being looked at? Hopefully this issue can be resolved soon as its been a problem for awhile now

Sol-Illadan commented 4 months ago

Is this issue resolved ? I have raised a support ticket as well.

JohnFawkes commented 4 months ago

Same. I have one open as well. Still an issue in sonarr

complex2d commented 3 months ago

Same problem here, with Shoko linking. I suspect this has something to do with the fact that Coleus' Dream has multiple entries. One incomplete set treated as movies, and a more complete and arguably correct set treated as series.

WizardKnight commented 1 month ago

Bump. Any updates?