- Remove redundant dynamic collection templates
This commit is contained in:
parent
426fa85814
commit
5104b5ca9e
|
@ -0,0 +1,3 @@
|
|||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
|
@ -1,49 +1,6 @@
|
|||
templates:
|
||||
# Dynamic Collections Templates
|
||||
# -----------------------------
|
||||
Movies_Best_of_Year:
|
||||
default:
|
||||
level: ""
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
||||
sort_title: 08_+<<level>>_Best of <<key>>
|
||||
sync_mode: sync
|
||||
summary: Rotten Tomatoes Best Movies of <<key>>
|
||||
collection_order: release
|
||||
collection_minimum: 3
|
||||
delete_below_minimum: true
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: monthly(1)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/year/best/<<key>>.jpg
|
||||
|
||||
Per_Decade:
|
||||
smart_filter:
|
||||
sort_by: audience_rating.desc
|
||||
all:
|
||||
year.gte: <<key_name>>
|
||||
year.lte: <<ending>>
|
||||
sort_title: 08_+<<level>>_<<key>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: monthly(17)
|
||||
url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<key>>.png
|
||||
|
||||
Per_Genre:
|
||||
smart_filter:
|
||||
limit: 10000
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
genre: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 07_+<<level>>_<<key>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: weekly(saturday)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<<key>>.jpg
|
||||
|
||||
Per_Actor:
|
||||
smart_filter:
|
||||
|
@ -72,65 +29,3 @@ templates:
|
|||
schedule:
|
||||
- weekly(friday)
|
||||
- weekly(tuesday)
|
||||
|
||||
Per_Country:
|
||||
smart_filter:
|
||||
limit: 10000
|
||||
sort_by: critic_rating.desc
|
||||
any:
|
||||
country: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 11_+<<level>>_<<key>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: weekly(saturday)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/color/<<key>>.jpg
|
||||
|
||||
Per_Holiday:
|
||||
default:
|
||||
level: ""
|
||||
sync_mode: sync
|
||||
sync_mode_<<key>>: <<sync_mode>>
|
||||
sort_by: title.asc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
schedule_<<key>>: <<schedule>>
|
||||
limit_<<key>>: <<limit>>
|
||||
tmdb_collection_<<key>>: <<tmdb_collection>>
|
||||
tmdb_movie_<<key>>: <<tmdb_movie>>
|
||||
imdb_list_<<key>>: <<imdb_list>>
|
||||
trakt_list_<<key>>: <<trakt_list>>
|
||||
mdblist_list_<<key>>: <<mdblist_list>>
|
||||
summary_<<key>>: <<seasonal_summary>>
|
||||
name_<<key>>: <<seasonal_name>>
|
||||
emoji_<<key>>: <<emoji>>
|
||||
optional:
|
||||
- poster_url
|
||||
- schedule
|
||||
- tmdb_collection
|
||||
- tmdb_movie
|
||||
- limit
|
||||
- imdb_list
|
||||
- trakt_list
|
||||
- mdblist_list
|
||||
smart_label:
|
||||
sort_by: <<sort_by_<<key>>>>
|
||||
limit: <<limit_<<key>>>>
|
||||
all:
|
||||
label: <<smart_label>>
|
||||
schedule: <<schedule_<<key>>>>
|
||||
sync_mode: <<sync_mode_<<key>>>>
|
||||
tmdb_collection: <<tmdb_collection_<<key>>>>
|
||||
tmdb_movie: <<tmdb_movie_<<key>>>>
|
||||
imdb_list: <<imdb_list_<<key>>>>
|
||||
trakt_list: <<trakt_list_<<key>>>>
|
||||
mdblist_list: <<mdblist_list_<<key>>>>
|
||||
cache_builders: 1
|
||||
summary: <<summary_<<key>>>>
|
||||
name: <<emoji_<<key>>>><<name_<<key>>>>
|
||||
sort_title: 03_+<<level>>_<<collection_name>>
|
||||
visible_shared: true
|
||||
visible_home: true
|
||||
url_poster: <<poster_url>>
|
||||
|
||||
|
|
Loading…
Reference in New Issue