morpheus65535
0e183c428b
Fixed subdivx series search process. #2499
6 months ago
morpheus65535
ebb0cc16b1
no log: Delete libs/apprise/apprise.pyi
6 months ago
morpheus65535
0abf56191c
no log: Delete libs/apprise/apprise.py
6 months ago
morpheus65535
5ca733eac0
Reverted to apprise 1.7.6 to fix an issue with the upgrade process first. 1.8.0 will get back in nightly shortly. #2497
6 months ago
morpheus65535
3e929d8ef9
Fixed upgrade process that was broken since Apprise 1.8.0 update. #2497
6 months ago
dependabot[bot]
07534282a2
no log: Bump @types/lodash from 4.17.0 to 4.17.1 in /frontend ( #2495 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
morpheus65535
d8e58cac83
no log: fixed empty subtitles being saved
6 months ago
morpheus65535
811394cec3
no log: Delete libs/apprise/Apprise.py
6 months ago
morpheus65535
9cb2708909
no log: Delete libs/apprise/Apprise.pyi
6 months ago
morpheus65535
d70a92e947
Fixed uppercase issue in Apprise module name.
6 months ago
morpheus65535
b3a5d43a10
Fixed issue while saving some odd case ASS embedded subtitles.
6 months ago
morpheus65535
fd0a8c3d3b
Emergency fix following Apprise 1.8.0 upgrade
6 months ago
morpheus65535
86d34039a3
Updated apprise to 1.8.0
6 months ago
morpheus65535
006ee0f63a
Fixed issue with subssabbz provider comparing None with int.
6 months ago
morpheus65535
47011f429a
Fixed issue with subsunacs provider comparing None with int.
6 months ago
morpheus65535
485122bfae
no log: removing leftover subscene remnants
6 months ago
morpheus65535
bb4b01f3fb
Removed closed subscene provider
6 months ago
morpheus65535
f914ed0cbf
Merge remote-tracking branch 'origin/development' into development
6 months ago
Anderson Shindy Oki
5b5beadf4d
Removed dependency over moment library
...
* feat: remove moment dependency
* refactor
* add tests
* small format
* rename argument
6 months ago
Anderson Shindy Oki
6e3422524c
Removed dependency over moment
...
* feat: remove moment dependency
* refactor
* add tests
* small format
* rename argument
6 months ago
morpheus65535
014ba07aea
Merge remote-tracking branch 'origin/development' into development
6 months ago
morpheus65535
4815313ac6
Fixed db migrations dropping tables content because of ForeignKey constraints. #2489
6 months ago
Anderson Shindy Oki
397310eff5
no log: Fix husky installation ( #2488 )
6 months ago
morpheus65535
d686ab71b2
Merge remote-tracking branch 'origin/development' into development
6 months ago
morpheus65535
5630c441b0
Added a database migration to get past the issues with incomplete table_languages_profiles. ##2485
6 months ago
dependabot[bot]
d886515f9c
no log: Bump recharts from 2.12.4 to 2.12.6 in /frontend ( #2487 )
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.12.4 to 2.12.6.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.12.4...v2.12.6 )
---
updated-dependencies:
- dependency-name: recharts
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
Anderson Shindy Oki
970b0f9d47
Added animetosho release info
6 months ago
morpheus65535
0bddb5ba55
no log: pep8 fixes
6 months ago
morpheus65535
2c4ed03817
Fixed HI subtitles identification when downloading and improved some constants. #2386
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
Wim de With
ad151ff139
Added timeout to update check API call
7 months ago
Anderson Shindy Oki
2782551c9b
Fixed Animetosho provider error for tv shows
...
* chore: Skip anime
* wip
7 months ago
dependabot[bot]
1c2538ef3c
no log: Bump @testing-library/react from 14.3.0 to 15.0.5 in /frontend ( #2478 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 14.3.0 to 15.0.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.3.0...v15.0.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
morpheus65535
c5a5dc9ddf
no log: fixed tasks view when running in dev environment (--no-tasks).
7 months ago
Anderson Shindy Oki
86b889d3b6
Improved cutoff options label. #2466
7 months ago
Anderson Shindy Oki
0bdfcd0eda
no log: Fix anidb enrichment return type ( #2472 )
7 months ago
Anderson Shindy Oki
5e0433834e
Fixed animetosho provider empty subtitle name. #2468
7 months ago
morpheus65535
fd190aad14
Fixed SyntaxWarning with Python 3.12. #2462
7 months ago
Vitiko
369b2c7343
Embedded Subtitles provider: handle FileNotFoundError
7 months ago
Anderson Shindy Oki
a2fee0e1e4
Fixed Anidb refinement for not anime episodes. #2463
7 months ago
morpheus65535
6dbe143364
Added minimal Python 3.12 compatibility. Not yet official support.
7 months ago
morpheus65535
516df9d410
Merge remote-tracking branch 'origin/development' into development
7 months ago
morpheus65535
03dc2109f3
no log: pep8 fix
7 months ago
morpheus65535
abc4500443
Additional fix for restart process. #2456
7 months ago
Anderson Shindy Oki
6ecfc11012
no log: add dependabot groups ( #2461 )
7 months ago
Anderson Shindy Oki
73224866cb
Added additional languages to animetosho provider
7 months ago
morpheus65535
a39d874d3b
Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456
7 months ago
Hlib
0322f22a51
no log: add AvistaZ and CinemaZ to supported providers list in readme
7 months ago
Anderson Shindy Oki
eff4568f72
no log: table overflow wrapper specific to upload modal ( #2459 )
...
* fix: table overflow wrapper specific to upload modal
* chore: apply prettier
7 months ago