1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00
Commit graph

4351 commits

Author SHA1 Message Date
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
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
Lawrence A
3922d52d5c
Fixed improper API call on removal of all blacklist items 2024-01-24 16:50:05 -05:00
Lawrence A
c45a2ac43c
Fixed single blacklist item deletion issue that would remove all the blacklisted subtitles from the same provider at once. 2024-01-23 20:06:46 -05:00
JayZed
345408d692
Fixed wizdom provider to handle Zip files with more than one (up to two entries). #2351 2024-01-23 19:59:09 -05:00
JayZed
e17865ad53
Fixed improper passing of hi and forced flags when searching a subtitles manually. #2350 2024-01-23 19:57:27 -05:00
morpheus65535
828ac34074 Fixed titlovi provider not being properly throttled and resulting in account locking. #2062 2024-01-13 16:58:13 -05:00
morpheus65535
e4ebc64ca9 Fixed issue introduced while merging the new sync feature. #2356 2024-01-12 16:45:37 -05:00
morpheus65535
783e6b38ea Removed aRGENTeaM provider that have been recently closed. #2352 2024-01-12 06:41:51 -05:00
morpheus65535
0e648b5588
Improved subtitles synchronisation settings and added a manual sync modal 2024-01-10 23:07:42 -05:00
morpheus65535
0807bd99b9
Fixed improper closing of resources on exit 2024-01-10 23:04:23 -05:00
JayZed
c17d127323
no log: multiple cosmetic providers fixes
* Made modal dialog slightly wider

Made modal dialog slightly wider to avoid annoying horizontal scrolling.

* Updated and sorted provider list

- added and removed providers as appropriate
- updated descriptions
- added newlines to long descriptions to make them fit better in modal dialog without horizontal scrolling
- sorted list in place as this list is exposed verbatim in UI
2024-01-08 07:35:58 -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
morpheus65535
902d1e62b8
Fixed betaseries parsing issue 2023-12-31 15:59:16 -05:00
morpheus65535
b11f8100ac
Fixed podnapisi search results parsing error 2023-12-31 15:57:33 -05:00
morpheus65535
a7b84df68b
Added settings to exclude subtitles from specific provider to be synced (#2340) 2023-12-29 23:21:00 -05:00
morpheus65535
3918d98791
no log: freeze lxml 2023-12-29 23:01:20 -05:00
Vitiko
c4f103e39b
Added settings to exclude subtitles from specific provider to be synced 2023-12-29 19:33:36 -05:00
morpheus65535
3b2d734301 no log: fixed year in readme 2023-12-29 14:54:58 -05:00
morpheus65535
cb71b11fd2 Improved error handling for betaseries provider. 2023-12-28 16:03:23 -05:00
morpheus65535
9379d1b7f8 Increased supersubtitles connection timeout and properly deal with invalid JSON returned from their API. 2023-12-28 14:52:35 -05:00
morpheus65535
965b0bcc79 Merge remote-tracking branch 'origin/development' into development 2023-12-28 14:41:24 -05:00
morpheus65535
6b304e0ce7 Increased podnapisi connection timeout to prevent provider throttling when their servers are slower than usual. 2023-12-28 14:41:10 -05:00
JayZed
fe52153c71
Added "Manually" option for remaining tasks in Scheduler settings page 2023-12-28 13:25:15 -05:00
JayZed
c7e0da3da7
Added permanent label over sliders to show current value 2023-12-28 13:22:16 -05:00
morpheus65535
eaa77bd511 Fixed zimuku provider protection bypass. #2334 2023-12-28 13:17:01 -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
7c40bfec1e Added db migration version to create the missing monitored column in TableShows table of some old instances. 2023-12-26 22:37:52 -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
morpheus65535
cbfe8482a8
no log: fix dev server port 2023-12-13 22:20:27 -05:00
Michiel van Baak Jansen
5e68fac4d1
Fixed function to prevent usage of Python 3.7 2023-12-11 18:03:56 -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
Jimmy Lynn
058a00594e
Updated zimuku URL 2023-12-06 12:47:04 -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