🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Deluan ddb30ceb11 Add a `v` prefix to the version in the description 2020-07-26 10:52:20 -04:00
.github Remove LogLevel from Dockerfile 2020-07-22 12:56:50 -04:00
assets Move `static` to `resources`. Embed them at build time 2020-05-02 14:19:01 -04:00
cmd Load cache asynchronously 2020-07-24 16:54:04 -04:00
conf Allows config file to be specified with env var ND_CONFIGFILE. Fixes #415 2020-07-20 18:36:12 -04:00
consts Strip 'v' prefix from version, to make it consistent for release and snapshot 2020-07-21 20:22:23 -04:00
contrib Add [Install] section to systemd unit file. 2020-05-21 08:19:12 -04:00
core Use a RWMutex instead of an AtomicBool, to reduce contention 2020-07-26 00:45:33 -04:00
db Add path to playlist 2020-07-17 22:55:51 -04:00
engine If mediafile does not have an embedded coverart, use album's 2020-07-16 17:08:52 -04:00
git Run pre-push linting in verbose more 2020-07-21 20:30:04 -04:00
log Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
model Auto-Import playlists found in the Music Folder 2020-07-17 22:55:51 -04:00
persistence Add tests for paths with UTF8 chars 2020-07-22 11:48:09 -04:00
resources Update da.json 2020-07-22 16:07:22 -04:00
scanner Keep annotations if tracks were already in DB 2020-07-23 03:26:39 -04:00
server Add a `v` prefix to the version in the description 2020-07-26 10:52:20 -04:00
tests Remove invalid config options 2020-07-17 23:16:04 -04:00
ui Bump react-admin to 3.7.1 2020-07-21 13:15:03 -04:00
utils Load cache asynchronously 2020-07-24 16:54:04 -04:00
.dockerignore Unify GH actions 2020-04-23 19:31:24 -04:00
.git-blame-ignore-revs Add a .git-blame-ignore-revs file 2020-04-20 10:41:41 -04:00
.gitignore Fix Makefile target name 2020-07-16 16:57:19 -04:00
.golangci.yml An other batch of linters 2020-04-29 14:09:45 -04:00
.goreleaser.yml Strip debugging info from binaries. Closes #405 2020-07-14 13:58:39 -04: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 Replace lefthook with shell script 2020-07-16 18:14:02 -04: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 Small change, to trigger the pipeline that is stuck! 2020-07-21 17:46:35 -04:00
go.mod Rate limit login attempts using a Sliding Window counter rate-limiter 2020-07-19 14:45:05 -04:00
go.sum Rate limit login attempts using a Sliding Window counter rate-limiter 2020-07-19 14:45:05 -04:00
main.go Replace multiconfig with cobra+viper 2020-07-02 17:53:51 -04:00
reflex.conf Add referential integrity to player and playlist tables 2020-06-10 18:07:10 -04:00

README.md

Navidrome Music Streamer

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!

Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please fill 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.

Demo Site

To see Navidrome in action, check out our live demo

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 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 Raspberry Pi binaries and Docker images available
  • 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