#I can't figure out why my overlays aren't working:

1 messages · Page 1 of 1 (latest)

hushed jetty
#

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

dapper vaultBOT
#

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.

simple hazel
#

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?

hushed jetty
#

Nothing shows up in the overlay. How do I get a log for you?

lost waspBOT
#

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯\(ツ)

Log file too big? USE PASTEBIN or ZIP THE FILE

hushed jetty
dapper vaultBOT
#

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

hushed jetty
#

Did I do that right?

simple hazel
#

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.

hushed jetty
#

oh sorry. Yep. It's still running. Give me a minute.

simple hazel
#

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, ...
hushed jetty
dapper vaultBOT
#

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

simple hazel
#

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.

hushed jetty
#

wow... I can't believe I missed the underscore...

hushed jetty
#

It worked! TY!!