You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/defaults/both/actor.md

4.1 KiB

Actor Default Metadata File

The - pmm: actor Metadata File is used to dynamically create collections based on the most popular actors/actresses in your library.

Example Collections Created:

The below YAML in your config.yml will create the collections:

libraries:
  Movies:
    metadata_path:
      - pmm: actor

Rainier Style

Below is a screenshot of the alternative Rainier style which can be set via template variables

Template Variables

Template Variables can be used to manipulate the actor file from the default settings which are provided.

Note that the templates_variables: section only needs to be used if you do NOT want to use the default settings.

Below are the available variables which can be used to customize the actor file.

Variable Description & Values
style Description: Controls the visual theme of the collections created
Values:bw - Black and white theme or
rainier - Rainier theme
sort_by Description: Controls the sort method for the collections
Values: Any sort method in the Sorts Options Table
data Description: Changes the following values of the collection builder
Values:
AttributeDescription & Values
depthControls the depth within the casting credits to search for common actors
Values: Number greater than 0
Default: 5
limitControls the maximum number of collections to create
Values: Number greater than 0
Default: 25

The below shows an example config.yml with all the template_variables set away from their defaults:

libraries:
  Movies:
    metadata_path:
      - pmm: actor
        template_variables:
          data:
            depth: 10
            limit: 20
          style: rainier
          sort_by: title.asc
          collection_section: 12
          collection_mode: show_items
          use_separator: false
          sep_style: purple