From 48db3fc82db257dfcbf91efa82f67d562d487016 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Fri, 15 Dec 2023 10:24:26 -0700 Subject: [PATCH] - Fix YAML parsing issues --- plex/pmm/collections/awards/movies.yml | 4 ++-- plex/pmm/collections/awards/shows.yml | 2 +- plex/pmm/collections/best/movies.yml | 2 +- plex/pmm/playlists/general/movies_playlists_general.yml | 2 +- plex/pmm/tips_and_tricks.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plex/pmm/collections/awards/movies.yml b/plex/pmm/collections/awards/movies.yml index ee82d89..c581e36 100644 --- a/plex/pmm/collections/awards/movies.yml +++ b/plex/pmm/collections/awards/movies.yml @@ -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 diff --git a/plex/pmm/collections/awards/shows.yml b/plex/pmm/collections/awards/shows.yml index b0f918c..3f2dbc1 100644 --- a/plex/pmm/collections/awards/shows.yml +++ b/plex/pmm/collections/awards/shows.yml @@ -50,7 +50,7 @@ templates: # TODO: Golden Globe Nominees? -collections: +# collections: # TODO: This year's Emmy nominees diff --git a/plex/pmm/collections/best/movies.yml b/plex/pmm/collections/best/movies.yml index 50b4ff0..5b46f39 100644 --- a/plex/pmm/collections/best/movies.yml +++ b/plex/pmm/collections/best/movies.yml @@ -2,4 +2,4 @@ external_templates: - repo: templates/collections - repo: templates/dynamic_collections -collections: +# collections: diff --git a/plex/pmm/playlists/general/movies_playlists_general.yml b/plex/pmm/playlists/general/movies_playlists_general.yml index 1b1ee34..96321e0 100644 --- a/plex/pmm/playlists/general/movies_playlists_general.yml +++ b/plex/pmm/playlists/general/movies_playlists_general.yml @@ -3,5 +3,5 @@ external_templates: - repo: templates/playlists -playlists: +# playlists: diff --git a/plex/pmm/tips_and_tricks.md b/plex/pmm/tips_and_tricks.md index c5a5993..ceabe5f 100644 --- a/plex/pmm/tips_and_tricks.md +++ b/plex/pmm/tips_and_tricks.md @@ -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"`