- Fix YAML parsing issues
This commit is contained in:
parent
7a8a94cd07
commit
48db3fc82d
|
@ -488,7 +488,7 @@ collections:
|
||||||
event_year: 2023 # TODO: Change this every year
|
event_year: 2023 # TODO: Change this every year
|
||||||
winning: false
|
winning: false
|
||||||
schedule: # February (multiple days)
|
schedule: # February (multiple days)
|
||||||
- yearly(02/01
|
- yearly(02/01)
|
||||||
- all[weekly(friday),range(02/01-03/02)]
|
- all[weekly(friday),range(02/01-03/02)]
|
||||||
- yearly(03/03)
|
- yearly(03/03)
|
||||||
# You have to schedule it to run before and after visibility timeframe for visibility to switch
|
# You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||||
|
@ -506,7 +506,7 @@ collections:
|
||||||
level: "++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||||
schedule: # February (multiple days)
|
schedule: # February (multiple days)
|
||||||
- yearly(02/01
|
- yearly(02/01)
|
||||||
- all[weekly(friday),range(02/01-03/02)]
|
- all[weekly(friday),range(02/01-03/02)]
|
||||||
- yearly(03/03)
|
- yearly(03/03)
|
||||||
# You have to schedule it to run before and after visibility timeframe for visibility to switch
|
# You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||||
|
|
|
@ -50,7 +50,7 @@ templates:
|
||||||
|
|
||||||
# TODO: Golden Globe Nominees?
|
# TODO: Golden Globe Nominees?
|
||||||
|
|
||||||
collections:
|
# collections:
|
||||||
|
|
||||||
# TODO: This year's Emmy nominees
|
# TODO: This year's Emmy nominees
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@ external_templates:
|
||||||
- repo: templates/collections
|
- repo: templates/collections
|
||||||
- repo: templates/dynamic_collections
|
- repo: templates/dynamic_collections
|
||||||
|
|
||||||
collections:
|
# collections:
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
external_templates:
|
external_templates:
|
||||||
- repo: templates/playlists
|
- repo: templates/playlists
|
||||||
|
|
||||||
playlists:
|
# playlists:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue