feat(oci/navidrome): update 0.54.5 ➼ 0.55.0 #1999
Open
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.54.5
->0.55.0
Release Notes
navidrome/navidrome (ghcr.io/navidrome/navidrome)
v0.55.0
Compare Source
Navidrome 0.55.0 - Big Refactor (BFR) Release Notes
Overview
Navidrome 0.55.0 introduces the highly anticipated Big Refactor (BFR), significantly enhancing core functionalities,
and introducing robust new features. This release brings substantial improvements in handling file management and
metadata usage and customization.
New Features
Multiple Artists in Albums and Songs: Navidrome now supports albums and tracks with multiple artists, allowing
users to group tracks with different artists under a single album. This feature enhances the organization of
compilation albums and multi-artist collaborations.
Contributors and Performers: Composer, conductor, and other contributors can now be added to tracks, providing
detailed information about the creators and performers involved in the music production process.
Album Versions: Support for
ALBUMVERSION
tag has been added, enabling users to differentiate between standardreleases, deluxe editions, remasters, and other versions of the same album. This feature enhances album categorization
and provides a more comprehensive music library experience.
Multi-valued Tags: Support for multi-valued tags has been improved, allowing users to store multiple values for
any single tag. This feature enhances metadata flexibility and enables more detailed categorization.
Custom Tags: Support for user-defined custom tags has been added, allowing enhanced metadata flexibility and
personalized categorization. Learn more.
Smart Playlists Enhancements: Smart Playlists supports all newly added tags, including multiple artists,
contributors, performers, and album versions, as well as custom tags. It also behaves better with multi-valued tags.
Learn more.
Persistent IDs: Tracks and albums now use persistent IDs (PIDs), ensuring stability in playlists, favorites,
and external integrations, even if your files move or are renamed. PIDs can also be configured to change the way
Navidrome disambiguates albums and tracks. It is now also possible to group albums by folder,
bay setting
PID.Album="folder"
. Learn more.Scanner Improvements: Optimized file scanning, with improved handling of file moves and retagging, "watcher" mode
for real-time updates, resumable scans and enhanced performance during library updates.
Improved Handling of Missing Files: Enhanced mechanisms for managing missing files ensure better accuracy and
easier troubleshooting. Learn more.
Beginner-Friendly Tagging Guidelines: A comprehensive tagging guide has been introduced to assist new users in
properly tagging their music collections. Learn more.
New configuration options
PID.Album
PID.Track
Scanner.Enabled
Scanner.Schedule
Scanner.WatcherWait
Scanner.ScanOnStartup
Subsonic.AppendSubtitle
Subsonic.ArtistParticipations
Subsonic.DefaultReportRealPath
Subsonic.LegacyClients
Tags
Deprecated/Changed configuration options:
ScanSchedule
was renamed toScanner.Schedule
Scanner.Extractor
was removed.ffmpeg
extractor is not supported anymore and Navidrome will now always use TagLib for metadata extraction.Scanner.GenreSeparators
was removed. UseTags.genre.Split
instead. Check the Custom Tags documentation for more information.Scanner.GroupAlbumReleases
was removed. UsePID.Album
instead.Check the Configuration Options documentation for
more information.
Breaking Changes
or as env var
Upgrade Instructions
If using docker, pull the
latest
image.will trigger a full scan of your library, which may take some time depending on the size of your collection. While
this full scan is in progress, please avoid using Navidrome, as the data will be unstable until the process finishes.
Please don't report any bugs until this full scan is complete (check the logs)
For detailed discussions and comprehensive insights into this update, refer to
our Big Refactor announcement and the original BFR Pull Request
We appreciate your ongoing support and feedback. Make sure you read the linked new documentation pages and enjoy the
enhanced Navidrome experience!
Changelog
New Features
c795bcf
: feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes (#2709) (@deluan)453873f
: feat(insights): send scanner options (@deluan)c37583f
: feat(server): create M3Us from shares (#3652) (@deluan)21a5528
: feat(server): deprecateScanner.GroupAlbumReleases
config option (@deluan)8ab2a11
: feat(server): group Subsonic config options together (@deluan)dc4e091
: feat(server): make appending subtitle to song title configurable (@deluan)74348a3
: feat(server): new option to set the default for ReportRealPath on new players (@deluan)637c909
: feat(server): removedGenreSeparator
, replaced withTag.Genre.Split
(@deluan)de37e0f
: feat(server): rename ScanSchedule conf to Scanner.Schedule, for consistency (@deluan)f3cb85c
: feat(server): warn users of ffmpeg extractor that it is not available anymore (@deluan)57d3be8
: feat(subsonic): rename AppendSubtitle conf to Subsonic.AppendSubtitle, for consistency (@deluan)5869f7c
: feat(subsonic): set sortName for OS AlbumList (#3776) (@kgarner7)aee19e7
: feat(ui): Improve Artist Album pagination (#3748) (@kgarner7)f6eee65
: feat(ui): Show performer subrole(s) where possible (#3747) (@kgarner7)f34f15b
: feat(ui): make need for refresh more visible when upgrading server (@deluan)31e003e
: feat(ui): use webp for login backgrounds (@deluan)Security updates
09ae41a
: sec(subsonic): authentication bypass in Subsonic API with non-existent username (@deluan)Bug fixes
36ed880
: fix(scanner): always refresh folder image time when adding first image (#3764) (@kgarner7)d4147c2
: fix(scanner): improve refresh artists stats query (@deluan)9d86f63
: fix(server): add logs to public image endpoint (@deluan)8732fc7
: fix(server): change log level for some unimportant messages (@deluan)365df52
: fix(server): db migration not working when MusicFolder is a relative path (#3766) (@deluan)15a3d2c
: fix(server): disallow search engine crawlers in robots.txt (@deluan)47e3fdb
: fix(server): do not try to validate credentials if the request is canceled (#3650) (@deluan)0c4c223
: fix(server): import absolute paths in m3u (#3756) (@deluan)0372339
: fix(server): only build core.Agents once (@deluan)1468a56
: fix(server): reduce SQLite "database busy" errors (#3760) (@deluan)a041676
: fix(server): remove misleading "Agent not available" warning. (@deluan)5ad9f54
: fix(server): role filters in Smart Playlists. (@deluan)20297c2
: fix(server): send artist mbids when scrobbling to ListenBrainz (@deluan)d6ec52b
: fix(subsonic): check errors before setting headers for getCoverArt (@deluan)ee18489
: fix(subsonic): don't return empty disctitles for a single disc album (@deluan)98a6819
: fix(ui): disable bulk action buttons if transcoding edit is disabled (@deluan)70487a0
: fix(ui): paginate albums in artist page when needed (@deluan)dd4802c
: fix(ui): remove unused term (@deluan)1c192d8
: fix(ui): replace bulk "delete" label with "remove" in playlists (@deluan)6cc95d5
: fix(ui): update Basque translation (#3666) (@xabirequejo)3892f70
: fix(ui): update Deutsch, Español, Euskara, Galego, Bahasa Indonesia, 日本語, Português, Pусский, Türkçe translations from POEditor (#3681) (@deluan)195ae56
: fix(ui): Update Russian translation (#3678) (@mstefarov)b2b5c00
: fix(ui): update Finnish, Hungarian, Russian, Ukrainian translations from POEditor (#3780) (@deluan)46a963a
: fix(ui): update Spanish translation (#3682) (@RTapeLoadingError)f9db449
: fix(ui): update ไทย translations from POEditor (#3662) (@deluan)e467e32
: fix(ui): updated Hungarian translation for BFR (#3773) (@ChekeredList71)657fe11
: fix: removeAccess-Control-Allow-Origin
. closes #3660 (@deluan)Build process updates
4156602
: build(ci): show English names for changed languages in POEditor PRs (@deluan)Other work
fac01cc
: chore(deps): bump Go dependencies (@deluan)2171c44
: chore(deps): bump JS dependencies (@deluan)a1a6047
: chore(deps): bump Vite version (@deluan)efed7f1
: chore(deps): bump go dependencies (@deluan)0d42b9a
: chore(deps): bump more JS dependencies (@deluan)5fa19f9
: chore(server): add logs to begin/end transaction (@deluan)efab198
: test(server): validate play tracker participants, scrobble buffer (#3752) (@kgarner7)Full Changelog: navidrome/navidrome@v0.54.4...v0.55.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.