In many of my collection builders, I'm doing plex_search for a list of criteria. When running these builders, I see an error if a listed item is not found — it seems that the builder will only run if all listed items exist somewhere in the given library. Is there a workaround for this? For example:
plex_search:
any:
content_rating:
- G
- TV-G
If this builder runs on a movie library, I get an error:
Plex Error: content_rating: TV-G not found
And if I run it on a shows library, I get an error:
Plex Error: content_rating: G not found
...I would like to have some basic collection builders set up that will work for both movie and show libraries. Is there a way to do this, so I can search for listed items in case they might exist, instead of only if they do?