{"id":22685816,"url":"https://github.com/hellodword/suno-radio","last_synced_at":"2025-10-14T04:25:09.576Z","repository":{"id":248228649,"uuid":"779693375","full_name":"hellodword/suno-radio","owner":"hellodword","description":"📻🤖Turn a suno playlist into a random music radio!","archived":false,"fork":false,"pushed_at":"2024-06-16T04:24:47.000Z","size":425,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T00:53:52.744Z","etag":null,"topics":["music","radio","self-hosted","self-hosting","suno","suno-ai"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hellodword.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":"2024-03-30T14:42:57.000Z","updated_at":"2024-10-06T07:16:28.000Z","dependencies_parsed_at":"2024-07-13T09:24:30.775Z","dependency_job_id":null,"html_url":"https://github.com/hellodword/suno-radio","commit_stats":null,"previous_names":["hellodword/suno-radio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellodword/suno-radio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fsuno-radio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fsuno-radio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fsuno-radio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fsuno-radio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellodword","download_url":"https://codeload.github.com/hellodword/suno-radio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fsuno-radio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017947,"owners_count":26086213,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["music","radio","self-hosted","self-hosting","suno","suno-ai"],"created_at":"2024-12-09T22:17:44.525Z","updated_at":"2025-10-14T04:25:09.560Z","avatar_url":"https://github.com/hellodword.png","language":"Go","funding_links":[],"categories":["List of Projects"],"sub_categories":["Go"],"readme":"# suno-radio\n\n[![Matrix Space](https://img.shields.io/matrix/suno-radio:matrix.org)](https://matrix.to/#/#suno-radio:matrix.org)\n\n![](./images/logo.png)\n\nTurn a suno playlist into a random music radio!\n\nI'm very new about streaming media, so this tool maybe buggy, PR welcomes!\n\n## Usage\n\nBasicly it's an ogg, so we can play it almost anywhere, browsers (not the iOS safari), players, or in the cli:\n\n```sh\ncurl -s http://127.0.0.1:3000/v1/playlist/trending | \\\n  ffplay -hide_banner -autoexit -nodisp -\n\ncurl -s http://127.0.0.1:3000/v1/playlist/trending | \\\n  mpv -\n```\n\n- Get all playlists\n\n```sh\ncurl http://127.0.0.1:3000/v1/playlist\n```\n\n- Add a new playlist (only if the `auth` is not empty in the [server.yml](./server.yml))\n\nYou can get the playlist id from the URL, for example `cc14084a-2622-4c4b-8258-1f6b4b4f54b3` in the `https://app.suno.ai/playlist/cc14084a-2622-4c4b-8258-1f6b4b4f54b3/`\n\nAlso, you'd like to create your own playlist on https://app.suno.ai/me/ and add clips into it.\n\n```sh\n# foo is the alias of the playlist, name it with a [0-9a-z_-]{3,32} string\ncurl -X PUT -H 'SUNO-RADIO-AUTH: VMkBqnjDUtQB65a9eDKSFhgAIhs8pPdri7rzrd7RO2w' \\\n  http://127.0.0.1:3000/v1/playlist/cc14084a-2622-4c4b-8258-1f6b4b4f54b3/foo\n```\n\nBravo! You've got your own music radio! It's hosted on `http://127.0.0.1:3000/v1/playlist/cc14084a-2622-4c4b-8258-1f6b4b4f54b3` and `http://127.0.0.1:3000/v1/playlist/foo`\n\nDelete the playlist by id:\n\n```sh\ncurl -X DELETE -H 'SUNO-RADIO-AUTH: VMkBqnjDUtQB65a9eDKSFhgAIhs8pPdri7rzrd7RO2w' \\\n  http://127.0.0.1:3000/v1/playlist/cc14084a-2622-4c4b-8258-1f6b4b4f54b3\n```\n\n## Online demo\n\nThis is an instance for myself, hosted on a very low-end VPS, so it's unstable:\n\n[Online demo: https://folks-norwegian-disaster-quebec.trycloudflare.com](https://folks-norwegian-disaster-quebec.trycloudflare.com)\n\n## Build\n\n```sh\ngit clone --depth=1 https://github.com/hellodword/suno-radio\ncd suno-radio\n\ncp server.yml.template server.yml\nvim server.yml\n\nmkdir -p data\nsudo chown -R 65532:65532 data\n\ndocker compose up --build --pull always -d\n\n# docker compose logs -f\n```\n\n## TODO\n\n\u003e https://github.com/search?q=repo%3Ahellodword%2Fsuno-radio%20%2F(%3F-i)%5C%2F%5C%2F%20TODO%2F%20NOT%20path%3A3rd\u0026type=code\n\n## Thanks\n\n- https://coderadio.freecodecamp.org/\n- https://github.com/madzadev/audio-player\n- https://github.com/rainner/soma-fm-player\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellodword%2Fsuno-radio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellodword%2Fsuno-radio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellodword%2Fsuno-radio/lists"}