From 4496a4f4743a9b6d74cd5c63ea5077dfbc1eb239 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Fri, 26 Aug 2022 15:46:18 -0400 Subject: [PATCH 1/3] Update README.md --- bullmoose20/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bullmoose20/README.md b/bullmoose20/README.md index 54cdc95..2f90fe9 100644 --- a/bullmoose20/README.md +++ b/bullmoose20/README.md @@ -5,7 +5,13 @@ I run PMM nightly (not lsio image) and Plex(hotio image) with Unraid:
## Instructions -Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays. Unzip the fonts to a location (I use: config/metadata/overlays/fonts/.ttf) that PMM has access to and adjust the ratings section (rating1_font:, rating2_font:, rating2_font:) of the overlays within the config.yml file to be able to use them with PMM. +Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". + +Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays. + +Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications. + +You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating2_font:) of the overlays within the config.yml file to point to the location you chose.
From 10c06860ff0f23154609c82f16cab94d88a9205a Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Fri, 26 Aug 2022 15:49:14 -0400 Subject: [PATCH 2/3] Update README.md --- bullmoose20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullmoose20/README.md b/bullmoose20/README.md index 2f90fe9..eaad1ca 100644 --- a/bullmoose20/README.md +++ b/bullmoose20/README.md @@ -1,6 +1,6 @@ # bullmoose20 PMM files ## Basics -I run PMM nightly (not lsio image) and Plex(hotio image) with Unraid: +I run PMM nightly (not lsio image) and Plex(hotio image) within Unraid:
From d8315df0bcda0e3c22227df6c1f9e5ba07a7f663 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 27 Aug 2022 11:52:58 -0400 Subject: [PATCH 3/3] fixed ratings --- bullmoose20/config.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/bullmoose20/config.yml b/bullmoose20/config.yml index 72878cb..99ce090 100644 --- a/bullmoose20/config.yml +++ b/bullmoose20/config.yml @@ -4,7 +4,7 @@ libraries: # Library mappings must have a Movies: report_path: config/missing/Movies_missing.yml template_variables: - sep_style: purple + sep_style: gray collection_mode: hide metadata_path: - git: PMM/award/bafta @@ -53,9 +53,6 @@ libraries: # Library mappings must have a - git: PMM/chart/basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION - git: PMM/actor template_variables: - exclude: - - Brett Favre - - Tom Brady style: bw data: depth: 10 @@ -68,6 +65,9 @@ libraries: # Library mappings must have a limit: 150 - git: PMM/movie/producer template_variables: + exclude: + - Jeremy Kleiner + - Thomas Hayslip style: bw data: depth: 10 @@ -174,7 +174,7 @@ libraries: # Library mappings must have a delete_unmanaged_collections: true mass_critic_rating_update: imdb mass_audience_rating_update: tmdb - mass_user_rating_update: mdb_tomatoesaudience + mass_user_rating_update: mdb_tomatoes mass_genre_update: tmdb mass_content_rating_update: omdb mass_originally_available_update: tmdb @@ -183,7 +183,7 @@ libraries: # Library mappings must have a TV Shows: report_path: config/missing/TV_missing.yml template_variables: - sep_style: stb + sep_style: gray collection_mode: hide metadata_path: - git: PMM/award/choice @@ -211,6 +211,8 @@ libraries: # Library mappings must have a - git: PMM/chart/basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION - git: PMM/actor template_variables: + exclude: + - Macy Nyman style: bw data: depth: 10 @@ -383,7 +385,7 @@ libraries: # Library mappings must have a delete_unmanaged_collections: true mass_critic_rating_update: imdb mass_audience_rating_update: tmdb - mass_user_rating_update: mdb_tomatoesaudience + mass_user_rating_update: mdb_tomatoes mass_episode_critic_rating_update: imdb mass_episode_audience_rating_update: tmdb mass_genre_update: tmdb