Commit Graph

4406 Commits

Author SHA1 Message Date
Anderson Shindy Oki 970b0f9d47
Added animetosho release info 2024-05-04 13:19:36 -04:00
morpheus65535 0bddb5ba55 no log: pep8 fixes 2024-05-02 22:53:36 -04:00
morpheus65535 2c4ed03817 Fixed HI subtitles identification when downloading and improved some constants. #2386 2024-05-02 22:05:41 -04:00
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.
2024-05-02 06:32:03 -04:00
Wim de With ad151ff139
Added timeout to update check API call 2024-05-01 06:13:55 -04:00
Anderson Shindy Oki 2782551c9b
Fixed Animetosho provider error for tv shows
* chore: Skip anime

* wip
2024-04-30 06:28:41 -04:00
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>
2024-04-29 22:13:28 -04:00
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.
2024-04-29 22:11:47 -04:00
morpheus65535 c5a5dc9ddf no log: fixed tasks view when running in dev environment (--no-tasks). 2024-04-29 16:06:34 -04:00
Anderson Shindy Oki 86b889d3b6
Improved cutoff options label. #2466 2024-04-24 22:34:42 -04:00
Anderson Shindy Oki 0bdfcd0eda
no log: Fix anidb enrichment return type (#2472) 2024-04-24 20:57:39 -04:00
Anderson Shindy Oki 5e0433834e
Fixed animetosho provider empty subtitle name. #2468 2024-04-24 20:27:04 -04:00
morpheus65535 fd190aad14 Fixed SyntaxWarning with Python 3.12. #2462 2024-04-24 06:49:38 -04:00
Vitiko 369b2c7343 Embedded Subtitles provider: handle FileNotFoundError 2024-04-23 17:20:36 -04:00
Anderson Shindy Oki a2fee0e1e4
Fixed Anidb refinement for not anime episodes. #2463 2024-04-21 22:11:32 -04:00
morpheus65535 6dbe143364 Added minimal Python 3.12 compatibility. Not yet official support. 2024-04-21 21:31:16 -04:00
morpheus65535 516df9d410 Merge remote-tracking branch 'origin/development' into development 2024-04-20 10:50:52 -04:00
morpheus65535 03dc2109f3 no log: pep8 fix 2024-04-20 10:50:32 -04:00
morpheus65535 abc4500443 Additional fix for restart process. #2456 2024-04-20 10:47:53 -04:00
Anderson Shindy Oki 6ecfc11012
no log: add dependabot groups (#2461) 2024-04-20 08:08:06 -04:00
Anderson Shindy Oki 73224866cb
Added additional languages to animetosho provider 2024-04-19 14:18:36 -04:00
morpheus65535 a39d874d3b Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456 2024-04-18 22:34:10 -04:00
Hlib 0322f22a51
no log: add AvistaZ and CinemaZ to supported providers list in readme 2024-04-18 12:38:38 -04:00
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
2024-04-16 22:54:07 -04:00
Anderson Shindy Oki b7be8007f2
no log: add animetosho provider anidb integration required message (#2457)
* chore: add animetosho provider anidb intergration required message

* chore: cs
2024-04-16 20:57:55 -04:00
morpheus65535 e4bc792ee0 Fixed mass editor returning a 413 error with a large series/movies set. 2024-04-16 20:54:52 -04:00
morpheus65535 a8c352854f Fixed Swagger UI broken since last libraries update (1.4.3-beta) 2024-04-16 20:20:34 -04:00
Anderson Shindy Oki af893847c6
Fixed subtitle toolbox overlap 2024-04-15 21:24:45 -04:00
morpheus65535 7578b8ef14 Updated apprise to version 1.7.6 2024-04-15 15:00:10 -04:00
Anderson Shindy Oki b2d807d9d9
Fixed manual upload table long names without spacing. #2448 2024-04-15 11:42:15 -04:00
morpheus65535 77a157f0dd Merge remote-tracking branch 'origin/development' into development 2024-04-15 08:17:55 -04:00
morpheus65535 8037ec033f Fixed the upgrade subtitles loop when languages profile is set to normal or HI. We now delete the previous subtitles just before saving the new one. 2024-04-15 08:17:51 -04:00
Anderson Shindy Oki 77ebd036f2
Added animetosho provider 2024-04-14 08:19:13 -04:00
morpheus65535 3c30492e71 Improved best subtitles logging when score is below minimum score. 2024-04-10 23:11:00 -04:00
morpheus65535 6fc4b41526 Upgraded some frontend dependencies 2024-04-09 06:29:51 -04:00
morpheus65535 adb9f4fb37 Merge remote-tracking branch 'origin/development' into development 2024-04-08 21:51:24 -04:00
morpheus65535 cdf40950b2
no log: revert Bump @fortawesome/free-regular-svg-icons in /frontend (#2446)" (#2447)
This reverts commit d91b276496.
2024-04-08 21:50:51 -04:00
morpheus65535 b2c0db61d0 Merge remote-tracking branch 'origin/development' into development 2024-04-08 21:38:17 -04:00
dependabot[bot] d91b276496
no log: Bump @fortawesome/free-regular-svg-icons in /frontend (#2446)
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-regular-svg-icons"
  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>
2024-04-08 20:58:37 -04:00
morpheus65535 3e9cfea3c5 Fixed restart loop when TCP port already in use. 2024-04-06 10:03:09 -04:00
dependabot[bot] 221d5aa2db
no log: Bump recharts from 2.12.2 to 2.12.3 in /frontend (#2444)
Bumps [recharts](https://github.com/recharts/recharts) from 2.12.2 to 2.12.3.
- [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.2...v2.12.3)

---
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>
2024-04-02 16:19:01 -04:00
morpheus65535 ad16acb88f Fixed improper redirection from login page when base_url isn't empty. 2024-04-01 10:01:09 -04:00
morpheus65535 4d11b9580c Fixed login page getting called even if authentication is disabled. #2441 2024-03-30 09:09:08 -04:00
Caden Gobat a41dc546aa
no log: Correct some misspellings and grammar (#2440) 2024-03-27 06:24:01 -04:00
dependabot[bot] 538e28fce6
no log: Bump @types/react from 18.2.65 to 18.2.70 in /frontend (#2438)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.65 to 18.2.70.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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>
2024-03-25 21:17:49 -04:00
dependabot[bot] 22a0f3be21
no log: Bump actions/setup-node from 3 to 4 (#2437)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  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>
2024-03-25 21:15:27 -04:00
morpheus65535 5fc93b48fb
no log: Update schedule.yaml 2024-03-20 13:22:21 -04:00
morpheus65535 8b6204d24f
no log: Update schedule.yaml 2024-03-20 13:19:49 -04:00
morpheus65535 19bc725c1b Merge remote-tracking branch 'origin/development' into development 2024-03-18 20:28:26 -04:00
morpheus65535 b4071f0af6 Fixed betaseries provider when series doesn't exist. #2431 2024-03-18 20:28:19 -04:00