- Remove library-specific files (unused)
- Restructure into category -> library type
This commit is contained in:
43
plex/pmm/collections/trending/movies.yml
Normal file
43
plex/pmm/collections/trending/movies.yml
Normal file
@ -0,0 +1,43 @@
|
||||
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"
|
||||
imdb_chart: popular_movies
|
||||
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
|
57
plex/pmm/collections/trending/shows.yml
Normal file
57
plex/pmm/collections/trending/shows.yml
Normal file
@ -0,0 +1,57 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
"From The Top":
|
||||
template: { name: Chart,
|
||||
level: "++" }
|
||||
summary: "Let's start this from the beginning"
|
||||
collection_level: episode
|
||||
collection_order: episode_release.desc
|
||||
plex_pilots: true
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Previously On...":
|
||||
template: { name: Chart,
|
||||
level: "++++" }
|
||||
summary: "Catch up on last week's episodes"
|
||||
sort_title:
|
||||
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"
|
||||
imdb_chart: popular_shows
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
Reference in New Issue
Block a user