Samuel Bartík
1874f29789
Fixed titulky NameError issue
1 month ago
morpheus65535
92107a2425
Fixed subtitrari noi provider issue while downloading some subtitles. #2708
1 month ago
pannal
f50bcf34ac
Fixed bad non-HI detection with embedded provider when forced subtitles available
1 month ago
Samuel Bartík
f296ba5336
Added the option to skip mismatched fps to Titulky
2 months ago
Petar Lotrean
a4873fc0f5
Added season pack download feature to titlovi
2 months ago
Alvaro Chavez
4f2bcc17d9
Implemented subdivx version resolution for buscar parameter
2 months ago
JayZed
e544e1fab1
When multiple audio streams exist, pick the correct one for whisper to process ( #2688 )
2 months ago
morpheus65535
a1fac160fb
Fixed subdivx provider after recent changes to their website. #2686
2 months ago
Hoang Dinh
c69be93cd6
Improved embeddedsubtitles provider by turning on Audio Sync during audio extraction process
2 months ago
morpheus65535
42781d5b68
no log: some pep8 fixes to legendasnet
2 months ago
Matheus Amendola
b8aa2a8b1a
Added support for Legendas.net provider
2 months ago
morpheus65535
f6c5ee6bfc
Fixed podnapisi AttributeError
3 months ago
GabbeHags
92708e722f
Made all subf2m test pass ( #2645 )
3 months ago
Anderson Shindy Oki
0fd635c72d
Fixed zimuku provider skipping non lowercase subtitles ( #2644 )
3 months ago
morpheus65535
cfa9004040
Fixed timeout while querying subdivx provider. #2633
3 months ago
Nejc Kovač
74f2c66464
Fixed Podnapisi not returning any subtitles
3 months ago
GabbeHags
855da6b1bb
Fixed subf2m search process by stripping html title result before using regex
3 months ago
Hlib
dc9df6814b
Fixed provider AvistaZ & CinemaZ optional subtitle Uploader ( #2628 )
3 months ago
Hlib
0fc334f731
Fixed AvistaZ and CinemaZ scraping when the Reseed notification is displayed
4 months ago
The Man
866b1d5894
Added jimaku provider ( #2505 )
...
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
4 months ago
Vitiko
4a34186985
SuperSubtitles: handle KeyError for movie searches
4 months ago
Vitiko
8fe8eaf7da
Subdl Provider: avoid raising exception on no results
...
ProviderError is raised when the movie or the TVShow is not found,
causing Bazarr to throttle the provider instead of returning an empty
list.
4 months ago
Vitiko
e4429e1a41
no log: Fix #2578
4 months ago
Vitiko
b4195934c1
HDBits provider: handle KeyError (common exception)
4 months ago
Vitiko
91a35317cc
Subdl Provider: add tests and use standard utils
4 months ago
morpheus65535
ebf3471eec
Fixed issue with soustitreseu when guessit is unable to guess episode or season from release name. #2569
5 months ago
morpheus65535
ca7f68bbc8
Merge remote-tracking branch 'origin/development' into development
5 months ago
morpheus65535
e3a3ef1e93
Improved subdl provider to filter out non SRT or ASS subtitles
5 months ago
Vitiko
aafaf1cbf1
Update fese (extractor) (cover #2538 )
5 months ago
Anderson Shindy Oki
12e7bbfb01
Fixed animetosho empty language fallback ( #2571 )
5 months ago
morpheus65535
032e8b812d
no log: small improvement to subdl languages conversion
5 months ago
morpheus65535
a15b8d5602
Fixed pt-BR issue with subdl provider.
5 months ago
morpheus65535
40985fdee3
Added subdl provider initial implementation
5 months ago
morpheus65535
2f1e3645b0
Merge remote-tracking branch 'origin/development' into development
5 months ago
morpheus65535
76175a889b
Fixed opensubtitles.com provider not being throttled properly when server returned http 500.
5 months ago
modem
9a52b3c539
Fixed legendasdivx provider while searching for movies subtitles
5 months ago
morpheus65535
fb83ec4081
Fixed unhandled exception in opensubtitles.com provider login method. #2545
5 months ago
Anderson Shindy Oki
a8c1794061
Fixed provider legendasdivx unable to find series subtitles. #2509
...
* fix: quotes surround series name not season
* feat: Add search via series imdb id
* chore: Add comment
* fix: Last small fixes
6 months ago
morpheus65535
0e183c428b
Fixed subdivx series search process. #2499
6 months ago
morpheus65535
006ee0f63a
Fixed issue with subssabbz provider comparing None with int.
7 months ago
morpheus65535
47011f429a
Fixed issue with subsunacs provider comparing None with int.
7 months ago
morpheus65535
bb4b01f3fb
Removed closed subscene provider
7 months ago
Anderson Shindy Oki
970b0f9d47
Added animetosho release info
7 months ago
JayZed
bea2f0b781
Fixed embedded ASS subtitles writing encoding error
...
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.
7 months ago
Anderson Shindy Oki
2782551c9b
Fixed Animetosho provider error for tv shows
...
* chore: Skip anime
* wip
7 months ago
JayZed
5749971d67
Improved whisper provider to not throttle when unsupported audio language is 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 .
7 months ago
Anderson Shindy Oki
5e0433834e
Fixed animetosho provider empty subtitle name. #2468
7 months ago
Vitiko
369b2c7343
Embedded Subtitles provider: handle FileNotFoundError
7 months ago
morpheus65535
6dbe143364
Added minimal Python 3.12 compatibility. Not yet official support.
7 months ago
Anderson Shindy Oki
73224866cb
Added additional languages to animetosho provider
7 months ago