sendspin-cli (python client) wrapped in docker container
557
Tested on a raspberry pi with a alsa sound setup providing a device "spotify".
services:
sendspin:
image: "padishar24/sendspin:latest"
container_name: sendspin
restart: unless-stopped
network_mode: host
volumes:
- "/etc/asound.conf:/etc/asound.conf"
devices:
- /dev/snd:/dev/snd
ipc: host
command: sendspin --headless --static-delay-ms -150 --id myplayer-1 --name "My Player" --audio-device "spotify"
Content type
Image
Digest
sha256:5af103e44…
Size
129.1 MB
Last updated
9 months ago
docker pull padishar24/sendspin