posters, collections, and fixes

This commit is contained in:
bullmoose20
2022-04-02 16:52:55 -04:00
parent 913816e273
commit 5b5657ab8b
34 changed files with 481 additions and 22 deletions

View File

@@ -0,0 +1,60 @@
######################################################
# Awards Collections #
# Created by Yozora and Bullmoose20 #
# #
######################################################
templates:
Award:
sort_title: +16_<<collection_name>>
collection_mode: hide
sync_mode: sync
smart_label: audience_rating.desc
#schedule: weekly (monday)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/award/<<URL_ENCODE>>.jpg
GG Template:
sort_title: '+16_<<collection_name>>'
collection_mode: hide
smart_label: audience_rating.desc
summary: 'Golden Globes <<year>>'
sync_mode: append
trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes
item_label: Golden Globes
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/<<URL_ENCODE>>%20<<year>>.jpg
collections:
Award Collections:
blank_collection: true
collection_mode: hide
sort_title: +16_+Award Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/award/Award%20Collections.jpg
Emmy Winners:
template: { name: Award, URL_ENCODE: "Emmy%20Winners"}
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
summary: Emmy Winning Shows
Golden Globes 2021:
template: { name: GG Template, year: 2021, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2020:
template: { name: GG Template, year: 2020, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2019:
template: { name: GG Template, year: 2019, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2018:
template: { name: GG Template, year: 2018, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2017:
template: { name: GG Template, year: 2017, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2016:
template: { name: GG Template, year: 2016, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2015:
template: { name: GG Template, year: 2015, URL_ENCODE: "Golden%20Globes%20Winners" }
Golden Globes 2014:
template: { name: GG Template, year: 2014, URL_ENCODE: "Golden%20Globes%20Winners" }

View File

@@ -9,12 +9,13 @@ templates:
collection_mode: hide
sort_title: +01_<<collection_name>>
sync_mode: sync
limit: 100
limit: 250
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
collections:
TV Chart Collections:
blank_collection: true
collection_mode: hide
sort_title: +01_+TV Chart Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/TV%20Chart%20Collections.jpg
Newly Released Shows:

View File

@@ -7,18 +7,19 @@
templates:
contentrating_dynamic:
default:
URL_ENCODE: <<key_name>>
URL_ENCODE: <<key>>
collection_mode: hide
sort_title: +03_<<collection_name>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating/mpaa_(us)/<<URL_ENCODE>>.jpg
smart_filter:
sort_by: release.desc
any:
content_rating: <<content_rating>>
content_rating: <<value>>
collections:
US TV Ratings Collections:
blank_collection: true
collection_mode: hide
sort_title: +03_+US TV Ratings Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/content_rating//mpaa_(us)/US%20TV%20Ratings%20Collections.jpg
@@ -30,7 +31,7 @@ dynamic_collections:
template: contentrating_dynamic
template_variables:
URL_ENCODE:
Other Ratings: Other%20Ratings
other: Other%20Ratings
include:
- TV-G
- TV-Y
@@ -49,7 +50,6 @@ dynamic_collections:
TV-PG:
- gb/PG
- gb/9+
- TV-PG
TV-14:
- gb/12A
- 12+
@@ -63,4 +63,3 @@ dynamic_collections:
- MA-17
- NC-17
- TVMA
- TV-MA

View File

@@ -19,6 +19,7 @@ templates:
collections:
Kids Network Collections:
blank_collection: true
collection_mode: hide
sort_title: +05_+Kids Network Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/Kids%20Network%20Collections.jpg

View File

@@ -19,6 +19,7 @@ templates:
collections:
UK Network Collections:
blank_collection: true
collection_mode: hide
sort_title: +04_+UK Network Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/UK%20Network%20Collections.jpg
@@ -39,10 +40,7 @@ dynamic_collections:
Disney Channel: Disney%20Channel
Investigation Discovery: Investigation%20Discovery
National Geographic: National%20Geographic
Prime Video: Prime%20Video
Sky 1: Sky%201
UKTV Food: UKTV%20Food
other:Other%20Networks
other: Other%20Networks
include:
- Adult Swim
- Amazon
@@ -67,7 +65,6 @@ dynamic_collections:
- UKTV Food
- YouTube
title_override:
Amazon: Prime Video
Channel 4: Channel 4
Hallmark Channel: Hallmark
Nickelodeon: Nick

View File

@@ -19,6 +19,7 @@ templates:
collections:
US Network Collections:
blank_collection: true
collection_mode: hide
sort_title: +04_+US Network Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/network/US%20Network%20Collections.jpg
@@ -40,9 +41,8 @@ dynamic_collections:
Hallmark Channel: Hallmark%20Channel
Investigation Discovery: Investigation%20Discovery
National Geographic: National%20Geographic
Prime Video: Prime%20Video
The CW: The%20CW
other: Other%Networks
other: Other%20Networks
include:
- A&E
- ABC
@@ -84,7 +84,6 @@ dynamic_collections:
- USA Network
- YouTube
title_override:
Amazon: Prime Video
Hallmark Channel: Hallmark
Nickelodeon: Nick
USA Network: USA

View File

@@ -15,6 +15,7 @@ templates:
collections:
UK Streaming Collections:
blank_collection: true
collection_mode: hide
sort_title: +02_+UK Streaming Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/UK%20Streaming%20Collections.jpg
All 4 Shows:

View File

@@ -15,6 +15,7 @@ templates:
collections:
US Streaming Collections:
blank_collection: true
collection_mode: hide
sort_title: +02_+US Streaming Collections
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/tv/streaming_service/US%20Streaming%20Collections.jpg
Apple TV+ Shows: