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/sources/playlist.md

927 B

Playlists

These are lists provided for reference to show what values will be in use if you do no customization. These do not show how to change a name or a list.

If you want to customize these values, use the methods described above.

??? example "Default Template Variable trakt_list (click to expand) "

<div id="trakt-list" />

???+ tip 

    Pass `trakt_list_<<key>>` to the file as template variables to change this value per playlist.

    ```yaml
      - default: playlists
        template_variables:
          trakt_list_startrek: https://trakt.tv/users/username/lists/startrek
    ```

```yaml
{%
  include-markdown "../../../defaults/playlist.yml" 
  comments=false
  preserve-includer-indent=true
  dedent=true
  start="conditions:"
  end="default:"
%}
```