libraries: # <<< This is called out once within the config.yml file Movies: # <<< These are names of libraries in your Plex template_variables: sep_style: purple metadata_path: - pmm: basic # <<< This is a file within PMM's defaults folder - pmm: imdb # <<< This is a file within PMM's defaults folder - pmm: streaming # <<< This is the dynamic "original-only" streaming scrape template_variables: originals_only: true radarr_add_missing: true sort_by: release.desc sync_mode: sync exclude: bet, hayu, crunchyroll - pmm: seasonal # <<< This is the dynamic monthly holiday scrap template_variables: radarr_add_missing: true use_separator: true sep_style: aqua sort_by: audience_rating.desc emoji: "" limit: 40 sync_mode: sync - file: config/Genres.yml # <<< This is where the dynamic genre sorting is stored - file: config/Studios.yml # <<< This is where the dynamic studio scraping (A24, Ghibli, etc.) is stored overlay_path: - reapply_overlays: true - pmm: ratings template variables: rating1: critic rating1_image: rt_tomato rating1_font_size: 70 rating2: audience rating2_image: rt_popcorn rating2_font_size: 70 operations: mass_critic_rating_update: mdb_tomatoes mass_audience_rating_update: mdb_tomatoesaudience
#I can't figure out why my overlays aren't working:
1 messages · Page 1 of 1 (latest)
Welcome @hushed jetty!
It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.
Someone from <@&938443185347244033> will assist when they're available.
Including the meta.log from the beginning is a huge help, type !logs for more information.
You can press the "Close Post" button above or type /close at any time to close this post.
We're going to need a log and a description of what "aren't working" actually means.
Wrong values? Don't show up? Error? Castastrophic fire?
Nothing shows up in the overlay. How do I get a log for you?
📝 If you want to review this again, katelibby_67058:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
Did I do that right?
Yep.
Either this run is still in progress and it hasn't reached the oerlays yet or it quit abruptly probably due to running out of memory.
oh sorry. Yep. It's still running. Give me a minute.
The log ends abruptly here:
[2023-12-06 19:45:38,392] [radarr.py:52] [INFO] |===================================== Adding Missing to Radarr =====================================|
[2023-12-06 19:45:38,393] [radarr.py:53] [DEBUG] | |
[2023-12-06 19:45:38,393] [radarr.py:54] [DEBUG] | Radarr Adds: [13805, 22293, 40016, 31117, 63315, ...
📝 If you want to review this again, katelibby_67058:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
Under Movies, this:
overlay_path:
- reapply_overlays: true
- pmm: ratings
template variables:
rating1: critic
rating1_image: rt_tomato
rating1_font_size: 70
rating2: audience
rating2_image: rt_popcorn
rating2_font_size: 70
is incorrect; it should be template_variables.
You should turn off reapply_overlays.
Under TV, this:
overlay_path:
- reapply_overlays: true
- pmm: ratings
template variables:
rating1: critic
rating1_image: rt_tomato
rating1_font_size: 70
rating2: audience
rating2_image: rt_popcorn
rating2_font_size: 70
source: tmdb
seasons: true
episodes: true
is incorrect; it should be template_variables and those last three lines aren't valid.
Again, you should turn off reapply_overlays.
wow... I can't believe I missed the underscore...
It worked! TY!!