- Only update per-year award winners once a month
This commit is contained in:
parent
cdc78d39c4
commit
f90d931f49
|
@ -18,6 +18,7 @@ templates:
|
|||
sort_title: 050_Oscars_Winners_<<key>>
|
||||
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
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Berlinale_Awards:
|
||||
default:
|
||||
|
@ -28,6 +29,7 @@ templates:
|
|||
sort_title: 050_Berlinale_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Cannes_Awards:
|
||||
default:
|
||||
|
@ -38,6 +40,7 @@ templates:
|
|||
sort_title: 050_Cannes_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Sundance_Awards:
|
||||
default:
|
||||
|
@ -48,6 +51,7 @@ templates:
|
|||
sort_title: 050_Sundance_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Golden_Globes_Winners:
|
||||
default:
|
||||
|
@ -56,6 +60,7 @@ templates:
|
|||
sort_title: 050_Golden_Globes_Winners_<<key>>
|
||||
imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=golden_globe_winner&sort=<<imdb_sort>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Spirit_Awards:
|
||||
default:
|
||||
|
@ -66,6 +71,7 @@ templates:
|
|||
sort_title: 050_Spirit_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_Critics_Choice_Awards:
|
||||
default:
|
||||
|
@ -76,6 +82,7 @@ templates:
|
|||
sort_title: 050_Critics_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
Yearly_BAFTA_Awards:
|
||||
default:
|
||||
|
@ -86,6 +93,7 @@ templates:
|
|||
sort_title: 050_BAFTA_Winners_<<key>>
|
||||
trakt_list: https://trakt.tv/users/<<url>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg
|
||||
schedule: monthly(04)
|
||||
|
||||
collections:
|
||||
### This year's Academy Awards
|
||||
|
|
Loading…
Reference in New Issue