The beet userrating plugin reads and manages a userrating
tag on
your music files.
Install package and scripts.
$ pip install https://github.com/jphautin/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.
Major changes are:
- added support for WMA
- added a test suite
- add notion of scaler to be able to adapt value for any players
- add an import function (you can import rating on existing item of the library)
Players that are supported when importing ratings :
Player | mp3 | wma | flac |
---|---|---|---|
Windows Media Player 9+ | X | ||
Banshee | X | ||
Media Monkey | X | ||
Quod libet | x | ||
Winamp | x |