summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2024-09-22Removed unnecessary vendored argparse module since it's included in Python ↵morpheus65535
since 3.2
2024-07-09no log: add dist-infoVitiko
2024-07-09Update fese (extractor) (cover #2538)Vitiko
2024-07-04Upgraded knowit to latest version to fix some long-lasting issue.morpheus65535
2024-06-08Updated pysubs2 to 1.7.2Anderson Shindy Oki
* chore: Bump pysubs2 to v1.7.1 * chore: bump version to 1.7.2 * remove bin
2024-06-08Improved global search functionJayZed
* Use Hamming textdistance library Used Hamming textdistance to sort by closest match. * Global search UI improvements Increased dropdown height to show more results initially (and which can also be scrolled into view). Scrollbars will appear automatically as needed. Remove dropdown when Search box is cleared. * Added textdistance 4.6.2 library
2024-05-25no log: Delete libs/apprise/apprise.pyimorpheus65535
2024-05-25no log: Delete libs/apprise/apprise.pymorpheus65535
2024-05-24Reverted to apprise 1.7.6 to fix an issue with the upgrade process first. ↵v1.4.3-beta.40morpheus65535
1.8.0 will get back in nightly shortly. #2497
2024-05-12no log: Delete libs/apprise/Apprise.pyv1.4.3-beta.38morpheus65535
2024-05-12no log: Delete libs/apprise/Apprise.pyimorpheus65535
2024-05-12Fixed uppercase issue in Apprise module name.morpheus65535
2024-05-11Updated apprise to 1.8.0v1.4.3-beta.36morpheus65535
2024-04-15Updated apprise to version 1.7.6morpheus65535
2024-03-10Updated apprise to latest version to prevent deadlocks issue in 1.7.3.v1.4.3-beta.10morpheus65535
2024-03-07Rolled back cloudscraper to fix captcha v1 solving issue.v1.4.3-beta.9morpheus65535
2024-03-05Updated fese module to latest version to fix embedded subtitles provider. #2423v1.4.3-beta.8morpheus65535
2024-03-03no log: latest apprise upgradev1.4.3-beta.6morpheus65535
2024-03-03no log: small version fixmorpheus65535
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries
2024-02-26Include server URL in Yify subtitle page linkv1.4.3-beta.3JayZed
Fix for issue #2409
2024-02-26Improved debug logging for whisperaiJayZed
2024-02-23Subdivx Provider: major updatesVitiko
2024-02-19Updated fallback language for embeddedsubtitles provider to be able to ↵MrHereAndThere
specify the one to use
2024-02-19Added AvistaZ and CinemaZ subtitles providerHlib
2024-02-16Fixed subdivx issue with foreign title encoding issue. #2395v1.4.2-beta.7v1.4.2morpheus65535
2024-02-15Merge remote-tracking branch 'origin/development' into developmentv1.4.2-beta.6morpheus65535
2024-02-15Fixed subdivx provider to use alternative titles. #2378morpheus65535
2024-02-15Updated titrari providerBogdan Ilisei
2024-02-11Added support for opensubtitles.com dedicated VIP subdomain that get ↵v1.4.2-beta.3morpheus65535
automatically used according to subscription status.
2024-02-08Revert "Fixed podnapisi results parsing"v1.4.2-beta.1morpheus65535
This reverts commit 27d7f96599b0bf825052a146a0cb5def833f7ce9.
2024-02-08Fixed podnapisi results parsingTomislav Filipcic
2024-02-07Fixed opensubtitles.com filtering AI translated subtitles even when they are ↵v1.4.2-beta.0morpheus65535
requested by user. #2381
2024-02-02Fixed forced subtitles download loopv1.4.1-beta.22v1.4.1Lawrence A
Searching for the best forced subtitles for a given language was resulting in all forced subtitles for that language being downloaded in descending score order until the minimum score was reached. Not only did this burn through any download limits imposed by providers, it left poor quality subtitles downloaded (which could later be automatically upgraded to the first choice). This change uses the string conversion of Language objects instead of their basenames when working out when to stop downloading subtitles, as this takes into account the forced flag while still ignoring the hearing impaired flag.
2024-02-02Fixed debug logging of opensubtitlescom providerLawrence A
2024-01-28Added separate values to whisperai provider for connection and read timeoutsv1.4.1-beta.20JayZed
Added "response" key with default value of 5 to pair with existing "timeout" key which has a default of 3600 sec. Both values can be updated in WhisperAI settings dialog by user. More information about these timeouts here: https://reqbin.com/code/python/3zdpeao1/python-requests-timeout-example
2024-01-28Embedded Subtitles Provider: handle KeyError for cached pathsVitiko
2024-01-28Add Argenteam Dump ProviderVitiko
2024-01-23Fixed wizdom provider to handle Zip files with more than one (up to two ↵JayZed
entries). #2351
2024-01-13Fixed titlovi provider not being properly throttled and resulting in account ↵v1.4.1-beta.16morpheus65535
locking. #2062
2024-01-12Removed aRGENTeaM provider that have been recently closed. #2352morpheus65535
2024-01-10Improved subtitles synchronisation settings and added a manual sync modalv1.4.1-beta.14morpheus65535
2024-01-05Fixed some Whisper issues and added logging level selector for this specific ↵JayZed
provider
2023-12-31Fixed betaseries parsing issuev1.4.1-beta.11morpheus65535
2023-12-31Fixed podnapisi search results parsing errormorpheus65535
2023-12-28Improved error handling for betaseries provider.v1.4.1-beta.9morpheus65535
2023-12-28Increased supersubtitles connection timeout and properly deal with invalid ↵morpheus65535
JSON returned from their API.
2023-12-28Increased podnapisi connection timeout to prevent provider throttling when ↵morpheus65535
their servers are slower than usual.
2023-12-28Fixed zimuku provider protection bypass. #2334morpheus65535
2023-12-26Added opensubtitlescom settings to include AI translated subtitles in search ↵morpheus65535
results.