Navidrome logo

Navidrome

Open source music collection server and streamer, like your personal Spotify

Alternative to: spotify, apple music, youtube music


About Versions (100)

v0.25.0

2020-07-13

Highlights

BREAKING CHANGE: Command line options now requires double dashes, i.e. use --musicfolder instead of -musicfolder

  • [UI] Add option CoverJpegQuality to set JPEG quality for cover arts (#371)
  • [UI] Add option UIWelcomeMessage to show a custom welcome message in the login screen
  • [UI] Add support to measure traffic to your server using Google Analytics (#377)
  • [Server] Add option Address to specify IP address to bind to
  • [Scanner] Import .DSF (DSD) files
  • [Build] Linux Binary is now static, so now it works with both MUSL and GLIBC. Also runs on old kernels (2.6.32)
  • [Build] Added Armv5 binary to the automated release (#395)

Changelog

0bd8428 go mod tidy 394d3b0 Turn off Go 1.14 async preemption as it causes issues with CIFS/SMB access. See #393 1ef17e2 Remove version command d4347f2 Remove redundant log message 3319f78 Remove unnecessary config from docker images ee0ae0a Fix lint errors 064da8e Add more trace logging to scanner 74cf0ee Create Data Folder if it does not exist c2f40ea Show totals at the end of scan f694e47 Make private types unexported dc8368c Return counter from DeleteByPath e55397f Bump github.com/onsi/ginkgo from 1.13.0 to 1.14.0 8260b46 Fix migration b59c6c8 Add support for armv5. Closes #395 b96ff9c Use ci-goreleaser 1.14.4-2 c758780 Remove MUSL build 9e35534 Fix lint errors 5620c58 Started the big refactor to extract common logic from engine package (Subsonic only) to core package (more generic) 5418a6b Remove unused docker files 865bad1 Send play song event to GA 7c3fd38 Add option to change IP address to bind 9330525 Update FUNDING.yml 941e252 Update FUNDING.yml f0a5df7 Move transcodings initialization to a migration fdc38b5 Enable DSD (.dsf) support 2f8b010 Change log level for “path unavailable” 2a302de Set default session timeout to 24h (agan) 681849d Fix pls ignoring 17830d6 Ignore m3u files when scanning 1cc03fd Add initial support for Google Analytics dd91f98 Add new config option to show a custom welcome message in the login screen 3a7d70c Add scan command 8181aba Clean up a bit 2d05393 Exit if specified config file is not present f45045d Bump viper version to 1.7.0 6954e1b Fix linting error ef9af6e Don’t fail if config file isnot found 99e2692 Fix lint errors f980e24 Add missing wire file a65c9bb Refactor and clean up d2e4cad Change duration config types 5021c0f Replace multiconfig with cobra+viper fea060e Update FUNDING.yml 7a9b848 Add quality to image cache key 2d8f0a7 Add FUNDING.yml fa107a6 Bump Beego version to v1.12.2 2371e9b Add option to set jpeg quality level. Closes #371