Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-10 | Fixed issue with soustitreseu when guessit is unable to guess episode or ↵ | morpheus65535 | |
season from release name. #2569 | |||
2024-07-09 | Merge remote-tracking branch 'origin/development' into developmentv1.4.4-beta.20 | morpheus65535 | |
2024-07-09 | Improved subdl provider to filter out non SRT or ASS subtitles | morpheus65535 | |
2024-07-09 | Update fese (extractor) (cover #2538) | Vitiko | |
2024-07-09 | Fixed animetosho empty language fallback (#2571) | Anderson Shindy Oki | |
2024-07-09 | no log: small improvement to subdl languages conversion | morpheus65535 | |
2024-07-09 | Fixed pt-BR issue with subdl provider. | morpheus65535 | |
2024-07-07 | Added subdl provider initial implementation | morpheus65535 | |
2024-06-25 | Fixed usage of pysubs2 removed exception in subliminal_patch | Anderson Shindy Oki | |
2024-06-20 | Merge remote-tracking branch 'origin/development' into developmentv1.4.4-beta.10 | morpheus65535 | |
2024-06-20 | Fixed opensubtitles.com provider not being throttled properly when server ↵ | morpheus65535 | |
returned http 500. | |||
2024-06-18 | Subtitle class: get format dinamically (fix #2514)v1.4.4-beta.9 | Vitiko | |
2024-06-18 | Fixed legendasdivx provider while searching for movies subtitles | modem | |
2024-06-18 | Fixed unhandled exception in opensubtitles.com provider login method. #2545 | morpheus65535 | |
2024-06-08 | Updated pysubs2 to 1.7.2 | Anderson Shindy Oki | |
* chore: Bump pysubs2 to v1.7.1 * chore: bump version to 1.7.2 * remove bin | |||
2024-06-08 | Fixed provider legendasdivx unable to find series subtitles. #2509 | Anderson 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-06 | Fixed external subtitles indexing on some platforms where filesystem ↵ | morpheus65535 | |
encoding may be using a different UTF8 normalization form. | |||
2024-05-27 | Fixed subdivx series search process. #2499 | morpheus65535 | |
2024-05-13 | no log: fixed empty subtitles being saved | morpheus65535 | |
2024-05-12 | Fixed issue while saving some odd case ASS embedded subtitles.v1.4.3-beta.37 | morpheus65535 | |
2024-05-10 | Fixed issue with subssabbz provider comparing None with int.v1.4.3-beta.35 | morpheus65535 | |
2024-05-10 | Fixed issue with subsunacs provider comparing None with int. | morpheus65535 | |
2024-05-09 | Removed closed subscene provider | morpheus65535 | |
2024-05-04 | Added animetosho release infov1.4.3-beta.31 | Anderson Shindy Oki | |
2024-05-02 | Fixed HI subtitles identification when downloading and improved some ↵ | morpheus65535 | |
constants. #2386 | |||
2024-05-02 | Fixed embedded ASS subtitles writing encoding error | JayZed | |
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-30 | Fixed Animetosho provider error for tv showsv1.4.3-beta.28 | Anderson Shindy Oki | |
* chore: Skip anime * wip | |||
2024-04-29 | Improved 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-24 | Fixed animetosho provider empty subtitle name. #2468 | Anderson Shindy Oki | |
2024-04-24 | Fixed SyntaxWarning with Python 3.12. #2462 | morpheus65535 | |
2024-04-23 | Embedded Subtitles provider: handle FileNotFoundErrorv1.4.3-beta.25 | Vitiko | |
2024-04-21 | Added minimal Python 3.12 compatibility. Not yet official support. | morpheus65535 | |
2024-04-19 | Added additional languages to animetosho providerv1.4.3-beta.22 | Anderson Shindy Oki | |
2024-04-14 | Added animetosho providerv1.4.3-beta.18 | Anderson Shindy Oki | |
2024-04-10 | Improved best subtitles logging when score is below minimum score.v1.4.3-beta.17 | morpheus65535 | |
2024-03-18 | Merge remote-tracking branch 'origin/development' into development | morpheus65535 | |
2024-03-18 | Fixed betaseries provider when series doesn't exist. #2431 | morpheus65535 | |
2024-03-16 | Improved multiple exceptions catching and fixed some other providers issues | JayZed | |
* 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-12 | Fixed and improved UI while correcting text | JayZed | |
2024-03-03 | Updated multiple Python modules (now in libs and custom_libs directories) ↵ | morpheus65535 | |
and React libraries |