#Search not found error

1 messages · Page 1 of 1 (latest)

visual viper
#

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?

old rivetBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

sweet quarry
#

You can add validate: false indented under plex_search to have it do what you want

merry siren