metabrainz / picard-plugins

Picard plugins: use 1.0 branch for Picard < 2.0 (python 2/Qt4) and 2.0 branch for Picard >= 2.0 (python 3/Qt5)
https://picard.musicbrainz.org/plugins/
145 stars 94 forks source link

Add "Additional Artists Details" plugin #354

Closed rdswift closed 1 year ago

rdswift commented 1 year ago

This plugin is in response to the discussion in the MetaBrainz Community Forum regarding Picard's inability to tag a release with the country code of the artist.

This plugin provides specialized album and track variables with artist details such as type, gender, begin and end dates, location (begin, end and current) and country code (begin, end and current) for use in tagging and naming scripts.

NOTE: This plugin makes additional calls to the MusicBrainz website api for the information, which will slow down retrieving album information from MusicBrainz. This will be particularly noticable when there are many different album or track artists, such as on a [Various Artists] release. There is an option to disable track artist processing, which can significantly increase the processing speed if you are only interested in album artist details.

See the plugin's User Guide for more information.

This can be used as a temporary work-around for Picard ticket MBS-12170.