chore(deps): update deluan/navidrome docker tag to v0.60.2 #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/deluan-navidrome-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.58.0→0.60.2Release Notes
navidrome/navidrome (deluan/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: https://github.com/navidrome/navidrome/compare/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: https://github.com/navidrome/navidrome/compare/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?
v0.59.0Compare Source
This release brings significant improvements and new features:
Added
UI Features:
Backend Features:
DevPreserveUnicodeInExternalCalls(defaultfalse). (#4277 by @deluan)EnableTranscodingCancellation(defaultfalse). (#4411 by @deluan)Rated Atfield. (#4660 by @zacaj)DevOptimizeDBflag to control whether apply SQLite optimization (defaulttrue). (ca83ebbb5 by @deluan)Scanner Features:
Plugins:
Changed
UI:
Server:
;as values in ini files. (c21aee736 by @deluan)Fixed
UI:
Scanner:
Server:
Lastfm.ScrobbleFirstArtistOnlyalso only scrobbles the first artist of the album. (#4762 by @maya-doshi)cover.jpgovercover.1.jpg. (#4684 by @deluan)Plugins:
New Contributors
Full Changelog: https://github.com/navidrome/navidrome/compare/v0.58.5...v0.59.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?
v0.58.5Compare Source
This release focuses on stability improvements and bug fixes, with several important fixes for UI themes, translations, database operations, and scanner functionality. Notable improvements include fixes for ARM64 crashes, playlist sorting, and new Bosnian translation.
Added
UI Features:
Subsonic API:
Insights:
Changed
Fixed
UI:
Scanner:
Server:
Database:
Docker:
New Contributors
Full Changelog: https://github.com/navidrome/navidrome/compare/v0.58.0...v0.58.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?
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 this update again.
This PR has been generated by Renovate Bot.
dbee099d10toc57e1a9c5fchore(deps): update deluan/navidrome docker tag to v0.59.0to chore(deps): update deluan/navidrome docker tag to v0.60.0c57e1a9c5fto2a912ee45echore(deps): update deluan/navidrome docker tag to v0.60.0to chore(deps): update deluan/navidrome docker tag to v0.60.2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.