jurialmunkey / plugin.video.themoviedb.helper

GNU General Public License v3.0
200 stars 95 forks source link

[Feature] Without Original Language #926

Closed sharpordie closed 1 year ago

sharpordie commented 1 year ago

Describe the feature that you'd like

I would like to have the opposite of With Original Language aka Without Original Language as Rule in Discover TV shows.

Why is this feature needed? What problem does it solve?

I would like to get all the Cartoons (Animation TV shows) without the Japanese Anime.

Here is the rules to get all Japanese Animation TV shows:

But I didn't find how to do the opposite. I think a Without Original Language rule could do it.

Steps to reproduce.

No response

Screenshots and Additional Info

Checklist

jurialmunkey commented 1 year ago

Not possible. It isn't an option provided by the api https://developers.themoviedb.org/3/discover/tv-discover

However, you can do this a different way by using a without_keyword rule

with_genre = Animation
without_keyword = Anime

It isn't perfect but will filter out most of them.