- Fix awards, Star Wars lists
This commit is contained in:
parent
fe779797bc
commit
0b727c28b3
|
@ -19,16 +19,22 @@ templates:
|
||||||
imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>>
|
imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>>
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg
|
||||||
|
|
||||||
|
Yearly_Berlinale_Awards:
|
||||||
|
allowed_library_types: movie
|
||||||
|
summary: <<key>> Berlinale International Film Festival
|
||||||
|
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-berlinale
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<<key>>.jpg
|
||||||
|
|
||||||
Yearly_Cannes_Awards:
|
Yearly_Cannes_Awards:
|
||||||
allowed_library_types: movie
|
allowed_library_types: movie
|
||||||
summary: <<key>> Cannes Film Festival
|
summary: <<key>> Cannes Film Festival
|
||||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-cannes
|
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-cannes
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
|
||||||
|
|
||||||
Yearly_Sundance_Awards:
|
Yearly_Sundance_Awards:
|
||||||
allowed_library_types: movie
|
allowed_library_types: movie
|
||||||
summary: <<key>> Sundance Film Festival
|
summary: <<key>> Sundance Film Festival
|
||||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-sundance
|
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-sundance
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
|
||||||
|
|
||||||
Yearly_Golden_Globes_Winners:
|
Yearly_Golden_Globes_Winners:
|
||||||
|
@ -41,7 +47,7 @@ templates:
|
||||||
Yearly_Spirit_Awards:
|
Yearly_Spirit_Awards:
|
||||||
allowed_library_types: movie
|
allowed_library_types: movie
|
||||||
summary: <<key>> Independent Spirit Awards
|
summary: <<key>> Independent Spirit Awards
|
||||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-independent-spirits
|
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-independent-spirits
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg
|
||||||
|
|
||||||
Yearly_Critics_Choice_Awards:
|
Yearly_Critics_Choice_Awards:
|
||||||
|
@ -54,7 +60,7 @@ templates:
|
||||||
Yearly_BAFTA_Awards:
|
Yearly_BAFTA_Awards:
|
||||||
allowed_library_types: movie
|
allowed_library_types: movie
|
||||||
summary: <<key>> BAFTA awards
|
summary: <<key>> BAFTA awards
|
||||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-bafta
|
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-bafta
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg
|
||||||
|
|
||||||
|
|
||||||
|
@ -414,6 +420,16 @@ dynamic_collections:
|
||||||
template:
|
template:
|
||||||
- Yearly_Oscars_Winners
|
- Yearly_Oscars_Winners
|
||||||
|
|
||||||
|
Yearly Berlinale DC: # mapping name does not matter just needs to be unique
|
||||||
|
type: number
|
||||||
|
sync: true
|
||||||
|
data:
|
||||||
|
starting: 2016
|
||||||
|
ending: current_year
|
||||||
|
title_format: Berlinale International Film Festival <<key_name>>
|
||||||
|
template:
|
||||||
|
- Yearly_Berlinale_Awards
|
||||||
|
|
||||||
Yearly Cannes DC: # mapping name does not matter just needs to be unique
|
Yearly Cannes DC: # mapping name does not matter just needs to be unique
|
||||||
type: number
|
type: number
|
||||||
sync: true
|
sync: true
|
||||||
|
|
|
@ -423,7 +423,7 @@ collections:
|
||||||
template: { name: Collection,
|
template: { name: Collection,
|
||||||
level: "+" }
|
level: "+" }
|
||||||
trakt_list_details:
|
trakt_list_details:
|
||||||
- https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline
|
- https://trakt.tv/users/sonicwarrior/lists/star-wars-canon-timeline
|
||||||
url_background: https://images.unsplash.com/photo-1579566346927-c68383817a25
|
url_background: https://images.unsplash.com/photo-1579566346927-c68383817a25
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
Loading…
Reference in New Issue