Wrong date on tv series (TVDB issue?)
Posted: 28 Mar 2023, 07:09
Hey Noah,
I stumbled on this issue, where TVDB has an incorrect startDate.
Here is the series https://thetvdb.com/series/the-adventur ... in#general
airdate for first episode is supposed to be 1991 (Plex also considers it a 1991 series), but TVDB has a 1961 startDate for the series :
Is there anything we can do from our end or is it up to TVDB to fix this?
I stumbled on this issue, where TVDB has an incorrect startDate.
Here is the series https://thetvdb.com/series/the-adventur ... in#general
airdate for first episode is supposed to be 1991 (Plex also considers it a 1991 series), but TVDB has a 1961 startDate for the series :
Is there anything we can do from our end or is it up to TVDB to fix this?
Code: Select all
{
"@type":"Episode",
"seriesName":"The Adventures of Tintin",
"season":1,
"episode":1,
"title":"The Crab with the Golden Claws (1)",
"absolute":12,
"airdate":{
"year":1991,
"month":10,
"day":2
},
"id":93282,
"seriesInfo":{
"database":"TheTVDB",
"order":"Airdate",
"language":"en-US",
"type":"TV Series",
"id":72668,
"name":"The Adventures of Tintin",
"aliasNames":[
"Adventures of Tintin",
"Tintins Äventyr",
"Les Aventures de Tintin",
"Tim und Struppi",
"Las aventuras de Tintín",
"タンタンのぼうけん",
"As Aventuras de Tintim",
"Авантуре Тинтина",
"As Aventuras de Tintin",
"Aventurile lui Tintin",
"De avonturen van Kuifje",
"Le Avventure Di TinTin",
"Những Cuộc phiêu Lưu của Tintin",
"Tim & Struppi",
"Tim and Struppi",
"Tintin kalandjai",
"Tintin seikkailut",
"Tintinova dobrodružství",
"Tintins Eventyr",
"Tintins äventyr",
"Tintins aeventyr",
"Приключения Тинтина",
"タンタンの冒険",
"丁丁历险记"
],
"certification":"TV-G",
"startDate":{
"year":1961,
"month":6,
"day":22
},
"genres":[
"Action",
"Adventure",
"Animation",
"Children",
"Comedy",
"Crime",
"Family",
"Mystery"
],
"network":"France 3",
"rating":8.5,
"runtime":22,
"status":"Ended"
}
}