🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Deluan fd61b29a84 Small readability improvement in MergeFS tests 2024-01-21 16:20:47 -05:00
.devcontainer Fix devcontainer for Go 1.21 2023-11-09 18:23:44 -05:00
.github Add OS Lyrics extension (#2656) 2023-12-27 20:20:29 -05:00
cmd Make server unix socket file permission configurable via flag UnixSocketPerm (#2763) 2024-01-20 14:50:30 -05:00
conf Make server unix socket file permission configurable via flag UnixSocketPerm (#2763) 2024-01-20 14:50:30 -05:00
consts Add TAK support (#2745) 2023-12-26 18:39:15 -05:00
contrib Add K8s manifest (#2330) 2023-04-29 16:14:44 -04:00
core Improve some Jukebox error messages 2024-01-20 20:10:32 -05:00
db Don't force a full scan after upgrading the lyrics 2023-12-28 04:55:45 -05:00
git Remove `tools.go` 2023-11-27 14:06:00 -05:00
log Add log.IsGreaterOrEqualTo, that take into consideration path-scoped log levels 2023-12-25 16:35:16 -05:00
model Add (not)inplaylist operator to smart playlists (#1884) 2024-01-20 18:22:17 -05:00
persistence Remove offset and limit from count queries. Fixes #2443 2024-01-20 22:02:05 -05:00
resources Update translations 2023-11-28 06:10:03 -05:00
scanner Fix ReplayGain values not being retrieved from DB 2023-12-27 21:14:54 -05:00
scheduler Simplify Singleton usage by leveraging Go 1.18's generics 2022-07-27 12:15:05 -04:00
server Simplify default middlewares setup 2024-01-20 19:17:21 -05:00
tests Add OS Lyrics extension (#2656) 2023-12-27 20:20:29 -05:00
ui Bump connected-react-router from 6.9.1 to 6.9.3 in /ui (#2741) 2024-01-20 18:42:43 -05:00
utils Small readability improvement in MergeFS tests 2024-01-21 16:20:47 -05: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 Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
.golangci.yml Upgrade to Go 1.21 (#2475) 2023-08-09 11:39:49 -04:00
.goreleaser.yml Upgrade to Go 1.21 (#2475) 2023-08-09 11:39:49 -04:00
.nvmrc Upgrade to Node v18 2023-05-17 13:41:36 -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 Bump Go version to 1.21.5 (#2729) 2023-12-20 20:02:40 -05: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/sync from 0.5.0 to 0.6.0 (#2779) 2024-01-20 18:37:46 -05:00
go.sum Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#2779) 2024-01-20 18:37:46 -05: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
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