summaryrefslogtreecommitdiffhomepage
path: root/custom_libs
AgeCommit message (Collapse)Author
2024-07-10Fixed issue with soustitreseu when guessit is unable to guess episode or ↵morpheus65535
season from release name. #2569
2024-07-09Merge remote-tracking branch 'origin/development' into developmentv1.4.4-beta.20morpheus65535
2024-07-09Improved subdl provider to filter out non SRT or ASS subtitlesmorpheus65535
2024-07-09Update fese (extractor) (cover #2538)Vitiko
2024-07-09Fixed animetosho empty language fallback (#2571)Anderson Shindy Oki
2024-07-09no log: small improvement to subdl languages conversionmorpheus65535
2024-07-09Fixed pt-BR issue with subdl provider.morpheus65535
2024-07-07Added subdl provider initial implementationmorpheus65535
2024-06-25Fixed usage of pysubs2 removed exception in subliminal_patchAnderson Shindy Oki
2024-06-20Merge remote-tracking branch 'origin/development' into developmentv1.4.4-beta.10morpheus65535
2024-06-20Fixed opensubtitles.com provider not being throttled properly when server ↵morpheus65535
returned http 500.
2024-06-18Subtitle class: get format dinamically (fix #2514)v1.4.4-beta.9Vitiko
2024-06-18Fixed legendasdivx provider while searching for movies subtitlesmodem
2024-06-18Fixed unhandled exception in opensubtitles.com provider login method. #2545morpheus65535
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-08Fixed provider legendasdivx unable to find series subtitles. #2509Anderson Shindy Oki
* fix: quotes surround series name not season * feat: Add search via series imdb id * chore: Add comment * fix: Last small fixes
2024-06-06Fixed external subtitles indexing on some platforms where filesystem ↵morpheus65535
encoding may be using a different UTF8 normalization form.
2024-05-27Fixed subdivx series search process. #2499morpheus65535
2024-05-13no log: fixed empty subtitles being savedmorpheus65535
2024-05-12Fixed issue while saving some odd case ASS embedded subtitles.v1.4.3-beta.37morpheus65535
2024-05-10Fixed issue with subssabbz provider comparing None with int.v1.4.3-beta.35morpheus65535
2024-05-10Fixed issue with subsunacs provider comparing None with int.morpheus65535
2024-05-09Removed closed subscene providermorpheus65535
2024-05-04Added animetosho release infov1.4.3-beta.31Anderson Shindy Oki
2024-05-02Fixed HI subtitles identification when downloading and improved some ↵morpheus65535
constants. #2386
2024-05-02Fixed embedded ASS subtitles writing encoding errorJayZed
For a couple of files, I had UnicodeEncodeErrors raised when writing out a file it had successfully read in. In my case, the output file was truncated to 1 KB.
2024-04-30Fixed Animetosho provider error for tv showsv1.4.3-beta.28Anderson Shindy Oki
* chore: Skip anime * wip
2024-04-29Improved whisper provider to not throttle when unsupported audio language is ↵JayZed
encountered. #2474 As we have noted before, bad input data should be no reason to throttle a provider. In this case, if the input language was not supported by whisper, we were raising a ValueError that was never caught and causing an error in the whisper provider for which it was throttled. Instead, we are now detecting this case and logging an error message. However, given that the input language was not one of the 99 currently known to whisper, it's probably a mislabeled audio track. If the user desired output language is English, then we will tell whisper that the input audio is also English and ask it to transcribe it. Whisper does a very good job of transcribing almost anything to English, so it's worth a try. This should address the throttling in issue #2474.
2024-04-24Fixed animetosho provider empty subtitle name. #2468Anderson Shindy Oki
2024-04-24Fixed SyntaxWarning with Python 3.12. #2462morpheus65535
2024-04-23Embedded Subtitles provider: handle FileNotFoundErrorv1.4.3-beta.25Vitiko
2024-04-21Added minimal Python 3.12 compatibility. Not yet official support.morpheus65535
2024-04-19Added additional languages to animetosho providerv1.4.3-beta.22Anderson Shindy Oki
2024-04-14Added animetosho providerv1.4.3-beta.18Anderson Shindy Oki
2024-04-10Improved best subtitles logging when score is below minimum score.v1.4.3-beta.17morpheus65535
2024-03-18Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2024-03-18Fixed betaseries provider when series doesn't exist. #2431morpheus65535
2024-03-16Improved multiple exceptions catching and fixed some other providers issuesJayZed
* Backup files should be listed with newest ones first Just like Sonarr and Radarr and everyone else. * Add check_parser_binary() validation method This is mainly to prevent the user from selecting mediainfo as the subtitles parser if it has not yet been installed on the user's system somewhere in the PATH. * import JSONDecodeError from requests.exceptions instead of json Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause. * import JSONDecodeError from requests.exceptions instead of json Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause. Also fixed User-Agent assignment.
2024-03-12Fixed and improved UI while correcting textJayZed
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries