Hi guys, maybe someone can help me. I have two libraries for movies, one is in German for kids and another is English movies. Some movies are repeated between both libraries, but different files. I use posterizarr to generate custom posters and when kometa runs, it's applying the German posters to the English library, despite in the config having them separated. Movies that are not repeated are getting the correct poster.
German library:
operations:
mass_content_rating_update:
- mdb_commonsense
- mdb_age_rating
- NR
assets_for_all: true
settings:
asset_directory: config/assets/Deutsche Filme
prioritiza_assets: true
overlay_files:
- remove_overlays: false
- file: config/overlays/media_info.yml
- default: commonsense
template_variables:
vertical_align: bottom
horizontal_align: right```
English Library:
``` Filmes:
operations:
mass_content_rating_update:
- mdb_commonsense
- mdb_age_rating
- NR
assets_for_all: true
settings:
asset_directory: config/assets/Filmes
prioritiza_assets: true
metadata_files:
- file: config/metadata/movies.yml
collection_files:
- default: tmdb
- default: universe
- default: content_rating_cs
overlay_files:
- reapply_overlays: true
- remove_overlays: false
- file: config/overlays/media_info.yml
- default: languages
template_variables:
languages:
- de
- fr
- es
- ja
- pt
- default: commonsense
template_variables:
vertical_align: bottom
horizontal_align: right```
Any idea what I'm doing wrong?