I'm trying to set the metadata_language in plex for every movie that has a german audio track available. All other movies and the library default are set to english metadata_language.
I'm very new to kometa and editing the yml config so what I tried is probably completely wrong but this is what I currently have as a metadata_match_audio_language.yml which I'm referencing in the config.
metadata: movies: metadata_language: de plex_search: all: audio_language: de
before that I also tried with match similar to how the wiki says:
metadata: movies: match: audio_language: de metadata_language: de
Any help would be appreciated. Thank you