- 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,45 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
collections:
# Box Office
"🍿 At The Box Office":
template: { name: New,
level: "+++" }
summary: "Now playing on a screen near you"
trakt_boxoffice: true
collection_order: custom
visible_library: true
visible_home: true
visible_shared: true
# Trending online
"📈 Trending Now":
template: { name: Chart,
level: "+++" }
summary: "The hottest movies right now"
trakt_chart:
chart: trending
limit: 30
collection_order: custom
sync_mode: sync
visible_library: true
visible_home: true
visible_shared: true
# Trending on Plex
"👀 What Everyone Is Watching":
template: { name: Chart,
level: "++" }
summary: "What other subscribers are checking out"
libraries: "Movies" # Only consider movies in the Movies library (even when building this collection for 4K Movies)
sync_mode: sync
collection_order: custom
tautulli_popular:
list_days: 30
list_size: 15
list_minimum: 2
visible_library: true
visible_home: true
visible_shared: true

View File

@@ -0,0 +1,61 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
collections:
# NOTE: Collection too stressful on server
# "From The Top":
# template: { name: Chart,
# level: "++" }
# summary: "Let's start this from the beginning"
# collection_level: episode
# builder_level: episode
# plex_pilots: true
# sync_mode: sync
# visible_library: true
# visible_home: true
# visible_shared: true
"⏮️ Previously On...":
template: { name: Chart,
level: "++++" }
summary: "Catch up on last week's episodes"
smart_filter:
type: episode
sort_by: release.desc
all:
# Episode aired in the last 8 days
episode_air_date: 8
sync_mode: sync
visible_home: true
visible_shared: true
visible_library: true
"👀 What Everyone Is Watching":
template: { name: Chart,
level: "+++++" }
summary: "What other subscribers are checking out"
libraries: "TV Shows"
sync_mode: sync
collection_order: custom
tautulli_popular:
list_days: 30
list_size: 15
list_minimum: 2
visible_library: true
visible_home: true
visible_shared: true
"📈 Trending Now":
template: { name: Chart,
level: "+++++" }
summary: "The hottest shows right now"
trakt_chart:
chart: trending
limit: 30
collection_order: custom
sync_mode: sync
visible_library: true
visible_home: true
visible_shared: true