{"id":13908241,"url":"https://github.com/denysvitali/sonos-web","last_synced_at":"2025-09-20T10:48:25.180Z","repository":{"id":4324026,"uuid":"52748929","full_name":"denysvitali/sonos-web","owner":"denysvitali","description":"Web interface for Sonos audio systems","archived":false,"fork":false,"pushed_at":"2023-01-04T21:41:26.000Z","size":7679,"stargazers_count":119,"open_issues_count":42,"forks_count":14,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-09-12T14:33:23.065Z","etag":null,"topics":["audio","ffmpeg","js","music","sonos","sonos-audio","sonos-web","soundcloud","spotify","youtube"],"latest_commit_sha":null,"homepage":"","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/denysvitali.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":"2016-02-28T22:50:21.000Z","updated_at":"2025-08-03T16:30:57.000Z","dependencies_parsed_at":"2023-01-11T16:35:39.699Z","dependency_job_id":null,"html_url":"https://github.com/denysvitali/sonos-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denysvitali/sonos-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fsonos-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fsonos-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fsonos-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fsonos-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denysvitali","download_url":"https://codeload.github.com/denysvitali/sonos-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fsonos-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276085242,"owners_count":25582513,"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-09-20T02:00:10.207Z","response_time":63,"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":["audio","ffmpeg","js","music","sonos","sonos-audio","sonos-web","soundcloud","spotify","youtube"],"created_at":"2024-08-06T23:02:34.463Z","updated_at":"2025-09-20T10:48:25.162Z","avatar_url":"https://github.com/denysvitali.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# sonos-web\nThis project is still in development, therefore the features may be buggy and / or limited\n![sonos-web-ui](https://denv.it/public/sonos-web-ui-20160820.jpg)\n## Description\nsonos-web is a web interface for the Sonos Audio System,\ncreated with the goal of having a nice looking interface to manage the queue, add streaming services like Spotify (even for non-premium users!) and allow other developers to customized the UX as they want by making the project expandable through plugins.\n\n## Setup\n\n### First things first\nTo use sonos-web you need:\n- [Node.js](https://nodejs.org/) (v6.x+)\n- Git\n- A [Sonos Audio System](https://www.sonos.com/)\n- An internet browser (Firefox is recommended)\n- ffmpeg (in order to use the YouTube plugin)\n\n### Instructions\n1. Clone the repo  \n`git clone https://github.com/denysvitali/sonos-web`\n2. cd to the newly created folder (should be named `sonos-web`)  \n`cd sonos-web/`\n3. Install the dependencies  \n`yarn install`\n4. Compile the assets  \n`npm run-script build`\n5. Start the server  \n`npm start`\n6. See if it works, visit [http://localhost:8888/](http://localhost:8888/) or visit http://your-server-ip:8888/ from another location\n\nNote: It may be required to `cd` into each plugins/ folder and do an `npm install` to make sure everything works.\nYouTube requires ffmpeg to be installed on your system.\n\n## Fedora / firewalld configuration\nAllow upnp/ssdp:\n\n    firewall-cmd --set-default-zone=FedoraWorkstation\n    firewall-cmd --reload\n\n## Plugins\nThis is a list of planned plugins\n\nStatus:\n✅ Available, ❎ Not available\n- Spotify ❎\n- Google Play Music ❎\n- Plex ✅\n- Soundcloud ✅\n- YouTube ✅\n\n### Party\nShow your currently playing track with the \"Party\" plugin, already included in Sonos Web\n![party-plugin](https://denv.it/public/sonos-web-party-20160521.jpg)\n\n## TODO\n1. Complete the UI | Partially done\n2. Interact with Sonos system | Partially done\n3. Provide public methods for the plugins\n4. Write the plugins | Partially done\n5. Document everything\n\n\n## Older screenshots\n### 2016-06-04\n![sonos-web-ui](https://denv.it/public/sonos-web-ui-20160604.jpg)\n### 2016-05-10\n![sonos-web-ui](https://denv.it/public/sonos-web-ui-20160510.jpg)\n### 2016-03-20\n![sonos-web-ui](https://denv.it/public/sonos-web-ui-20160320.jpg)\n### 2016-03-14\n![sonos-web-ui](https://denv.it/public/sonos-web-ui-20160314.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fsonos-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenysvitali%2Fsonos-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fsonos-web/lists"}