summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-09no log: removing leftover subscene remnantsv1.4.3-beta.34morpheus65535
2024-05-09Removed closed subscene providermorpheus65535
2024-05-08Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.33morpheus65535
2024-05-08Removed dependency over moment libraryAnderson Shindy Oki
* feat: remove moment dependency * refactor * add tests * small format * rename argument
2024-05-08Removed dependency over moment Anderson Shindy Oki
* feat: remove moment dependency * refactor * add tests * small format * rename argument
2024-05-08Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2024-05-08Fixed db migrations dropping tables content because of ForeignKey ↵morpheus65535
constraints. #2489
2024-05-07no log: Fix husky installation (#2488)Anderson Shindy Oki
2024-05-06Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.32morpheus65535
2024-05-06Added a database migration to get past the issues with incomplete ↵morpheus65535
table_languages_profiles. ##2485
2024-05-06no log: Bump recharts from 2.12.4 to 2.12.6 in /frontend (#2487)dependabot[bot]
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-04Added animetosho release infov1.4.3-beta.31Anderson Shindy Oki
2024-05-02no log: pep8 fixesv1.4.3-beta.30morpheus65535
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-05-01Added timeout to update check API callv1.4.3-beta.29Wim de With
2024-04-30Fixed Animetosho provider error for tv showsv1.4.3-beta.28Anderson Shindy Oki
* chore: Skip anime * wip
2024-04-29no log: Bump @testing-library/react from 14.3.0 to 15.0.5 in /frontend (#2478)v1.4.3-beta.27dependabot[bot]
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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-29no log: fixed tasks view when running in dev environment (--no-tasks).morpheus65535
2024-04-24Improved cutoff options label. #2466v1.4.3-beta.26Anderson Shindy Oki
2024-04-24no log: Fix anidb enrichment return type (#2472)Anderson Shindy Oki
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-21Fixed Anidb refinement for not anime episodes. #2463v1.4.3-beta.24Anderson Shindy Oki
2024-04-21Added minimal Python 3.12 compatibility. Not yet official support.morpheus65535
2024-04-20Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.23morpheus65535
2024-04-20no log: pep8 fixmorpheus65535
2024-04-20Additional fix for restart process. #2456morpheus65535
2024-04-20no log: add dependabot groups (#2461)Anderson Shindy Oki
2024-04-19Added additional languages to animetosho providerv1.4.3-beta.22Anderson Shindy Oki
2024-04-18Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456v1.4.3-beta.21morpheus65535
2024-04-18no log: add AvistaZ and CinemaZ to supported providers list in readmeHlib
2024-04-16no log: table overflow wrapper specific to upload modal (#2459)v1.4.3-beta.20Anderson Shindy Oki
* fix: table overflow wrapper specific to upload modal * chore: apply prettier
2024-04-16no log: add animetosho provider anidb integration required message (#2457)Anderson Shindy Oki
* chore: add animetosho provider anidb intergration required message * chore: cs
2024-04-16Fixed mass editor returning a 413 error with a large series/movies set.morpheus65535
2024-04-16Fixed Swagger UI broken since last libraries update (1.4.3-beta)morpheus65535
2024-04-15Fixed subtitle toolbox overlapv1.4.3-beta.19Anderson Shindy Oki
2024-04-15Updated apprise to version 1.7.6morpheus65535
2024-04-15Fixed manual upload table long names without spacing. #2448Anderson Shindy Oki
2024-04-15Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2024-04-15Fixed the upgrade subtitles loop when languages profile is set to normal or ↵morpheus65535
HI. We now delete the previous subtitles just before saving the new one.
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-04-09Upgraded some frontend dependenciesv1.4.3-beta.16morpheus65535
2024-04-08Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2024-04-08no log: revert Bump @fortawesome/free-regular-svg-icons in /frontend ↵morpheus65535
(#2446)" (#2447) This reverts commit d91b2764966facd5ed4243007aab0634cfdbb911.