Two plugins for my personal use.
Splits a tag by a separator string into multiple tags.
Fetches extra data from discogs:
- Original year, if earlier than musicbrainz
- Label is set to label of original release
- Performers tag is populated
plugins: discogs_extradata tagsplit
tagsplit:
separator: '|'
fields:
- genre
- label
- performer
discogs_extradata:
token: 'usertoken, can be generated in discogs settings page'
separator: '|'