{"id":31877855,"url":"https://github.com/seekwhencer/node-radio-automation","last_synced_at":"2025-10-12T23:27:33.350Z","repository":{"id":39543365,"uuid":"186264049","full_name":"seekwhencer/node-radio-automation","owner":"seekwhencer","description":"Orchestrate multiple playlist audio streams with hot rotation, intros, spots and podcasts","archived":false,"fork":false,"pushed_at":"2023-01-07T07:58:54.000Z","size":4517,"stargazers_count":11,"open_issues_count":43,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-01T04:10:36.946Z","etag":null,"topics":["api","automation","icecast2","internet-radio","mpc","mpd","mpd-client","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/seekwhencer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-12T14:17:30.000Z","updated_at":"2022-12-16T17:16:56.000Z","dependencies_parsed_at":"2023-02-06T15:31:13.954Z","dependency_job_id":null,"html_url":"https://github.com/seekwhencer/node-radio-automation","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/seekwhencer/node-radio-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekwhencer%2Fnode-radio-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekwhencer%2Fnode-radio-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekwhencer%2Fnode-radio-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekwhencer%2Fnode-radio-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seekwhencer","download_url":"https://codeload.github.com/seekwhencer/node-radio-automation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekwhencer%2Fnode-radio-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013455,"owners_count":26085274,"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-12T02:00:06.719Z","response_time":53,"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":["api","automation","icecast2","internet-radio","mpc","mpd","mpd-client","nodejs"],"created_at":"2025-10-12T23:27:31.100Z","updated_at":"2025-10-12T23:27:33.345Z","avatar_url":"https://github.com/seekwhencer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-radio-automation [![Build Status](https://travis-ci.org/seekwhencer/node-radio-automation.svg?branch=master)](https://travis-ci.org/seekwhencer/node-radio-automation)\n\nThis app is a multichannel playlist audio streaming automation. \n \n**At the moment you can use the api to control the app behavior.  \nThe Stream controls are full working.  \nThe Frontend App (Web Interface) is in progress.**\n\n## Features\n\n- manage Icecast2 as Streaming Server\n- manage MPD (Music Player Daemon), use it as playlist player and stream encoder\n- using MPC (Music Player Client) \n- manage Channels with Shows and their Playlists\n- generate Playlists with:\n  - Intro\n  - Spots\n  - Postcast\n  - Hot Rotation\n- serving an API to control the app with a Web-Interface or API-Client\n- no Database needed\n- runs on a Raspberry Pi (but only with one Channel)\n\n## What is this NOT?\n\n- a Music Player Remote Controller or a MPD Client.\n- a System to manage your files and play them like Foobar2000, iTunes or others.\n- a Spotify player or youtube or, or, or. \n- a System to manage dozens of files\n\n## Whom helps this?\n\n- who wants to run a automated, multi channel internet radio. locally, in an intranet or public.\n- who is crying for a \"Auto DJ\" for his / her web radio.\n- who wants to sound an event or a location (like a night bar) with different schemes\n- while doing this, who wants to have so less as possible personnel expense\n- who wants more then a shuffled playlist, who wants a hot rotation with more newest track as older ones\n- who wants to use intros and spots for an audio identity\n- who wants to spread podcast files between the tracks, automatically downloaded from podcast feeds\n- who want to use his own bought music files, captured from the disc or from vinyl \n- who wants, that his / her music files exists forever. that they do not disappear suddenly.\n- who wants to play handpicked tracks\n\n## See the [Documentation](docs/README.md)\n \n### At the moment this works well:\n\n- complete channel creation works well via api\n- scheduling for channels works: you can start, stop, pause a show from a channel with cron scheme and multiple jobs\n- scheduling for podcasts works well: with cron scheme and one job. looks for new episodes and download these\n- API-Authentication with JWT (json web token)\n\n### Channel\n\n - get all\n - create one\n - get by id\n - delete by id\n - update by id\n - update database (MPD cache)\n - load playlist\n - update playlist\n - play\n - pause\n - stop\n - skip track\n - set crossfade\n - spawn\n - respawn\n - shutdown\n\n### Shows of a Channel\n\n - get all\n - create one\n - get one\n - get playing show\n - delete\n - update\n - duplicate \n - set playing show\n - copy from global show\n - get show folder\n - set show folder\n - get music folder\n - get intro folder\n - get spot folder\n - get podcast folder\n \n ### Global Shows\n \n - get all\n - create one\n - duplicate\n - get one\n - delete\n - update \n \n ### Podcasts\n \n - get all\n - create one\n - duplicate\n - get one\n - delete\n - update\n \n## Future Things\n\n- Frontend App with Vue **(in progress)**\n- Podcast Downloader Sheduler invoke a queue\n- Backup mechanism for the complete storage folder\n- Docker (Compose) Setup\n- Some downloadable example assets\n- Ideas?\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekwhencer%2Fnode-radio-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseekwhencer%2Fnode-radio-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekwhencer%2Fnode-radio-automation/lists"}