#Overlays missing local assets

1 messages · Page 1 of 1 (latest)

stray coyote
#

I've kept my PMM untouched for the past few months, but just noticed a few days ago that my overlay assets were missing. I had a simple Rotten Tomatos overlay running, and the numbers are still there, but the images (fresh or rotten) are now gone. Since nothing has changed in my files I'm thinking maybe I need to change something to align with a new update perhaps? Any help would be appreciated!

stray coyote
#

@gentle kettle anything else I should provide?

carmine bobcatBOT
#
Upgrading PMM Defaults to 1.18.0

As part of 1.18.0, a few major changes have been made to the PMM Default files that will impact how you use them within your config.yml

Merged into ribbon: oscars, imdb_top_250, rt_cert_fresh, mc_must_see, commonsense_selection
Merged into resolution: resolution_standards & special_release
Renamed to language_count: audio_language

To transition from pre-1.18.0 versions to 1.18.0, you must do the following, or you will see errors in your log and previously working overlays will no longer be applied.

Upgrading to the ribbon PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/oscars
- git: PMM/overlays/imdb_top_250
- git: PMM/overlays/rt_cert_fresh
- git: PMM/overlays/mc_must_see
- git: PMM/overlays/commonsense_selection

2) Add a reference to this file (only once!)

- pmm: ribbon

As only one ribbon image can be placed at a time, the priority list is currently:
oscars (weight 40)
imdb (weight 30)
rotten (Weight 20)
metacritic (Weight 10)
common (Weight 5)

To alter these positions,you can use template variables, like so:

- pmm: ribbon
  template_variables:
    weight_common: 100 #Makes it first on the list
    weight_imdb: 90 #Makes it second on the list

Upgrading to the resolution PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/special_release
- git: PMM/resolution_standards

Upgrading from audio_language to the language_count PMM Default file
1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/audio_language

2) Add a reference to this file

- pmm: language_count