giof71/spotconnect-airplay

By giof71

Updated over 2 years ago

Run SpotConnect (AirPlay mode) on docker

Image
Networking
1

1.0K

giof71/spotconnect-airplay repository overview

spotconnect-airplay-docker

A docker image for SpotConnect (AirPlay).
The image includes version 0.5.2.

Notice

This repository has been replaced by this other one.
There will not be updates on this repository. Please migrate to the newer one (it's super-easy).

References

This is based on this project by philippe44.
It will let you use your AirPlay renderers as Spotify Connect devices, including those that you have created using Shairport Sync.
A container image for the UPnP version is available here.

REPOSITORYDESCRIPTION
Source codeGitHub
Docker imagesDocker Hub

Build

Simply build using the following:

docker build . -t giof71/spotconnect-airplay:latest

Configuration

Configuration is available through a set of environment variables.
There are currently just a few variables available to set, but more will come as soon as possible.

VARIABLEDESCRIPTION
PUIDGroup used to run the application, defaults to 1000
PGIDGroup used to run the application, defaults to 1000
VORBIS_BITRATESet the vorbis bitrate to 320, 160 or 96, defaults to 320

Run

Simple docker-compose file:

---
version: "3"

volumes:
  config:

services:
  spotconnect-airplay:
    image: giof71/spotconnect-airplay:latest
    container_name: spotconnect-airplay
    network_mode: host
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - config:/config
    restart: unless-stopped

Changelog

DATEDESCRIPTION
2023-11-23Bump to release 0.5.2
2023-11-22Add local-build.sh for easier building
2023-11-22Bump to release 0.5.1
2023-11-15Installing libssl-dev so non-static binary works as well (see #1)
2023-11-11Bump to release 0.5.0
2023-11-05Bump to release 0.4.1
2023-11-02Bump to release 0.3.3
2023-10-20Enforce use of static binary
2023-10-19Bump to release 0.3.2
2023-10-15Bump to release 0.3.0
2023-10-11First version using release 0.2.6

Tag summary

Content type

Image

Digest

sha256:dce1e2370

Size

37.8 MB

Last updated

over 2 years ago

docker pull giof71/spotconnect-airplay:stable