Skip to content

Releases: navidrome/navidrome

v0.8.4

25 Feb 19:20

Choose a tag to compare

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

v0.8.3

24 Feb 01:36

Choose a tag to compare

Changelog

d7b5e6a fix: add public attribute to playlists. Even though it is optional, DSub requires it

v0.8.2

16 Feb 04:25

Choose a tag to compare

Changelog

894536c Revert "fix: extract stream level metadata"

v0.8.1

16 Feb 02:52

Choose a tag to compare

Changelog

3b12c92 feat: add cache to the getCoverArt endpoint, avoid it being reloaded every single time in the UI
c3bd181 feat: use tini to help in avoiding dangling processes
92f6e55 fix: extract stream level metadata

v0.8.0

15 Feb 16:46

Choose a tag to compare

Changelog

9fa73e3 feat: implement AlbumShow using a Datagrid. WIP: still need to make it responsive
de525ed feat: add song count and duration to AlbumDetails
7f94660 feat: use different resource for listing songs in albums
ba08f00 feat: make rescan faster, only loading metadata from changed files
edb839a fix: only update artists and albums if there were any changes in files
e6d717c fix: prevent zombies in transcoding
b2d022b fix: ignore environment dependant test
d9993c5 refactor: separate metadata extraction from audio files scanning
b7f1fc0 refactor: remove unused import
8ebb85b build(deps): bump github.com/astaxie/beego from 1.12.0 to 1.12.1
272d897 chore: go mod tidy

v0.7.3

10 Feb 03:47

Choose a tag to compare

Changelog

a37beac feat: add X-Content-Duration header to the stream response
ce11a2f feat: fake getArtistInfo/getArtistInfo2, just to enable artist browsing in MusicStash
8a31e80 fix: find songs and albums when sending an artist name search query
5a95fee fix: allow searches with 2 chars. closes #65

v0.7.2

09 Feb 05:16

Choose a tag to compare

Changelog

400fa65 feat: better scanner logging when level = info
10ead1f feat: better way to detect initial account creation
730722c feat: better track number formatting
2c146ea feat: add option to auto-create admin user on first start-up (useful for development)
ab10719 fix: use a regex to match year in ffmpeg date field. close #63
029290f fix: set default play_count to 0

v0.7.1

08 Feb 05:47

Choose a tag to compare

Changelog

dc35283 fix: workaround to force check for initial setup

v0.7.0

07 Feb 23:34

Choose a tag to compare

Here's the integrated Music Player

It's here! The music player is available, and you can play full albums and/or add individual songs to the play queue. Feedback is very welcome!

Also this new version is more responsive in small screens

v0.6.2

07 Feb 03:09

Choose a tag to compare

Changelog

e33d230 fix: support multiple year formats in the date tag (#63)