{"id":19360204,"url":"https://github.com/mikmuellerdev/radio","last_synced_at":"2025-04-23T12:32:25.186Z","repository":{"id":177077611,"uuid":"533754735","full_name":"MikMuellerDev/radio","owner":"MikMuellerDev","description":"A headless music player which aims to replace RadiGo","archived":false,"fork":false,"pushed_at":"2024-04-23T07:29:56.000Z","size":360,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T15:02:34.409Z","etag":null,"topics":["internet-radio","internet-radio-player","music-player","music-player-daemon"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikMuellerDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-07T12:25:15.000Z","updated_at":"2024-08-01T01:36:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef60c758-7cf1-4d1d-93a5-2e98647424ce","html_url":"https://github.com/MikMuellerDev/radio","commit_stats":null,"previous_names":["mikmuellerdev/radio"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fradio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fradio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fradio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fradio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikMuellerDev","download_url":"https://codeload.github.com/MikMuellerDev/radio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250435079,"owners_count":21430213,"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":["internet-radio","internet-radio-player","music-player","music-player-daemon"],"created_at":"2024-11-10T07:17:23.994Z","updated_at":"2025-04-23T12:32:24.332Z","avatar_url":"https://github.com/MikMuellerDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radio\n\n\u003e [!IMPORTANT]\n\u003e I am open to fix any bugs or introduce small features, but I do not have time to implement support for additional audio formats or other large features.\n\nA headless music player which supports internet radio and streaming.\n\n\n## Getting Started\n\n\n- Get the latest release from\n  [github.com/MikMuellerDev/radio/releases](https://github.com/MikMuellerDev/radio/releases)\n- Extract the tar archive\n\n\n### Installation\n\n\n- Make sure that `sudo` is installed on the target machine\n- Execute the file `install.sh` as non-root\n- The application files will be installed at `/usr/bin/radio`\n- The configuration file will be installed at `/etc/radio/config.toml`\n- Radio can then be controlled via `systemd`:\n  `sudo systemctl enable radio --now`\n\n\n### Without Installation\n\n\n- Execute the following command to start radio `./radio run`\n- On the first launch, a new configuration file will be created without starting\n  the service\n\n\n## Configuration\n\n\nUnder normal conditions, the service creates a configuration file named\n`config.toml` in the working directory where it is launched. If the service is\nlaunched with the `-c` flag, the configuration path can be customized.\n\n\n### Server Configuration\n\n\n```toml\nport = 8083\nsession_key = \"must be over 64 characters long\"\n```\n\n\nThe configuration file includes the `port` variable which determines the port on\nwhich radio's HTTP server will listen on.\n\n\nThe `session_key` must be over 64 characters long and should be kept secret. On\nUnix-like systems, such a key can be generated using the following command:\n\n\n```bash\nopenssl rand -hex 64\n```\n\n\n### Adding Users\n\n\nUsers can be added in the `users` list in the configuration file. Every user\nmust have a unique username and should be protected via a secure password.\n\n\n```toml\n[[users]]\nusername = \"admin\" # A unique username\npassword = \"secret\" # A secure password\n\n\n[[users]]\nusername = \"another_username\"\npassword = \"secret2\"\n```\n\n\n### Adding Radio Stations / Audio Streams\n\n\nGenerally speaking, radio should support most **MP3** network streams. It does\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fradio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikmuellerdev%2Fradio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fradio/lists"}