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()
3 years ago
Vitiko
f01d916f95
Embedded subtitles provider: improve exception handling
...
Related to fese's library update. Close #1819
3 years ago
Vitiko
9e2b2d8b00
no log: update legendasdivx subtitle id property (again)
3 years ago
Vitiko
4e6fd61188
no log: update legendasdivx subtitle id property
3 years ago
Vitiko
23e847290b
Legendasdivx provider: improve subtitles ID consistency
3 years ago
Samuel Bartík
e6551dc4d3
Fixed Titulky provider and made some code maintenance
3 years ago
Samuel Bartík
a4d9eb694d
Improved search and fixed some issues with Titulky provider
3 years ago
Vitiko
883b0fe7a1
Subdivx Provider: improve episode searching and downloading
3 years ago
Vitiko
a95086555f
no log: add update_matches() providers util
3 years ago
Vitiko
d95d6b9d35
no log: update subf2m provider
3 years ago
Vitiko
5e0461eee5
no log: add subliminal_patch provider utils
...
This will be used to modulate and simplify some tasks and reduce redundant code
3 years ago
Vitiko
63eded5aa3
Add subf2m.co Provider
3 years ago
Vitiko
9a327b9e4d
no log: fix AttributeError on providers mixin
3 years ago
Vitiko
75f3ac9f6c
Improve episode detection from compressed series packs
3 years ago
Vitiko
31e4f835cf
SuperSubtitles Provider: fix filetype detection
3 years ago
Vitiko
d3e3e31fa1
Embedded subtitles provider: add timeout option
3 years ago
Samuel Bartík
ec24f3c854
Fixed Titulky login caching
3 years ago
morpheus65535
ebde572ca2
no log: some small improvements to opensubtitles.com provider
3 years ago
Vitiko
4c063bc682
no log: update supersubtitles.py comments
3 years ago
Vitiko
7040fbc071
Supersubtitles provider: Fix AttributeError for some queries ( #1792 )
3 years ago
morpheus65535
77da09d51f
Removed support for BSplayer providers because it was causing way much issue than providing subtitles.
3 years ago
Vitiko
86d6c211af
Fix ValueError for persistent pools on multithreaded setups
3 years ago
Vitiko
8c4e83c18d
Fix subliminal core: wrong providers being restarted
3 years ago
Liang Yi
50a252fdd7
Frontend improvement and cleanup ( #1690 )
...
* Replace Create-React-App with Vite.js
* Update React-Router to v6
* Cleanup unused codes
3 years ago
maxwillx
33a9e512ac
Added languages profile settings to prevent downloaded subtitles from being converted to srt.
3 years ago
morpheus65535
6edc196163
Fixed Invalid IPv6 URL exception with common fix
3 years ago
morpheus65535
b73c7866e0
no log: one more fix for legendasdivx
3 years ago
morpheus65535
040ddb2362
Improved throttling of LegendasDivx provider to prevent IP address blocking by reaching 150 searches a day. #1757
3 years ago
Samuel Bartík
36f8472e28
no log: Fix titulky provider TypeError ( #1760 )
3 years ago
Samuel Bartík
8a9fbbeaec
Fixed titulky provider UnicodeEncodeError
3 years ago
morpheus65535
bd5aae7f77
Fixed opensubtitlescom provider to remove filename from query because it was too specific and reduced number of subtitles returned for no good reason.
3 years ago
morpheus65535
c23ce4a4d1
Reverted auditok to ffsubsync supported version
3 years ago
Vitiko
4a777c13c8
no log: update fese library
...
This directly improves the integrity check of subtitles from the
Embedded Subtitles provider.
3 years ago
Vitiko
644617c7c2
Improve Argenteam results matching (Covers #1728 )
3 years ago
3klips
a22bb0fd12
Fixed addic7ed subtitles search query to return all languages instead of relying on filter defined in addic7ed profiles.
3 years ago
morpheus65535
23e2626df9
Fixed legendastv issue since rarfile upgrade. #1711
3 years ago
Samuel Bartík
45f085eb5d
Added cookies caching to titulky provider
3 years ago
morpheus65535
2a8dd4a89c
no log: opensubtitles.com - fixed query arguments ordering to prevent redirection and additional request to provider.
3 years ago
morpheus65535
83e36e4c1c
Fixed JSON parsing exception in supersubtitles provider. #1700
3 years ago
morpheus65535
6b36920b1c
no log: improvement to opensubtitles.com again
3 years ago
morpheus65535
669bd3376a
Improved opensubtitles.com resilience and properly deal with the Invalid JSON/Bad Gateway exception.
3 years ago
morpheus65535
d879128dcd
Improved retry and exception handling in opensubtitles.com provider.
3 years ago
morpheus65535
c7500c1d04
Fixed missing tzdata module. #1693
3 years ago
morpheus65535
0c3c5a02a7
Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies.
3 years ago
Vitiko
36bf0d219d
no log: remove useless conditional
3 years ago
Vitiko
4c15a50134
Add Embedded Subtitles mergerfs mode
3 years ago
Vitiko
111998eb79
Add Embedded Subtitles provider memoization/cache
3 years ago
morpheus65535
75d73cf604
Fixed Subscene provider for US shows. #1678
3 years ago
Vitiko
8ad4ec95f9
Improve Subdivx provider: use a random cookie to speed up downloads and
...
match release groups properly
3 years ago
th3r3v
6c22b7aedd
Fixed SuperSubtitles provider and made some improvements ( #1668 )
...
SuperSubtitles provider:
- added Referer header to the session, to avoid being redirected to the main page while searching for series ID
- improved the inconsistent naming logic. Via this solution, it is not necessary anymore to add an exclusion for every Marvel series that has a different name on this provider.
- the series-related part of the subtitle search logic has been refactored to use a different (JSON) endpoint, based on the SuperSubtitles XBMC (Kodi) plugin
- changed the format of the release_info, for better scoring results
- improved the "get_matches" logic of the provider, to check for resolution and source, plus removed some unnecessary checks too
3 years ago
morpheus65535
dbf0bf2638
Fixed issue with addic7ed where alternative titles were not used properly in during searches. #1669
3 years ago
morpheus65535
58a967c892
Added settings to change the hearing-impaired subtitles file extension to use when saving to disk.
3 years ago
Anthony Arnaud
1a03d9fd12
Added cookies option for addic7ed to avoid anti-captcha provider requirement
3 years ago
morpheus65535
f55492a25c
Upgraded guessit to latest version and include new dependencies.
3 years ago
Antoine Malliarakis
c83d661fb1
no log: Remove unsolicited test logs from soustitres.eu
3 years ago
Samuel Bartík
3653ef163f
Added validation for V.I.P. account status in titulky provider
3 years ago
Vitiko
68a9f2fb0c
Handle InvalidFile with Embedded Subtitles Provider ( close #1652 )
3 years ago
Vitiko
1261e91870
Add MustGetBlacklisted exception for redundant download_subtitle calls
3 years ago
Vitiko
b90dab03e8
Add hi_fallback option to Embedded Subtitles Provider
3 years ago
morpheus65535
d8f14560e3
Improved search speed by reusing providers pools
3 years ago
Vitiko
d373bc8c0e
Subdivx provider: Improve scraper
3 years ago
Vitiko
75926dc776
Fix broken Subdivx provider: update scraper
...
Subdivx provider has been broken for about one week. They have made
some changes on their API.
3 years ago
morpheus65535
46051646c6
Improved opensubtitles.com server-side error handling
3 years ago
Vitiko
c05997bd33
no log: update fese version
3 years ago
Vitiko
e65d643fae
Embedded Subtitles provider: fix language error ( fix #1653 )
3 years ago
Vitiko
5d8897f675
Fix Addic7ed provider: handle language errors, avoid guessit exception and match version for movies
3 years ago
Vitiko
a88f0a7f19
Fix Addic7ed provider TypeError
3 years ago
Vitiko
048307e429
Update embeddedsubtitles provider: use original_path instead of name
3 years ago
Vitiko
d0b93a7b35
Update version.txt
3 years ago
morpheus65535
2faed982d9
Fixed issues with release_info for some providers. #1644
3 years ago
morpheus65535
5d1dccde99
Added vip and daily download limit to addic7ed and try to slow down a little to prevent being ip blocked by the provider.
3 years ago
Vitiko
b5c66e1470
Embedded Subtitles Provider: rebuild language if forced
3 years ago
Vitiko
9b74ad8610
Update Embedded Subtitles provider: add forced and ass-only support
3 years ago
Vitiko
ffca84a1b4
Add Embedded Subtitles provider
3 years ago
Vitiko
409e1a5854
Add fese module for embedded subtitles
3 years ago
Vitiko
718bd2f8b9
Add default attribute to Subtitle
3 years ago
morpheus65535
63b326aa2f
Implemented words/regex ban list for subtitles
3 years ago
morpheus65535
d51dc68ebb
Updated Apprise notification module to the latest providers.
3 years ago
morpheus65535
402c82d84f
Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now.
3 years ago
Vitiko
247f69c210
Fix Hosszupuska provider not returning results
3 years ago
Vitiko
92a60ef7bb
Update bad import (dev environment issue)
3 years ago
Vitiko
d2bbc479bc
Argenteam provider: fix decoding error
3 years ago
Vitiko
e1386aedc0
Avoid breaking function with optional keyword parameter
3 years ago
morpheus65535
4b8f0dbe81
Fixed addic7ed provider that wasn't able to find all shows. #1619
3 years ago
morpheus65535
c60c7513a5
Upgraded engine.io module to improve socket.io connection stability. Should help to prevent #1613 .
3 years ago
morpheus65535
a7a685491a
Merge remote-tracking branch 'origin/development' into development
3 years ago
Bruno Maia
592dc799e9
Improved sanitize function to replace apostrophe and backticks
3 years ago
morpheus65535
f0828959f3
Updated deep-translator module and made some fix to support translation to Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine.
3 years ago
Samuel Bartík
d8fffe8e52
Improved Titulky provider
3 years ago
morpheus65535
b53f8ad80a
Implemented some utility functions to subliminal_patch providers to list supported languages and video types.
3 years ago
morpheus65535
faa368b662
Fixed some issues in opensubtitles.com provider. #1602
3 years ago
redglory
0f31c9858b
no log: other improvement to LegendasDivx
3 years ago
redglory
f53ef40d57
Improved LegendasDivx provider to get more accurate results and prevent unnecessary throttling
3 years ago
Samuel Bartík
618bddebf9
added more improvement to Titulki provider
3 years ago
Samuel Bartík
006e17bdc2
Fixed some issues with Titulki provider
3 years ago
Samuel Bartík
0e50335e2d
Improved results with Titulki provider
3 years ago
Samuel Bartík
801ff0d478
Refactored the Titulki provider
3 years ago
morpheus65535
3d936ffccf
Removing TuSubtitulo per provider request. #1591
3 years ago
morpheus65535
c12c7b4064
Updated apscheduler to it's latest version.
3 years ago
morpheus65535
1842ea76f9
no log: updated version.txt
3 years ago