Sign inSign up

padishar24/sendspin

By padishar24

Updated 9 months ago

sendspin-cli (python client) wrapped in docker container

Image
0

557

padishar24/sendspin repository overview

Usage

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"

Tag summary

Content type

Image

Digest

sha256:5af103e44

Size

129.1 MB

Last updated

9 months ago

docker pull padishar24/sendspin