github navidrome/navidrome v0.8.4

latest releases: v0.52.5, v0.52.0, v0.51.1...
4 years ago

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

Don't miss a new navidrome release

NewReleases is sending notifications on new releases.