https://github.com/rollingstar/dial-beets
Config and plugins for beets music tagger
https://github.com/rollingstar/dial-beets
beets python yaml-configuration
Last synced: 2 months ago
JSON representation
Config and plugins for beets music tagger
- Host: GitHub
- URL: https://github.com/rollingstar/dial-beets
- Owner: RollingStar
- License: other
- Created: 2017-07-29T18:25:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T23:59:34.000Z (about 5 years ago)
- Last Synced: 2025-01-19T09:28:05.172Z (4 months ago)
- Topics: beets, python, yaml-configuration
- Language: Python
- Size: 17.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-copyartifactspy3
Awesome Lists containing this project
README
# Info
My [beets](https://github.com/beetbox/beets) config and associated files. I don't expect this to be set-and-forget useful to anyone except me. However, with minor changes you can make this config suit your needs as well. I hope it is a good demonstration of many of beets' advanced features.
**Update 2020:** Here's an [updated config](https://gist.github.com/RollingStar/86e041338df295afbbf77a9027903068) just as unsupported as before and probably twice as messy.
# Installation
* config.yaml goes [here](https://beets.readthedocs.io/en/latest/reference/config.html)
* Files in the "beetsplug" folder go [here](http://beets.readthedocs.io/en/latest/dev/plugins.html?highlight=plugins). Or, search your computer for the "beetsplug" folder.```
pip install pyacoustid
pip install titlecase
pip install requests
```* [Chroma instructions](https://beets.readthedocs.io/en/latest/plugins/chroma.html)
* Developed primarily on this machine:
- Windows 10 x64
- Powershell / [Cmder](https://github.com/cmderdev/cmder)
- Python 3.6+ (not Python 2.x, which also works with beets)
- Beets 1.4.5+# License
* copyartifactspy3 is [copyartifacts](https://github.com/sbarakat/beets-copyartifacts) run through 2to3.py. copyartifactspy3 is MIT Licensed.