Code Monkey home page Code Monkey logo

spotconnect-airplay-docker's Introduction

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.

Links

REPOSITORY DESCRIPTION
Source code GitHub
Docker images Docker 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.

VARIABLE DESCRIPTION
PUID Group used to run the application, defaults to 1000
PGID Group used to run the application, defaults to 1000
VORBIS_BITRATE Set 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

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

spotconnect-airplay-docker's People

Contributors

giof71 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

spotconnect-airplay-docker's Issues

SSL

There is no libssl.so or libcrypto.so at all? If this is a naming issue, I can fix that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.