My app uses /search to search for TV show and movie information. However, the responses do not contain any of the following properties:
I came across the 'append to response' section in the documentation, but none of the requests below append any information to the response. Does anybody know why? What am I doing wrong?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أكتوبر 23, 2024 في 8:16 صباحا
Does not work with Search.
Only with the Details method, using the Movie, TV Show or Person item ID.
See
https://developer.themoviedb.org/docs/append-to-response
رد بواسطة falez
بتاريخ أكتوبر 23, 2024 في 8:20 صباحا
Shucks! I guess I am forced to make 2 separate requests then :(
Thanks for the information.
رد بواسطة falez
بتاريخ أكتوبر 23, 2024 في 9:18 صباحا
Any idea what type of data this array contains? And in what format? So far, it has always returned an empty array for every TV show that I have searched for.
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أكتوبر 23, 2024 في 10:02 صباحا
Many years ago, when TMDb was born, there was only the runtime value of a standard episode of a TV series.
In the past, when broadcast TV was the norm, this value was more respected by producers.
The runtime differences between episodes of a series were minimal.
There were laws determining how much advertising or commercial time the broadcasters could show per hour of programming.
If I remember correctly, some countries it was 12 minutes per hour and others it was 8 minutes per hour.
With the advent of Cable TV and Streaming, everything changed.
So users asked for a runtime field to be added with a specific value for each episode.
This field was added to the database about 2 years ago.
If this field is blank, it is because no user has added the value.
The format should be minutes.
رد بواسطة falez
بتاريخ أكتوبر 23, 2024 في 1:03 مساءا
hm, so is response.episode_runtime an array that contains the runtime of each episode as a number?
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أكتوبر 24, 2024 في 9:29 صباحا
I think so. In minutes.
Of course, some user needs to add this data.
رد بواسطة falez
بتاريخ أكتوبر 24, 2024 في 2:13 مساءا
Ah, I see. Thanks again for your help!!