Kometa-Team / Kometa

Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.
https://kometa.wiki
MIT License
2.35k stars 297 forks source link

Failure when using mass_imdb_parental_labels: true #1427

Closed toddsunpark closed 1 year ago

toddsunpark commented 1 year ago

Version Number

1.19.0

What branch are you on?

master

Describe the Bug

In config.yml: mass_imdb_parental_labels: true results in failure after updating from 1.18.3. I pretty much only use PMM to update the parental label tags. I've verified my very vanilla config.yml works fine in 1.18.3.

Relevant Collection/Overlay/Playlist Definition

mass_imdb_parental_labels: true

Logs

No response

YozoraXCII commented 1 year ago

@toddsunpark true is no longer a valid option for mass_imdb_parental_labels

We have instead made control more granular so that you can choose what levels you want:

https://metamanager.wiki/en/latest/config/operations.html#mass-imdb-parental-labels

none, mild, moderate, severe are the availablbe options.