How to exclude movies/shows that exist in another named collection #202
Answered
by
meisnate12
zpz5HAU-tgc3fgw2xwr
asked this question in
Q&A
-
For my example I have two collections: an Anime collection and an Animation collection. I want to exclude everything that was added to the Anime collection from re-appearing in the Animation collection. Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
meisnate12
Apr 11, 2021
Replies: 1 comment 1 reply
-
You could use a filter filters:
collection.not: Anime Or if your initial search is using a plex search you can use Collections:
Animation:
plex_search:
genre: Animation
collection.not: Anime |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zpz5HAU-tgc3fgw2xwr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use a filter
Or if your initial search is using a plex search you can use
collection.not: Anime
with that search which would be faster then using filters