Bazarr
6bbe33b7f4
missing providers
2020-05-09 18:54:57 +01:00
Bazarr
5f48051e11
missing closing tag
2020-05-09 18:47:48 +01:00
Bazarr
001f947b9b
missing RegieLive from views/providers.tpl
2020-05-09 18:46:15 +01:00
Bazarr
81642e3fe2
added skip_wrong_fps match and login again if redirect due to expired session cookies
2020-05-09 18:38:27 +01:00
Bazarr
f470448bf9
Improved Exceptions and code more Python3 complying
2020-05-08 15:15:52 +01:00
Bazarr
41a66abe68
Throttle connections to Addic7ed provider throwing IPAddressBlocked excpetion
2020-05-08 12:28:06 +01:00
Bazarr
d9982b36d9
added new IPAddressBlocked exception and cache Legendasdivx login cookies to not throttle site
2020-05-08 10:32:12 +01:00
Bazarr
075f053f17
treat exceptions when HTTPError is returned
2020-05-07 13:47:00 +01:00
Bazarr
83d81a6946
no need to import HTTPerror exception. Not treated
2020-05-07 13:09:50 +01:00
Bazarr
1cdf07884f
simplified raise exceptions (raise_for_status() already raises exceptions
2020-05-07 13:07:34 +01:00
Bazarr
8da77a72eb
simplig
2020-05-07 12:53:26 +01:00
Bazarr
abcf03e389
fixed retries to get download link to avoid throttling
2020-05-07 12:16:25 +01:00
Bazarr
8b04941a3f
replaced uploader from <n/a> to anonymous when not found
2020-05-06 11:04:52 +01:00
Bazarr
2dcfc433c3
fixed Parsed Exceptios, refactored code and implemented pagination search
2020-05-05 23:39:38 +01:00
Bazarr
21bd7bc792
added uploader to legendasdivx subtitles
2020-05-03 16:27:03 +01:00
Bazarr
2e798bec0b
added .vscode to .gitignore
2020-05-03 16:25:51 +01:00
josdion
5ad70d940f
Fix #886
...
Ignore external subtitles files only if the encoding confidence is below 0.6. Hope this will fix any remaining encoding related issues.
2020-05-03 11:17:15 +03:00
josdion
51bf6964bf
subssabbz, yavkanet - prevent country detection with guessit #958
2020-05-01 19:18:16 +03:00
josdion
466aebd8c7
Fix #958
2020-05-01 18:20:04 +03:00
josdion
32bd30e3e7
reduce XMLRPC requests to opensubtitles server
...
- use cached token instead of logging in every time when search for subtitles
- delete authentication token in case of account modification
2020-05-01 11:23:54 +03:00
morpheus65535
4bc21e645a
Merge pull request #955 from pkoutsias/feature/xsubs_name_fix
...
Fixes name matching for xsubs
2020-04-28 07:58:55 -04:00
Panagiotis Koutsias
39068532bc
Fixes name matching for xsubs
...
Fixes #947
2020-04-28 10:43:14 +03:00
Louis Vézina
31ab819079
Fix for #952 .
2020-04-27 23:03:24 -04:00
josdion
fe2a4aa067
add Yavka.net to readme
2020-04-26 21:55:16 +03:00
josdion
a37ef4a418
opensubtitles - add get_fps function
...
- added get_fps() function
- getting of the authentication token from the cache is fixed
2020-04-26 11:06:00 +03:00
josdion
76ec6109df
subsunacs - improve provider
2020-04-26 05:08:09 +03:00
josdion
8b06629906
subssabbz - improve provider
2020-04-25 20:24:58 +03:00
josdion
7670b7eae6
yavkanet - improve provider
2020-04-25 20:04:43 +03:00
josdion
267933f106
adding capability for subtitle provider to set frame rate when loading microdvd file
2020-04-25 16:21:36 +03:00
Louis Vézina
55fb852fba
Fix for ffprobe not being used correctly.
2020-04-25 08:55:12 -04:00
Louis Vézina
f0e9c0f58a
Fix for ffprobe not being used correctly.
2020-04-25 08:51:26 -04:00
morpheus65535
9bc9a03725
Update main.py
2020-04-24 06:51:08 -04:00
morpheus65535
828a1baf2e
Merge pull request #944 from Aurel004/patch-1
...
Adding Post Processing to manual upload
2020-04-23 15:45:31 -04:00
Aurel004
81271b52f7
Update get_subtitle.py
2020-04-23 20:12:13 +02:00
Aurel004
6b8a59bffb
Adding Post processing to manual upload
...
From dev branch
2020-04-23 20:06:37 +02:00
Louis Vézina
7c7c9a7b9d
Fix for #939
2020-04-22 20:32:56 -04:00
morpheus65535
8b58ce9939
Merge pull request #942 from roobre/patch-1
...
logging: show file error reason in log
2020-04-22 12:07:26 -04:00
Roberto Santalla
635b865b2a
logging: show file error reason in log
...
In case of an error occurs while saving subtitles, the cause for the error should be printed to the log file. Otherwise it becomes difficult to debug it.
2020-04-22 18:02:03 +02:00
josdion
3b20310d86
fix inconsistent tv show naming
2020-04-21 23:16:15 +03:00
josdion
167e4d0584
a better way to set base_url default value
2020-04-21 13:24:25 +03:00
josdion
cda0feb42a
set base_url default value if it's empty string in config.ini
...
This can happen if switching back from hermes branch as it uses empty string as a default value of base_url.
2020-04-21 12:39:50 +03:00
josdion
6a34f2d35f
release git config writer
...
From documentation: In Python 3, it's required to explicitly release locks and flush changes, as __del__ is not called deterministically anymore.
2020-04-19 10:18:58 +03:00
Louis Vézina
9dbbfe6395
Merge remote-tracking branch 'origin/development' into development
2020-04-18 20:42:40 -04:00
Louis Vézina
c83d3eeae3
Updated tzlocal module and removed check for improperly configured time zone.
2020-04-18 20:42:27 -04:00
josdion
cd25386567
guess subtitle encoding - tune up confidence
2020-04-17 22:38:47 +03:00
Louis Vézina
59c9ed1fcf
Fix for PGS subtitles not ignored correctly.
2020-04-17 09:24:47 -04:00
Louis Vézina
b434ff2666
Simplify daemon mechanism.
2020-04-15 12:54:07 -04:00
Louis Vézina
2c6a4583d0
Simplify daemon mechanism.
2020-04-14 22:21:09 -04:00
morpheus65535
e4460b622f
Merge pull request #929 from josdion/development
...
Fix #928 - don't raise an exception in case of unsupported archive
2020-04-14 11:01:04 -04:00
josdion
cd6c527d89
FIx #928 - don't raise an exception in case of unsupported archive
2020-04-14 09:40:37 +03:00