feat(container): update image ghcr.io/navidrome/navidrome ( 0.59.0 → 0.60.2 )#1676
Open
chaplain-grimaldus[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image ghcr.io/navidrome/navidrome ( 0.59.0 → 0.60.2 )#1676chaplain-grimaldus[bot] wants to merge 1 commit intomainfrom
chaplain-grimaldus[bot] wants to merge 1 commit intomainfrom
Conversation
440ccee to
1af8ec8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.59.0→0.60.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
navidrome/navidrome (ghcr.io/navidrome/navidrome)
v0.60.2Compare Source
This release expands ListenBrainz integration with artist URLs and top/similar songs, adds OpenSubsonic readonly and validUntil properties for playlists, and includes several bug fixes for the UI, scanner, and plugin system.
Added
Backend Features:
API Features:
readonlyandvalidUntilproperties to playlists. (#4993 by @kgarner7)Plugin Features:
CallRawmethod to SubsonicAPI host function with support for binary responses. (#4982 by @deluan)Fixed
UI:
Scanner:
Server:
Full Changelog: navidrome/navidrome@v0.60.0...v0.60.5
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.60.0Compare Source
Plugins
This release introduces a major rewrite of the experimental Plugin System, now with multi-language PDK support, enabling developers to extend Navidrome's functionality using WebAssembly-based plugins written in Go, Rust, Python or JavaScript. Plugins run in a secure sandbox and can provide additional metadata sources, custom integrations, and server-side enhancements. Users can now easily configure plugins directly from the UI through a new JSONForms-based configuration interface.
A couple of working plugins are already available:
For more plugins, keep an eye on the tag navidrome-plugins in GitHub.
More details and instructions on how to use and manage plugins can be found in our documentation.
New documentation will soon be added with details on how to create new plugins.
Metadata Extraction
Additionally, this version includes a pure-Go metadata extractor built on top of the new
go-tagliblibrary. This is a significant step toward removing the C++ TagLib dependency, which will simplify cross-platform builds and packaging in future releases. The new extractor is activated by default, but in case of any issues you can revert to the previous implementation by settingScanner.Extractor="legacy-taglib"configuration option.Instant Mix
The Instant Mix feature generates a playlist of similar songs based on a selected track. By default, it retrieves similar songs from Last.fm (if configured with an API key) or falls back to Deezer. It can also be configured to use external plugins, like AudioMuse-AI for sonic analysis-based similarity recommendations.
New and Changed Configuration Options
Plugin System Options
Plugins.EnabledtruePlugins.Folder""$DataFolder/PluginsPlugins.CacheSize"200MB"Plugins.AutoReloadfalsePlugins.LogLevel""Subsonic API Options
Subsonic.MinimalClients""Subsonic.EnableAverageRatingtrueMetadata & Matching Options
SimilarSongsMatchThreshold85LastFM.Language"en""de,fr,en") for metadata fallbackDeezer.Language"en"Renamed Options (Deprecation Notice)
The following options have been renamed. The old names still work but will be removed in a future release:
HTTPSecurityHeaders.CustomFrameOptionsValueHTTPHeaders.FrameOptionsSecurity
Added
Plugins:
Server:
go-taglib) as alternative to FFmpeg-based extraction. (#4902 by @deluan)Subsonic.MinimalClientsconfiguration option for improved compatibility with minimal Subsonic clients. Default list is"SubMusic"(#4850 by @typhoon2099)UI Features:
Subsonic API:
avgRatingfield from Subsonic spec. (#4900 by @terry90)Insights:
Changed
HTTPSecurityHeaders.CustomFrameOptionsValuetoHTTPHeaders.FrameOptions. (7ccf44b by @deluan)Fixed
Playlists:
UI:
Scanner:
FullScanInProgressnot reflecting current scan request during interrupted scans. (8c80be5 by @deluan)Subsonic API:
getUserendpoint. (6ed6524 by @deluan)getNowPlayingendpoint to always be enabled regardless of configuration. (603cccd by @deluan)Server:
starred=falsefilter, handlehas_rating=false. (#4921 by @kgarner7)scrobbleandupdateNowPlayingmethods should send parameters in request body. (51026de by @deluan)New Contributors
Full Changelog: navidrome/navidrome@v0.59.0...v0.60.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, pay me a Ko-fi, or contribute with code.
Where to go next?
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.