We have the same problem. As far as I know, a correspondance table does not exist, dans "Comscore/Rentrak" ids are not available in movie external ids.
Such a table can be created automatically with a good match ratio using the https://developers.themoviedb.org/3/search/search-movies API, and Comscore information (movie title, movie release date, etc.).
With this technique, we built our own table with a 66% match ratio, on more than 20.000 Comscore movies.
I exhume this thread because we are still using a custom development to compute the TMDB/Comscore match.
We think this DB could benefit to other people and would like to share it.
I've created a new ticket to think about adding this here. Should we decide to add it, remember all external ID's are already searchable via the /find method.
رد بواسطة Benoît Courtine
بتاريخ يوليو 22, 2019 في 3:44 مساءا
Hello @planetmutlu ,
We have the same problem. As far as I know, a correspondance table does not exist, dans "Comscore/Rentrak" ids are not available in movie external ids.
Such a table can be created automatically with a good match ratio using the https://developers.themoviedb.org/3/search/search-movies API, and Comscore information (movie title, movie release date, etc.). With this technique, we built our own table with a 66% match ratio, on more than 20.000 Comscore movies.
رد بواسطة Benoît Courtine
بتاريخ سبتمبر 21, 2023 في 8:42 صباحا
Hello,
I exhume this thread because we are still using a custom development to compute the TMDB/Comscore match. We think this DB could benefit to other people and would like to share it.
Would it be possible to add another "Rentrak" external id to movies (https://developer.themoviedb.org/reference/movie-external-ids)?
Bonus: it would be useful if we could search a TMDB movie by an external id (https://developer.themoviedb.org/reference/search-movie).
رد بواسطة Travis Bell
بتاريخ سبتمبر 27, 2023 في 11:10 صباحا
Hey @bcourtine,
I've created a new ticket to think about adding this here. Should we decide to add it, remember all external ID's are already searchable via the
/find
method.You can watch that ticket for updates. Thanks!
رد بواسطة Benoît Courtine
بتاريخ سبتمبر 27, 2023 في 11:16 صباحا
Thanks a lot @travisbell .
رد بواسطة planetmutlu
بتاريخ سبتمبر 27, 2023 في 11:30 صباحا
This sounds promising and we will test it then, thank you very much Travis Bel
رد بواسطة packedhouse
بتاريخ مارس 5, 2025 في 3:46 مساءا
Hi guys, I hope you are doing well. Did you manage to move forward with this implementation? Kind regards, Newton