{"id":22320231,"url":"https://github.com/giof71/mpd-radio-streamer-docker","last_synced_at":"2026-02-22T07:33:14.594Z","repository":{"id":116536914,"uuid":"479310269","full_name":"GioF71/mpd-radio-streamer-docker","owner":"GioF71","description":"A mpd-based container for streaming a radio URL","archived":false,"fork":false,"pushed_at":"2023-01-01T19:17:09.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T11:35:12.943Z","etag":null,"topics":["amd64","arm","arm64","audio","audiophile","docker","docker-compose","docker-image","logitech-media-server","mpd","multiarch","music-player-daemon","radio","raspberry-pi","squeezelite","streamer"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-08T08:36:30.000Z","updated_at":"2025-04-25T18:04:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e3bd246-9a71-40eb-ae56-4f46d7ef02c5","html_url":"https://github.com/GioF71/mpd-radio-streamer-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/GioF71/mpd-radio-streamer-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-radio-streamer-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-radio-streamer-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-radio-streamer-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-radio-streamer-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioF71","download_url":"https://codeload.github.com/GioF71/mpd-radio-streamer-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-radio-streamer-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amd64","arm","arm64","audio","audiophile","docker","docker-compose","docker-image","logitech-media-server","mpd","multiarch","music-player-daemon","radio","raspberry-pi","squeezelite","streamer"],"created_at":"2024-12-04T00:12:58.194Z","updated_at":"2026-02-22T07:33:14.589Z","avatar_url":"https://github.com/GioF71.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpd-radio-streamer-docker\n\nA docker image for a simple mpd radio streamer\n\n## Available Archs on Docker Hub\n\n- linux/amd64\n- linux/arm/v7\n- linux/arm64/v8\n\n## Reference\n\nFirst and foremost, the reference to the awesome project:\n\n[Music Player Daemon](https://www.musicpd.org/)\n\n## Links\n\nSource: [GitHub](https://github.com/giof71/mpd-radio-streamer-docker)  \nImages: [DockerHub](https://hub.docker.com/r/giof71/mpd-radio-streamer)\n\n## Why\n\nThere are a few radios I listen to, that are not available on the shoutcast and TuneIn directories.  \nSometimes those URL do not work when added directly to Logitech Media Server. This happens at least for my favourite radio, which I could not listen through Logitech Media Server / SqueezeLite.  \nIf you know the public URL of one of those radio, you can create a local/network streamer so you can make those radios available to other MPD instance, of maybe to Logitech Media Server.\n\n## Prerequisites\n\nYou need to have Docker up and running on a Linux machine, and the current user must be allowed to run containers (this usually means that the current user belongs to the \"docker\" group).\n\nYou can verify whether your user belongs to the \"docker\" group with the following command:\n\n`getent group | grep docker`\n\nThis command will output one line if the current user does belong to the \"docker\" group, otherwise there will be no output.\n\nThe Dockerfile and the included scripts have been tested on the following distros:\n\n- Manjaro Linux with Gnome (amd64)\n- Raspberry Pi 3/4 buster (arm32)\n\nAs I test the Dockerfile on more platforms, I will update this list.\nThese are the platforms I tested, but I believe the image would work also on arm64.\n\n## Get the image\n\nHere is the [repository](https://hub.docker.com/repository/docker/giof71/mpd-radio-streamer) on DockerHub.\n\nGetting the image from DockerHub is as simple as typing:\n\n`docker pull giof71/mpd-radio-streamer:stable`\n\nYou may want to pull the \"stable\" image as opposed to the \"latest\".\n\n## Usage\n\n### Environment Variables\n\nVariable|Default|Notes\n:---|:---:|:---\nMPD_RADIO_STREAMER_URL||The URL of your radio (this is mandatory)\nMPD_RADIO_STREAMER_NAME|Radio|The name of the Radio\nMPD_RADIO_STREAMER_HTTPD_ALWAYS_ON|yes|If set to yes, then MPD attempts to keep this audio output always open. This may be useful for streaming servers, when you don’t want to disconnect all listeners even when playback is accidentally stopped.\nMPD_RADIO_STREAMER_HTTPD_TAGS|yes|If set to no, then MPD will not send tags to this output. This is only useful for output plugins that can receive tags, for example the httpd output plugin.\nMPD_RADIO_STREAMER_HTTPD_FORMAT||The output format (for example, 44100:16:2 for cd quality audio format)\nSTARTUP_DELAY_SEC|0|Delay in sec before starting the application.\n\n### Available Ports\n\nPort|Description\n:---|:---\n8000|HTTPD streaming port\n\n### Sample docker run\n\n```text\ndocker run \\\n  --name mpd-deejay \\\n  --rm -it \\\n  -p 8000:8000 \\\n  -e MPD_RADIO_STREAMER_URL=http://myradio.com \\\n  -e MPD_RADIO_STREAMER_NAME=MyRadio \\\n  -e MPD_RADIO_STREAMER_HTTPD_ALWAYS_ON=n \\\n  giof71/mpd-radio-streamer\n```\n\n### Sample docker-compose\n\n```text\n---\nversion: '3'\n\nservices:\n  mpd-streamer-radio-deejay:\n    image: giof71/mpd-radio-streamer\n    container_name: mpd-streamer-radio-deejay\n    ports:\n      - 8000:8000\n    environment:\n      - MPD_RADIO_STREAMER_URL=http://myradio.com\n      - MPD_RADIO_STREAMER_NAME=MyRadio\n      - MPD_RADIO_STREAMER_HTTPD_ALWAYS_ON=yes\n      - MPD_RADIO_STREAMER_HTTPD_TAGS=yes\n```\n\nYou can then listen at the url `http://your-pc-ip-address-or-hostname:8000`.  \nIf you have a domain name you own, you can also consider creating a HTTPS termination, so maybe you can obtain an easy to remember URL, like `https://myradio.yourdomain.com` without an explicit port number.\n\n## Build\n\nYou can build (or rebuild) the image by opening a terminal from the root of the repository and issuing the following command:\n\n`docker build . -t giof71/mpd-radio-streamer`\n\nIt will take very little time even on a Raspberry Pi. When it's finished, you can run the container following the previous instructions.  \nJust be careful to use the tag you have built.\n\n## Release History\n\nRelease Date|Major Changes\n:---|:---\n2022-04-09|Removed redundancies in start script\n2022-04-09|mpd-base-image recently bumped\n2022-04-08|Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fmpd-radio-streamer-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiof71%2Fmpd-radio-streamer-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fmpd-radio-streamer-docker/lists"}