🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Deluan c12510d6e2 Update README 2023-04-11 14:00:44 -04:00
.devcontainer Mount devcontainer workspace SELinux compatible (#1816) 2022-09-28 22:10:06 -04:00
.github Better GH Action names 2023-04-11 09:16:25 -04:00
cmd Enable SQL migrations 2023-04-04 10:30:28 -04:00
conf Implement artist art priority (#2266) 2023-03-30 18:28:05 -04:00
consts Don't retrieve Various Artists and Unknown Artist info from Last.fm 2023-02-04 21:18:51 -05:00
contrib Add docker compose examples, with traefik or caddy and without, fixes #476 (#2240) 2023-03-10 18:57:09 -05:00
core Only use valid images for artist.* artwork 2023-04-03 18:07:15 -04:00
db Fix SQL migrations 2023-04-04 10:45:55 -04:00
git New implementation of NowPlaying 2021-06-20 10:39:16 -04:00
log More log redaction 2023-03-21 11:16:00 -04:00
model Use the highest resolution artist image from Spotify 2023-04-10 15:34:22 -04:00
persistence Enable SQL migrations 2023-04-04 10:30:28 -04:00
resources Update translations (#2198) 2023-04-06 22:09:49 -04:00
scanner Fix data race in scanner 2023-04-04 10:51:43 -04:00
scheduler Simplify Singleton usage by leveraging Go 1.18's generics 2022-07-27 12:15:05 -04:00
server Add initial support for OpenSubsonic. (#2302) 2023-04-08 13:25:37 -04:00
tests Implement artist art priority (#2266) 2023-03-30 18:28:05 -04:00
ui Give page the right lang attribute (#2299) 2023-04-08 13:39:59 -04:00
utils Fix IntelliJ warning 2023-04-04 13:01:32 -04:00
.dockerignore Remove dependency of go-bindata (#818) 2021-03-12 11:06:51 -05:00
.git-blame-ignore-revs Move project to Navidrome GitHub organization 2021-02-06 21:47:19 -05:00
.gitignore Add docker compose examples, with traefik or caddy and without, fixes #476 (#2240) 2023-03-10 18:57:09 -05:00
.golangci.yml Add nakedret linter 2022-11-30 14:16:30 -05:00
.goreleaser.yml Fix versioning releases in the pipeline (#2101) 2023-01-25 15:35:01 -05:00
.nvmrc Upgrade to Node v16 2021-05-25 10:53:16 -04:00
CODE_OF_CONDUCT.md Use Contributor Covenant v2.0 2020-07-21 14:40:21 -04:00
CONTRIBUTING.md Add stale/lock-threads bot 2023-03-06 20:01:42 -05:00
LICENSE Change license to GPLv3 2020-01-22 14:48:38 -05:00
Makefile Add help msg for JS formatting errors 2023-04-06 11:45:32 -04:00
Procfile.dev Remove some tools from dependencies, reducing the modules dependencies 2023-03-30 15:33:47 -04:00
README.md Update README 2023-04-11 14:00:44 -04:00
go.mod Bump golang.org/x packages 2023-04-10 14:07:12 -04:00
go.sum Bump golang.org/x packages 2023-04-10 14:07:12 -04:00
main.go Fix lint 2023-03-15 13:10:14 -04:00
reflex.conf Fix writeEvents race condition. 2023-04-01 20:54:15 -04:00
tools.go Upgrade goose 2023-04-04 10:05:31 -04:00
update-translations.sh Add job to create translations PRs 2023-01-27 10:15:04 -05:00

README.md

Navidrome logo

Navidrome Music Server  Tweet

Last Release Build Downloads Docker Pulls Dev Chat Subreddit Contributor Covenant

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!

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get a stable set of binaries.

Check out our Live Demo!

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 on the project's website

Cloud Hosting

PikaPods has partnered with us to offer you an officially supported, cloud-hosted solution. A share of the revenue helps fund the development of Navidrome at no additional cost for you.

PikaPods

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