🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Deluan 950ba9f77e Bump github.com/google/wire from 0.4.0 to 0.5.0 2021-02-01 08:54:35 -05:00
.devcontainer Add configuration for VSCode's Remote Container development 2020-12-01 17:57:29 +00:00
.github Build and publish Docker image for armv6 (closes #747) 2021-01-31 19:36:18 -05:00
assets Move `static` to `resources`. Embed them at build time 2020-05-02 14:19:01 -04:00
cmd Replace periodic scanner cancellation channel with a context 2021-01-31 17:37:54 -05:00
conf Reenable ImageCache and ActivityPanel as default 2021-02-01 00:31:02 -05:00
consts Make ServerStart variable global 2020-12-21 11:39:38 -05:00
contrib Add [Install] section to systemd unit file. 2020-05-21 08:19:12 -04:00
core Use new simplified `uuid.NewString()` syntax 2021-02-01 01:22:31 -05:00
db Use new simplified `uuid.NewString()` syntax 2021-02-01 01:22:31 -05:00
git Converted pre-push hook into a make target, avoid calling tests twice when releasing 2020-09-24 17:24:31 -04:00
log Don't panic if log parameters are invalid 2020-11-22 17:12:53 -05:00
model Add denormalized list of artist_ids to album, to speed-up artist's albums queries 2020-12-13 14:05:48 -05:00
persistence Use new simplified `uuid.NewString()` syntax 2021-02-01 01:22:31 -05:00
resources Update Translations (#751) 2021-01-31 19:04:48 -05:00
scanner Replace periodic scanner cancellation channel with a context 2021-01-31 17:37:54 -05:00
server Use new simplified `uuid.NewString()` syntax 2021-02-01 01:22:31 -05:00
tests Add support for multi-line tags 2020-11-11 09:45:46 -05:00
ui Add translation to skip_nav 2021-01-31 19:01:56 -05:00
utils Add denormalized list of artist_ids to album, to speed-up artist's albums queries 2020-12-13 14:05:48 -05:00
.dockerignore Removed support for Jamstash in dev mode. Not needed anymore :) 2020-08-15 23:11:31 -04:00
.git-blame-ignore-revs Add a .git-blame-ignore-revs file 2020-04-20 10:41:41 -04:00
.gitignore Removed support for Jamstash in dev mode. Not needed anymore :) 2020-08-15 23:11:31 -04:00
.golangci.yml Fix cache key-mapping 2020-10-25 23:22:52 -04:00
.goreleaser.yml Use netgo (instead of C bindings). Fix #700 2020-12-23 15:29:18 -05:00
.nvmrc Upgrade Node to v14 2020-05-27 05:35:25 -04:00
CODE_OF_CONDUCT.md Use Contributor Covenant v2.0 2020-07-21 14:40:21 -04:00
LICENSE Change license to GPLv3 2020-01-22 14:48:38 -05:00
Makefile Bump github.com/golangci/golangci-lint from 1.33.0 to 1.36.0 2021-01-31 17:43:03 -05:00
Procfile.dev Add ui subfolder, bootstrapped a "hello-world" React-Admin app, changed Makefile to start both apps in dev mode 2020-01-14 15:34:59 -05:00
README.md Update README.md 2020-11-02 11:43:05 -05:00
go.mod Bump github.com/google/wire from 0.4.0 to 0.5.0 2021-02-01 08:54:35 -05:00
go.sum Bump github.com/google/wire from 0.4.0 to 0.5.0 2021-02-01 08:54:35 -05:00
main.go Replace multiconfig with cobra+viper 2020-07-02 17:53:51 -04:00
reflex.conf Use netgo (instead of C bindings). Fix #700 2020-12-23 15:29:18 -05:00
tools.go Upgrade golangci-lint 2020-10-12 12:21:01 -04:00

README.md

Navidrome Music Server

Last Release Build Downloads Docker Pulls Dev Chat Subreddit Contributor Covenant

Check out our Live Demo!

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!

Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please file a GitHub issue or join the discussion in our Subreddit. If you want to contribute to the project in any other way (ui/backend dev, translations, themes), please join the chat in our Discord server.

Installation

See instructions in the project's website

Features

  • Handles very large music collections
  • Streams virtually any audio format available
  • Reads and uses all your beautifully curated metadata
  • Great support for compilations (Various Artists albums) and box sets (multi-disc albums)
  • Multi-user, each user has their own play counts, playlists, favourites, etc...
  • Very low resource usage
  • Multi-platform, runs on macOS, Linux and Windows. Docker images are also provided
  • Ready to use binaries for all major platforms, including Raspberry Pi
  • Automatically monitors your library for changes, importing new files and reloading new metadata
  • Themeable, modern and responsive Web interface based on Material UI
  • Compatible with all Subsonic/Madsonic/Airsonic clients
  • Transcoding on the fly. Can be set per user/player. Opus encoding is supported
  • Translated to various languages

Documentation

All documentation can be found in the project's website: https://www.navidrome.org/docs. Here are some useful direct links:

Screenshots