Skip to content

Beets plugin to retrieve the country of an artist from Musicbrainz

License

Notifications You must be signed in to change notification settings

agrausem/beets-artistcountry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beets-artistcountry

Beets plugin to retrieve the country of an artist from Musicbrainz

Install

To install, use pip

$> pip install beets-artistcountry

To activate it, add artistcountry to the list of you plugins in your configuration file (config.yaml)

plugins: [...] artistcountry [...]

How to use it

You can now use the template field artist_country to build your path in your audio library. Here is an example to do this in your configuration file

paths:
    defaults:
        $albumartist ($artist_country)/[$year] $album%aunique{}/$track $title

Now the path for a track looks like

Metallica (us)/[1984] Ride The Lightning/04 Fade To Black.mp3

About

Beets plugin to retrieve the country of an artist from Musicbrainz

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages