Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jakab committed Mar 23, 2020
1 parent 80d63f2 commit 6434401
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@

# Xtractor (beets plugin)

*A [beets](https://github.com/beetbox/beets) plugin for insane obsessive-compulsive music geeks.*
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.

The *beets-xtractor* plugin lets you use the extractors of the Essentia project developed by (credits here) to...

*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 (*not just yet!*)
$ pip install beets-xtractor
```


## References
[Essentia](https://essentia.upf.edu/index.html)

[SVM Models](https://essentia.upf.edu/svm_models/)
Expand All @@ -28,4 +30,3 @@ $ pip install beets-xtractor (*not just yet!*)

[Acousticbrainz Downloads](https://acousticbrainz.org/download)


2 changes: 1 addition & 1 deletion beetsplug/xtractor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Created: 3/13/20, 12:17 AM
# License: See LICENSE.txt

__version__ = '0.1.2'
__version__ = '0.2.0'

0 comments on commit 6434401

Please sign in to comment.