{"id":16785880,"url":"https://github.com/cogumm/shradioplayer","last_synced_at":"2025-07-06T17:38:23.921Z","repository":{"id":136723110,"uuid":"310128426","full_name":"cogumm/shRadioPlayer","owner":"cogumm","description":"Listen web radios directly from your terminal.","archived":false,"fork":false,"pushed_at":"2020-12-29T21:55:21.000Z","size":59,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T23:21:35.224Z","etag":null,"topics":["radio","shell","shell-script"],"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/cogumm.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":"2020-11-04T22:07:29.000Z","updated_at":"2020-12-29T21:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"8953065c-e7ef-41d0-a014-407728d9ecbe","html_url":"https://github.com/cogumm/shRadioPlayer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cogumm/shRadioPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FshRadioPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FshRadioPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FshRadioPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FshRadioPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cogumm","download_url":"https://codeload.github.com/cogumm/shRadioPlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FshRadioPlayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263943710,"owners_count":23533637,"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":["radio","shell","shell-script"],"created_at":"2024-10-13T08:10:40.720Z","updated_at":"2025-07-06T17:38:23.915Z","avatar_url":"https://github.com/cogumm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eListen web radios directly from your terminal!\u003c/h1\u003e\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"#Delicinha\" title=\"SH Radio Player\" src=\"./.github/shRadio.png\" width=\"250px\" /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/cogumm/shRadio?color=%2304D361\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/cogumm/shRadio\"\u003e\n\n  \u003ca href=\"https://wakatime.com/badge/github/cogumm/shRadioPlayer\"\u003e\n    \u003cimg src=\"https://wakatime.com/badge/github/cogumm/shRadioPlayer.svg\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/cogumm/shRadio/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/cogumm/shRadio\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\n   \u003ca href=\"https://github.com/cogumm/shRadio/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/cogumm/shRadio?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#information_source-what-is-the-project-\"\u003eWhat is the project ?\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-how-to-contribute\"\u003eHow to contribute\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## :information_source: What is the project ?\n\nThe project was born out of a simple desire to play with bash/shell script to listen to rádio online.\n\n### :coffee: Who to use\n\nOnly perform the following steps:\n\n```bash\n# 1. Clone this repository\n$ git clone https://github.com/cogumm/shRadioPlayer.git\n\n# 2. Accessing the directory.\n$ cd 'shRadioPlayer'\n\n# Running the program.\n$ bash shRadioPlayer.sh\n```\n\n### Project structure\n\nThis project has the following structure:\n\n```\n.\n├── LICENSE\n├── README.md\n├── shRadioPlayer.sh\n└── src\n    ├── config\n    │   ├── config.sh\n    │   └── yad.sh\n    ├── dependencies.sh\n    ├── main.sh\n    ├── PlayRadio.sh\n    └── testConnection.sh\n```\n\n## 🤔 How to contribute\n\n-   Fork this project;\n-   Create a branch: `git checkout -b my-feature`;\n-   Submit your changes: `git commit -m 'feat: My new feature'`;\n-   Push your branch: `git push origin my-feature`.\n\nAfter merging your receipt request to done, you can delete a branch from yours. After your request to receive the merger, you can delete your branch.\n\n## :memo: License\n\nThis project is under MIT license, for more details check [LICENSE][license]!\n\nMade with ♥ by Gabriel F. Vilar :wave: [Telegram][telegram]\n\n[license]: https://cogumm.mit-license.org/\n[telegram]: https://t.me/CoGUMm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogumm%2Fshradioplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcogumm%2Fshradioplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogumm%2Fshradioplayer/lists"}