balbuze / volumio-plugins

volumio's plugins from balbuze
190 stars 60 forks source link

feature request: fusionDSP easily switch presets #312

Open kaba72 opened 3 years ago

kaba72 commented 3 years ago

I love fusionDSP and probably use the equalizer the same way many of us do: to correct my headphones. When playing through the main speakers, I turn the EQ off. Turning it on an off in volumio UI is tedious: go to plugins / switch tab to installed plugins /open fusion DSP settings / ...

I think it would be great to have either of the two alternatives:

I don't know to what degree the volumio plugin system allows this, but either of the two (or both) would be a great step forward in usability.

sjaaklaan commented 3 years ago

The comand line option, or even a REST API would be perfect.

balbuze commented 3 years ago

I understand. We are thinking of that. But I can't tell you when... 😉

kaba72 commented 2 years ago

While waiting for a proper solution, I built a little workaround: I created a shell script that manipulates volumio's plugins.json and then restarts the volumio service. That script I call via two buttons on my IR remote - it takes "on" and "off" as arguments and enables/disables fusiondsp accordingly. Works like a charm.

The content in my lircrc to call it is quite simple, too: begin prog = irexec button = KEY_VOLUMEDOWN config = /home/volumio/switch_fusiondsp.sh off end begin prog = irexec button = KEY_VOLUMEUP config = /home/volumio/switch_fusiondsp.sh on end

switch_fusiondsp.sh.txt