Versie 0.61.1 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. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Navidrome 0.61.1This patch release addresses a WebP performance regression on low-power hardware introduced in v0.61.0, adds a new
Configuration ChangesEnableWebPEncodingconfig option and a configurable UI cover art size, and includes several Subsonic API and translation fixes.
Status Option Description Default New EnableWebPEncodingOpt-in to WebP encoding for resized artwork. When false(default), Navidrome uses JPEG/PNG (preserving the original source format), avoiding the WebP WASM encoder overhead that caused slow image processing on low-power hardware in v0.61.0. Set totrueto re-enable WebP output. Replaces the internalDevJpegCoverArtflag. (#5286)falseNew UICoverArtSizeSize (in pixels, 200–1200) of cover art requested by the web UI. It was increased from 300px to 600px in 0.61.0; now configurable and defaulting to 300px to reduce image encoding load on low-power hardware. Users on capable hardware can raise it for sharper thumbnails. (#5286) 300Changed DevArtworkMaxRequestsDefault lowered from max(4, NumCPU)tomax(2, NumCPU/2)to reduce load on low-power hardware. (#5286). (Note: this is an internal configuration and can be removed in future releases)max(2, NumCPU/2)Removed DevJpegCoverArtReplaced by the user-facing EnableWebPEncodingoption. (#5286)— For a complete list of all configuration options, see the Configuration Options documentation.
ServerArtwork
- Add missing viper defaults for
MPVPath,ArtistImageFolder, andPlugins.LogLevelso they can be overridden via environment variables and config files. (220019a9f)- Update
go-sqlite3to v1.14.38 andgo-tomlto v2.3.0. (6109bf519)Smart Playlists
- Address WebP performance regression on low-power hardware by preserving original image format when WebP encoding is disabled, and adding encoder/decoder selection logging. (#5286 )
- Preserve animation for square thumbnails with animated images. (4030bfe06)
Subsonic API
- Add
sampleRate,codec, andmissingfields for smart playlist criteria. (80c1e6025)Translations
- Strip OpenSubsonic extensions from playlists for legacy clients to improve compatibility. (23f355637)
- Return proper artwork ID format in
getInternetRadioStations. (c60637de2)Full Changelog: v0.61.0...v0.61.1
