resolve_actor_filmography
Resolve an actor's official filmography, filtering out talk shows and uncredited roles, to see which of their movies are owned or missing in Plex.
Instructions
Resolves an actor's name to their official TMDb filmography, filtering out talk shows, self-appearances, and uncredited roles. When Plex is configured, marks which of those movies the user already has in their Plex library and which they don't. Use this to answer which of an actor's movies the user is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | Only titles the user has in Plex ('owned'), only those they don't ('missing'), or both (default). | |
| limit | No | How many titles to list, newest first (default 15). | |
| yearTo | No | Only titles released in or before this year. | |
| library | No | Judge ownership only against Plex libraries whose name contains this text, e.g. '4k': 'owned' then means held in a 4K library and 'missing' means not held in any. | |
| yearFrom | No | Only titles released in or after this year. | |
| actorName | Yes | The exact name of the actor (e.g., 'Harrison Ford'). |