Navidrome Music Server v0.8.4 Release Notes

Release Date: 2020-02-25 // about 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 showing a start in a album that was not starred. add stars to items in the search results