- Initial commit for PMM configs

This commit is contained in:
nwithan8
2023-11-15 13:36:44 -07:00
committed by cpt-kuesel
parent 06763244d4
commit eae14911d8
55 changed files with 3356 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# General playlists for any movie library
external_templates:
- repo: templates/playlists
playlists:

View File

@@ -0,0 +1,28 @@
# General playlists for any show library
external_templates:
- repo: templates/playlists
playlists:
### Topical
"Treehouse of Horror":
summary: "All The Simpsons' Treehouse of Horror episodes"
libraries: TV Shows
plex_search:
type: episode
all:
title.is: "The Simpsons"
episode_title: "Treehouse"
sort_by: release.asc
sync_mode: sync
"Top 100 Simpsons Episodes":
summary: "The top 100 Simpsons episodes"
libraries: TV Shows
plex_search:
type: episode
all:
title.is: "The Simpsons"
sort_by: audience_rating.desc
limit: 100
sync_mode: sync