beets-bandcamp

Plugin for beets (http://beets.io) to use bandcamp as an autotagger source.


License
GPL-2.0
Install
pip install beets-bandcamp==0.1.4

Documentation

Plugin for beets to use bandcamp as an autotagger source.

Installation

Install this plugin with

$ pip install beets-bandcamp

and add bandcamp to the plugins list in your beets config file.

Configuration

  • lyrics If this is true the plugin will add lyrics to the tracks if they are available. Default is false.
  • art If this is true the plugin will add a source to the FetchArt plugin to download album art for bandcamp albums (you need to enable the FetchArt plugin). Default is false.
  • split_artist_title If this is true the plugin will try to split the title on `` - `` using the first part as artist and the rest as title. This can be useful for compilation albums, although you may still need to use the edit Candidates option of the edit plugin. Default is false.

Usage

This plugin uses the bandcamp URL as id (for both albums and songs). If no matching release is found when importing you can select enter Id and paste the bandcamp URL.