jurialmunkey / plugin.video.themoviedb.helper

GNU General Public License v3.0
194 stars 94 forks source link

Multiple Networks #682

Closed Fabrice19730526 closed 2 years ago

Fabrice19730526 commented 2 years ago

Kodi 19.4 TheMovieDB Helper 4.6.4.1

In Discover Search : Multiple Networks selected will give as a result all networks content.

Same issue if added in the URL by using /.

jurialmunkey commented 2 years ago

The API doesn't provide any way to search for network ids. So for networks you need to look up the ids on TMDb manually and input the ID directly.

Note networks are different to companies/studios. To make it more complicated some networks also have studios eg Netflix or Apple tv+ and the studio will have a different id to the network so you need to make sure to use the right one.

Fabrice19730526 commented 2 years ago

Some misunderstanding here...

Please go to Discover Menu/Discover TV Shows/Add Rule/With Networks. e.g. Then Type 4 for the BBC then "/" followed by 213 for Netflix will provide all networks content rather than these 2 providers.

I've tried to edit the URL &with_networks=4/213 without success or using the pipe as a separator but no luck either.

One network ID search is fine but not multiple ones.

Hope that makes more sense :)

jurialmunkey commented 2 years ago

One network ID search is fine but not multiple ones.

Ah, I see. Should be fixed now in v4.6.43 Note that the / needs to have spaces e.g. 4 / 213 not 4/213

I've set with_networks to always use OR matching since tvshows typically only have one network and it'd be fairly uncommon to want to use AND there. That way it's possible to choose multiple networks but still use "Match ALL rules"

Fabrice19730526 commented 2 years ago

Perfect. Thank you so much!