Navidrome logo

Navidrome

Open source music collection server and streamer, like your personal Spotify

Alternative to: spotify, apple music, youtube music


About Versions (100)

v0.24.0

2020-06-29

Highlights

  • [UI] Adds support for external cover images (cover.jpg, folder.png, etc…). Thanks @deuill
  • [UI] Shows a “playing” icon on the current played song #128. Thanks @chrisnewtonrevium
  • [UI] Optimizations to reduce browser’s CPU usage
  • [UI] Restore volume level after a refresh

Changelog

f0ee52a Fix album refresh query. Fixes #373 c01d818 Fix album’s songCount. Fixes #373 890ca64 Fix cover.jpg discovery bcaf330 Make sure to select cover art from media_file that has it. Fix #360 ab1c943 Force album/artist refresh when folder changes, to cater for cover art files 703875b Fallback to album art if mediaFile does not have cover art 5f40801 Add more logs to GC call eb109eb Remove duplicated helper functions, move them to utils package bb9a7fa Add tests for external album cover processing ac5d99c Check MIME type for cover on refresh, display d9c991e Return error when no matching cover is found 08cd28a Load cover art from file directory 6563897 Restore volume level after a refresh 04d5988 Update tr.json (POEditor.com) 965c044 Update it.json (POEditor.com) 416ca2c Update de.json (POEditor.com) ab35586 Update fr.json (POEditor.com) acb5985 Update cs.json (POEditor.com) 9b75b72 Convert function to arrow-function e1968b0 Bump @testing-library/user-event from 11.2.0 to 12.0.6 in /ui f36e15c Upgrade dependencies 7547c77 Bump React-Admin version to 3.6.1 ad21b5f Bump react-drag-listview from 0.1.6 to 0.1.7 in /ui 4427900 Fix formatting 0ca70b1 Add back Artist column header to Album List View. Fixes #363 0292a33 Fix mistranslation f93e2d0 Use memoization to avoid re-renders 3a9324c Enable autoPlay in React Player cf69214 Revert “Upgrade to React Player 4.15.1” 83b8fa1 Simplify handle de693b8 Upgrade to React Player 4.15.1 1686e35 Simplify PlayQueue store 804d969 Clear play queue on login and logout 9d23b19 Show indicator on current playing song. Fixes #128