Renovate Bot 4fcc867512
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m42s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 20m40s
renovate / renovate (push) Successful in 1m21s
chore(deps): update dependency morpheus65535/bazarr to v1.5.4 (#3462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.3` → `1.5.4` |

---

### Release Notes

<details>
<summary>morpheus65535/bazarr (morpheus65535/bazarr)</summary>

### [`v1.5.4`](https://github.com/morpheus65535/bazarr/releases/tag/v1.5.4)

[Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.3...v1.5.4)

From newest to oldest:

- Added failsafe for announcements in case Statically has issues and we need to fall back to Github. [0e6fc45](0e6fc456d1)
- Fixed lingarr connection issue with pt-BR [9cf83bf](9cf83bfdd2)
- Improved some jobs names to better reflect their purpose and scope. [80a1ea3](80a1ea3121)
- Fixed whisperai audio stream usage to correctly map with language tag. [#&#8203;3103](https://github.com/morpheus65535/bazarr/issues/3103) [30d0e64](30d0e648ed)
- Fixed issue while saving external .smi subtitles [4b5f64c](4b5f64c117)
- Fixed subdl improperly catching error responses and throttling appropriately [30f5301](30f5301426)
- Implemented unique Plex Instance Identification by using Instance Name as defined in Settings --> General [69f7f05](69f7f050da)
- Fixed Subsource title matching for localized titles [7dcfe6c](7dcfe6c9ae)
- Added optional API authentication for Lingarr [979aa7f](979aa7f021)
- Added an option to prevent Sonarr/Radarr synchronization from happening on live connection establishment. [dab16de](dab16de290)
- Improved the performance of episodes synchronization [db67363](db67363095)
- Improved jobs names in jobs manager to properly reflect the current state of the jobs [5324f3d](5324f3d99b)
- Added an instance name parameter in General settings [70abad4](70abad4f07)
- Fixed an issue with mass edit modal improperly tagging forced and HI for subtitles when sending values to the backend. [feed7f9](feed7f9853)
- Improved how the jobs manager deals with SignalR events received from Sonarr and Radarr to prevent spamming it. [d478444](d47844438c)
- Added better validation to Plex webhook [7745785](7745785be3)
- Fixed a race condition in jobs manager that would allow multiple jobs from being in running state at the same time. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [52d3185](52d3185c19)
- Added a menu with an item to empty pending, failed or completed jobs queue in jobs manager. [e1b8ad8](e1b8ad88c3)
- Fixed a bug with root folders writable check on NFS mount by creating and deleting a temporary file instead of relying on os.access(). [#&#8203;3086](https://github.com/morpheus65535/bazarr/issues/3086) [317afc1](317afc1f0b)
- Added emoji characters removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [721a49d](721a49d63d)
- Added Japanese parentheses to the HI removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [3d1420a](3d1420a117)
- Added some other scheduled tasks to jobs manager on execution. [a0d50e7](a0d50e778a)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [3cd0116](3cd011663d)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [fa27c7e](fa27c7eb0a)
- Added Plex multiselect for libraries [e95721b](e95721b8c8)
- Fixed the improperly handled providers exception when searching for subtitles. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [34c70be](34c70be22a)
- Fixed improperly handled exception when retrieving a video object during subtitle download for unsupported video file extensions. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [b48cf77](b48cf77eda)
- Added Python 3.9 to the upcoming deprecated version starting with Bazarr 1.6. [9051974](9051974d4c)
- Fixed embeddedsubtitles provider issue with some subtitles format. [#&#8203;3085](https://github.com/morpheus65535/bazarr/issues/3085) [6e911cf](6e911cf97d)
- Added a visual indicator to the manual download modal when a subtitles is being downloaded. [#&#8203;3082](https://github.com/morpheus65535/bazarr/issues/3082) [18b5d6e](18b5d6ec07)
- Fixed an issue with gemini translator introduced with the new jobs manager. [f69e2a6](f69e2a6f42)
- Fixed other issues with the new jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [35a0b07](35a0b07329)
- Fixed an issue caused by unwanted missing subtitles searching during Sonarr synchronization. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [4185c93](4185c93798)
- Fixed the initial scan after the database schema update to prevent locking the jobs queue with a Sonarr sync task. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [55be215](55be215bc6)
- Fixed upload subtitles that were blocking the jobs manager when automatic subtitles synchronization was enabled. [#&#8203;3077](https://github.com/morpheus65535/bazarr/issues/3077) [61a4889](61a48892d5)
- Fixed subtitles getting improperly converted to srt even if `use original format` is enabled in languages profile. [#&#8203;3075](https://github.com/morpheus65535/bazarr/issues/3075) [eaf64ac](eaf64ac9ae)
- Fixed Karagarga to use correct username and password fields for forum login [6dcdeef](6dcdeefabb)
- Added absolute episode number to the database to help properly match video to subtitles. It must be implemented in each provider's matching method to benefit from that. [b7aa5a1](b7aa5a17d4)
- Fixed the issue with jobs failing since last nightly in some circumstances. [f0ae7d6](f0ae7d6e91)
- Added a backend jobs management system with a notifications drawer in UI to show the status of jobs. [f5d6721](f5d6721409)
- Fixed avistaz\_network provider when trying to download a zipped movie subtitles file. [#&#8203;3065](https://github.com/morpheus65535/bazarr/issues/3065) [70fecb8](70fecb8c53)
- Fixed an issue with the subsource.net provider where a null commentary returned causes a parsing error. [#&#8203;3064](https://github.com/morpheus65535/bazarr/issues/3064) [36b6ea3](36b6ea3e47)
- Fixed titrari.ro provider by adding an automatic search for the "Cautare Avansata" page (Advanced search) [3698d6f](3698d6f07f)
- Added AnimeSub.info provider for Polish anime subtitles [9cc8485](9cc8485a08)
- Improved announcements caching by using a CDN provider instead of calling GitHub directly. [#&#8203;3057](https://github.com/morpheus65535/bazarr/issues/3057) [d98915d](d98915dfe5)
- Fixed TypeError when logging deleted episodes from Sonarr sync [08a3643](08a3643f0b)
- Fixed DeprecationWarning: pkg\_resources is deprecated as an API. [#&#8203;3053](https://github.com/morpheus65535/bazarr/issues/3053) [680ead7](680ead76f8)
- Fixed Hebrew translation failing when using Lingarr. [#&#8203;3052](https://github.com/morpheus65535/bazarr/issues/3052) [1d0e054](1d0e0543c8)
- Added null check for subtitle\_entry while trying to define translation source language. [#&#8203;3046](https://github.com/morpheus65535/bazarr/issues/3046) [2af1f0c](2af1f0cda2)
- Fixed the Persian language issue with the subsource provider. [#&#8203;3050](https://github.com/morpheus65535/bazarr/issues/3050) [debf419](debf419665)
- Improved subsource provider by making each user responsible for getting its own api-key. [8c46e69](8c46e69ba5)
- Fixed autopulse configurator and added some error messages [d92d048](d92d0484f8)
- Improved subtitles translation by retrieving source language from the database [baad5eb](baad5ebebc)
- Added subsource.net provider [cac3ffa](cac3ffac52)
- Added external webhook for Autopulse [960b6c6](960b6c6a9c)
- Fixed Plex "Mark movies as recently added after downloading subtitles" error caused by wrong date format [6ddba8a](6ddba8af60)
- Improved interactive searching modal to show only subtitles matching the languages profile requirements. [7406bdc](7406bdce82)
- Added support for specifying Postgres URL explicitly [fa6675e](fa6675e857)
- Improved opensubtitles.com provider to reduce redirect request on the provider's API server. [b8eb1bb](b8eb1bb82b)
- Fixed SubsRo provider episode number matching [da2f129](da2f12995b)
- Fixed Radarr webhooks issue introduced in 1.5.3. Please review help text in Settings. [5ffc7e0](5ffc7e0fb2)
- Improved season guessing from filename when using upload subtitles feature [a57da17](a57da17cc4)

</details>

---

### 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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #3462
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:35:03 +00:00
2025-12-30 12:59:23 -06:00
2025-12-17 14:14:18 -06:00
2025-05-15 00:16:59 -05:00
2024-05-22 12:49:28 -05:00
2025-12-17 10:42:22 -06:00

alexlebens.net

GitOps definied infrastrucutre for the alexlebens.net domain.

Stack-cl01tl

https://argocd.alexlebens.net/api/badge?name=stack-cl01tl&revision=true&showAppName=true

App-of-Apps Application for cl01tl

License

This project is licensed under the terms of the Apache 2.0 License license.

Description
No description provided
Readme Apache-2.0 32 MiB