Originally Posted By aadev
I'm still curious if there's any official progress on the Spotify plugin.

As an update to my previous post, I managed to get most everything working with a standard volumio install on a different SD card. The only sticking point for now seems to be that volume control doesn't work (stuck at 100%) despite modifying the mpd.conf in volumio_current.sqsh to reflect what's in the Axiom install:

Code:
# Audio Output ################################################################
audio_output {
	type		"alsa"
	name		"alsa"
	device		"volume"
}

audio_output {
    type            "fifo"
    enabled         "no"
    name            "multiroom"
    path            "/tmp/snapfifo" 
    format          "44100:16:2"
    mixer_type      "software"
}


Is anyone at Axiom able to let me know what else I might be missing?


Hi aadev,

Your project is quite interesting! Could you please confirm that you used the current 'GA' release of Volumio? And are you now using the Volumio web app for volume control or the AxiomAir version of same? Are you able to select the analogue input on the AxiomAir and if so how? Did you manually configure one of the Volumio-supported DACs and if so which one?

In case it helps, please be advised that the only way to control the volume for an 'external' source such as Spotify would be to use the volume control on the remote app (either AxiomAir or Volumio, whichever is working for you). The hardware volume knob on the AxiomAir itself only works for analogue sources.

Good luck!

Mike