Skip to content

SimonTeixidor/beets-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

beet-plugins

Two plugins for my personal use.

tagsplit

Splits a tag by a separator string into multiple tags.

discogs_extradata

Fetches extra data from discogs:

  • Original year, if earlier than musicbrainz
  • Label is set to label of original release
  • Performers tag is populated

Config example

plugins: discogs_extradata tagsplit

tagsplit:
    separator: '|'
    fields:
        - genre
        - label
        - performer

discogs_extradata:
    token: 'usertoken, can be generated in discogs settings page'
    separator: '|'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages