Hi, I have started downloading image assets to use for poster images and wondering if this is correct for the config yml?
All image assets will be inthe asset folder, no subfolder for each movie. I do have overlays applied already so I guess I would need to reapply overlays when changing poster images? I have also put prioritize_assets = true in the settings. The image file names will be the same naming convention as the movies in my media directory for example:
Media directory > Harry Potter and the Chamber of Secrets (2002) > (movie filename.mkv)
and the image name will be** Harry Potter and the Chamber of Secrets (2002).png**
Movies:
metadata_path:
- file: config/Movies.yml
overlay_path:
- remove_overlays: false
- reapply_overlays: true
- file: /config/MoviesOverlays.yml
operations:
mass_poster_update: plex
assets_for_all: true```