-
I also use Plex meta manager to automatically create collections. I would like to exclude items that are in some collections. For example: I have TMDb, IMDb, Oscar, Sundance, etc collections that, if the Movies are in, exclude from the result. If the movie as not part of those collections but found in a different one, such as a genre collection for Action Movies, then do not exclude it. Also, if the movies are not part of any collection also include them. Right now, I'm using rule
The logic seems like it will only grab those items that fit this exactly. ie items in collections that do not contain the words. Having trouble wrapping my mind around how to solve this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, thanks for trying Maintainerr! Plex Collections media is present in (list of titles) AND ... and so on Adding the ability to add a list of values is actually a good idea, I'll create a feature request for this. |
Beta Was this translation helpful? Give feedback.
-
Thanks for lettingthe reply. |
Beta Was this translation helpful? Give feedback.
Hey, thanks for trying Maintainerr!
Currently, it's impossible to add a list to a custom text field. You'll need multiple blocks for each text value you'd like to check. So:
Plex Collections media is present in (list of titles)
NOT_CONTAINS (or NOT_EQUALS)
Text
Newly
AND
Plex Collections media is present in (list of titles)
NOT_CONTAINS (or NOT_EQUALS)
Text
IMDb
... and so on
Adding the ability to add a list of values is actually a good idea, I'll create a feature request for this.