Metadata-Version: 1.1
Name: beets-bandcamp
Version: 0.1.0
Summary: Plugin for beets (http://beets.io) to use bandcamp as an autotagger source.
Home-page: https://github.com/unrblt/beets-bandcamp
Author: Ariel George
Author-email: unarbolito@gmail.com
License: GPL-2.0
Download-URL: https://github.com/unrblt/beets-bandcamp/archive/v0.1.0.tar.gz
Description: Plugin for `beets <https://github.com/beetbox/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 <http://beets.readthedocs.org/en/latest/plugins/fetchart.html>`_
          plugin to download album art for bandcamp albums (you need to enable the
          FetchArt 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.
        
Platform: ALL
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
