- 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
|
||||
winning: false
|
||||
schedule: # February (multiple days)
|
||||
- yearly(02/01
|
||||
- yearly(02/01)
|
||||
- all[weekly(friday),range(02/01-03/02)]
|
||||
- yearly(03/03)
|
||||
# You have to schedule it to run before and after visibility timeframe for visibility to switch
|
||||
|
@ -506,7 +506,7 @@ collections:
|
|||
level: "++" }
|
||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||
schedule: # February (multiple days)
|
||||
- yearly(02/01
|
||||
- yearly(02/01)
|
||||
- all[weekly(friday),range(02/01-03/02)]
|
||||
- yearly(03/03)
|
||||
# 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?
|
||||
|
||||
collections:
|
||||
# collections:
|
||||
|
||||
# TODO: This year's Emmy nominees
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ external_templates:
|
|||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
# collections:
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
external_templates:
|
||||
- repo: templates/playlists
|
||||
|
||||
playlists:
|
||||
# playlists:
|
||||
|
||||
|
|
|
@ -190,4 +190,4 @@ This collection uses a combination of all these prefixes, and are always sorted
|
|||
- Posters available here: https://github.com/meisnate12/Plex-Meta-Manager-Images/tree/master/award
|
||||
- Multi-word genres or countries won't URL-encode properly, so you may need to manually import posters for those collections
|
||||
- Placeholder posters generated using [this utility](https://github.com/bullmoose20/Plex-Stuff#create_poster) and [this font](https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/Comfortaa-Bold.ttf)
|
||||
- Example: `./create_poster.ps1 -clean 1 -base_color "#5B5B5B" -gradient "1" -font "Comfortaa-Bold" -font_size "200" -text "NETWORKS"`
|
||||
- Example: `./create_poster.ps1 -clean 1 -base_color "#5B5B5B" -gradient "1" -font "Comfortaa-Bold" -font_size "200" -text "NETWORKS"`
|
||||
|
|
Loading…
Reference in New Issue