funkwhale_beets_plugin/README.md

12 lines
401 B
Markdown
Raw Permalink Normal View History

2019-06-12 12:22:57 +02:00
```
1. Copy the beets plugin into your plugin folder (e.g. /usr/lib64/python2.7/site-packages/beetsplug/)
2. Deploy the virtual-env wrapper (auto_deploy.sh) e.g. to /opt/funkwhale/auto_deploy.sh and adjust paths in it
3. Adjust your beets config for the plugin:
plugins: funkwhaleimport
funkwhale:
library_id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
importer: "/opt/funkwhale/auto_import.sh"
```