Commit Graph

4212 Commits

Author SHA1 Message Date
morpheus65535 c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
Vitiko d6579417ba HDBits provider: add search filters 2023-10-12 02:55:45 -04:00
Vitiko bee6919979 EmbeddedSubtitles provider: add blacklist support 2023-10-10 03:37:45 -04:00
Vitiko 0031abcea4 HDBits provider: handle JSON errors 2023-10-10 03:13:55 -04:00
morpheus65535 ec8772c96b no log: updated Python version in CONTRIBUTING.md 2023-10-09 23:01:18 -04:00
Jack 4e7dedc43c
Exposed subtitle file size through API 2023-10-09 22:11:54 -04:00
morpheus65535 33af93a341 Fixed hosszupuska website parsing issue. #2246 2023-10-09 10:38:16 -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 6b03e44fdc Merge remote-tracking branch 'origin/development' into development 2023-10-01 20:10:49 -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
Vitiko 654934b5e1 EmbeddedSubtitles provider: update subtitles checker 2023-10-01 13:20:32 -04:00
Vitiko 3942264d00 HDBits provider: improve episode matching 2023-09-30 23:36:35 -04:00
morpheus65535 bad77e2ce7 Merge remote-tracking branch 'origin/development' into development 2023-09-29 13:51:21 -04:00
morpheus65535 807621a612 Fixed an additional issue with 85d300f94e. #2243 2023-09-29 13:51:03 -04:00
Vitiko 63335f40fc Add HDBits.org provider 2023-09-26 01:27:24 -04:00
morpheus65535 166d0ccc95 Fixed database migration process causing UNIQUE constraint in some edge cases where duplicate ID root folders where stored. #2253 2023-09-25 19:42:19 -04:00
morpheus65535 84e8872652 no log: fix Sonarr/Radarr test button bug introduced in previous commit 2023-09-25 08:31:27 -04:00
morpheus65535 bbd549db60 no log: fixed NoneType issue 2023-09-23 21:44:33 -04:00
morpheus65535 0ddadb273e Fixed latest migration that cleared history for sqlite users. 2023-09-22 12:23:03 -04:00
morpheus65535 81159a0978 Added error logging when trying to determine malformed audio track languages. #2250 2023-09-21 17:51:28 -04:00
morpheus65535 e7703ca5a0 Added logging for opensubtitles.com 400 error. #2232 2023-09-21 06:26:46 -04:00
morpheus65535 e2d0647d55 Fixed Postgres issues while creating new database with v1.3.0. #2249 2023-09-20 23:35:44 -04:00
Vitiko e06aad7fc6 Update providers exception regex for Windows 2023-09-18 15:25:02 -04:00
Vitiko b9648172ba Subdivx provider: improve movies matches
Add one year tolerancy for movies. False positives probability
is low enough to do so.

(Fix #2245)
2023-09-18 15:15:36 -04:00
morpheus65535 17add7fbb3 Fixed some code to prevent arbitrary file read and blind SSRF. 2023-09-18 11:59:45 -04:00
morpheus65535 aa0af3f601 Removed sucha provider that doesn't exist anymore. #2242 2023-09-15 17:03:29 -04:00
Vitiko 906c2e9cb9 EmbeddedSubtitles provider: improve cache management (Fix #2241) 2023-09-14 15:58:58 -04:00
Vitiko ceb947dac1 Update providers exception info format 2023-09-14 14:43:49 -04:00
morpheus65535 b736f267b5
Fixed IndexError in provider throttling function 2023-09-14 06:39:45 -04:00
Vitiko 9cf21242ca Add more info to exceptions 2023-09-14 01:52:45 -04:00
morpheus65535 af54c65502 no log: pep8 fix 2023-09-08 17:09:12 -04:00
morpheus65535 3694254c79 Added analytics tracking of throttled providers 2023-09-08 17:08:00 -04:00
morpheus65535 85d300f94e Prevent subtitles not having a proper matches attribute from raising a TypeError exception. #2243 2023-09-08 11:44:23 -04:00
morpheus65535 fbe6b765ae Added more feedback to UI on automatic and interactive search issues. 2023-09-06 23:12:58 -04:00
DavidFair 296d497673
Modified default value for adaptive searching (now enabled) and improved description in settings 2023-09-05 20:14:36 -04:00
Adam Blahovič 1489926b6f
Fixed minimal value for time offset input field 2023-09-05 14:20:33 -04:00
morpheus65535 77283e4063 Fixed improper http status code returned that prevented proper cache management on browser side. 2023-09-05 08:29:40 -04:00
morpheus65535 8895dd68a8 Improved responses marshalling to better deal with error messages sent to frontend. 2023-09-04 22:41:39 -04:00
LASER-Yi 714c46444a
Improve manual search modal. Change cache behavior of manual search api to no cache 2023-09-03 15:54:23 +08:00
morpheus65535 79f5c7d675 no log: fix typo on last commit 2023-08-29 20:13:38 -04:00
morpheus65535 995ae1b5b8 Improved UI feedback on multiple search, download and upload issues. #2235 2023-08-29 17:17:30 -04:00
morpheus65535 162dbc0eee Fixed opensubtitles.com token from being added to debug log in login response 2023-08-24 12:06:22 -04:00
morpheus65535 1bdad91663 Improved debug logging of login attempts to opensubtitles.com provider. 2023-08-22 17:16:56 -04:00
Bryan Pinsker 5177d2a73c
no log: removed unused assert 2023-08-20 20:52:49 -04:00
LASER-Yi 53951a5fad
Fix some minor issues in the Notification modal 2023-08-20 22:08:30 +08:00
Samuel Bartík 42ae3af4a2
Fixed issue while saving notifications settings 2023-08-15 11:10:26 -04:00
morpheus65535 262d7d2a92 no log: fixed last merged pr 2023-08-15 08:24:03 -04:00