- Fix YAML parsing issues

This commit is contained in:
nwithan8 2023-12-15 10:24:26 -07:00
parent 7a8a94cd07
commit 48db3fc82d
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -2,4 +2,4 @@ external_templates:
- repo: templates/collections - repo: templates/collections
- repo: templates/dynamic_collections - repo: templates/dynamic_collections
collections: # collections:

View File

@ -3,5 +3,5 @@
external_templates: external_templates:
- repo: templates/playlists - repo: templates/playlists
playlists: # playlists:

View File

@ -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 - 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 - 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) - 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"`