Hello.
My basic config setup is below:
libraries:
Movies:
overlay_path:
- remove_overlays: false
- reapply_overlay: false
- pmm: resolution
template_variables:
use_edition: false
operations:
assets_for_all: true
TV Shows:
overlay_path:
- remove_overlays: false
- reapply_overlay: false
- pmm: resolution
template_variables:
use_edition: false
operations:
assets_for_all: true
settings:
cache: true
cache_expiration: 60
asset_directory: config/assets
asset_folders: false
asset_depth: 0
create_asset_folders: false
prioritize_assets: true
And in my pm/assets folder i have Movie_Name.ext, Show_Name.ext, Show_name_Seasonxx.ext, and so on.
What is the proper yml setup so that whenever I add assets to the folder, pmm will see the new posters and apply them, then overlay them, without needing to remove or reapply overlays or is this not possible?