mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 14:09:43 -05:00
- Initial commit for PMM configs
This commit is contained in:
45
nwithan8/collections/trending/movies.yml
Normal file
45
nwithan8/collections/trending/movies.yml
Normal 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
|
||||
61
nwithan8/collections/trending/shows.yml
Normal file
61
nwithan8/collections/trending/shows.yml
Normal 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
|
||||
Reference in New Issue
Block a user