Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 04:32
· 3018 commits to master since this release

Changelog

Initial support for transcoding/downsampling.

If EnableDownsampling is set, Navidrome will try to downsample media files based on the maxBitRate requested by the client. You can customize the DownsampleCommand to try different ffmpeg configurations (Opus FTW \o/)

Login for regular users

Now regular users can login to the Web UI.

All changes:

8372dee feat: experimental downsampling support
2dbd645 feat: show server version in User Menu
6978790 feat: allow regular users to login to the UI
e0308ac feat: add lapsed time to SQL logger, to help detect SQL bottlenecks
6dfe56c feat: transcoding info in responses, to enable Jamstash to play transcoded FLAC. hardcoded for now
e5e3551 fix: initialize mimetypes for tests
4dffcb7 fix: removed invalid make rule
79b0f1f docs: add link to ffmpeg static binaries download
6e2454f refactor: add -i to ffmpeg ProbeCommand. make it more consistent with the DownsampleCommand