- Fix, clarify visibility scheduling for holiday and award collections
This commit is contained in:
@ -63,7 +63,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++++++" }
|
||||
summary: "Who will take home the trophy?"
|
||||
schedule: never
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -74,7 +74,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "+++++" }
|
||||
summary: "Who will take home the trophy?"
|
||||
schedule: never
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -85,7 +85,7 @@ collections:
|
||||
template: { name: Holiday,
|
||||
level: "+++++" }
|
||||
summary: "Who will take home the trophy?"
|
||||
schedule: never
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -98,7 +98,7 @@ collections:
|
||||
trakt_list:
|
||||
# TODO: NEED TO REPLACE MANUALLY
|
||||
- https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022
|
||||
schedule: yearly(02/20)
|
||||
schedule: yearly(02/01), yearly(02/20), yearly(04/01) # You have to schedule it to run again after visibility timeframe for visibility to switch back
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -111,7 +111,7 @@ collections:
|
||||
level: "++" }
|
||||
imdb_list:
|
||||
- https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
|
||||
schedule: yearly(03/28)
|
||||
schedule: yearly(02/01), yearly(03/28), yearly(04/01) # You have to schedule it to run again after visibility timeframe for visibility to switch back
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -122,7 +122,7 @@ collections:
|
||||
level: "++" }
|
||||
imdb_list:
|
||||
- https://www.imdb.com/search/title/?groups=best_director_winners&sort=year%2Cdesc
|
||||
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
summary: The Academy Award for Best Director is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929.
|
||||
@ -135,7 +135,7 @@ collections:
|
||||
level: "++" }
|
||||
imdb_list:
|
||||
- https://www.imdb.com/search/title/?groups=best_picture_winners&sort=year%2Cdesc
|
||||
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
summary: The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929.
|
||||
@ -148,7 +148,7 @@ collections:
|
||||
level: "++" }
|
||||
summary: "Previous Razzie Worst Picture winners"
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
|
||||
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||
schedule: yearly(02/01), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
@ -159,7 +159,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners
|
||||
schedule: yearly(06/01)
|
||||
schedule: yearly(06/01), yearly(07/01) # You have to schedule it to run again after visibility timeframe for visibility to switch back
|
||||
visible_home: range(06/01-06/30)
|
||||
visible_shared: range(06/01-06/30)
|
||||
|
||||
@ -170,7 +170,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||
schedule: yearly(03/14)
|
||||
schedule: yearly(03/14), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(03/14-03/31)
|
||||
visible_shared: range(03/14-03/31)
|
||||
|
||||
@ -181,7 +181,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||||
schedule: yearly(02/21)
|
||||
schedule: yearly(02/21), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/21-03/31)
|
||||
visible_shared: range(02/21-03/31)
|
||||
|
||||
@ -192,7 +192,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film
|
||||
schedule: yearly(02/21)
|
||||
schedule: yearly(02/21), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/21-03/31)
|
||||
visible_shared: range(02/21-03/31)
|
||||
|
||||
@ -203,7 +203,7 @@ collections:
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
||||
schedule: yearly(02/21)
|
||||
schedule: yearly(02/21), yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
visible_home: range(02/21-03/31)
|
||||
visible_shared: range(02/21-03/31)
|
||||
|
||||
|
@ -321,9 +321,9 @@ collections:
|
||||
# - https://trakt.tv/users/jayinftl/lists/halloween
|
||||
# - https://trakt.tv/users/roswellgeek/lists/halloween
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(09/30-10/31)
|
||||
schedule: range(09/30-11/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(09/30-10/31)
|
||||
visible_shared: range(10/01-10/31)
|
||||
visible_shared: range(09/30-10/31)
|
||||
|
||||
# TODO: Replace for 2023
|
||||
"31 Days of Horror":
|
||||
@ -333,7 +333,7 @@ collections:
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/31-days-of-horror-2022
|
||||
collection_order: custom
|
||||
schedule: range(09/30-10/31)
|
||||
schedule: range(09/30-11/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(09/30-10/31)
|
||||
visible_shared: range(09/30-10/31)
|
||||
|
||||
@ -344,10 +344,11 @@ collections:
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hdlists/lists/halloween-movies-for-kids
|
||||
collection_order: custom
|
||||
schedule: range(09/30-10/31)
|
||||
schedule: range(09/30-11/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(09/30-10/31)
|
||||
visible_shared: range(09/30-10/31)
|
||||
|
||||
|
||||
"He's Right Behind You!":
|
||||
template: { name: Holiday,
|
||||
level: "++" }
|
||||
@ -355,7 +356,7 @@ collections:
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hdlists/lists/80s-slasher-movies
|
||||
collection_order: custom
|
||||
schedule: range(09/30-10/31)
|
||||
schedule: range(09/30-11/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(09/30-10/31)
|
||||
visible_shared: range(09/30-10/31)
|
||||
|
||||
@ -369,9 +370,9 @@ collections:
|
||||
- https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies
|
||||
- https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(11/01-11/28)
|
||||
visible_home: range(11/01-11/28)
|
||||
visible_shared: range(11/01-11/28)
|
||||
schedule: range(11/01-12/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(11/01-11/30)
|
||||
visible_shared: range(11/01-11/30)
|
||||
|
||||
"This is Christmas":
|
||||
template: { name: Holiday,
|
||||
@ -382,7 +383,7 @@ collections:
|
||||
- https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics
|
||||
- https://trakt.tv/users/littlestella3/lists/christmas
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(11/29-12/31)
|
||||
schedule: range(11/29-01/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(11/29-12/31)
|
||||
visible_shared: range(11/29-12/31)
|
||||
|
||||
@ -393,7 +394,7 @@ collections:
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mzdiobolik/lists/hallmark-christmas-movies
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(11/29-12/31)
|
||||
schedule: range(11/29-01/01) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(11/29-12/31)
|
||||
visible_shared: range(11/29-12/31)
|
||||
|
||||
@ -406,7 +407,7 @@ collections:
|
||||
- https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day
|
||||
- https://trakt.tv/users/abbelea/lists/movies-best-of-love
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(02/01-02/15)
|
||||
schedule: range(02/01-02/16) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(02/01-02/15)
|
||||
visible_shared: range(02/01-02/15)
|
||||
|
||||
@ -418,7 +419,7 @@ collections:
|
||||
- https://trakt.tv/users/triadcool/lists/irish
|
||||
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
|
||||
collection_order: audience_rating.desc
|
||||
schedule: range(03/10-03/18)
|
||||
schedule: range(03/10-03/19) # You have to schedule it one day longer so it will run and change visibility
|
||||
visible_home: range(03/10-03/18)
|
||||
visible_shared: range(03/10-03/18)
|
||||
|
||||
|
Reference in New Issue
Block a user