1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-21 23:32:31 +00:00
Commit graph

4634 commits

Author SHA1 Message Date
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
5429749e72
no log: Update schedule.yaml 2024-03-20 13:22:04 -04:00
morpheus65535
c2ed1cdb58
no log: Update schedule.yaml 2024-03-20 13:20:51 -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
dependabot[bot]
369622834b
no log: Bump @types/node from 20.11.26 to 20.11.29 in /frontend (#2435)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.26 to 20.11.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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-18 19:10:42 -04:00
dependabot[bot]
1852337ec7
no log: Bump actions/setup-python from 4 to 5 (#2434)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-18 19:09:22 -04:00
JayZed
ec85f6e172
Improved multiple exceptions catching and fixed some other providers issues
* 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-16 22:10:50 -04:00
JayZed
d875dc7733 Merge branch 'development' of https://github.com/morpheus65535/bazarr into development 2024-03-13 23:14:00 -04:00
morpheus65535
1c25d125d3 Merge remote-tracking branch 'origin/development' into development 2024-03-12 23:42:53 -04:00
morpheus65535
a9f438b548 Fixed overflowing of episode titles in wanted view. #2419 2024-03-12 23:42:49 -04:00
JayZed
814b1af79f
Fixed and improved UI while correcting text 2024-03-12 23:03:08 -04:00
morpheus65535
2b9275244b Updated other React dependencies. 2024-03-12 22:48:00 -04:00
dependabot[bot]
4d94aa2675
no log: Bump @types/react-dom from 18.2.19 to 18.2.21 in /frontend (#2427)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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-11 20:10:39 -04:00
dependabot[bot]
5a447fe488
no log: Bump actions/cache from 3 to 4 (#2428)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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-11 20:09:49 -04:00
morpheus65535
aedf2d4d89 Updated apprise to latest version to prevent deadlocks issue in 1.7.3. 2024-03-10 09:44:50 -04:00
morpheus65535
35eabb6a83 no log: updated CI dependencies 2024-03-08 13:41:24 -05:00
morpheus65535
213a04405d Rolled back cloudscraper to fix captcha v1 solving issue. 2024-03-07 21:43:26 -05:00
morpheus65535
1428edfb8b Updated fese module to latest version to fix embedded subtitles provider. #2423 2024-03-05 17:21:42 -05:00
JayZed
afa529c4b3
Added Test Connection button for whisper provider 2024-03-04 23:10:50 -05:00
JayZed
345b6b3718
Fixed unbound local variable if 0 movies in database. #2417 2024-03-04 22:53:30 -05:00
JayZed
33f82fe445
Added Weekly Sync option for Radarr and Sonarr 2024-03-04 22:52:24 -05:00
morpheus65535
e5db62eb95 no log: latest apprise upgrade 2024-03-03 22:47:09 -05:00