Plex Error: actor: xxxx not found
See original GitHub issueI have collections for concerts that search for title and actor. The metadata on concerts is not very consistent so searching on both a band name and the members will get me good result. But since the latest changes this has stopped working. If the actor in the plex search doesnt exist then the collection will fail
templates:
Bands:
sync_mode: sync
collection_order: release
name_mapping: "- Bands/<<collection_name>>"
plex_search:
title: <<collection_name>>
collections:
King Crimson:
template:
name: Bands
actor:
- Robert Fripp
Scanning King Crimson Collection |
| Plex Error: actor: Robert Fripp not found
I also wonder if I can use lists with the templates? I’m quite sure I did it before but now it crashes if I do something like this:
templates:
Bands:
sync_mode: sync
collection_order: release
name_mapping: "- Bands/<<collection_name>>"
plex_search:
title: <<collection_name>>
actor: <<members>>
collections:
Led Zeppelin:
template:
name: Bands
members:
- Jimmy Page
- Robert Plant
- John Paul Jones
- John Bonham
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Is there a way to specify verifying server for "Not ... - Reddit
Is there a way to specify verifying server for "Not available outside your network" ... Unzip the log file and look in Plex...
Read more >Config Error: Collection ... not found #120 - GitHub
It seems to randomly happen to various collections. I'm not sure what the correlation is. | Updating collection: 101 Dalmatians (Animated)... | ...
Read more >Frequently Asked Questions & Knowledgebase
Plex Error: actor: Mel B not found. Actor not found and hence unable to create the collection. Report error in #pmm-support channel and...
Read more >Plex: Media Server Missing After Password Reset, Sign Out ...
Plex Media Server (PMS) library missing or disappeared after password change and signing out connected devices? Our fix and solution!
Read more >Plex Server acting as Plex Client - General Support - Unraid
Hello everybody, I am having a problem with my Plex server and I can't find any thread about this so here it is:...
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
Looks much better!
i can have it continue if it cant find the actor and I haven’t tried lists in templates ill try it out and see if I can fix it