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.8.4

2020-02-25

Changelog

OPUS transcoding (WIP)

This version supports OPUS transcoding, even though the transcoder is still a WIP. To enable it, set the following env vars:

ND_ENABLEDOWNSAMPLING: "true"
ND_MAXBITRATE: 96  # This will make any file with bitrate greater than 96 to be transcoded
ND_DOWNSAMPLECOMMAND: "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -"

Let me know if you find any issues.

Other bug fixes:

33ede13 fix showing a star in a album that was not starred. add stars to items in the search results