Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unrblt/beets-bandcamp
Plugin for beets (http://beets.io) to use bandcamp as an autotagger source.
https://github.com/unrblt/beets-bandcamp
Last synced: 7 days ago
JSON representation
Plugin for beets (http://beets.io) to use bandcamp as an autotagger source.
- Host: GitHub
- URL: https://github.com/unrblt/beets-bandcamp
- Owner: unrblt
- License: gpl-2.0
- Created: 2015-06-22T01:10:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T18:45:42.000Z (11 months ago)
- Last Synced: 2024-11-03T14:51:51.316Z (9 days ago)
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 62
- Watchers: 6
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: http://img.shields.io/pypi/v/beets-bandcamp.svg
:target: https://pypi.python.org/pypi/beets-bandcampPlugin 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.