mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-21 07:17:58 -05:00
- Initial commit for PMM configs
This commit is contained in:
7
nwithan8/playlists/general/movies_playlists_general.yml
Normal file
7
nwithan8/playlists/general/movies_playlists_general.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# General playlists for any movie library
|
||||
|
||||
external_templates:
|
||||
- repo: templates/playlists
|
||||
|
||||
playlists:
|
||||
|
||||
28
nwithan8/playlists/general/shows_playlists_general.yml
Normal file
28
nwithan8/playlists/general/shows_playlists_general.yml
Normal 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
|
||||
Reference in New Issue
Block a user