Stefan Seyfried
Stefan Seyfried
The physical buttons just set the device volume on the mobile device. This is via the browser, not via the specialized app.
I solved this for me by monkey-patching: ``` diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index e4c4d4a5..64464a39 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -12,6 +12,12 @@ from mopidy.audio.listener import AudioListener from mopidy.internal import...
Works for me. Do you have the "good" libavcodec & friends from packman installed?