1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-23 22:41:34 +00:00
Commit graph

440 commits

Author SHA1 Message Date
Samuel Bartík
331cbbd3bd
Fixed Titulky provider to fail silently if media is missing IMDB ID. 2022-06-30 22:07:26 -04:00
vitiko98
d2b40bd781 Add Karagarga.in provider 2022-06-29 00:07:18 -04:00
vitiko98
171747751a no log: include refiner in embeddedsubtitles.py 2022-06-28 23:29:44 -04:00
vitiko98
8086bce5c4 Embedded Subtitles Provider: major update
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
2022-06-28 23:21:31 -04:00
vitiko98
14153d7688 Subdivx provider: avoid TypeError 2022-06-21 01:44:24 -04:00
vitiko98
246c2f3004 Subf2m provider: improve episode matching 2022-06-12 15:48:24 -04:00
morpheus65535
a7b1b2a454 Fixed Wizdom API url. #1870 2022-06-10 22:34:22 -04:00
vitiko98
5a13046d58 Gestdown provider: improve http error handling
423 code retries were blocking every language query for too much time.
The amount of retries was reduced from 5 to 3
2022-05-25 20:44:47 -04:00
vitiko98
25281709c1 Gestdown provider: ignore incomplete subtitles 2022-05-23 23:28:26 -04:00
vitiko98
0e98880494 Gestdown provider: implement retries on 423 status codes 2022-05-23 23:27:04 -04:00
vitiko98
848836c5bb Subf2m provider: add season pack support 2022-05-23 22:46:20 -04:00
vitiko98
d3e5dc34d7 no log: add providers utility 2022-05-23 22:46:20 -04:00
Samuel Bartík
fde1e0e069
Improved titulky provider search 2022-05-23 06:09:17 -04:00
Vitiko
473041158c Subf2m provider: improve matches parsing 2022-05-21 01:50:14 -04:00
Vitiko
0e1120e037 Subdivx provider: improve movie searches 2022-05-20 15:03:03 -04:00
Vitiko
c9d63f717f Add Gestdown.info Provider 2022-05-19 21:58:51 -04:00
morpheus65535
24196d899f Merge remote-tracking branch 'origin/development' into development 2022-05-18 06:47:07 -04:00
morpheus65535
642733f92f Added support for unar RAR extraction utility. #1833 2022-05-18 06:46:52 -04:00
Vitiko
770ae2d6f6 Embedded Subtitles provider: fix cached streams with HI fallback
Fix #1884
2022-05-18 00:16:55 -04:00
Vitiko
b96fd93269 Embedded Subtitles provider: improve HI fallback 2022-05-16 23:56:52 -04:00
Gabor Lengyel
c676095783
Fixed provider Supersubtitles following domain name change 2022-05-16 14:27:30 -04:00
Vitiko
134613711a Embedded Subtitles provider: improve detection of potentially incomplete subtitles 2022-05-05 00:04:37 -04:00
Vitiko
e186bd1a0f no log: update embedded subtitles provider release info representation 2022-05-05 00:04:37 -04:00
morpheus65535
6e7423c9b5 Merge remote-tracking branch 'origin/development' into development 2022-05-04 06:35:49 -04:00
morpheus65535
2cb3e36f8d Fixed yify download link parsing 2022-05-04 06:31:12 -04:00
Vitiko
ce33b4f5fd Improve subtitles pack extraction 2022-05-03 23:38:55 -04:00
Vitiko
7423c80a28 Subdivx Provider: improve language parser 2022-05-03 14:47:16 -04:00
Vitiko
3f95784bb8 Subdivx Provider: avoid false positives on episodes search
The series search fallback was returning unrelated subtitles that
were impossible to detect with get_subtitle_from_archive()
2022-04-29 22:56:44 -04:00
Vitiko
9e2b2d8b00 no log: update legendasdivx subtitle id property (again) 2022-04-26 22:38:25 -04:00
Vitiko
4e6fd61188 no log: update legendasdivx subtitle id property 2022-04-26 21:34:08 -04:00
Vitiko
23e847290b Legendasdivx provider: improve subtitles ID consistency 2022-04-26 21:21:20 -04:00
Samuel Bartík
e6551dc4d3
Fixed Titulky provider and made some code maintenance 2022-04-25 23:36:02 -04:00
Samuel Bartík
a4d9eb694d
Improved search and fixed some issues with Titulky provider 2022-04-20 05:52:46 -04:00
Vitiko
883b0fe7a1 Subdivx Provider: improve episode searching and downloading 2022-04-18 20:17:51 -04:00
Vitiko
a95086555f no log: add update_matches() providers util 2022-04-18 20:12:07 -04:00
Vitiko
d95d6b9d35 no log: update subf2m provider 2022-04-18 16:58:11 -04:00
Vitiko
5e0461eee5 no log: add subliminal_patch provider utils
This will be used to modulate and simplify some tasks and reduce redundant code
2022-04-18 16:38:23 -04:00
Vitiko
63eded5aa3 Add subf2m.co Provider 2022-04-17 22:39:37 -04:00
Vitiko
9a327b9e4d no log: fix AttributeError on providers mixin 2022-04-17 22:10:15 -04:00
Vitiko
75f3ac9f6c Improve episode detection from compressed series packs 2022-04-16 16:45:20 -04:00
Vitiko
31e4f835cf SuperSubtitles Provider: fix filetype detection 2022-04-16 16:44:00 -04:00
Vitiko
d3e3e31fa1 Embedded subtitles provider: add timeout option 2022-04-16 15:05:11 -04:00
Samuel Bartík
ec24f3c854
Fixed Titulky login caching 2022-04-16 13:50:57 -04:00
morpheus65535
ebde572ca2 no log: some small improvements to opensubtitles.com provider 2022-04-08 09:40:30 -04:00
Vitiko
4c063bc682 no log: update supersubtitles.py comments 2022-04-07 22:18:22 -04:00
Vitiko
7040fbc071 Supersubtitles provider: Fix AttributeError for some queries (#1792) 2022-04-07 22:11:57 -04:00
morpheus65535
77da09d51f Removed support for BSplayer providers because it was causing way much issue than providing subtitles. 2022-04-06 11:34:21 -04:00
morpheus65535
b73c7866e0 no log: one more fix for legendasdivx 2022-03-14 10:43:42 -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
Samuel Bartík
36f8472e28
no log: Fix titulky provider TypeError (#1760) 2022-03-11 13:56:20 -05:00