Hi,
today I fixed some movie trailer ids as the old ones were broken. This worked fine and the website showed the new trailer immediately, however Kodi still fetched the old trailer URL. So I started some digging and found the following "weird" behaviour:
http://api.tmdb.org/3/movie/9282/videos?api_key=[KEY]&language=de Show's the updated URL (and only this one which should be fine as I deleted the old entry)
http://api.tmdb.org/3/movie/9282/trailers?api_key=[KEY]&language=de However still shows the old trailer URL
My first thought was that the API uses a different database that is only synced with the Web-Database from time to time but in that case both api calls should show either the old or the new trailer. I'm new to TMDB so maybe I made an mistake while updating, but for me the situation looks faulty.
Greetings, Baurian
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 15 mai 2016 à 11h36
Hi Baurian,
The API has a cache of approx. ~8 hours. You will have to wait until the cache expires to see any new data.
/trailers was likely cached already while /videos probably wasn't.
Réponse de baurian
le 15 mai 2016 à 11h39
Ah.. that explains the situation.
Thanks for the fast reply and for keeping the service up.