{"id":13620964,"url":"https://github.com/tamland/airsonic-refix","last_synced_at":"2026-01-23T19:34:01.731Z","repository":{"id":37772259,"uuid":"282836389","full_name":"tamland/airsonic-refix","owner":"tamland","description":"Modern web UI for Subsonic compatible servers","archived":false,"fork":false,"pushed_at":"2025-12-04T19:11:28.000Z","size":14929,"stargazers_count":402,"open_issues_count":30,"forks_count":56,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-08T02:54:23.973Z","etag":null,"topics":["airsonic","audio","audio-player","audio-streaming","music","music-player","music-streaming","navidrome","opensubsonic","self-hosted","streaming","subsonic","subsonic-client","ui","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tamland.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-27T08:19:40.000Z","updated_at":"2025-12-05T20:18:43.000Z","dependencies_parsed_at":"2025-05-15T13:42:27.597Z","dependency_job_id":"2aae4cc2-76ee-4a73-9312-94856889ddda","html_url":"https://github.com/tamland/airsonic-refix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tamland/airsonic-refix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamland%2Fairsonic-refix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamland%2Fairsonic-refix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamland%2Fairsonic-refix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamland%2Fairsonic-refix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamland","download_url":"https://codeload.github.com/tamland/airsonic-refix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamland%2Fairsonic-refix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28698896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["airsonic","audio","audio-player","audio-streaming","music","music-player","music-streaming","navidrome","opensubsonic","self-hosted","streaming","subsonic","subsonic-client","ui","vue"],"created_at":"2024-08-01T21:01:01.260Z","updated_at":"2026-01-23T19:34:01.719Z","avatar_url":"https://github.com/tamland.png","language":"Vue","funding_links":[],"categories":["Multimedia","Vue","music"],"sub_categories":["Media Servers"],"readme":"# Airsonic (refix) UI\n\n[![Build](https://img.shields.io/github/actions/workflow/status/tamland/airsonic-refix/ci.yml?style=flat-square)](https://github.com/tamland/airsonic-refix/actions)\n[![Docker Pulls](https://img.shields.io/docker/pulls/tamland/airsonic-refix?branch=master\u0026style=flat-square)](https://hub.docker.com/r/tamland/airsonic-refix)\n\nModern responsive web frontend for [airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced), [navidrome](https://github.com/navidrome/navidrome),\n[gonic](https://github.com/sentriz/gonic) and other [subsonic](https://github.com/topics/subsonic) compatible music servers.\n\n## Features\n- Responsive UI for desktop and mobile\n- Browse library for albums, artist, genres\n- Playback with persistent queue, repeat \u0026 shuffle\n- MediaSession integration\n- View, create, and edit playlists with drag and drop\n- Built-in 'random' playlist\n- Search\n- Favourites\n- Internet radio\n- Podcasts\n\n## [Live demo](https://airsonic-refix.netlify.app)\n\nEnter the URL and credentials for your subsonic compatible server, or use one of the following public demo servers:\n\n**Subsonic**  \n  Server: `https://airsonic-refix.netlify.app/api`  \n  Username: `guest4`, `guest5`, `guest6` etc.  \n  Password:`guest`\n\n**Navidrome**  \n  Server: `https://demo.navidrome.org`  \n  Username: `demo`  \n  Password:`demo`\n\n\n**Note**: if the server is using http only you must allow mixed content in your browser otherwise login will not work.\n\n## Screenshots\n\n![Screenshot](screenshots/album.png)\n\n![Screenshot](screenshots/album-list.png)\n\n![Screenshot](screenshots/artist.png)\n\n![Screenshot](screenshots/artist-list.png)\n\n## Install\n\n### Docker\n\n```\n$ docker run -d -p 8080:80 tamland/airsonic-refix:latest\n```\n\nYou can now access the application at http://localhost:8080/\n\nEnvironment variables:\n- `SERVER_URL` (Optional): The backend server URL. When set the server input on the login page will not be displayed.\n\n\n### Pre-built bundle\n\nPre-built bundles can be found in [Releases](https://github.com/tamland/airsonic-refix/releases). Download/extract artifact and serve with any web server such as nginx or apache.\n\n### Build from source\n\n```\n$ yarn install\n$ yarn build\n```\n\nBundle can be found in the `dist` folder.\n\nBuild docker image:\n\n```\n$ docker build -f docker/Dockerfile .\n```\n\n## Develop\n\n```\n$ yarn install\n$ yarn dev\n```\n\n## OpenSubsonic support\n\n- HTTP form POST extension\n- Multiple artists/genres\n\n## License\n\nLicensed under the [AGPLv3](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamland%2Fairsonic-refix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamland%2Fairsonic-refix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamland%2Fairsonic-refix/lists"}