Airsonic Web Client
Modern responsive web frontend for Airsonic. It's currently based on the Subsonic API and should work with other backends implementing this API as well.
Supported features
- Responsive UI. Works on mobile and desktop
- Playback with presistent queue
- Browse library for albums, artist, generes and starred songs
- Create, delete and edit playlists
- Search for artists, albums and songs
- Play random songs with the built-in smart playlist
Demo
Use address/credentials for your own Airsonic server, or use the subsonic.org demo server:
- server: http://demo.subsonic.org
- username: guest1
- password guest
Build
yarn install
yarn build
Bundle can be found in the dist
folder.
Develop
yarn install
yarn serve
License
Licensed under the AGPLv3 license.
Description
Languages
Vue
58.2%
TypeScript
36.7%
SCSS
3.1%
HTML
1.5%
Dockerfile
0.3%
Other
0.1%