Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Filter out items retrieved by Builders even before being sent to Sonarr/Radarr #586

Closed
ermosk opened this issue Jan 8, 2022 · 1 comment · Fixed by #652
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@ermosk
Copy link

ermosk commented Jan 8, 2022

Is your feature request related to a problem? Please describe.
My problem is the fact that I can't filter out items being added to Sonarr/Radarr from lists like trakt_trending, tmdb_trending_daily, tmdb_trending_weekly, etc.

For example, I want to get the list of trending TV Shows using trakt_trending and tmdb_trending_daily, tmdb_trending_weekly. Then I'd like it to filter out any Anime/Animation shows, and then if missing from Sonarr, add them there, search, monitor and eventually build the collection in Plex

Describe the solution you'd like
I would like a way to filter out shows/movies retrieved by the Builders before getting added to Sonarr/Radarr (i.e. by genre).

Describe alternatives you've considered
I've tried using filters, but it seems that filters only apply to when building the Plex collection and not what is retrieved from TMDB/Trakt and eventually added to Sonarr/Radarr

Additional context
|==================================================================================== Adding to Trending Collection =====================================================================================| | | | 1/16 | Trending Collection | = | A Discovery of Witches | | 2/16 | Trending Collection | = | The Expanse | | 3/16 | Trending Collection | = | Dexter: New Blood | | 4/16 | Trending Collection | + | Yellowstone (2018) | | 5/16 | Trending Collection | = | The Witcher | | 6/16 | Trending Collection | = | Succession | | 7/16 | Trending Collection | = | Dexter | | 8/16 | Trending Collection | = | The Blacklist | | 9/16 | Trending Collection | = | Cobra Kai | | 10/16 | Trending Collection | = | The Book of Boba Fett | | 11/16 | Trending Collection | + | Rebelde | | 12/16 | Trending Collection | = | Money Heist | | 13/16 | Trending Collection | = | Squid Game | | 14/16 | Trending Collection | = | Hawkeye (2021) | | 15/16 | Trending Collection | = | The Wheel of Time | | 16/16 | Trending Collection | = | The Silent Sea | | | | 16 Shows Processed | | | |================================================================================= Missing Shows from Library: Trending =================================================================================| | | | Trending Collection | ? | Blue Bloods (TVDB: 164981) | | Trending Collection | ? | 進撃の巨人 (TVDB: 267440) | | Trending Collection | ? | Women of the Movement (TVDB: 391859) | | Trending Collection | ? | 鬼滅の刃 (TVDB: 348545) | | | | 4 Shows Missing

For example, 進撃の巨人 (TVDB: 267440) is an Anime, which I wouldn't want to be added to Sonarr, as well as, the Plex Collection.

@ermosk ermosk added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 8, 2022
@ermosk
Copy link
Author

ermosk commented Jan 8, 2022

I can see in TMDB API the response includes data points that could be filtered on, if given the ability from PMM. Things like Genre, Release Date, Adult, etc.

https://developers.themoviedb.org/3/trending/get-trending

@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 25, 2022
meisnate12 added a commit that referenced this issue Jan 25, 2022
@meisnate12 meisnate12 mentioned this issue Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants