I am trying to update my posters in Plex from the specified assets folders (specified per library). However, when I run Kometa (docker with --run) it terminates almost immediately, saying it has skipped all libraries but outputting no errors that seem to be relevant.
I've searched extensively on this discord and have tried my best to set up my config yml properly. I've enabled the assets_for_all operation, set prioritize_assets to true, and though I'm not sure if it's necessary I tried enabling the mass_poster_update operation, as it says in the documentation it will prioritize local assets.
Regarding the naming, I am specifying for each library an asset path (which I have verified the docker has access to from the docker's console), for example for movies the path is /assets/Movies/ and within that is a subfolder for each movie matching the folder name the media file is stored in, i.e. "Sergeant York (1941)", and the poster with that folder is named poster.jpg. Altogether the path would be "/assets/Movies/Sergeant York (1941)/poster.jpg"
Thanks in advance for your help.