Skip to content

Commit

Permalink
docs(PlaylistExample): Add enabling default playlist example (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquatsch authored Dec 10, 2024
1 parent 2330de2 commit 5bddc8e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/defaults/playlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,23 @@ work. Any value not specified will use its default value if it has one if not it

1. Adds items from the source list which are not in Plex to Radarr

???+ example "Example Template Adding Default Playlists"

The below is an example config.yml extract showing how to enable/disable specific playlists using their keys. By default, all keys/playlists are enabled.

Click the :fontawesome-solid-circle-plus: icon to learn more

```yaml
playlist_files:
- default: playlist
template_variables:
use_mcu: true #(1)!
use_xmen: false #(2)!
```

1. Enable the default MCU playlist
2. Disable the default X-Men playlist

## Default Values

Unless you customize them as described above, these collections use default lists and searches to create the collections.
Expand Down

0 comments on commit 5bddc8e

Please sign in to comment.