The Movie Database Support

Hi,

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?

Thank you.

7 replies (on page 1 of 1)

Jump to last post

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?

Thank you for your response!

@falcon_scorpion said:

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.

Note : The value should always be rounded up.

It worked, thank you for your help!

@superboy97 said:

@falcon_scorpion said:

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.

Note : The value should always be rounded up.

It can take up to 8 hours for the API cache to expire.

@superboy97 said:

It can take up to 8 hours for the API cache to expire.

It doesn't make sense to have such a long delay, especially when my app is a database. I'd rather do data entry in my app rather than this website.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login