Versie 0.57 van Navidrome is uitgekomen. Navidrome is wat ze zelf noemen een personal streaming service, en is een opensource mediaserver die je persoonlijke muziekcollectie van overal benaderbaar kan maken. Het is snel, gebruikt weinig resources, heeft geen moeite met hele grote collecties en elke gebruiker kan zijn eigen playlists en favorieten aanmaken. Navidrome is compatibel met Subsonic, dus je hebt een grote keuze uit mediaspelers om naar de muziek te luisteren. Downloads en installatie-instructies zijn beschikbaar voor Docker, Windows, Linux, macOS en FreeBSD. De releasenotes voor deze uitgave kunnen hieronder worden gevonden.
AddedChanged
- UI Features:
- Added "Artist Radio" and "Shuffle" options to the artist page. (#4186)
- Added a "Play Artist's Top Songs" button. (#4204)
- Added "Love" and "Rating" functionality to songs within a playlist view. (#4134)
- New "Add to Playlist" dialog, with improved UX. (#4156)
- Added a "Now Playing" panel for administrators to monitor active streams, with configurable
EnableNowPlaying
option (default true). (#4209, #4219)- Added a context menu option to "Show in Playlist". (#4139)
- Added RecentlyAddedByModTime support for tracks. (#4046, #4279)
- Added a configuration tab in the About dialog. (#4142)
- Experimental Plugin Support: Added experimental support for plugins, allowing for greater extensibility and customization. See details in the PR description (#3998, #4260)
- Scanner Accuracy: Implemented folder hashing for smarter and more accurate quick scans, significantly improving detection of library changes. (#4220)
- MBID Search: Added functionality to search for albums, artists, and songs by their MusicBrainz ID (MBID). (#4286)
- Smart Playlists:
- Deezer Agent: Added a new agent to fetch artist images from the Deezer API. (#4180)
- API Features:
- Monitoring: Added new Prometheus metrics to the Subsonic API and Plugins. (#4266)
Fixed
- Docker: Downgraded the Alpine base image in the Dockerfile to oldest supported version 3.19 for smaller images. (
7928adb3d
)- Dependencies: Updated TagLib to version 2.1.1. (#4281)
- UI:
// bugfix(playlist): reset page to 1 on playlist change - #1676 #4154
- Fixed an issue where the playlist page was not resetting to page 1 when changing playlists. (#4154)
- Scanner:
- Server:
- Subsonic API:
- Fixed an issue where clearing a playlist's
comment
andpublic
status was not working. (#4258)- Fixed
JukeboxRole
logic ingetUser
to respectAdminOnly
setting. (#4170)- Fixed loading lyrics from external files when the embedded lyrics was empty. (#4232)
- Fixed lyrics detection when the there are multiple instances of the same song. (#4237)
- Database:
- Jukebox: Fixed issues with
mpv
command and template parsing, and ensured theMusicFolder
is included. (#4162)Note: For those waiting for the Multi-Library feature, it is still in progress and will be released in the next version. You can follow its development in the Multi-Library PR. It is a complex feature that requires significant changes to the codebase, so it's taking a bit longer than expected. Thank you for your patience and continuous support!