1
0
Fork 0
Datei suchen
sqozz 584242bf0a Add initial working version 2019-06-12 12:22:57 +02:00
README.md Add initial working version 2019-06-12 12:22:57 +02:00
auto_import.sh Add initial working version 2019-06-12 12:22:57 +02:00
funkwhaleimport.py Add initial working version 2019-06-12 12:22:57 +02:00

README.md

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"