{"id":15880540,"url":"https://github.com/gpenverne/audio-cd-caster","last_synced_at":"2026-04-26T23:31:59.994Z","repository":{"id":106131008,"uuid":"119317900","full_name":"gpenverne/audio-cd-caster","owner":"gpenverne","description":"Cast audio cd to chromecast","archived":false,"fork":false,"pushed_at":"2018-02-01T08:12:50.000Z","size":20,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T05:26:43.519Z","etag":null,"topics":["cd-audio","chromecast","chromecast-audio","raspberry-pi","streaming-audio"],"latest_commit_sha":null,"homepage":"https://gkdv.net/Chromcast-raspberry-audio-cd-reader/","language":"Python","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/gpenverne.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}},"created_at":"2018-01-29T01:54:40.000Z","updated_at":"2021-12-20T11:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5a89e62-711e-4631-80d8-09b47624bde6","html_url":"https://github.com/gpenverne/audio-cd-caster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gpenverne/audio-cd-caster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpenverne%2Faudio-cd-caster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpenverne%2Faudio-cd-caster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpenverne%2Faudio-cd-caster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpenverne%2Faudio-cd-caster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpenverne","download_url":"https://codeload.github.com/gpenverne/audio-cd-caster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpenverne%2Faudio-cd-caster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: 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":["cd-audio","chromecast","chromecast-audio","raspberry-pi","streaming-audio"],"created_at":"2024-10-06T03:09:31.947Z","updated_at":"2026-04-26T23:31:59.974Z","avatar_url":"https://github.com/gpenverne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audio-cd-caster\n\nPlay audio cd to chromecast\n\nThanks to:\n    - [https://github.com/martinohanlon/AutoRipper](https://github.com/martinohanlon/AutoRipper)\n    - [https://github.com/balloob/pychromecast](https://github.com/balloob/pychromecast)\n\n## Setup\n\nRequirements:\n\n- python3\n- nodejs\n- abcde\n- pygame for python3\n\n\n```shell\nnpm install\nsudo apt-get build-dep python-pygame\npip3 install -r requirements.txt\nsudo apt-get install abcde\ncp config.json.dist config.json\n```\n\n## Configuration\n\nEdit ``config.json`` file:\n\n- ``chromecast_friendly_name``: target chromecast to play audio\n- ``public_url_prefix``: the public url of the server.js server (needed by chromecast)\n\n## Start it!\n\nLaunch launcher.py:\n\n```shell\npython3 launcher.py\n```\n\n## Start it at start!\n```shell\ncrontab -e\n```\n\nAdd this line to your crontab:\n```\n@reboot python3 /home/pi/mp3/laucher.py \u003e /tmp/rip.log\n```\n\n## Details\n\n``server.js`` will serve a fake big wav file. Chromecast will stream it.\n\n``launcher.py`` will check if audio cd is here. If audio cd is ready, it launches the ``play.sh`` script, and look for wav file. If wav file found, it launches it on chromecast\n\n``play.sh`` will launch the nodejs server, and abcde to rip the disc, and writes pid files\n\n``stop.sh`` will kill abcde and server.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpenverne%2Faudio-cd-caster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpenverne%2Faudio-cd-caster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpenverne%2Faudio-cd-caster/lists"}