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.23.0

2020-06-14

Highlights

  • [UI] Better UX for making playlists public/private #344
  • [UI] Show album year when grid is filtered by artist
  • [UI] Fix cover art not showing up for some Opus encoded files #318
  • [UI] Show track/artist being played in the browser’s tab title #317
  • [UI] Add link to album from player’s song title #324
  • [UI] Ask confirmation when deleting a user
  • [Server] When removing a user, delete all their data (preferences, playlists) #345
  • [Scanner] Skip unreadable directories #328
  • [Scanner] Remove tracks from DB that were deleted while Navidrome was not running #151
  • [Scanner] Can now handle unlimited number of files in the same folder (even though it is generally not a good practice to have too many files in one folder)

Changelog

2d1d992 Support Windows paths 653b5ea Replace map[string]bool with map[string]struct{} e73b71a Remove tracks from DB that were deleted while Navidrome was not running. Fixes #151 0191966 Skip unreadable directories. Fixes #328 3190611 Call ffmpeg in batches 6a3dabb Optimize queries by path 238020c Handle folders with lots of albums and/or artists 72b2e75 Revert “Show indicator on current playing song. Fixes #128” 86bc8d9 Support dark themes in “Playing” indicator 003b73f Remove invalid propType be2afb9 Show indicator on current playing song. Fixes #128 f8a18b5 Add link to album from player’s song title. Fixes #324 c216b14 Add total downloads badge 4702c5a Add track/artist being played to the page title. Closes #317 c742ae0 Remove unused feature toggles 0033966 No need to delete the playlist tracks explicitly f072ffd Add confirmation when deleting user 94d8839 Add referential integrity to player and playlist tables c9bcb33 Add more options to Players list 84ed3eb Update README.md 8bd9787 Fix function naming 1c466d6 Fix formatting a64b15c Fix navigation issues caused by the use of useListParams 7148741 Revert “Keep image aspect ratio when resizing” 630c711 Use fix for Opus cover art from https://github.com/dhowden/tag/pull/69 50f4bd8 Keep image aspect ratio when resizing 44c74f4 Add clickToPlay functionality to playlists 29c7513 Update updated_at field when modifying the playlist 82d437f Better defaults to sort orders in List views b54d4c7 Show year in album tile if album grid is filtered bu artist b636565 Disable public toggle if user is not the playlist’s owner b4e06c4 Allow toggling a playlist public from the Playlist list view. Closes #344