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: Exclude items from collection #379

Closed
CherryKitten opened this issue Sep 6, 2021 · 3 comments · Fixed by #487
Closed

Feature Request: Exclude items from collection #379

CherryKitten opened this issue Sep 6, 2021 · 3 comments · Fixed by #487
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@CherryKitten
Copy link

Is your feature request related to a problem? Please describe.

I have a lot of collections based on lists from imdb,tmdb, etc.

I have also set up automatic adding of missing items to radarr/sonarr.

Sometimes a list is a good base for a collection, but includes a movie or two that I don't actually want in there. If I remove those from radarr/sonarr, they get added again on the next running of plex-meta-manager. I would like a way to exclude specific items from a collection.

Describe the solution you'd like

My idea would be to implement this the same way as all builders, but with an exclusion tag.

For example:

collections:
  Name:
    imdb_list: 
      - https://www.imdb.com/list/id
    exclude:
      imdb_id: tt123456, tt98765
  NextCollection: [...]

Any match in the exclusion part would take precence over matches in the builder.

@CherryKitten CherryKitten added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Sep 6, 2021
@meisnate12 meisnate12 added priority:medium Medium priority bug or feature and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Sep 9, 2021
@kieron
Copy link

kieron commented Oct 15, 2021

Is there any way this could hook into Sonarr's Add List Exclusion setting you get when you delete a show within the web UI?

Would be one less thing to maintain in configs if you just deleted the show in Sonarr, but I don't know if sonarr exposes that list etc.

@meisnate12
Copy link
Member

Added ignore_ids which can be given a list or comma-separated values of TMDb Ids for movies or TVDb IDs for shows and those ids will be ignored

i also added ignore_imdb_ids which can be used the same as above but with imdb_ids

In addition to all of the above Radarr and Sonarr now respect their list exclusions so if its excluded in radarr/sonarr pmm shouldn't add it to them

@meisnate12
Copy link
Member

you can also specify both the attributes above under settings for a global/library level ignore over just a collection ignore

@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed priority:medium Medium priority bug or feature labels Dec 8, 2021
@meisnate12 meisnate12 mentioned this issue Dec 18, 2021
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.

3 participants