Versie 0.58 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 is onder meer ondersteuning voor meerdere bibliotheken toegevoegd. Dit heeft echter enkele consequenties, dus lees de releasenotes goed door voor je een upgrade uitvoert.
Navidrome v0.58.0 Release Notes
Navidrome v0.58.0 introduces Multi-library Support, a major architectural enhancement that enables users to organize and manage multiple music collections with proper permission controls and complete UI integration. This long-requested feature allows you to create separate libraries for different music collections (e.g., personal music, family music, audiobooks) while maintaining proper access controls and data isolation. For full documentation on how to use it, see the new Multi-library page in the documentation website.
Important
Full ScanAlthough this release does not force a full scan on upgrade, you should do it as soon as possible. This is because the multi-library changes affect the move/rename/retag detection and can potentially make you lose annotations (stars, playcounts, playlist references). During the full scan, it will duplicate all your albums, but that's expected. It will remove the duplicates at the end of the scan.
Database Migration WarningThis release includes database schema changes that are NOT reversible by simply downgrading to a previous version of Navidrome.
Before installing this version:If you need to rollback:
- BACKUP YOUR DATABASE - Create a complete backup of your
navidrome.db
file- TEST ON A COPY FIRST - If possible, test this version on a copy of your data before upgrading your main installation
- Stop Navidrome
- Restore your database backup
- Reinstall the previous version
Added
Multi-Library SupportCreate and manage multiple music libraries with separate music folders. (#4181)
UI Features
- Library-aware permission system: Users can be assigned access to specific libraries with proper data isolation.
- Admin interface for library management: Complete CRUD operations for libraries including creation, editing, and deletion.
- Library selector in UI: Users can switch between accessible libraries using the sidebar library selector.
- Per-library statistics: Artist and tag statistics are now calculated per library with proper counting.
- Cross-library playlist support: Playlists can contain songs from multiple libraries, filtered by user access.
Plugin Features
- Hindi language translation: Complete Hindi language support for the user interface. (#4390)
- Activity panel improvements: Reset activity panel error icon to normal state when clicked. (#4379)
- Translation updates: Updated Polish translations. (#4384)
- Translation updates: Updated Danish, German, Greek, Spanish, Finnish, French, Indonesian, Russian, Slovenian, Swedish, Turkish, Ukrainian translations. (#4326)
- Translation updates: Updated Hungarian translations. (#4375)
- Translation updates: Updated Basque translation. (#4309)
API Features
- Plugin scheduler enhancement: Add TimeNow function to SchedulerService for better plugin capabilities. (#4337)
- Plugin insights: Add plugin and multi-library information to insights endpoint. (#4391)
- Multi-library API support: All Subsonic endpoints now respect library permissions with proper filtering. (#4181)
- Enhanced search capabilities: Search endpoints are library-aware and filter results by user access. (#4181)
- Music folder endpoints: Return user-accessible libraries through music folder API. (#4181)
Changed
- Agents logic streamlining: Remove unnecessary caching and streamline metadata agents logic. (#4298)
- Dependency updates: Update Go dependencies to latest versions. (#6722af50e)
Fixed
UIScanner
- Playlist menu interaction: Prevent disabled "Show in Playlist" menu item from triggering actions. (#4356)
- Year display: Don't show year "0" in the interface. (#3c1e5603d)
- ReplayGain support: Fix replaygain for Artist Radio and Top Songs. (#4328)
Server
- Apple Music playlists import: Fix playlist import for songs with accented characters. (#4385)
- Foreign key constraint errors: Prevent errors in album participant insertion. (#4373)
- Tag UpdateCounts errors: Prevent foreign key constraint errors in tag UpdateCounts. (#4370)
- Custom tag configuration: Fix misleading custom tag split config log message. (#be83d6895)
- Lyrics tag parsing: Properly handle both ID3 and aliased tags for lyrics. (#4310)
- Cover art reading: Read cover art from DSF, WavPack files and fix WMA test. (#4296)
Subsonic API
- URL path handling: Improve URL path handling in local storage for special characters. (#4378)
- Dockerfile typo: Fix typo in Dockerfile. (#4363)
Plugins
- Genre search filtering: Only use genre tag when searching by genre. (#4361)
Testing
- Plugin warnings: Silence plugin warnings and folder creation when plugins disabled. (#4297)
- Metrics reporting: Report metrics for all plugin types, not only MetadataAgents. (#4303)
- Metrics improvements: Add metrics on callbacks and improve plugin method calling. (#4304)
- Reverse proxy authentication: Don't log "no proxy IP found" when using Subsonic API in plugins with reverse proxy auth. (#4388)
- Plugin initialization: Correct error handling in plugin initialization. (#4311)
- Race condition prevention: Prevent race condition in plugin tests and manager registration. (#9fcc99633 and #adef0ea1e)
- Error handling enhancement: Enhance error handling in checkErr function. (#1166a0fab)
- Discord Rich Presence documentation: Fix README.md for Discord Rich Presence plugin. (#4387)
Code Quality
- MPV tests: Fix MPV tests on systems without /bin/bash installed. (#4302)
- Test cleanup: Suppress console.log output in eventStream test and general test cleanup. (#e8a3495c7 and #9f0059e13)
- Typo fixes: Fix typos in comments and logs. (#4333)
- Function documentation: Fix function name/description in comment. (#4325)
- CSS cleanup: Remove unused CSS class in SongContextMenu. (#089dbe949)