Releases: navidrome/navidrome
v0.8.4
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
v0.8.2
v0.8.1
v0.8.0
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
v0.7.2
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
v0.7.0
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