Errors in "Classical Extras 2.0" plugin

Hello there,
I am starting using Classical Extras. It has a lot of features, long to learn it.
I get few issues and need help as I can’t find answer in the forum.
First
I get one tag with; 003_information:genres, Candidate genres found but not matched: keyboard
I don’t have genre add-on. How to fix it?
Second
I get one tag with; comment:artists_options, {'Classical Extras': {'Artists options': {'run extra artists': True, 'orchestra strings': 'orchestra, philharmonic, philharmonica, philharmoniker, musicians, academy, symphony, orkester', 'choir strings': 'choir, choir vocals, chorus, singers, domchors, domspatzen, koor, kammerkoor', 'group strings': 'ensemble, band, group, trio, quartet, quintet, sextet, septet, octet, chamber, consort, players, les ,the , quartett', 'replace artist name with alias?'...... Very long command
How to fix it?
Third
I get one tag with; comment:workparts_options, {'Classical Extras': {'Artists options': {'run extra artists': True, 'orchestra strings': 'orchestra, philharmonic, philharmonica, philharmoniker, musicians, academy, symphony, orkester', 'choir strings': 'choir, choir vocals, chorus, singers, domchors,.... Very long command
How to fix it?
Many thanks for your help

1 Like

I don’t know much about the inner workings of the plugin. But according to what I can see the following applies.

Classical Extras writes to 003_information:genres the genres that didn’t match the genre lists configured in the plugins options. If you want to have “keyboard” as a genre, you need to add this to the genre lists of the plugin. If you don’t want to set this tag at all, you could unset it with a script:

$unset(003_information:genres)

If you don’t want this tag and the comment:workparts_options tag you can clear the fields “Tag name for artist/mapping/misc. options” and “Tag name for work/genre options” in Classical Extras options under Advanced.

2 Likes

Thank you outsidecontext, you saved my day… but I have a lot of other days to save!
However, it could be easier to you to point me to a documentation link. I didn’t find it.
Do you know it?

Try picard-plugins/plugins/classical_extras/Readme.md at metabrainz/2.0 · MetaTunes/picard-plugins · GitHub

2 Likes