🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Go to file
Xidorn Quan 1430aa108d
Update play_date on scrobble only when newer - #2262 (#2263)
* fix(persistence): Update play_date on scrobble only when newer - #2262

Signed-off-by: Xidorn Quan <me@upsuper.org>

* expand iff

---------

Signed-off-by: Xidorn Quan <me@upsuper.org>
2023-03-18 18:28:01 -04:00
.devcontainer Mount devcontainer workspace SELinux compatible (#1816) 2022-09-28 22:10:06 -04:00
.github Only freezes issues/prs after 120 days 2023-03-15 17:53:54 -04:00
cmd Add option to load TLS cert/key, and use HTTPS 2023-03-17 16:32:13 -04:00
conf Add option to load TLS cert/key, and use HTTPS 2023-03-17 16:32:13 -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 Add download button in the SharePlayer 2023-03-10 23:33:29 -05:00
db Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
git New implementation of NowPlaying 2021-06-20 10:39:16 -04:00
log Add trace logs to calls to external services 2023-01-31 09:37:09 -05:00
model Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
persistence Update play_date on scrobble only when newer - #2262 (#2263) 2023-03-18 18:28:01 -04:00
resources Update Chinese translations (#2250) 2023-03-12 20:24:31 -04:00
scanner Ignore Recycle Bins in Windows. Fix #1074 2023-03-09 22:14:58 -05:00
scheduler Simplify Singleton usage by leveraging Go 1.18's generics 2022-07-27 12:15:05 -04:00
server Add option to load TLS cert/key, and use HTTPS 2023-03-17 16:32:13 -04:00
tests Fix pipeline. 2023-03-09 22:25:56 -05:00
ui Don't pump the volume up to 100% if it is not in a mobile device. Fix #2255 2023-03-16 17:25:07 -04:00
utils Use sync/atomic package, now that we are at Go 1.19 2023-02-15 21:21:59 -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 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 Upgrade to Go 1.19.5 2023-01-12 21:20:45 -05:00
Procfile.dev Remove decoration from `reflex` output 2021-05-26 12:24:02 -04:00
README.md Update README.md 2023-03-13 19:34:47 -04:00
go.mod Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 (#2251) 2023-03-13 14:42:40 -04:00
go.sum Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 (#2251) 2023-03-13 14:42:40 -04:00
main.go Fix lint 2023-03-15 13:10:14 -04:00
reflex.conf Pass userId explicitly to UserPropsRepository methods 2021-06-25 22:21:37 -04:00
tools.go Remove `//+build` tags, as the code does not compile on older versions of Go anymore 2022-07-29 08:41:28 -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

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