Fornoth
Fornoth
I think if you call the spotify-connect-web API like `/api/playback/play` (ex: `localhost:4000/api/playback/play) it should activate the device and start playback. Otherwise you could use something like https://github.com/badfortrains/spotcontrol to make it...
Try with the latest version and see if it helps
Just made a new release with `--playback_device` and `--mixer_device_index` options. https://github.com/Fornoth/spotify-connect-web/releases/tag/0.0.3-alpha `--playback_device` is a replacement for `--device` and uses the names from `aplay -L` `--mixer_device_index` takes the device index of...
@exetico no problem! @awiouy Not exactly (for me at least) see http://larsimmisch.github.io/pyalsaaudio/libalsaaudio.html#alsaaudio.mixers
@atze09 if you're trying to do this on a CHIP, try `--playback_device 'default:CARD=sun4icodec' --mixer 'Power Amplifier'`
I think spotify itself uses a non-http protocol, so you might need to use a socks proxy. You can try using something like tsocks or proxychains to force it to...
This really isn't something I can fix unfortunately, since I don't control the actual playback. Although I'll look into it to see what `SpCallbackPlaybackUnavailableTrack` is.
I'll see about adding a FIFO output option, but in the meantime you can try adding something like this to /etc/asound.conf ``` pcm.!default { type file # File PCM slave.pcm...
@coda4k just put the fifo inside the chroot For example, if your chroot is at ~/spotify-connect-web-chroot/, then put it at ~/spotify-connect-web-chroot/etc/snapfifo on the host, and /etc/snapfifo in the chroot
The file probably is increasing in size, it's just the page that limits the display size (https://github.com/Fornoth/spotify-connect-web/blob/master/templates/index.html#L52) I'll add an option for a larger player