Metadata-Version: 2.1
Name: beets-xtractor
Version: 0.2.1
Summary: A beets plugin for getting something more out of your music...
Home-page: https://github.com/adamjakab/BeetsPluginEssentiaExtractor
Author: Adam Jakab
Author-email: adam@jakab.pro
License: MIT
Description: [![Build Status](https://travis-ci.org/adamjakab/BeetsPluginXtractor.svg?branch=master)](https://travis-ci.org/adamjakab/BeetsPluginXtractor)
        [![Coverage Status](https://coveralls.io/repos/github/adamjakab/BeetsPluginXtractor/badge.svg?branch=master)](https://coveralls.io/github/adamjakab/BeetsPluginXtractor?branch=master)
        [![PyPi](https://img.shields.io/pypi/v/beets-xtractor.svg)](https://pypi.org/project/beets-xtractor/)
        
        
        # Xtractor (beets plugin)
        
        The *beets-xtractor* plugin lets you use the extractors of the [Essentia](https://essentia.upf.edu/index.html) project developed by the Music Technology Group.
        
        
        *NOTE: This plugin is highly unstable and not at all documented! Use it at your own risk*
        
        
        ## Installation
        The plugin can be installed via:
        
        ```shell script
        $ pip install beets-xtractor
        ```
        
        
        ## References
        [Essentia](https://essentia.upf.edu/index.html)
        
        [SVM Models](https://essentia.upf.edu/svm_models/)
        
        [Essentia Licensing](https://essentia.upf.edu/licensing_information.html)
        
        [MTG Github - Music Technology Group](https://github.com/MTG)
        
        [Acousticbrainz Downloads](https://acousticbrainz.org/download)
        
        
Platform: ALL
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
