Hello team,
And thank you for all the work accomplished on Volumio 2.
I’m trying to code some Google Play Music service and must admit I’m struggling with very basic task like activating my plugin. I edited /volumio/app/plugins/plugins.json with no luck. Is there some documentation to help with such development tasks since github wiki does not help that much.
Hi, have a look at plugin repo on github. You have nothing to edit if you use the dev branch of volumio as it included a plugin installation mechanism.
Was saying the ‘Plugin’ item in settings menu was giving a blank page on the web-ui. Nevermind, web-ui is down now and I can’t get it to work.
But the ‘volumio:3000/dev’ page does work.
I managed to get UI working fine etc. But, still, despite I switched to dev branch, I can’t figure out how to enable my test plugin.
I modified app/plugins/plugins.json to add my plugin. I also used Spotify plugin conf to enable it in this file.
If you use the dev branch and compiled the Ui, you don’t need to edit this files! Just create a zip file containing all needed files. As I said, have a look in plugin repo (gh pages)
Yeah, still unfinished but should be ok for you to get started. To reply your last question (sorry for the delay). You want to edit the /data/configuration/plugins.json
This is because we place all editable files in the data partition…
If you have problems feel free to write me here or on gitter!
Let me know if you need further help. It may also help if you rebuild the UI or use a locally deployed version . This way you’ll have console.log via the inspector .