I have my config setup to pull ratings via PMM overlay git:
Movies: # Each library must match the Plex library name
report_path: config/missing/Movies_missing.yml
metadata_path:
- folder: config/metadata/Movies/Collections
overlay_path:
- remove_overlays: false
- reapply_overlay: true
- git: PMM/chart/basic
- git: PMM/overlays/audio_codec
- git: PMM/overlays/resolution
- git: PMM/overlays/special_release
- git: PMM/overlays/mediastinger
- git: PMM/overlays/ratings
and the ratings overlays arent applying w the log stating:
Validating Method: allowed_library_types
Value: False
Skipped because allowed_library_types is false
Is this new? Can I just add that to the config as 'true' to resolve?