Continuing the work from https://github.com/mdorman/beets-userrating. It's just for me at the moment. Thanks for getting this project started!
The beet userrating plugin reads and manages a userrating
tag on
your music files.
Install package and scripts.
$ pip install https://github.com/niv71/beets-userrating/archive/master.zip
Add the plugin to beets configuration file.
plugins: (...) userrating
beet userrating -h
Usage: beet userrating [options]
Options:
-h, --help show this help message and exit
It turns out that the mpdstats
plugin was already maintaining a
rating
attribute. It seemed easier to just adopt the userrating
nomenclature.