chore(deps): update dependency morpheus65535/bazarr to v1.5.6 #4256

Merged
renovate-bot merged 1 commits from renovate/unified-morpheus65535bazarr into main 2026-02-26 20:02:07 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
morpheus65535/bazarr patch 1.5.51.5.6

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

morpheus65535/bazarr (morpheus65535/bazarr)

v1.5.6

Compare Source

From newest to oldest:

  • Improved error handling in subdl provider to log specific "no subtitles found" cases instead of raising exceptions when title is not found. #​3218 5dc1d27
  • Improved Gestdown provider release matching 721361a
  • Added Spain vs LATAM Spanish detection to SubX provider 97ecde2
  • Fixed missing audio_exclude migration in upgrade_languages_profile_values 63878a9
  • More efficient Windows codepage post processing fix (without spawning process) df18cad
  • Fix for post-processing failing on non-English Windows systems a49de53
  • Fixed assrt provider skipping season pack subtitles for episode searches b3c798c
  • Fixed Assrt provider crash on empty filelist and CJK title matching failure 70bd5d5
  • Added "hostname" in Settings-->General for webhook security and updated logic to enforce its configuration. This prevents hostname poisoning vulnerability potential exploitation. 4b0c5a3
  • Fixed subssabbz search, diacritics, language comparison, and download error handling cbf1aa7
  • Added missing subx API key integration into providers' configuration. ae51617
  • Added Plex library refresh calls for series and movies after subtitle deletions or modifications if Plex integration is enabled. 8d5990b
  • Added event_stream calls into subtitles upgrade process for both episodes and movies to make sure that history get refreshed on subtitle upgrade. 90f9558
  • Added audio delay detection in MKV headers for WhisperAI using FFprobe 2ad9825
  • Added support for "backup" event type in Socket.IO and integrated event stream in the backup process. #​3166 af34874
  • Standardized the initialization of the matches attribute across all subtitle providers by setting it as a set(). #​3192 f0190d5
  • Added SubX subtitle proxy for Subdivx Latam Spanish provider 8e56e40
  • Fixed check_login decorator functionality 1d4953c
  • Improved subdl provider by adding search by tmdb ID d7a6f91
  • Removed subdivx provider and its related tests as it is no longer supported. #​2714 414aafa
  • Refactored "upgradable" logic in history and API modules for improved performance. Simplified handling of subtitle upgrade conditions by removing the temporary "guessing" logic that was implemented with the "upgradedFromId" column a year ago. #​3177 9256965
  • Handled ValueError when parsing the year in opensubtitlescom provider to prevent throttling provider for nothing. 404cd91
  • Fixed improper use of matches in legendasdivx provider by correctly referencing it as a class attribute self.matches. #​3183 1d680fa
  • Removed blocking job progress monitoring, replaced with async implementation across subtitle download and upload workflows, and unified handling of job updates to improve performance and prevent frontend freezing. #​3166 5ef044b
  • Improved error handling and logging in opensubtitlescom provider by adding JSON decode fallbacks for request and response bodies. c2b3835
  • Removed subtitles synchronization progress monitoring in jobs manager since it's not working anymore with concurrent execution of jobs. We'll see how we can reimplement this in the future. 515bf67
  • Added .venv directory to the excluded directory in the update cleaner function. #​3174 1b45277
  • Fixed file upload to prevent frontend becoming unresponsive during the upload progress (mainly in case of subtitles synchronization that could take time). #​3166 8d6e626
  • Handled "429 Too Many Requests" error in Titulky provider by raising TooManyRequests exception and adjusting throttling duration. #​3165 ab759fd
  • Refactored opensubtitlescom provider to improve logging clarity, enhance query parameter generation, and handle edge cases for missing IDs gracefully. #​3170 e2f0bd7
  • Improved job queue handling by adding a pending queue check before acquiring the lock and adjusting sleep intervals. This should prevent high CPU usage caused by busy waiting. #​3171 0b37deb

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 | |---|---|---| | [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.5` → `1.5.6` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>morpheus65535/bazarr (morpheus65535/bazarr)</summary> ### [`v1.5.6`](https://github.com/morpheus65535/bazarr/releases/tag/v1.5.6) [Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.5...v1.5.6) From newest to oldest: - Improved error handling in `subdl` provider to log specific "no subtitles found" cases instead of raising exceptions when title is not found. [#&#8203;3218](https://github.com/morpheus65535/bazarr/issues/3218) [5dc1d27](https://github.com/morpheus65535/bazarr/commit/5dc1d278e1b459b8bcb388097d150074307cb9ae) - Improved `Gestdown` provider release matching [721361a](https://github.com/morpheus65535/bazarr/commit/721361a3619658742bc5d72ada25f5e24af1bdaa) - Added Spain vs LATAM Spanish detection to SubX provider [97ecde2](https://github.com/morpheus65535/bazarr/commit/97ecde2ec7164411dc59e4a2e9344f8c971f9037) - Fixed missing audio\_exclude migration in upgrade\_languages\_profile\_values [63878a9](https://github.com/morpheus65535/bazarr/commit/63878a93d7c124227413bc21a4b183731b761b47) - More efficient Windows codepage post processing fix (without spawning process) [df18cad](https://github.com/morpheus65535/bazarr/commit/df18cadbf5ac8a52fc213fa51d6d8380881aa216) - Fix for post-processing failing on non-English Windows systems [a49de53](https://github.com/morpheus65535/bazarr/commit/a49de53760a10cc71680615298a9cdf233fb7670) - Fixed `assrt` provider skipping season pack subtitles for episode searches [b3c798c](https://github.com/morpheus65535/bazarr/commit/b3c798c6698bec885eed0d238def7418d5167d4e) - Fixed Assrt provider crash on empty filelist and CJK title matching failure [70bd5d5](https://github.com/morpheus65535/bazarr/commit/70bd5d54435c668080e997bf80f723461eb905d6) - Added "hostname" in Settings-->General for webhook security and updated logic to enforce its configuration. This prevents hostname poisoning vulnerability potential exploitation. [4b0c5a3](https://github.com/morpheus65535/bazarr/commit/4b0c5a34c97bbbeadfa3219e562bd919f68fd5d6) - Fixed `subssabbz` search, diacritics, language comparison, and download error handling [cbf1aa7](https://github.com/morpheus65535/bazarr/commit/cbf1aa756a2e14d0bdddb6ddaebc0f0dc4af47c9) - Added missing `subx` API key integration into providers' configuration. [ae51617](https://github.com/morpheus65535/bazarr/commit/ae516172b2cb6771d0190ba906ffdb75219f7cbe) - Added Plex library refresh calls for series and movies after subtitle deletions or modifications if Plex integration is enabled. [8d5990b](https://github.com/morpheus65535/bazarr/commit/8d5990b63578ae19abfc51ba9880be45cdea36fb) - Added `event_stream` calls into subtitles upgrade process for both episodes and movies to make sure that history get refreshed on subtitle upgrade. [90f9558](https://github.com/morpheus65535/bazarr/commit/90f955801fe2f607f55da6a7ffb2099ac91e5b8f) - Added audio delay detection in MKV headers for `WhisperAI` using FFprobe [2ad9825](https://github.com/morpheus65535/bazarr/commit/2ad982527039fda172ad0c25c1588090e7926846) - Added support for "backup" event type in Socket.IO and integrated event stream in the backup process. [#&#8203;3166](https://github.com/morpheus65535/bazarr/issues/3166) [af34874](https://github.com/morpheus65535/bazarr/commit/af348742a87019f432dd9f60b0c592cf322b0a69) - Standardized the initialization of the `matches` attribute across all subtitle providers by setting it as a `set()`. [#&#8203;3192](https://github.com/morpheus65535/bazarr/issues/3192) [f0190d5](https://github.com/morpheus65535/bazarr/commit/f0190d54a62df22a25d62a57fca8f6fad6f72be7) - Added SubX subtitle proxy for Subdivx Latam Spanish provider [8e56e40](https://github.com/morpheus65535/bazarr/commit/8e56e40b8f020ecc48c21ae86406a7e436fb542c) - Fixed `check_login` decorator functionality [1d4953c](https://github.com/morpheus65535/bazarr/commit/1d4953c9662852e39e255e603ddfc40f79fddfbd) - Improved `subdl` provider by adding search by tmdb ID [d7a6f91](https://github.com/morpheus65535/bazarr/commit/d7a6f91d5bbd9a6fd804a8c57431a68269224233) - Removed `subdivx` provider and its related tests as it is no longer supported. [#&#8203;2714](https://github.com/morpheus65535/bazarr/issues/2714) [414aafa](https://github.com/morpheus65535/bazarr/commit/414aafa0a8b6b7add8f3a2b9607ae892abfcc111) - Refactored "upgradable" logic in history and API modules for improved performance. Simplified handling of subtitle upgrade conditions by removing the temporary "guessing" logic that was implemented with the "upgradedFromId" column a year ago. [#&#8203;3177](https://github.com/morpheus65535/bazarr/issues/3177) [9256965](https://github.com/morpheus65535/bazarr/commit/92569659c4b2fc9a29281b5b79e3bc93236b92ab) - Handled `ValueError` when parsing the year in `opensubtitlescom` provider to prevent throttling provider for nothing. [404cd91](https://github.com/morpheus65535/bazarr/commit/404cd9198a04782372646caeea024be6f4348ac5) - Fixed improper use of `matches` in `legendasdivx` provider by correctly referencing it as a class attribute `self.matches`. [#&#8203;3183](https://github.com/morpheus65535/bazarr/issues/3183) [1d680fa](https://github.com/morpheus65535/bazarr/commit/1d680faf8a0c9a2beca8abeccf943ee6ef6a3870) - Removed blocking job progress monitoring, replaced with async implementation across subtitle download and upload workflows, and unified handling of job updates to improve performance and prevent frontend freezing. [#&#8203;3166](https://github.com/morpheus65535/bazarr/issues/3166) [5ef044b](https://github.com/morpheus65535/bazarr/commit/5ef044b1d305968a511a585452597e5d1433b019) - Improved error handling and logging in `opensubtitlescom` provider by adding JSON decode fallbacks for request and response bodies. [c2b3835](https://github.com/morpheus65535/bazarr/commit/c2b38354904e90e22b8a56a6e3fa787e6f1608dc) - Removed subtitles synchronization progress monitoring in jobs manager since it's not working anymore with concurrent execution of jobs. We'll see how we can reimplement this in the future. [515bf67](https://github.com/morpheus65535/bazarr/commit/515bf67de0d916746abf96946f04cf788bc2330d) - Added `.venv` directory to the excluded directory in the update cleaner function. [#&#8203;3174](https://github.com/morpheus65535/bazarr/issues/3174) [1b45277](https://github.com/morpheus65535/bazarr/commit/1b452773c12dbb31926b5d5da8d24d739f671930) - Fixed file upload to prevent frontend becoming unresponsive during the upload progress (mainly in case of subtitles synchronization that could take time). [#&#8203;3166](https://github.com/morpheus65535/bazarr/issues/3166) [8d6e626](https://github.com/morpheus65535/bazarr/commit/8d6e6261af2ccfd2abd23a6901817e115a245b49) - Handled "429 Too Many Requests" error in Titulky provider by raising `TooManyRequests` exception and adjusting throttling duration. [#&#8203;3165](https://github.com/morpheus65535/bazarr/issues/3165) [ab759fd](https://github.com/morpheus65535/bazarr/commit/ab759fd6f86aab0417b7cbdb7e56ac8588c03cfa) - Refactored `opensubtitlescom` provider to improve logging clarity, enhance query parameter generation, and handle edge cases for missing IDs gracefully. [#&#8203;3170](https://github.com/morpheus65535/bazarr/issues/3170) [e2f0bd7](https://github.com/morpheus65535/bazarr/commit/e2f0bd7f137d96681fbf8599d38c393f8a819c35) - Improved job queue handling by adding a pending queue check before acquiring the lock and adjusting sleep intervals. This should prevent high CPU usage caused by busy waiting. [#&#8203;3171](https://github.com/morpheus65535/bazarr/issues/3171) [0b37deb](https://github.com/morpheus65535/bazarr/commit/0b37deb0acb99502c67c1748fd4bd2c21d40eb10) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-02-26 20:01:55 +00:00
renovate-bot added 1 commit 2026-02-26 20:01:57 +00:00
chore(deps): update dependency morpheus65535/bazarr to v1.5.6
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 25s
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 26s
ed0349b82e
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-26 20:02:03 +00:00
renovate-bot merged commit 2c3e28de7c into main 2026-02-26 20:02:07 +00:00
renovate-bot deleted branch renovate/unified-morpheus65535bazarr 2026-02-26 20:02:12 +00:00
Sign in to join this conversation.