plex_search "genre not found" error ignores genre requirement and continues with search
See original GitHub issueI have a genre collection:
"Action":
plex_search:
genre: Action
collection.not: Anime
With Plex’s new beta TV agent, they’ve removed the Action and Adventure genre’s so the genre throws an error:
[2021-05-12 15:49:24,456] [builder.py:602] [DEBUG] | Validating Method: plex_search |
[2021-05-12 15:49:24,456] [builder.py:603] [DEBUG] | Value: ordereddict([('genre', 'Action')]) |
[2021-05-12 15:49:24,580] [plex.py:487] [ERROR] | Plex Error: genre: Action not found |
[2021-05-12 15:49:24,580] [builder.py:947] [WARNING] | Collection Warning: No valid genre values found in ['Action'] |
The script continues without crashing, but now all of the sudden it’s adding everything that’s not in collection Anime while ignoring the previous genre requirement.
I think it would make more sense if plex_search fails to find a genre, network, or any other field that needs to be exact, that the entire search fails.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
How to Bend Plex to Your Will to Handle Complex Libraries ...
Plex-auto-genres: in the same spirit that the previous script, less involved but less powerful. Gaps: “Find the missing movies in your Plex ...
Read more >Plex-Auto-Collections/README.md at master - GitHub
You can create a collection based on the Plex search feature using the plex_search attribute ... collections: Documentaries: plex_search: genre: Documentary.
Read more >Local Walkthrough - Plex Meta Manager Wiki
Retrieving the PMM code. Installing requirements. Setting up the initial config file. Setting up a metadata file and creating a couple sample collections....
Read more >Python PlexAPI Documentation - Read the Docs
Unofficial Python bindings for the Plex API. Our goal is to match all capabilities of the official Plex Web Client. A few.
Read more >Introducing dizqueTV (0.0.60) : r/PleX - Reddit
dizqueTV is a service that allows you to create always-available, continuous TV channels from your Plex library. You can create and edit as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Mass_genre_update is I wanna say on the library attribute page As for smart collections, I’ve just added how to create them in develop and haven’t actually made a wiki page for them yet
ok i added
crew
to plex_search as a specific case and now it will fail if an attribute isn’t found I agree that its better like that