Commit Graph

4482 Commits

Author SHA1 Message Date
morpheus65535 a85ebd86aa no log: small version fix 2024-03-03 22:24:08 -05:00
morpheus65535 03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
JayZed 9ae684240b
Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00
JayZed c4553452a5
Allow numeric passwords for all providers. #2416 2024-03-03 11:47:30 -05:00
JayZed 5d87b10475
Fixed subtitles synchronization process when settings values have changed since Bazarr started 2024-03-01 14:43:09 -05:00
morpheus65535 af370372de Merge remote-tracking branch 'origin/development' into development 2024-02-28 22:41:47 -05:00
JayZed 9f3992d9ca no log: Prettier version? 2024-02-28 22:41:41 -05:00
JayZed 16a3158f5e Prettier version? 2024-02-28 21:47:59 -05:00
JayZed 3827ea6ffe Text updates, especially for thresholds
- added explanations for various thresholds
- fixed some spelling and grammar mistakes
- improved wording to make things clearer (hopefully)
- made capitalization, use of periods more consistent
2024-02-28 21:09:45 -05:00
Thijmen Heuvelink 731e44cb9a
Added Progressive Web App support 2024-02-28 19:43:16 -05:00
morpheus65535 6ca3689f2e no log: fixed multiple PEP8 lint issues 2024-02-27 23:51:10 -05:00
JayZed b24ee309ed Include server URL in Yify subtitle page link
Fix for issue #2409
2024-02-26 12:06:45 -05:00
JayZed f95db43a2f
Disabled autoscroll to top for underlying window after manual search. #2285 2024-02-26 06:33:06 -05:00
JayZed f71b8931e3
Fixed subtitles sync function to preserve subtitles file extension. #2399 2024-02-26 06:28:51 -05:00
JayZed 6ba720969e
Improved debug logging for whisperai 2024-02-26 06:25:10 -05:00
morpheus65535 0293ea7896
no log: Update CONTRIBUTING.md 2024-02-23 15:36:33 -05:00
morpheus65535 18cbf6fd00
no log: Update CONTRIBUTING.md 2024-02-23 15:35:01 -05:00
Vitiko d9629df3af Subdivx Provider: major updates 2024-02-23 03:25:20 -04:00
JayZed 6c488063e7
Modified upgrade task so it always shows in UI even if it's set to manually in scheduler 2024-02-20 20:23:47 -05:00
JayZed e3354aa7f3
Reduced debounce value for event notifications 2024-02-20 20:12:45 -05:00
Ruby Marx 2eec9131f8
Added originalFormat db migration from bool to int only for Postgresql 2024-02-19 21:17:00 -05:00
JayZed d5466fff23
Added log level/filter settings to Logs page 2024-02-19 21:14:42 -05:00
MrHereAndThere ad8f116c78
Updated fallback language for embeddedsubtitles provider to be able to specify the one to use 2024-02-19 21:10:27 -05:00
JayZed 5dd001317d
Added Expand All / Collapse All button for series seasons 2024-02-19 21:02:18 -05:00
Hlib b933eb87b9
Added AvistaZ and CinemaZ subtitles provider 2024-02-19 19:46:14 -05:00
github-actions[bot] 56d54e405b
Merge development into master 2024-02-20 00:29:19 +00:00
morpheus65535 43d313a31b Fixed subdivx issue with foreign title encoding issue. #2395 2024-02-16 21:55:25 -05:00
morpheus65535 8ea3884f23 Merge remote-tracking branch 'origin/development' into development 2024-02-15 21:48:53 -05:00
morpheus65535 b96965e740 Fixed subdivx provider to use alternative titles. #2378 2024-02-15 21:48:41 -05:00
Bogdan Ilisei 2e124d2666
Updated titrari provider 2024-02-15 21:28:35 -05:00
morpheus65535 ebd0b21c6d no log: additional fixes 2024-02-13 22:18:04 -05:00
morpheus65535 faa4dfb77c Fixed saving of null anti-captcha provider that caused Validator to reset default value. 2024-02-13 22:00:59 -05:00
morpheus65535 4ca211191d Fixed indentation issue in pool update. #2390 2024-02-11 23:21:31 -05:00
morpheus65535 95474b29db Added support for opensubtitles.com dedicated VIP subdomain that get automatically used according to subscription status. 2024-02-11 14:51:30 -05:00
morpheus65535 9f0a8d0a14 no log: added another failsafe for provider pool update 2024-02-10 19:11:11 -05:00
morpheus65535 88c267f848 Fixed provider pool update on automatic search. #2379 2024-02-09 08:17:33 -05:00
Vitiko 90583354bf Modify portuguese custom language 2024-02-08 21:03:04 -04:00
morpheus65535 90e4cf1c6f Revert "Fixed podnapisi results parsing"
This reverts commit 27d7f96599.
2024-02-08 13:12:34 -05:00
Tomislav Filipcic 27d7f96599
Fixed podnapisi results parsing 2024-02-08 10:54:03 -05:00
morpheus65535 12f1aa6acf Fixed Bazarr not starting when Sonarr or Radarr isn't running. 2024-02-08 06:32:09 -05:00
morpheus65535 5402c2aaaf Fixed opensubtitles.com filtering AI translated subtitles even when they are requested by user. #2381 2024-02-07 13:51:16 -05:00
github-actions[bot] 38094e6323
Merge development into master 2024-02-04 01:30:27 +00:00
Lawrence A 4029c9f712
Fixed forced subtitles download loop
Searching for the best forced subtitles for a given language was
resulting in all forced subtitles for that language being downloaded in
descending score order until the minimum score was reached.

Not only did this burn through any download limits imposed by providers,
it left poor quality subtitles downloaded (which could later be
automatically upgraded to the first choice).

This change uses the string conversion of Language objects instead of
their basenames when working out when to stop downloading subtitles, as
this takes into account the forced flag while still ignoring the hearing
impaired flag.
2024-02-02 16:24:28 -05:00
Lawrence A fb660a0e6e
Fixed debug logging of opensubtitlescom provider 2024-02-02 13:29:33 -05:00
JayZed e6b9b327f2
Fixed movies indexing issue
The removed_movie variable is not an actual movie object but simply a tmdbid, so it can't be indexed.
2024-01-29 22:54:12 -05:00
JayZed 938f6df386
Added separate values to whisperai provider for connection and read timeouts
Added "response" key with default value of 5 to pair with existing "timeout" key which has a default of 3600 sec.
Both values can be updated in WhisperAI settings dialog by user.
More information about these timeouts here: https://reqbin.com/code/python/3zdpeao1/python-requests-timeout-example
2024-01-28 21:09:37 -05:00
Vitiko cdf7296dd4 Embedded Subtitles Provider: handle KeyError for cached paths 2024-01-28 17:21:48 -04:00
Vitiko deef13d11b Add Argenteam Dump Provider 2024-01-28 17:18:48 -04:00
morpheus65535 d758c53b41
Fixed unhandled FileNotFoundError during restore process 2024-01-26 11:09:50 -05:00
JayZed 990448b06e
Added Sync Optimization for Movies, Series and Episodes to ignore unmonitored items 2024-01-24 18:07:15 -05:00