So here is the collection config I use for actors:
templates:
Actor:
actor: tmdb
tmdb_person: <<person>>
tmdb_actor_details: <<person>>
sort_title: +3_<<collection_name>>
sync_mode: sync
collection_order: release
collection_mode: hide
file_background: config/assets/people/<<collection_name>>_background.jpg
collections:
Al Pacino:
template: {name: Actor, person: 1158}
url_poster: https://theposterdb.com/api/assets/48841
This works perfectly well, but what I want to do is restrict the search to my plex libraries only. I do not need/want to know that Al Pacino has acted in +110 movies. I only want to know about those movies I have in my libraries with Al Pacino in the acting role.
I know (am pretty certain) that it has something to do with plex_search, but I cannot get it to work correctly. The one time I got it to only search my plex libraries, it failed to provide me with the tmdb_actor_details.
Appreciate any guidance someone can give.