Commit Graph

1770 Commits

Author SHA1 Message Date
Wim de With ad151ff139
Added timeout to update check API call 2024-05-01 06:13:55 -04:00
morpheus65535 c5a5dc9ddf no log: fixed tasks view when running in dev environment (--no-tasks). 2024-04-29 16:06:34 -04:00
Anderson Shindy Oki 0bdfcd0eda
no log: Fix anidb enrichment return type (#2472) 2024-04-24 20:57:39 -04:00
Anderson Shindy Oki a2fee0e1e4
Fixed Anidb refinement for not anime episodes. #2463 2024-04-21 22:11:32 -04:00
morpheus65535 6dbe143364 Added minimal Python 3.12 compatibility. Not yet official support. 2024-04-21 21:31:16 -04:00
morpheus65535 a39d874d3b Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456 2024-04-18 22:34:10 -04:00
morpheus65535 e4bc792ee0 Fixed mass editor returning a 413 error with a large series/movies set. 2024-04-16 20:54:52 -04:00
morpheus65535 a8c352854f Fixed Swagger UI broken since last libraries update (1.4.3-beta) 2024-04-16 20:20:34 -04:00
morpheus65535 77a157f0dd Merge remote-tracking branch 'origin/development' into development 2024-04-15 08:17:55 -04:00
morpheus65535 8037ec033f Fixed the upgrade subtitles loop when languages profile is set to normal or HI. We now delete the previous subtitles just before saving the new one. 2024-04-15 08:17:51 -04:00
Anderson Shindy Oki 77ebd036f2
Added animetosho provider 2024-04-14 08:19:13 -04:00
morpheus65535 3e9cfea3c5 Fixed restart loop when TCP port already in use. 2024-04-06 10:03:09 -04:00
morpheus65535 ad16acb88f Fixed improper redirection from login page when base_url isn't empty. 2024-04-01 10:01:09 -04:00
morpheus65535 4d11b9580c Fixed login page getting called even if authentication is disabled. #2441 2024-03-30 09:09:08 -04:00
JayZed ec85f6e172
Improved multiple exceptions catching and fixed some other providers issues
* Backup files should be listed with newest ones first

Just like Sonarr and Radarr and everyone else.

* Add check_parser_binary() validation method

This is mainly to prevent the user from selecting mediainfo as the subtitles parser if it has not yet been installed on the user's system somewhere in the PATH.

* import JSONDecodeError from requests.exceptions  instead of json

Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.

* import JSONDecodeError from requests.exceptions  instead of json

Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.

Also fixed User-Agent assignment.
2024-03-16 22:10:50 -04:00
JayZed 814b1af79f
Fixed and improved UI while correcting text 2024-03-12 23:03:08 -04:00
JayZed afa529c4b3
Added Test Connection button for whisper provider 2024-03-04 23:10:50 -05:00
JayZed 345b6b3718
Fixed unbound local variable if 0 movies in database. #2417 2024-03-04 22:53:30 -05:00
JayZed 33f82fe445
Added Weekly Sync option for Radarr and Sonarr 2024-03-04 22:52:24 -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 6ca3689f2e no log: fixed multiple PEP8 lint issues 2024-02-27 23:51:10 -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
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 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
Hlib b933eb87b9
Added AvistaZ and CinemaZ subtitles provider 2024-02-19 19:46:14 -05:00
morpheus65535 ebd0b21c6d no log: additional fixes 2024-02-13 22:18:04 -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 12f1aa6acf Fixed Bazarr not starting when Sonarr or Radarr isn't running. 2024-02-08 06:32:09 -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
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
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 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