This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome) | minor | `d753f3f` -> `2ae037d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>navidrome/navidrome (docker.io/deluan/navidrome)</summary> ### [`v0.58.0`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.58.0) [Compare Source](https://redirect.github.com/navidrome/navidrome/compare/v0.57.0...v0.58.0) ### Navidrome v0.58.0 Release Notes Navidrome v0.58.0 introduces [**Multi-library Support**](https://www.navidrome.org/docs/usage/multi-library/), 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](https://www.navidrome.org/docs/usage/multi-library/) page in the documentation website. #### ⚠️ Important ##### Full Scan Although 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 Warning **This release includes database schema changes that are NOT reversible by simply downgrading to a previous version of Navidrome.** ##### Before installing this version: 1. **BACKUP YOUR DATABASE** - Create a complete backup of your `navidrome.db` file 2. **TEST ON A COPY FIRST** - If possible, test this version on a copy of your data before upgrading your main installation ##### If you need to rollback: - Stop Navidrome - Restore your database backup - Reinstall the previous version #### Added ##### Multi-Library Support ##### Create and manage multiple music libraries with separate music folders. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **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. ##### UI Features - **Hindi language translation**: Complete Hindi language support for the user interface. ([#​4390](https://redirect.github.com/navidrome/navidrome/pull/4390) by [@​nerkoux](https://redirect.github.com/nerkoux)) - **Activity panel improvements**: Reset activity panel error icon to normal state when clicked. ([#​4379](https://redirect.github.com/navidrome/navidrome/pull/4379) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Polish translations. ([#​4384](https://redirect.github.com/navidrome/navidrome/pull/4384) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Danish, German, Greek, Spanish, Finnish, French, Indonesian, Russian, Slovenian, Swedish, Turkish, Ukrainian translations. ([#​4326](https://redirect.github.com/navidrome/navidrome/pull/4326) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Hungarian translations. ([#​4375](https://redirect.github.com/navidrome/navidrome/pull/4375) by [@​ChekeredList71](https://redirect.github.com/ChekeredList71) and [#​4291](https://redirect.github.com/navidrome/navidrome/pull/4291) by [@​ChekeredList71](https://redirect.github.com/ChekeredList71)) - **Translation updates**: Updated Basque translation. ([#​4309](https://redirect.github.com/navidrome/navidrome/pull/4309) by [@​xabirequejo](https://redirect.github.com/xabirequejo)) ##### Plugin Features - **Plugin scheduler enhancement**: Add TimeNow function to SchedulerService for better plugin capabilities. ([#​4337](https://redirect.github.com/navidrome/navidrome/pull/4337) by [@​deluan](https://redirect.github.com/deluan)) - **Plugin insights**: Add plugin and multi-library information to insights endpoint. ([#​4391](https://redirect.github.com/navidrome/navidrome/pull/4391) by [@​deluan](https://redirect.github.com/deluan)) ##### API Features - **Multi-library API support**: All Subsonic endpoints now respect library permissions with proper filtering. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **Enhanced search capabilities**: Search endpoints are library-aware and filter results by user access. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **Music folder endpoints**: Return user-accessible libraries through music folder API. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) #### Changed - **Agents logic streamlining**: Remove unnecessary caching and streamline metadata agents logic. ([#​4298](https://redirect.github.com/navidrome/navidrome/pull/4298) by [@​deluan](https://redirect.github.com/deluan)) - **Dependency updates**: Update Go dependencies to latest versions. ([#​6722af50e](https://redirect.github.com/navidrome/navidrome/commit/6722af50e) by [@​deluan](https://redirect.github.com/deluan)) #### Fixed ##### UI - **Playlist menu interaction**: Prevent disabled "Show in Playlist" menu item from triggering actions. ([#​4356](https://redirect.github.com/navidrome/navidrome/pull/4356) by [@​deluan](https://redirect.github.com/deluan)) - **Year display**: Don't show year "0" in the interface. ([#​3c1e5603d](https://redirect.github.com/navidrome/navidrome/commit/3c1e5603d) by [@​deluan](https://redirect.github.com/deluan)) - **ReplayGain support**: Fix replaygain for Artist Radio and Top Songs. ([#​4328](https://redirect.github.com/navidrome/navidrome/pull/4328) by [@​deluan](https://redirect.github.com/deluan)) ##### Scanner - **Apple Music playlists import**: Fix playlist import for songs with accented characters. ([#​4385](https://redirect.github.com/navidrome/navidrome/pull/4385) by [@​deluan](https://redirect.github.com/deluan)) - **Foreign key constraint errors**: Prevent errors in album participant insertion. ([#​4373](https://redirect.github.com/navidrome/navidrome/pull/4373) by [@​deluan](https://redirect.github.com/deluan)) - **Tag UpdateCounts errors**: Prevent foreign key constraint errors in tag UpdateCounts. ([#​4370](https://redirect.github.com/navidrome/navidrome/pull/4370) by [@​deluan](https://redirect.github.com/deluan)) - **Custom tag configuration**: Fix misleading custom tag split config log message. ([#be83d6895](https://redirect.github.com/navidrome/navidrome/commit/be83d6895) by [@​deluan](https://redirect.github.com/deluan)) - **Lyrics tag parsing**: Properly handle both ID3 and aliased tags for lyrics. ([#​4310](https://redirect.github.com/navidrome/navidrome/pull/4310) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Cover art reading**: Read cover art from DSF, WavPack files and fix WMA test. ([#​4296](https://redirect.github.com/navidrome/navidrome/pull/4296) by [@​kgarner7](https://redirect.github.com/kgarner7)) ##### Server - **URL path handling**: Improve URL path handling in local storage for special characters. ([#​4378](https://redirect.github.com/navidrome/navidrome/pull/4378) by [@​deluan](https://redirect.github.com/deluan)) - **Dockerfile typo**: Fix typo in Dockerfile. ([#​4363](https://redirect.github.com/navidrome/navidrome/pull/4363) by [@​emmmm](https://redirect.github.com/emmmm)) ##### Subsonic API - **Genre search filtering**: Only use genre tag when searching by genre. ([#​4361](https://redirect.github.com/navidrome/navidrome/pull/4361) by [@​kgarner7](https://redirect.github.com/kgarner7)) ##### Plugins - **Plugin warnings**: Silence plugin warnings and folder creation when plugins disabled. ([#​4297](https://redirect.github.com/navidrome/navidrome/pull/4297) by [@​deluan](https://redirect.github.com/deluan)) - **Metrics reporting**: Report metrics for all plugin types, not only MetadataAgents. ([#​4303](https://redirect.github.com/navidrome/navidrome/pull/4303) by [@​deluan](https://redirect.github.com/deluan)) - **Metrics improvements**: Add metrics on callbacks and improve plugin method calling. ([#​4304](https://redirect.github.com/navidrome/navidrome/pull/4304) by [@​deluan](https://redirect.github.com/deluan)) - **Reverse proxy authentication**: Don't log "no proxy IP found" when using Subsonic API in plugins with reverse proxy auth. ([#​4388](https://redirect.github.com/navidrome/navidrome/pull/4388) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Plugin initialization**: Correct error handling in plugin initialization. ([#​4311](https://redirect.github.com/navidrome/navidrome/pull/4311) by [@​deluan](https://redirect.github.com/deluan)) - **Race condition prevention**: Prevent race condition in plugin tests and manager registration. ([#​9fcc99633](https://redirect.github.com/navidrome/navidrome/commit/9fcc99633) and [#adef0ea1e](https://redirect.github.com/navidrome/navidrome/commit/adef0ea1e) by [@​deluan](https://redirect.github.com/deluan)) - **Error handling enhancement**: Enhance error handling in checkErr function. ([#​1166a0fab](https://redirect.github.com/navidrome/navidrome/commit/1166a0fab) by [@​deluan](https://redirect.github.com/deluan)) - **Discord Rich Presence documentation**: Fix README.md for Discord Rich Presence plugin. ([#​4387](https://redirect.github.com/navidrome/navidrome/pull/4387) by [@​Cristiandis](https://redirect.github.com/Cristiandis)) ##### Testing - **MPV tests**: Fix MPV tests on systems without /bin/bash installed. ([#​4302](https://redirect.github.com/navidrome/navidrome/pull/4302) by [@​tebriel](https://redirect.github.com/tebriel)) - **Test cleanup**: Suppress console.log output in eventStream test and general test cleanup. ([#e8a3495c7](https://redirect.github.com/navidrome/navidrome/commit/e8a3495c7) and [#​9f0059e13](https://redirect.github.com/navidrome/navidrome/commit/9f0059e13) by [@​deluan](https://redirect.github.com/deluan)) ##### Code Quality - **Typo fixes**: Fix typos in comments and logs. ([#​4333](https://redirect.github.com/navidrome/navidrome/pull/4333) by [@​bytesingsong](https://redirect.github.com/bytesingsong)) - **Function documentation**: Fix function name/description in comment. ([#​4325](https://redirect.github.com/navidrome/navidrome/pull/4325) by [@​bytetigers](https://redirect.github.com/bytetigers)) - **CSS cleanup**: Remove unused CSS class in SongContextMenu. ([#​089dbe949](https://redirect.github.com/navidrome/navidrome/commit/089dbe949) by [@​deluan](https://redirect.github.com/deluan)) #### New Contributors - [@​nerkoux](https://redirect.github.com/nerkoux) made their first contribution in [#​4390](https://redirect.github.com/navidrome/navidrome/pull/4390) - [@​bytesingsong](https://redirect.github.com/bytesingsong) made their first contribution in [#​4333](https://redirect.github.com/navidrome/navidrome/pull/4333) - [@​bytetigers](https://redirect.github.com/bytetigers) made their first contribution in [#​4325](https://redirect.github.com/navidrome/navidrome/pull/4325) - [@​Cristiandis](https://redirect.github.com/Cristiandis) made their first contribution in [#​4387](https://redirect.github.com/navidrome/navidrome/pull/4387) - [@​tebriel](https://redirect.github.com/tebriel) made their first contribution in [#​4302](https://redirect.github.com/navidrome/navidrome/pull/4302) - [@​emmmm](https://redirect.github.com/emmmm) made their first contribution in [#​4391](https://redirect.github.com/navidrome/navidrome/pull/4391) **Full Changelog**: https://github.com/navidrome/navidrome/compare/v0.57.0...v0.58.0 #### Helping out This release is only possible thanks to the support of some **awesome people**! Want to be one of them? You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a [Ko-fi](https://ko-fi.com/deluan), or [contribute with code](https://www.navidrome.org/docs/developers/). #### Where to go next? - Read installation instructions on our [website](https://www.navidrome.org/docs/installation/). - Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome) for a simple cloud solution. - Reach out on [Discord](https://discord.gg/xh7j7yF), [Reddit](https://www.reddit.com/r/navidrome/) and [Twitter](https://twitter.com/navidrome)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0