Commit Graph

1459 Commits

Author SHA1 Message Date
maxwillx 33a9e512ac
Added languages profile settings to prevent downloaded subtitles from being converted to srt. 2022-03-14 20:54:36 -04:00
morpheus65535 eb63f05768 Fixed backups ordering and rotation 2022-03-14 07:39:38 -04:00
morpheus65535 040ddb2362 Improved throttling of LegendasDivx provider to prevent IP address blocking by reaching 150 searches a day. #1757 2022-03-11 22:18:36 -05:00
morpheus65535 2b889fa975 Fixed log rotation under Python 3.9 or greater. 2022-03-09 22:40:18 -05:00
morpheus65535 d384b9307b Fixed network issues from preventing Bazarr startup. 2022-03-09 08:27:04 -05:00
morpheus65535 ce1345a870 Fixed knowit provider specification. 2022-03-03 15:31:08 -05:00
morpheus65535 d13bc73189 Fixed subtitles translation when there's an empty string in the source file. 2022-03-02 20:16:04 -05:00
morpheus65535 4b84a9c64c Fixed GetSonarrInfo.version() to make sure it doesn't prevent Bazarr startup. 2022-03-02 06:34:43 -05:00
morpheus65535 c2f74465e9 Fixed cache invalidation on providers' password changes. 2022-02-28 06:51:27 -05:00
morpheus65535 e4c666f82b Added backup file size to API and table view. 2022-02-27 20:19:56 -05:00
morpheus65535 33ff7948e8 no log: pep8 fixes 2022-02-24 09:27:35 -05:00
morpheus65535 9c1397a14d no log: subsync memory usage improvement 2022-02-24 09:19:37 -05:00
morpheus65535 0a0f609de8 Implemented garbage collection after each subtitles synchronization. 2022-02-23 22:02:01 -05:00
morpheus65535 5bfaba9360
Implemented backup and restore feature for configuration file and database 2022-02-22 22:55:07 -05:00
morpheus65535 c020a9e892 Fixed improperly calculated missing subtitles when cutoff is enabled and audio language match desired subtitles language. #1731 2022-02-21 14:58:20 -05:00
bakerboy448 ffcbb57672
Clarified SignalR error for Sonarr 2022-02-17 15:53:53 -05:00
morpheus65535 fc48bbfdda no log: fixed last commit http code returned by API. 2022-02-11 12:57:46 -05:00
morpheus65535 026eba9b13 no log: improved usage of some database queries to prevent exceptions. 2022-02-11 10:59:09 -05:00
morpheus65535 4fca9e86af no log: Fixed issue introduced in previous commit. #1691 2022-02-06 21:09:56 -05:00
morpheus65535 d160f1e4eb Fixed external subtitles with unknown language causing exception during indexing. #1709 2022-02-06 08:12:32 -05:00
morpheus65535 6988d7c7ad Improved sync with Sonarr/Radarr exceptions management when trying to write to database. #1699 2022-02-05 10:09:29 -05:00
Vitiko a53fc440cd Fix database issue with LATAM Spanish custom language
The language was being saved as Castillian Spanish
2022-02-03 00:05:15 -04:00
morpheus65535 b766b0324e no log: fixed Bazarr directory issue in system-->status 2022-02-01 19:11:29 -05:00
morpheus65535 63f3454c8f Fixed progress not being removed from control center when a search all fails. 2022-01-28 15:55:08 -05:00
Michiel van Baak Jansen c91597fdd5
Implemented the functions to read more info from package_info file 2022-01-27 17:52:46 -05:00
morpheus65535 e99d58d77e Fixed Windows uninstaller being removed during Bazarr upgrade. #1693 2022-01-26 08:36:18 -05:00
morpheus65535 aa0c2ffca7 Fixed issue with cutoff and exclude language exclusions were not working as expected. #1691 2022-01-25 12:24:16 -05:00
morpheus65535 0c3c5a02a7 Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies. 2022-01-23 23:07:52 -05:00
Vitiko 4c15a50134 Add Embedded Subtitles mergerfs mode 2022-01-23 23:04:56 -04:00
morpheus65535 6b82a734e2 Fixed issue where episode name was used as hints for guessit instead of series name. 2022-01-19 07:58:31 -05:00
morpheus65535 391892fdf0 Fixed translation issue when first line is an empty string. #1672 2022-01-18 18:53:57 -05:00
morpheus65535 28663a6937 Fixed issue with unrecognized languages while indexing subtitles (mainly for those without a language code in filename). 2022-01-18 16:13:04 -05:00
morpheus65535 a3a8ed93c7 Fixed upgrade leftover cleanup to prevent config reset when Bazarr is installed in the same directory as config and database. #1655 2022-01-17 00:01:05 -05:00
morpheus65535 9d30414f9d Fixed indexing of unsupported language codes. #1683 2022-01-16 17:21:36 -05:00
morpheus65535 3b3d6fe36a Fixed translation exception on malformed subtitles file. #1672 2022-01-16 11:44:47 -05:00
morpheus65535 92c3dc9f00 Fixed logging of exception when save_subtitles raise an exception while uploading a subtitles. 2022-01-16 08:49:21 -05:00
morpheus65535 62ef614d30 Added some failsafe to deal with improper JSON returned from Radarr tags API endpoint. 2022-01-15 17:21:46 -05:00
morpheus65535 9b48b59860 no log: added failsafe for compare str to None while trying to sort. 2022-01-15 17:20:59 -05:00
morpheus65535 8764ac581e
Fixed issue with deleted episode file raising a 404 while trying to update from Sonarr. #1676 2022-01-12 19:33:49 -05:00
Vitiko bf09ae8ec1 no log: update get_providers
This will avoid calling get_binary on each pool
update/get_providers_auth() call.
2022-01-12 00:13:42 -04:00
morpheus65535 58a967c892 Added settings to change the hearing-impaired subtitles file extension to use when saving to disk. 2022-01-08 14:26:40 -05:00
morpheus65535 926f3d1f14 no log: made some rework and cleanup in download and manual. 2022-01-08 10:55:33 -05:00
Anthony Arnaud 1a03d9fd12
Added cookies option for addic7ed to avoid anti-captcha provider requirement 2022-01-06 07:56:24 -05:00
GilbN 166c2a745a
no log: Added extra try/except in GetRadarrInfo.version() 2022-01-03 20:41:53 -05:00
Vitiko 9afa025749 no log: add little refactoring to get_subtitle
To avoid circular imports in utils. convert_to_guessit is a helper
function only meant to be used in refiners
2022-01-03 18:07:46 -04:00
morpheus65535 5d3d4532df Fixed logging of regex pattern used during upgrade leftover cleanup. #1655 2022-01-03 15:00:10 -05:00
morpheus65535 722014d822
Improved readability and maintenance by splitting get_subtitle.py into multiple files 2022-01-02 22:59:30 -05:00
Vitiko 2a832bbadf no log: update log call for update_pools() decorator 2022-01-02 16:47:15 -04:00
Vitiko 1261e91870 Add MustGetBlacklisted exception for redundant download_subtitle calls 2022-01-01 19:18:40 -04:00
Vitiko b90dab03e8 Add hi_fallback option to Embedded Subtitles Provider 2022-01-01 18:13:02 -04:00