Skip to content

v0.8.4

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 19:20
· 2983 commits to master since this release

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