Airdrome is a modern responsive web frontend for navidrome, airsonic-advanced, gonic and other subsonic compatible music servers.
- Discover Home page with playback suggestions based on recent listenings
- Responsive UI for desktop and mobile
- Browse library for albums, artist, genres
- Gapless playback
- Playback with persistent queue, repeat, shuffle and Replay-Gain
- Persistant cache and download for offline listening
- Codec quality control
- Full mediaSession integration
- View, create, and edit playlists with drag and drop
- Dynamic playlists for Genre, albums and Artist
- 4 color themes
- Search
- Favourites
$ yarn install
$ yarn build
Bundle can be found in the dist folder.
Build docker image:
$ docker build -f docker/Dockerfile -t local/airdrome .
$ docker run -d \
--name=airdrome \
--restart on-failure \
--network=bridge \
-p 8080:80 \
local/airdrome:latest
- HTTP form POST extension
- Multiple artists/genres
Licensed under the AGPLv3 license.




