Is it possible to get a list of the movies broadcasted at TV by countries ?
I read we have to go in network but we need a network_id and I didn't found how to get it.
Thanks
@michelweb said: TV channels
Hi,
Is it possible to get a list of the movies broadcasted at TV by countries ?
I read we have to go in network but we need a network_id and I didn't found how to get it.
Thanks
just try to understand how the file works. It just gives the name of the TV channels but to get the movies broadcasted by theses channels ? (moreover pity that this file is not sort by countries)
Hey @ticao2 - I am looking for a similar feature: given a network ID, return all series the network is responsible for. This seems like a great fit for the 'Discover' query, and based on the discussion above it looks like that was present earlier this year? I'm not seeing an option for "with_networks" in the current API documentation at least. There is a "with_companies" filter, but the IDs for that search do not look to be the same as the Network IDs. Help!
Hi @prburns, I've just updated the docs. with_networks is a valid filter for TV, but obviously not for movies since networks can't be attached to movies.
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 01 月 09 日 11:14上午
The list of all Networks with their respective IDs you can get here.
https://developers.themoviedb.org/3/getting-started/daily-file-exports
Example:
files.tmdb.org/p/exports/tv_network_ids_01_08_2023.json.gz
Attention: The date format is MM_DD_YYYY
InfosCine.com 的回复
于 2023 年 01 月 09 日 11:24上午
Thanks a lot i've got the file
InfosCine.com 的回复
于 2023 年 01 月 09 日 11:32上午
just try to understand how the file works. It just gives the name of the TV channels but to get the movies broadcasted by theses channels ? (moreover pity that this file is not sort by countries)
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 01 月 09 日 11:46上午
I do not remember anymore. I would have to search.
Do you remember where you read this information?
I believe it would be using Discover.
https://developers.themoviedb.org/3/discover/movie-discover
https://developers.themoviedb.org/3/discover/tv-discover
But I think the "with_networks" filter is only available for TV Show and not for Movies.
InfosCine.com 的回复
于 2023 年 01 月 09 日 12:28下午
It seems you are right ... so pity
prburns 的回复
于 2023 年 05 月 31 日 8:13上午
Hey @ticao2 - I am looking for a similar feature: given a network ID, return all series the network is responsible for. This seems like a great fit for the 'Discover' query, and based on the discussion above it looks like that was present earlier this year? I'm not seeing an option for "with_networks" in the current API documentation at least. There is a "with_companies" filter, but the IDs for that search do not look to be the same as the Network IDs. Help!
Travis Bell 的回复
于 2023 年 05 月 31 日 10:32上午
Hi @prburns, I've just updated the docs.
with_networks
is a valid filter for TV, but obviously not for movies since networks can't be attached to movies.Thanks.