Commit Graph

1723 Commits

Author SHA1 Message Date
morpheus65535 0807bd99b9
Fixed improper closing of resources on exit 2024-01-10 23:04:23 -05:00
JayZed 0ac9ecea6e
Added additional variables for custom post processing 2024-01-05 21:43:37 -05:00
JayZed c0bbd4f150
Fixed some Whisper issues and added logging level selector for this specific provider 2024-01-05 21:01:45 -05:00
Max R 549bebcc43
Updated logging to use ISO 8601 date format 2024-01-02 23:04:14 -05:00
Vitiko c4f103e39b
Added settings to exclude subtitles from specific provider to be synced 2023-12-29 19:33:36 -05:00
JayZed fe52153c71
Added "Manually" option for remaining tasks in Scheduler settings page 2023-12-28 13:25:15 -05:00
morpheus65535 7d14798e69 Added support for pt-pt language code in subtitles filename. #2306 2023-12-28 10:02:55 -05:00
morpheus65535 163a7834d2 Merge remote-tracking branch 'origin/development' into development 2023-12-26 23:54:35 -05:00
morpheus65535 5739b9ad08 Added opensubtitlescom settings to include AI translated subtitles in search results. 2023-12-26 23:54:29 -05:00
JayZed 9e75acd549
Added filter to prevent useless Session is disconnected warning in logs 2023-12-26 22:48:02 -05:00
morpheus65535 72bd52ce79
Fixed output encoding for subtitles synchronization. #2323 2023-12-15 07:47:19 -05:00
morpheus65535 f2cd79ec20
Fixed numeric password issue for authentication. #2326 2023-12-14 11:27:13 -05:00
S Dellysse 256ceeb598
Fixed exception being raised when setting all numeric password to access the web UI 2023-12-08 14:20:00 -05:00
morpheus65535 a3b32c3ebf
Silented engine.io exception when client session as expired on server side 2023-12-05 21:50:41 -05:00
Julien Voisin 4b7cdbc5f3
Added support for 7z by upgrading rarfile dependency
- Bump rarfile.py from 4.0 to 4.1
- Add support for 7zip for archive extractions, since unar is a steaming pile
  of C# and unrar is non-free, having some easy-to-package software to
  handle archive makes it easier to run Bazarr on Linux distributions.
2023-12-02 11:24:56 -05:00
morpheus65535 c97a98d4f2 Fixed usage of number only username or password for providers, proxy or postgres. #2309 2023-12-02 10:29:36 -05:00
morpheus65535 17312af481 no log: added try/catch 2023-11-28 20:11:01 -05:00
morpheus65535 fd5b087f92 Fixed upgrade subtitles tas not removed from scheduler when disabled in settings. #2308 2023-11-28 20:05:46 -05:00
morpheus65535 97bdf0066e Fixed an issue that could clear episodes history in case Sonarr API return something else than valid series or episodes. 2023-11-23 17:33:08 -05:00
morpheus65535 addae11b61 no log: replace config.ini.old if it exists instead of failing. 2023-11-19 10:14:44 -05:00
morpheus65535 bc0b101fd7 Improved providers exceptions throttling to reduce useless calls to providers. 2023-11-18 21:25:57 -05:00
morpheus65535 b25d4164c2 Fixed infinite download retry loop in whisperai provider 2023-11-18 21:01:09 -05:00
morpheus65535 a10e5dbf37 Fixed `(sqlite3.OperationalError) too many SQL variables issue` while inserting too many episodes at the same time. 2023-11-18 14:26:13 -05:00
morpheus65535 b3b4fef8c7 Implemented PaymentRequired exception on opensubtitles.org that now requires VIP subscription. 2023-11-18 10:30:37 -05:00
morpheus65535 7e650c2bab Fixed blacklisting of embedded subtitles on failed extraction. 2023-11-18 10:16:45 -05:00
morpheus65535 3da0445dc3 no log: improved notification and logging on invalid subtitles 2023-11-18 09:07:44 -05:00
morpheus65535 f2bb48ac9a Fixed issue with series/movies import using a deleted default languages profile. 2023-11-14 22:54:43 -05:00
morpheus65535 ad6557357d Modified "no subtitles found" notification to be a message instead of an error. 2023-11-13 13:27:47 -05:00
morpheus65535 0f19d79fa2 Fixed improper subtitles being downloaded when HI is required by languages profile. #2293 2023-11-10 13:59:38 -05:00
morpheus65535 cb3a274894 Fixed languages profile creation issue. 2023-11-10 13:57:56 -05:00
morpheus65535 b87aef8763 Prevent overwriting season and episode number guessed from file name with db values unless they haven't been properly guessed. #2284 2023-11-07 06:27:53 -05:00
morpheus65535 6925a97f2d Fixed an error in previous commit that would prevent episodes syncing. 2023-10-26 06:31:00 -04:00
morpheus65535 0d882b3d6e no log: centralized Sonarr/Radarr API url definition and improved usage 2023-10-25 23:04:03 -04:00
morpheus65535 54f9570a22 Fixed compression type for backup. #2278 2023-10-25 17:15:40 -04:00
morpheus65535 5234565f84 Fixed other issues with subzero_mods parsing. #2276 2023-10-25 17:05:01 -04:00
morpheus65535 db8e4d43b4 Merge remote-tracking branch 'origin/development' into development 2023-10-24 11:55:26 -04:00
morpheus65535 fe987babc5 Fixed issues with SQlite older than 3.35. 2023-10-24 11:54:59 -04:00
Paul Dee e3cda5c11e
Improved compression ratio of backup. 2023-10-19 17:39:02 -04:00
morpheus65535 2ad7ddf5a6 Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability. 2023-10-17 23:24:26 -04:00
morpheus65535 4521b11061 no log: fixed remaining getboolean() 2023-10-17 14:09:04 -04:00
morpheus65535 225d79e569 Fixed issue while parsing enabled mods during subtitles download 2023-10-17 08:36:12 -04:00
morpheus65535 85c65ecb5a Fixed config.ini conversion by disabling interpolation with ConfigParser that failed with addic7ed cookie. 2023-10-16 06:32:56 -04:00
morpheus65535 2a8a4030b9 Fixed datatype issue when creating a new languages profile with PostgreSQL. 2023-10-15 16:13:27 -04:00
morpheus65535 c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
Jack 4e7dedc43c
Exposed subtitle file size through API 2023-10-09 22:11:54 -04:00
morpheus65535 09295dcd10 Improved throttling duration for some common configuration or connection issues. 2023-10-09 08:33:57 -04:00
morpheus65535 2972c3881c Fixed history logging of downloaded and uploaded subtitles. #2261 2023-10-08 09:20:46 -04:00
morpheus65535 0f216ab69f Improved synchronization speed for Sonarr and Radarr. #2260 2023-10-08 08:43:05 -04:00
morpheus65535 1f187d89ca Fixed history logging issue for episodes and movies subtitles. 2023-10-01 14:13:38 -04:00
morpheus65535 2467bc0bc0 no log: fixed stuff to prevent exception 2023-10-01 14:06:16 -04:00