The TMDB Api returns runtime as NULL or n/a for some of the tv show episodes that have already been aired years ago.
Is there a way to fill the empty or missing data?
The runtime field at series level is deprecated. It should only be used if all the episodes have the same duration. Otherwise, it should be locked empty.
All our data are provided by our users. So, you are invited to fill the runtime fields at episode level.
So, is there another field that displays the duration of an episode? I need to use it to calculate the number of hours spent watching TV, and without the duration or runtime data points, I cannot calculate that.
Also, how can I fill the runtime field at the episode level? Do I have to do it through the API, or can I edit the episode information directly on the TMDB website?
So, is there another field that displays the duration of an episode? I need to use it to calculate the number of hours spent watching TV, and without the duration or runtime data points, I cannot calculate that.
As indicate in my previous answer, the runtime field is now at the episode level. You can get it using the TV episode method or the TV season method (in the detail of each episode).
Also, how can I fill the runtime field at the episode level? Do I have to do it through the API, or can I edit the episode information directly on the TMDB website?
You need to use the website. No data can be set using the API.
So, is there another field that displays the duration of an episode? I need to use it to calculate the number of hours spent watching TV, and without the duration or runtime data points, I cannot calculate that.
As indicate in my previous answer, the runtime field is now at the episode level. You can get it using the TV episode method or the TV season method (in the detail of each episode).
I tried to fetch the run time through the TV episode endpoint, but the API returned null even though I manually added the run time on the TMDB Website. I added the run time and saved it on the TMDB website for the TV show Scorpion Season 3 Episode 1, but the run time was returned as null when I retrieved the episode detail. I have attached the JSON payload below. Why is there a delay? I added the run time couple of hours ago and the API is still not returning the value.
{
"air_date" : "2016-10-03",
"crew" :
"id" : 1222265,
"name" : "Civil War",
"overview" : "The team members set aside their personal and romantic issues when hackers take over targeted U.S. military aircraft and war ships, pointing the weaponry at American cities.",
"production_code" : "",
"runtime" : null,
"season_number" : 3,
"still_path" : "/kV52OElXISWdpyOLi8Nxs8fnvVM.jpg",
"vote_average" : 7.1,
"vote_count" : 9
}
Also, how can I fill the runtime field at the episode level? Do I have to do it through the API, or can I edit the episode information directly on the TMDB website?
You need to use the website. No data can be set using the API.
superboy97 的回复
于 2024 年 05 月 27 日 11:48下午
The runtime field at series level is deprecated. It should only be used if all the episodes have the same duration. Otherwise, it should be locked empty.
All our data are provided by our users. So, you are invited to fill the runtime fields at episode level.
falcon_scorpion 的回复
于 2024 年 05 月 27 日 11:53下午
So, is there another field that displays the duration of an episode? I need to use it to calculate the number of hours spent watching TV, and without the duration or runtime data points, I cannot calculate that. Also, how can I fill the runtime field at the episode level? Do I have to do it through the API, or can I edit the episode information directly on the TMDB website?
Thank you for your response!
superboy97 的回复
于 2024 年 05 月 28 日 12:02上午
As indicate in my previous answer, the runtime field is now at the episode level. You can get it using the TV episode method or the TV season method (in the detail of each episode).
You need to use the website. No data can be set using the API.
Note : The value should always be rounded up.
falcon_scorpion 的回复
于 2024 年 05 月 28 日 11:22下午
It worked, thank you for your help!
falcon_scorpion 的回复
于 2024 年 05 月 29 日 2:39上午
superboy97 的回复
于 2024 年 05 月 29 日 3:11上午
It can take up to 8 hours for the API cache to expire.
falcon_scorpion 的回复
于 2024 年 05 月 29 日 1:22下午