This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/bazarr](https://ghcr.io/home-operations/bazarr) ([source](https://redirect.github.com/morpheus65535/bazarr)) | patch | `0ac9694` -> `4bd7e1c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>morpheus65535/bazarr (ghcr.io/home-operations/bazarr)</summary> ### [`v1.5.2`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.2) [Compare Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.5.1...v1.5.2) From newest to oldest: - Added frontend only Docker Image to support developpers [eacb8b7](https://redirect.github.com/morpheus65535/bazarr/commit/eacb8b70682363b33db74ca4beee1be5d4a09c6d) - Fixed profiles sync with Sonarr and Radarr. [#​2932](https://redirect.github.com/morpheus65535/bazarr/issues/2932) [71cd0c8](https://redirect.github.com/morpheus65535/bazarr/commit/71cd0c80c7e99b079aa7abee573bc6e959dbcf18) - Fixed titrari provider advanced search endpoint. [#​2930](https://redirect.github.com/morpheus65535/bazarr/issues/2930) [794b006](https://redirect.github.com/morpheus65535/bazarr/commit/794b0067b075b1060258fc99bc20cabf8d8a2e77) - Fixed subzero mods hearing-impaired removal regex broken in [`a82dca9`](https://redirect.github.com/morpheus65535/bazarr/commit/a82dca9). [#​2849](https://redirect.github.com/morpheus65535/bazarr/issues/2849) [3a248b3](https://redirect.github.com/morpheus65535/bazarr/commit/3a248b374181997b4157dfc3c5ed67297390897e) - Fixed small issues with subdl to improve throttling conditions [c853de8](https://redirect.github.com/morpheus65535/bazarr/commit/c853de8bd76b22cb394ebe88152aadc0f5743fd9) - Fixed Sub-Zero Hearing Impaired subtitle content modifications. [#​2849](https://redirect.github.com/morpheus65535/bazarr/issues/2849) [a82dca9](https://redirect.github.com/morpheus65535/bazarr/commit/a82dca914a6e9bce9e4ea7a91ba1ec62030910e7) - Improved backup restore to help fix long-standing issue. [#​2850](https://redirect.github.com/morpheus65535/bazarr/issues/2850) [17024a9](https://redirect.github.com/morpheus65535/bazarr/commit/17024a9899fe75047f903df41827b4820cd273a6) - Updated keyboard interrupt handling code [db49fd6](https://redirect.github.com/morpheus65535/bazarr/commit/db49fd6b03281a1f1738bc28f1f2f1cd79b3b61b) - Updated regex to not remove sign in ASS subtitles in embedded subtitles [2964a0c](https://redirect.github.com/morpheus65535/bazarr/commit/2964a0c9ec57102a23163f21d2f8f6f65c60715e) - Changed notification position to bottom-left to not obscure page navigation [c752796](https://redirect.github.com/morpheus65535/bazarr/commit/c752796b829303d856b1e6c880c489674b35dc2f) - Fixed improper detection of Chinese subtitles for embedded subtitles provider. [#​2914](https://redirect.github.com/morpheus65535/bazarr/issues/2914) [ee817c2](https://redirect.github.com/morpheus65535/bazarr/commit/ee817c2b7e2e346d35475674e2a55a66aed21cb1) - Fixed improper uppercase for some release groups in matching routine [82dad60](https://redirect.github.com/morpheus65535/bazarr/commit/82dad607c1a9f63f209a76178acb8a8f55a91de7) - Additional multiline log file fixes [b4e4ea5](https://redirect.github.com/morpheus65535/bazarr/commit/b4e4ea5bb9a9b216f12af6ea8ae9f842a40d9d47) - Handle multiline log output without proper log file timestamp headers like produced by KnowIt errors [e91b71c](https://redirect.github.com/morpheus65535/bazarr/commit/e91b71c6ec17f1587e6f8a49b381c518df63a0e8) - Whisper - eliminate "missing/bad audio track" errors when files have multiple audio streams [d6e7773](https://redirect.github.com/morpheus65535/bazarr/commit/d6e7773a0f1731e178fca9d925319a87e824dc0f) - Added an announcement about upcoming deprecation of Python 3.8 in Bazarr v1.6 [85d75a7](https://redirect.github.com/morpheus65535/bazarr/commit/85d75a72b81a8899046b47a1c299ecb51113b188) - Added experimental Python 3.13 compatibility. [#​2803](https://redirect.github.com/morpheus65535/bazarr/issues/2803) [759da8a](https://redirect.github.com/morpheus65535/bazarr/commit/759da8a111b5e403512bf581aba037575a92516f) - Replaced pipes with shlex in custom_libs/libfilebot/main.py [4642db3](https://redirect.github.com/morpheus65535/bazarr/commit/4642db334a8b94a865cbf811ab90fc5316c74db0) - Replaced imghdr with filetype for image detection [9825a3a](https://redirect.github.com/morpheus65535/bazarr/commit/9825a3a10959dc6196fd4bfd3a5ec24a9c8eb8f8) - Added an unauthenticated API endpoint to test Bazarr availability: /api/system/ping [2c7294d](https://redirect.github.com/morpheus65535/bazarr/commit/2c7294de0de5620e9c33ff1cfb99f6e6b6278dbb) - Fixed UnboundLocalError when viewing log files [84ebcf7](https://redirect.github.com/morpheus65535/bazarr/commit/84ebcf7a378bfae2a07fa3c6633b0e3b2c384637) - Added Sync button to individual Series and Movie pages [525d569](https://redirect.github.com/morpheus65535/bazarr/commit/525d569d09e707a0dcd317bdad06a571fc2e794f) - Fixed upgrade process again to prevent infinite loop of subtitles upgrade. [#​2749](https://redirect.github.com/morpheus65535/bazarr/issues/2749) [81909ca](https://redirect.github.com/morpheus65535/bazarr/commit/81909caf51de0801389e80c191769be964979b84) - Added a validation to confirm if media file exists during initial sync before trying to search for subtitles. [#​2866](https://redirect.github.com/morpheus65535/bazarr/issues/2866) [63a3622](https://redirect.github.com/morpheus65535/bazarr/commit/63a3622615e2b5ebb2b68832136da1f224cfb4b7) - Added Weekly option to Search and Upgrade Subtitles settings [7dbc3cb](https://redirect.github.com/morpheus65535/bazarr/commit/7dbc3cb17ca178c17f9bb9673df926a00f7d002e) - Fix for prior uppercase mod fix [31fe371](https://redirect.github.com/morpheus65535/bazarr/commit/31fe37178279b5bfdb49351b176e394f431cc1b4) - Improved uppercase detection / execution in Fix Uppercase mod [2a330f6](https://redirect.github.com/morpheus65535/bazarr/commit/2a330f63dc18562f5c4647be2680705c7a225efb) - Fixed another issue with Yavka provider. [#​2225](https://redirect.github.com/morpheus65535/bazarr/issues/2225) [cefd163](https://redirect.github.com/morpheus65535/bazarr/commit/cefd1638dd5809cda93473a5a34a26d7156a6ff3) - Multiple providers - Removed overwrite of provider language object [515282e](https://redirect.github.com/morpheus65535/bazarr/commit/515282eed862c706f4ed2ace14f6c51eee631028) - Added animetosho provider german, vietnamese, russian and indonesian language support [fa4aca8](https://redirect.github.com/morpheus65535/bazarr/commit/fa4aca8bb1b7cbe820ba7c1d803d1bc628989cd0) - Regielive fix - Removed overwrite of provider language object [7cb471f](https://redirect.github.com/morpheus65535/bazarr/commit/7cb471fc200d768bfdae895942485e9b50a9271c) - Fixed properly timezone usage to prevent high CPU usage. [#​1914](https://redirect.github.com/morpheus65535/bazarr/issues/1914) [c22599a](https://redirect.github.com/morpheus65535/bazarr/commit/c22599a8bfbfede83dd4a748cc68301af21a0213) - Added animekalesi.com provider for Turkish Anime subtitles [3b4415e](https://redirect.github.com/morpheus65535/bazarr/commit/3b4415ec3f9349b8ff42cbe8631413fb4ef56222) - Fixed additional error catching when trying to bind to IPv6 when it's not supported. [#​2738](https://redirect.github.com/morpheus65535/bazarr/issues/2738) [fc9f94e](https://redirect.github.com/morpheus65535/bazarr/commit/fc9f94e9174604c6fa4fbb2700dfec2d07dc7211) - Added passing of video filename to detect-language for whisper provider [6c65267](https://redirect.github.com/morpheus65535/bazarr/commit/6c652673820ddd9aa29632cce88412b06be5bbab) - Fixed unwanted removal of subtitles format tags when using any mods. [#​2846](https://redirect.github.com/morpheus65535/bazarr/issues/2846) [1a93eb4](https://redirect.github.com/morpheus65535/bazarr/commit/1a93eb4049d859b0c913db9109a94cba7e51c8e9) - Fixed zimuku wrong archives subtitle language identified [#​2856](https://redirect.github.com/morpheus65535/bazarr/pull/2856) - Fixed unhandled exception during backup restoration process. [#​2850](https://redirect.github.com/morpheus65535/bazarr/issues/2850) [2f16ae2](https://redirect.github.com/morpheus65535/bazarr/commit/2f16ae2e50fbfae583ffdfe688946cea594239c6) - Mods/Fix Uppercase: Fix broken uppercase detection in certain cases [#​2852](https://redirect.github.com/morpheus65535/bazarr/pull/2852) - Added Turkcealtyazi.org provider for Turkish subtitles [8ff5d58](https://redirect.github.com/morpheus65535/bazarr/commit/8ff5d5838a2e8bfccacfc6e583556ef06dc8a24c) - Added more debug logging to opensubtitles.com provider to help then investigate issues. [6d5ebb0](https://redirect.github.com/morpheus65535/bazarr/commit/6d5ebb0faa6d965ebb16cc5d0287c0972e27e197) - Fixed UNC path parsing for Radarr sync [d1775ff](https://redirect.github.com/morpheus65535/bazarr/commit/d1775ff5c133d0205258b8a6f298495bc83ec862) - Fixed upgrade process for translated subtitles. [#​2817](https://redirect.github.com/morpheus65535/bazarr/issues/2817) [e2a3f36](https://redirect.github.com/morpheus65535/bazarr/commit/e2a3f363d1e81d1285c75403e46853445f0f9122) - Added navigation bar shell scroll support [59d8243](https://redirect.github.com/morpheus65535/bazarr/commit/59d8243d0b40b649f612136d333614e17d368127) - Added missing settings preventing proper download of subtitles. [#​2839](https://redirect.github.com/morpheus65535/bazarr/issues/2839) [b9a0d9c](https://redirect.github.com/morpheus65535/bazarr/commit/b9a0d9c922f4237dc4a6504d7cc42784afe32bc5) - Added support for remote DNS query over socks5h proxy. [#​2839](https://redirect.github.com/morpheus65535/bazarr/issues/2839) [bdbe946](https://redirect.github.com/morpheus65535/bazarr/commit/bdbe946be25f3f41fba156273eee1f5e24eb0aab) - Fixed yavka.net provider by passing all form parameters and improved caching to reduce number of requests [99d9691](https://redirect.github.com/morpheus65535/bazarr/commit/99d9691eb1a43d6905b006670dc67cb674a1b5b1) - Added scan Plex library option for new files after downloading subtitles [31400c8](https://redirect.github.com/morpheus65535/bazarr/commit/31400c89576ca0622e9816fc1a3a430cc76e4b62) - Added feature to change "added" info in Plex once subtitles are downloaded [fe7b224](https://redirect.github.com/morpheus65535/bazarr/commit/fe7b224916c169a58c3f91da8592dd09ae2ff6f7) - Updated vendored modules [2fc8f10](https://redirect.github.com/morpheus65535/bazarr/commit/2fc8f10a949d4e08c3038eada35d453fe3000b13) - Fixed podnapisi TypeError since we've merged [#​2790](https://redirect.github.com/morpheus65535/bazarr/issues/2790). [6fc6ca5](https://redirect.github.com/morpheus65535/bazarr/commit/6fc6ca5ec20138d52e1c2637b9f291af7a2c0b7c) - Fixed modal with tables application crash [4f77710](https://redirect.github.com/morpheus65535/bazarr/commit/4f77710f462ccd8765465b97ca7f5eac334c30cb) - Persist pages on url and hydrate on page load [#​2826](https://redirect.github.com/morpheus65535/bazarr/pull/2826) - Added some failsafe to RegieLive provider to try to prevent getting redirected to captcha validation or being completely blocked for a while. [#​2165](https://redirect.github.com/morpheus65535/bazarr/issues/2165) [e17bad6](https://redirect.github.com/morpheus65535/bazarr/commit/e17bad6ec49421a315d463522ae40c5c9cd06dc9) - Fixed issue with some custom languages subtitles while trying to index them. [#​2815](https://redirect.github.com/morpheus65535/bazarr/issues/2815) [5888011](https://redirect.github.com/morpheus65535/bazarr/commit/58880117a9130368acc1eb8f636f0a564a1e123b) - Fixed issue with API not returning proper subtitles hi or forced subtitles in some edge cases [e780edd](https://redirect.github.com/morpheus65535/bazarr/commit/e780edd0b71924859d187f949d5669a791efe7c1) - Removed opensubtitles.org deprecation announcement for VIP users. [9ac6c69](https://redirect.github.com/morpheus65535/bazarr/commit/9ac6c69a4f4ee85f36a805c6bc65cd6d6de457dd) - Added mass delete subtitle files [#​2816](https://redirect.github.com/morpheus65535/bazarr/pull/2816) - Added TooManyRequests throttling to podnapisi provider. [6a791b2](https://redirect.github.com/morpheus65535/bazarr/commit/6a791b2be065521c7437be9313d4232f2b8ec7a6) - Improved assrt release name matching by ignoring meaningless values. [#​2761](https://redirect.github.com/morpheus65535/bazarr/issues/2761) [2a038cd](https://redirect.github.com/morpheus65535/bazarr/commit/2a038cdc214357f6aae249f7119799fed6f062d7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0