🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Deluan 0bd842869b go mod tidy 2020-07-13 09:35:39 -04:00
.github Turn off Go 1.14 async preemption as it causes issues with CIFS/SMB access. See #393 2020-07-12 22:09:51 -04:00
assets Move `static` to `resources`. Embed them at build time 2020-05-02 14:19:01 -04:00
cmd Remove version command 2020-07-12 20:44:19 -04:00
conf Create Data Folder if it does not exist 2020-07-12 12:36:08 -04:00
consts Enable DSD (.dsf) support 2020-07-06 12:25:55 -04:00
contrib Add [Install] section to systemd unit file. 2020-05-21 08:19:12 -04:00
core Fix lint errors 2020-07-10 13:11:02 -04:00
db Fix migration 2020-07-12 11:22:24 -04:00
engine Started the big refactor to extract common logic from `engine` package (Subsonic only) to `core` package (more generic) 2020-07-10 12:53:11 -04:00
log Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
model Return counter from DeleteByPath 2020-07-12 11:53:07 -04:00
persistence Return counter from DeleteByPath 2020-07-12 11:53:07 -04:00
resources Update tr.json (POEditor.com) 2020-06-23 16:53:55 -04:00
scanner Remove redundant log message 2020-07-12 20:42:38 -04:00
server Fix lint errors 2020-07-10 13:11:02 -04:00
tests Ignore m3u files when scanning 2020-07-03 21:06:33 -04:00
ui Send play song event to GA 2020-07-08 21:23:51 -04:00
utils Fix pls ignoring 2020-07-03 21:15:01 -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 Remove unused docker files 2020-07-09 00:45:04 -04:00
.golangci.yml An other batch of linters 2020-04-29 14:09:45 -04:00
.goreleaser.yml Add support for armv5. Closes #395 2020-07-12 09:43:18 -04:00
.nvmrc Upgrade Node to v14 2020-05-27 05:35:25 -04:00
LICENSE Change license to GPLv3 2020-01-22 14:48:38 -05:00
Makefile Use ci-goreleaser 1.14.4-2 2020-07-12 09:43:18 -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 Add total downloads badge 2020-06-12 14:21:02 -04:00
go.mod go mod tidy 2020-07-13 09:35:39 -04:00
go.sum go mod tidy 2020-07-13 09:35:39 -04:00
lefthook.yml Run pre-push hooks in parallel 2020-05-07 12:00:10 -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

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.

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