{"id":22320207,"url":"https://github.com/giof71/spotconnect-upnp-docker","last_synced_at":"2025-07-29T13:32:07.193Z","repository":{"id":198962928,"uuid":"701858224","full_name":"GioF71/spotconnect-upnp-docker","owner":"GioF71","description":"Easily run SpotConnect (UPnP mode) with docker","archived":false,"fork":false,"pushed_at":"2023-11-23T17:39:51.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-24T10:50:51.163Z","etag":null,"topics":["mpd","spotconnect","spotconnect-upnp","spotify","spotify-connect","upmpdcli","upnp"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GioF71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-07T19:08:59.000Z","updated_at":"2023-10-21T02:29:20.000Z","dependencies_parsed_at":"2023-11-22T10:50:18.934Z","dependency_job_id":null,"html_url":"https://github.com/GioF71/spotconnect-upnp-docker","commit_stats":null,"previous_names":["giof71/spotconnect-upnp-docker"],"tags_count":10,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fspotconnect-upnp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fspotconnect-upnp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fspotconnect-upnp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fspotconnect-upnp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioF71","download_url":"https://codeload.github.com/GioF71/spotconnect-upnp-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228017867,"owners_count":17856842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mpd","spotconnect","spotconnect-upnp","spotify","spotify-connect","upmpdcli","upnp"],"created_at":"2024-12-04T00:12:50.174Z","updated_at":"2024-12-04T00:12:50.866Z","avatar_url":"https://github.com/GioF71.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spotconnect-upnp-docker\n\nA docker image for [SpotConnect (upnp)](https://github.com/philippe44/SpotConnect).  \nThe image includes version [0.5.2](https://github.com/philippe44/SpotConnect/releases/tag/0.5.2).  \n\n## Notice\n\nThis repository has been replaced by [this other one](https://github.com/GioF71/spotconnect-docker).  \nThere will not be updates on this repository. Please migrate to the newer one (it's super-easy).\n\n## References\n\nThis is based on [this project](https://github.com/philippe44/SpotConnect) by [philippe44](https://github.com/philippe44).  \nIt will let you use your upnp renderers (including those created with [upmpdcli](https://github.com/GioF71/upmpdcli-docker) and [mpd](https://github.com/giof71/mpd-alsa-docker)) as Spotify Connect devices.  \nA container image for the AirPlay version is available [here](https://github.com/GioF71/spotconnect-airplay-docker).  \n\n## Links\n\nREPOSITORY|DESCRIPTION\n:---|:---\nSource code|[GitHub](https://github.com/GioF71/spotconnect-upnp-docker)\nDocker images|[Docker Hub](https://hub.docker.com/r/giof71/spotconnect-upnp)\n\n## Build\n\nSimply build using the following:\n\n```\ndocker build . -t giof71/spotconnect-upnp:latest\n```\n\n## Configuration\n\nConfiguration is available through a set of environment variables.  \nThere are currently just a few variables available to set, but more will come as soon as possible.  \n\nVARIABLE|DESCRIPTION\n:---|:---\nPUID|Group used to run the application, defaults to `1000`\nPGID|Group used to run the application, defaults to `1000`\nPREFER_STATIC|Prefer `-static` version of the executable, defaults to `no`\nVORBIS_BITRATE|Set the vorbis bitrate to `320`, `160` or `96`, defaults to `320`\n\n## Run\n\nSimple docker-compose file:\n\n```\n---\nversion: \"3\"\n\nvolumes:\n  config:\n\nservices:\n  spotconnect-upnp:\n    image: giof71/spotconnect-upnp:latest\n    container_name: spotconnect-upnp\n    network_mode: host\n    environment:\n      - PUID=1000\n      - PGID=1000\n    volumes:\n      - config:/config\n    restart: unless-stopped\n```\n\n## Changelog\n\nDATE|DESCRIPTION\n:---|:---\n2023-11-23|Bump to release [0.5.2](https://github.com/philippe44/SpotConnect/releases/tag/0.5.2)\n2023-11-22|Add `local-build.sh` for easier building\n2023-11-22|Bump to release [0.5.1](https://github.com/philippe44/SpotConnect/releases/tag/0.5.1)\n2023-11-11|Bump to release [0.5.0](https://github.com/philippe44/SpotConnect/releases/tag/0.5.0)\n2023-11-05|Bump to release [0.4.1](https://github.com/philippe44/SpotConnect/releases/tag/0.4.1)\n2023-11-02|Bump to release [0.3.3](https://github.com/philippe44/SpotConnect/releases/tag/0.3.3)\n2023-10-19|Bump to release [0.3.2](https://github.com/philippe44/SpotConnect/releases/tag/0.3.2)\n2023-10-15|Bump to release [0.3.0](https://github.com/philippe44/SpotConnect/releases/tag/0.3.0)\n2023-10-09|Add support for VORBIS_BITRATE variable\n2023-10-09|Bump to release [0.2.7](https://github.com/philippe44/SpotConnect/releases/tag/0.2.7)\n2023-10-08|Docker images available\n2023-10-07|First code release (no images)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fspotconnect-upnp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiof71%2Fspotconnect-upnp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fspotconnect-upnp-docker/lists"}