chore(deps): update deluan/navidrome docker tag to v0.55.0 #319

Merged
renovate merged 1 commit from renovate/deluan-navidrome-0.x into master 2025-03-10 01:24:13 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
deluan/navidrome minor 0.54.5 -> 0.55.0

Release Notes

navidrome/navidrome (deluan/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 standard
    releases, 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 to Scanner.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. Use Tags.genre.Split instead. Check the Custom Tags documentation for more information.
  • Scanner.GroupAlbumReleases was removed. Use PID.Album instead.

Check the Configuration Options documentation for
more information.

Upgrade Instructions
  1. Backup Database: Before upgrading, create a backup of your current Navidrome database.
  2. Stop Navidrome: Ensure Navidrome is not running before proceeding.
  3. Replace Binary: Download and replace the existing Navidrome binary with the latest version (0.55.0).
    If using docker, pull the latest image.
  4. Start Navidrome: Restart Navidrome to automatically migrate the database schema. The upgrade process
    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
Security updates
  • 09ae41a: sec(subsonic): authentication bypass in Subsonic API with non-existent username (@​deluan)
Bug fixes
Build process updates
  • 4156602: build(ci): show English names for changed languages in POEditor PRs (@​deluan)
Other work

Full Changelog: https://github.com/navidrome/navidrome/compare/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: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [deluan/navidrome](https://github.com/navidrome/navidrome) | minor | `0.54.5` -> `0.55.0` | --- ### Release Notes <details> <summary>navidrome/navidrome (deluan/navidrome)</summary> ### [`v0.55.0`](https://github.com/navidrome/navidrome/releases/tag/v0.55.0) [Compare Source](https://github.com/navidrome/navidrome/compare/v0.54.5...v0.55.0) #### 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 standard releases, 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](https://www.navidrome.org/docs/usage/customtags/). - **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](https://www.navidrome.org/docs/usage/smartplaylists/). - **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](https://www.navidrome.org/docs/usage/pids/). - **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](https://www.navidrome.org/docs/usage/missing-files/). - **Beginner-Friendly Tagging Guidelines**: A comprehensive tagging guide has been introduced to assist new users in properly tagging their music collections. [Learn more](https://www.navidrome.org/docs/usage/tagging-guidelines/). ##### 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 to `Scanner.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. Use `Tags.genre.Split` instead. Check the [Custom Tags][custom-tags] documentation for more information. - `Scanner.GroupAlbumReleases` was removed. Use `PID.Album` instead. Check the [Configuration Options](https://www.navidrome.org/docs/usage/configuration-options/) documentation for more information. ##### Upgrade Instructions 1. **Backup Database**: Before upgrading, create a backup of your current Navidrome database. 2. **Stop Navidrome**: Ensure Navidrome is not running before proceeding. 3. **Replace Binary**: Download and replace the existing Navidrome binary with the latest version (0.55.0). If using docker, pull the `latest` image. 4. **Start Navidrome**: Restart Navidrome to automatically migrate the database schema. The upgrade process 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](https://github.com/navidrome/navidrome/discussions/3676) and the original [BFR Pull Request](https://github.com/navidrome/navidrome/pull/2709) 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`](https://github.com/navidrome/navidrome/commit/c795bcfcf7471c244b0735e990fe8ccd0252d0c8): feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ([#&#8203;2709](https://github.com/navidrome/navidrome/issues/2709)) ([@&#8203;deluan](https://github.com/deluan)) - [`453873f`](https://github.com/navidrome/navidrome/commit/453873fa26e057c984ed577f8aad36aeadb89fee): feat(insights): send scanner options ([@&#8203;deluan](https://github.com/deluan)) - [`c37583f`](https://github.com/navidrome/navidrome/commit/c37583fa9f3c4068bf051b5f38f1567db3c1e85e): feat(server): create M3Us from shares ([#&#8203;3652](https://github.com/navidrome/navidrome/issues/3652)) ([@&#8203;deluan](https://github.com/deluan)) - [`21a5528`](https://github.com/navidrome/navidrome/commit/21a5528f5ed789c05436476019326b49373ae2c2): feat(server): deprecate `Scanner.GroupAlbumReleases` config option ([@&#8203;deluan](https://github.com/deluan)) - [`8ab2a11`](https://github.com/navidrome/navidrome/commit/8ab2a11d227ded45be4d19e266c8eefc2675f4e7): feat(server): group Subsonic config options together ([@&#8203;deluan](https://github.com/deluan)) - [`dc4e091`](https://github.com/navidrome/navidrome/commit/dc4e091622ed41b1bea9f2bb2cf1aaf6e6c73beb): feat(server): make appending subtitle to song title configurable ([@&#8203;deluan](https://github.com/deluan)) - [`74348a3`](https://github.com/navidrome/navidrome/commit/74348a340f5e7692dcc0c3ccb55abbcfcf00443e): feat(server): new option to set the default for ReportRealPath on new players ([@&#8203;deluan](https://github.com/deluan)) - [`637c909`](https://github.com/navidrome/navidrome/commit/637c909e9384e2787576cb3f9090a6224c62002f): feat(server): removed `GenreSeparator`, replaced with `Tag.Genre.Split` ([@&#8203;deluan](https://github.com/deluan)) - [`de37e0f`](https://github.com/navidrome/navidrome/commit/de37e0f720512496d6b7b972f362362063531f80): feat(server): rename ScanSchedule conf to Scanner.Schedule, for consistency ([@&#8203;deluan](https://github.com/deluan)) - [`f3cb85c`](https://github.com/navidrome/navidrome/commit/f3cb85cb0da139789296ffb6ba7db5ff6b6f81b5): feat(server): warn users of ffmpeg extractor that it is not available anymore ([@&#8203;deluan](https://github.com/deluan)) - [`57d3be8`](https://github.com/navidrome/navidrome/commit/57d3be8604014324013d7044ec1c5024b80452dc): feat(subsonic): rename AppendSubtitle conf to Subsonic.AppendSubtitle, for consistency ([@&#8203;deluan](https://github.com/deluan)) - [`5869f7c`](https://github.com/navidrome/navidrome/commit/5869f7caaf6c2ac22800de6152d031730949a98c): feat(subsonic): set sortName for OS AlbumList ([#&#8203;3776](https://github.com/navidrome/navidrome/issues/3776)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`aee19e7`](https://github.com/navidrome/navidrome/commit/aee19e747cec38d8093f67a76df6fb699ea94ea8): feat(ui): Improve Artist Album pagination ([#&#8203;3748](https://github.com/navidrome/navidrome/issues/3748)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`f6eee65`](https://github.com/navidrome/navidrome/commit/f6eee65955040d9262951789796239fc9a6149c9): feat(ui): Show performer subrole(s) where possible ([#&#8203;3747](https://github.com/navidrome/navidrome/issues/3747)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`f34f15b`](https://github.com/navidrome/navidrome/commit/f34f15ba1c65351168470cc0cc45d84c8ced72a7): feat(ui): make need for refresh more visible when upgrading server ([@&#8203;deluan](https://github.com/deluan)) - [`31e003e`](https://github.com/navidrome/navidrome/commit/31e003e6f343ffd5f831e25425b9d4533bb07c43): feat(ui): use webp for login backgrounds ([@&#8203;deluan](https://github.com/deluan)) ##### Security updates - [`09ae41a`](https://github.com/navidrome/navidrome/commit/09ae41a2da66264c60ef307882362d2e2d8d8b89): sec(subsonic): authentication bypass in Subsonic API with non-existent username ([@&#8203;deluan](https://github.com/deluan)) ##### Bug fixes - [`36ed880`](https://github.com/navidrome/navidrome/commit/36ed880e61ad45d89f1c5f3e04c18bebc3b1bf2c): fix(scanner): always refresh folder image time when adding first image ([#&#8203;3764](https://github.com/navidrome/navidrome/issues/3764)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`d4147c2`](https://github.com/navidrome/navidrome/commit/d4147c23303b07093c2495e01abbb716b979f207): fix(scanner): improve refresh artists stats query ([@&#8203;deluan](https://github.com/deluan)) - [`9d86f63`](https://github.com/navidrome/navidrome/commit/9d86f63f15b64505d052cb75c78b34d2040602ac): fix(server): add logs to public image endpoint ([@&#8203;deluan](https://github.com/deluan)) - [`8732fc7`](https://github.com/navidrome/navidrome/commit/8732fc7226bd6a2937a6f5b441b67e03c46bf1f3): fix(server): change log level for some unimportant messages ([@&#8203;deluan](https://github.com/deluan)) - [`365df52`](https://github.com/navidrome/navidrome/commit/365df5220be27e343896e94028ba53f736f3b2db): fix(server): db migration not working when MusicFolder is a relative path ([#&#8203;3766](https://github.com/navidrome/navidrome/issues/3766)) ([@&#8203;deluan](https://github.com/deluan)) - [`15a3d2c`](https://github.com/navidrome/navidrome/commit/15a3d2ca66b5270ed862837b47990053ad1eebe9): fix(server): disallow search engine crawlers in robots.txt ([@&#8203;deluan](https://github.com/deluan)) - [`47e3fdb`](https://github.com/navidrome/navidrome/commit/47e3fdb1b8e0ad795485a615dde7865c45e65dfb): fix(server): do not try to validate credentials if the request is canceled ([#&#8203;3650](https://github.com/navidrome/navidrome/issues/3650)) ([@&#8203;deluan](https://github.com/deluan)) - [`0c4c223`](https://github.com/navidrome/navidrome/commit/0c4c223127863fb743a18df397f7247eff1f342f): fix(server): import absolute paths in m3u ([#&#8203;3756](https://github.com/navidrome/navidrome/issues/3756)) ([@&#8203;deluan](https://github.com/deluan)) - [`0372339`](https://github.com/navidrome/navidrome/commit/0372339e1b24d80183f1407c3cd2eb03094493a3): fix(server): only build core.Agents once ([@&#8203;deluan](https://github.com/deluan)) - [`1468a56`](https://github.com/navidrome/navidrome/commit/1468a56808dcadfce9aee8fc24c4f55a95aeb457): fix(server): reduce SQLite "database busy" errors ([#&#8203;3760](https://github.com/navidrome/navidrome/issues/3760)) ([@&#8203;deluan](https://github.com/deluan)) - [`a041676`](https://github.com/navidrome/navidrome/commit/a04167672caa116cd3f4fb372278124dcf64dd81): fix(server): remove misleading "Agent not available" warning. ([@&#8203;deluan](https://github.com/deluan)) - [`5ad9f54`](https://github.com/navidrome/navidrome/commit/5ad9f546b2b3404507b97a724444a21b74a8c990): fix(server): role filters in Smart Playlists. ([@&#8203;deluan](https://github.com/deluan)) - [`20297c2`](https://github.com/navidrome/navidrome/commit/20297c2aea89ba558a6f747048b02bf17b0e001e): fix(server): send artist mbids when scrobbling to ListenBrainz ([@&#8203;deluan](https://github.com/deluan)) - [`d6ec52b`](https://github.com/navidrome/navidrome/commit/d6ec52b9d41f1812e7c525e4644c413104b566a0): fix(subsonic): check errors before setting headers for getCoverArt ([@&#8203;deluan](https://github.com/deluan)) - [`ee18489`](https://github.com/navidrome/navidrome/commit/ee18489b8598caa4d13664598e36cf993f8031b8): fix(subsonic): don't return empty disctitles for a single disc album ([@&#8203;deluan](https://github.com/deluan)) - [`98a6819`](https://github.com/navidrome/navidrome/commit/98a681939056d5db1738a5ea11bcf0142dadaa44): fix(ui): disable bulk action buttons if transcoding edit is disabled ([@&#8203;deluan](https://github.com/deluan)) - [`70487a0`](https://github.com/navidrome/navidrome/commit/70487a09f4e202dce34b3d0253137f25402495d4): fix(ui): paginate albums in artist page when needed ([@&#8203;deluan](https://github.com/deluan)) - [`dd4802c`](https://github.com/navidrome/navidrome/commit/dd4802c0c6a9bc227f6652e9c67747c8fc2d5ecf): fix(ui): remove unused term ([@&#8203;deluan](https://github.com/deluan)) - [`1c192d8`](https://github.com/navidrome/navidrome/commit/1c192d8a6daef05e269257f3665d7ea5ac3cbe90): fix(ui): replace bulk "delete" label with "remove" in playlists ([@&#8203;deluan](https://github.com/deluan)) - [`6cc95d5`](https://github.com/navidrome/navidrome/commit/6cc95d53a96d491bb1f02caa482b63f886117b0b): fix(ui): update Basque translation ([#&#8203;3666](https://github.com/navidrome/navidrome/issues/3666)) ([@&#8203;xabirequejo](https://github.com/xabirequejo)) - [`3892f70`](https://github.com/navidrome/navidrome/commit/3892f70c35356db6ca7fce0c3d162e5503c2da44): fix(ui): update Deutsch, Español, Euskara, Galego, Bahasa Indonesia, 日本語, Português, Pусский, Türkçe translations from POEditor ([#&#8203;3681](https://github.com/navidrome/navidrome/issues/3681)) ([@&#8203;deluan](https://github.com/deluan)) - [`195ae56`](https://github.com/navidrome/navidrome/commit/195ae5600152f4ace84d6ef5f917adf49b5df5ee): fix(ui): Update Russian translation ([#&#8203;3678](https://github.com/navidrome/navidrome/issues/3678)) ([@&#8203;mstefarov](https://github.com/mstefarov)) - [`b2b5c00`](https://github.com/navidrome/navidrome/commit/b2b5c00331c9d89492fd46dcd626a6a6ea3f6483): fix(ui): update Finnish, Hungarian, Russian, Ukrainian translations from POEditor ([#&#8203;3780](https://github.com/navidrome/navidrome/issues/3780)) ([@&#8203;deluan](https://github.com/deluan)) - [`46a963a`](https://github.com/navidrome/navidrome/commit/46a963a02ae6b3fe5e10e539178a5a8bd2a076c4): fix(ui): update Spanish translation ([#&#8203;3682](https://github.com/navidrome/navidrome/issues/3682)) ([@&#8203;RTapeLoadingError](https://github.com/RTapeLoadingError)) - [`f9db449`](https://github.com/navidrome/navidrome/commit/f9db449e7ee53ffcd3e19a80294de4c6dfabb134): fix(ui): update ไทย translations from POEditor ([#&#8203;3662](https://github.com/navidrome/navidrome/issues/3662)) ([@&#8203;deluan](https://github.com/deluan)) - [`e467e32`](https://github.com/navidrome/navidrome/commit/e467e32c06a94135109b22e7a061464a250c09b3): fix(ui): updated Hungarian translation for BFR ([#&#8203;3773](https://github.com/navidrome/navidrome/issues/3773)) ([@&#8203;ChekeredList71](https://github.com/ChekeredList71)) - [`657fe11`](https://github.com/navidrome/navidrome/commit/657fe11f5327ff7a3cb6aa9308b0bb7c71eea5c6): fix: remove `Access-Control-Allow-Origin`. closes [#&#8203;3660](https://github.com/navidrome/navidrome/issues/3660) ([@&#8203;deluan](https://github.com/deluan)) ##### Build process updates - [`4156602`](https://github.com/navidrome/navidrome/commit/415660215862ca76780adbf3cb0b85a09cc4ac53): build(ci): show English names for changed languages in POEditor PRs ([@&#8203;deluan](https://github.com/deluan)) ##### Other work - [`fac01cc`](https://github.com/navidrome/navidrome/commit/fac01ccecbe6fc97c45d143387ad45aee6922a02): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`2171c44`](https://github.com/navidrome/navidrome/commit/2171c445039da00d0441970dd4190c71dfa48752): chore(deps): bump JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`a1a6047`](https://github.com/navidrome/navidrome/commit/a1a6047c372f3a378e8bc79743168a3d396367fb): chore(deps): bump Vite version ([@&#8203;deluan](https://github.com/deluan)) - [`efed7f1`](https://github.com/navidrome/navidrome/commit/efed7f1b40e51d28d944105f95e89aed5b02f0a6): chore(deps): bump go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`0d42b9a`](https://github.com/navidrome/navidrome/commit/0d42b9a4a5436f65142b97ba2619f411219785e7): chore(deps): bump more JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`5fa19f9`](https://github.com/navidrome/navidrome/commit/5fa19f9cfa6ca6faa5490b1abcdb4addefdc8ae0): chore(server): add logs to begin/end transaction ([@&#8203;deluan](https://github.com/deluan)) - [`efab198`](https://github.com/navidrome/navidrome/commit/efab198d4ae686417f72086551cb5cb2b919d62e): test(server): validate play tracker participants, scrobble buffer ([#&#8203;3752](https://github.com/navidrome/navidrome/issues/3752)) ([@&#8203;kgarner7](https://github.com/kgarner7)) **Full Changelog**: https://github.com/navidrome/navidrome/compare/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](https://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)! [custom-tags]: /docs/usage/customtags [pids]: /docs/usage/pids [cronspec]: https://en.wikipedia.org/wiki/Cron#CRON_expression [opensubsonic]: https://opensubsonic.netlify.app/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-03-10 01:24:12 +01:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-03-10 01:24:12 +01:00
renovate merged commit 6155501b01 into master 2025-03-10 01:24:13 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mg/homeserver#319
No description provided.