You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
sqozz 584242bf0a Add initial working version 4 years ago
README.md Add initial working version 4 years ago
auto_import.sh Add initial working version 4 years ago
funkwhaleimport.py Add initial working version 4 years ago

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"