The Movie Database Support

Hi does anyone know the network ID for streaming services?

Using tkinter for a project and this is the current code. Netlfix has an id of 8 and hulu has an id of 15 etc.
Anyone know them for HBO Max and Disney Plus. I cant seem to find them from code
radioNetflix=ttk.Radiobutton(frame1,text="Netflix",value=8, variable=Watchtype)
radioHulu=ttk.Radiobutton(frame1,text="Hulu",value=15, variable=Watchtype)
radioPrime=ttk.Radiobutton(frame1,text="Prime",value=9, variable=Watchtype)

1 reply (on page 1 of 1)

• Jump to last post

@lrsegal14 said:
Network ID
Hi does anyone know the network ID for streaming services?

Using tkinter for a project and this is the current code. Netlfix has an id of 8 and hulu has an id of 15 etc.
Anyone know them for HBO Max and Disney Plus. I cant seem to find them from code
radioNetflix=ttk.Radiobutton(frame1,text="Netflix",value=8, variable=Watchtype)
radioHulu=ttk.Radiobutton(frame1,text="Hulu",value=15, variable=Watchtype)
radioPrime=ttk.Radiobutton(frame1,text="Prime",value=9, variable=Watchtype)

If I understand your problem correctly, I believe the list of providers can be obtained here:
https://developers.themoviedb.org/3/watch-providers/get-movie-providers
https://developers.themoviedb.org/3/watch-providers/get-tv-providers

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

Want to rate or add this item to a list?

Login