Commit graph

4827 commits

Author SHA1 Message Date
github-actions[bot]
920853daee
Merge development into master 2025-05-11 16:41:18 +00:00
Sanjay Singh Rajpoot
eacb8b7068
Added frontend only Docker Image to support developpers 2025-05-10 07:35:30 -04:00
morpheus65535
71cd0c80c7 Fixed profiles sync with Sonarr and Radarr. #2932 2025-05-05 09:49:48 -04:00
morpheus65535
794b0067b0 Fixed titrari provider advanced search endpoint. #2930 2025-05-03 09:37:03 -04:00
morpheus65535
3a248b3741 Fixed subzero mods hearing-impaired removal regex broken in a82dca9. #2849 2025-04-29 23:11:46 -04:00
morpheus65535
c853de8bd7 Fixed small issues with subdl to improve throttling conditions 2025-04-28 07:06:10 -04:00
Facundo San Juan
a82dca914a
Fixed Sub-Zero Hearing Impaired subtitle content modifications. #2849 2025-04-27 16:23:01 -04:00
morpheus65535
3cb0316b95 Merge remote-tracking branch 'origin/development' into development 2025-04-27 11:04:21 -04:00
morpheus65535
17024a9899 Improved backup restore to help fix long-standing issue. #2850 2025-04-27 11:04:00 -04:00
Anderson Shindy Oki
5e53b5c846 no log: Bump react router to fix security vulnerability 2025-04-26 23:51:41 +09:00
dependabot[bot]
7222737d82
no log: Bump the mantine group in /frontend with 6 updates (#2918)
Bumps the mantine group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.17.3` | `7.17.4` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.17.3` | `7.17.4` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.17.3` | `7.17.4` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.17.3` | `7.17.4` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.17.3` | `7.17.4` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.17.3` | `7.17.4` |


Updates `@mantine/core` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/core)

Updates `@mantine/dropzone` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/dropzone)

Updates `@mantine/form` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/form)

Updates `@mantine/hooks` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.4/packages/@mantine/notifications)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/dropzone"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/form"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/modals"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-version: 7.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-26 23:49:20 +09:00
JayZed
db49fd6b03
Updated keyboard interrupt handling code 2025-04-25 21:12:29 -04:00
JayZed
2964a0c9ec
Updated regex to not remove sign in ASS subtitles in embedded subtitles 2025-04-25 13:43:13 -04:00
JayZed
c752796b82
Changed notification position to bottom-left to not obscure page navigation 2025-04-21 20:33:50 -04:00
Anderson Shindy Oki
c224a4415b no log: Bump @types/node to 22.14.1 2025-04-22 00:04:00 +09:00
Anderson Shindy Oki
ce3f7f77b2 no log: Bump vite-plugin-checker to 0.9.1 2025-04-22 00:02:49 +09:00
Anderson Shindy Oki
7cb987f55d
no log: Improve frontend tests (#2827) 2025-04-21 23:46:52 +09:00
Anderson Shindy Oki
cce50b2e69 no log: Revert vite to 6.2.4 2025-04-21 11:11:32 +09:00
dependabot[bot]
95e2314321
no log: Bump the react group in /frontend with 4 updates (#2903) 2025-04-21 11:05:43 +09:00
Anderson Shindy Oki
9db510dd49 no log: Bump vite to 6.3.2 2025-04-21 11:04:38 +09:00
morpheus65535
c8a255376b Merge remote-tracking branch 'origin/development' into development 2025-04-19 12:20:51 -04:00
morpheus65535
ee817c2b7e Fixed improper detection of Chinese subtitles for embedded subtitles provider. #2914 2025-04-19 12:20:44 -04:00
Tarantula
82dad607c1
Fixed improper uppercase for some release groups in matching routine 2025-04-16 23:52:34 -04:00
morpheus65535
19793cc2bb no log: updated python version in CONTRIBUTING.md 2025-04-16 07:21:00 -04:00
JayZed
b4e4ea5bb9
Additional multiline log file fixes 2025-04-13 14:00:33 -04:00
morpheus65535
29e1050a4a Merge remote-tracking branch 'origin/development' into development 2025-04-12 16:48:46 -04:00
morpheus65535
1f9b9d45b1 no log: relaxed lxml version requirement to allow version greater or equal to 5.0.0 2025-04-12 16:48:43 -04:00
JayZed
e91b71c6ec
Handle multiline log output without proper log file timestamp headers like produced by KnowIt errors 2025-04-12 15:24:13 -04:00
JayZed
d6e7773a0f
Whisper - eliminate "missing/bad audio track" errors when files have multiple audio streams 2025-04-12 14:12:09 -04:00
morpheus65535
85d75a72b8 Added an announcement about upcoming deprecation of Python 3.8 in Bazarr v1.6 2025-04-12 12:38:15 -04:00
morpheus65535
759da8a111 Added experimental Python 3.13 compatibility. #2803 2025-04-11 13:05:18 -04:00
remanifest
4642db334a
Replaced pipes with shlex in custom_libs/libfilebot/main.py 2025-04-10 21:34:05 -04:00
remanifest
9825a3a109
Replaced imghdr with filetype for image detection 2025-04-10 21:10:50 -04:00
morpheus65535
2c7294de0d Added an unauthenticated API endpoint to test Bazarr availability: /api/system/ping 2025-04-09 07:12:17 -04:00
JayZed
84ebcf7a37
Fixed UnboundLocalError when viewing log files 2025-04-08 18:29:55 -04:00
JayZed
525d569d09
Added Sync button to individual Series and Movie pages 2025-04-06 22:59:20 -04:00
morpheus65535
81909caf51 Fixed upgrade process again to prevent infinite loop of subtitles upgrade. #2749 2025-04-06 22:54:50 -04:00
morpheus65535
63a3622615 Added a validation to confirm if media file exists during initial sync before trying to search for subtitles. #2866 2025-04-03 22:15:46 -04:00
Anderson Shindy Oki
78c44f9662 no log: remove deprecated dart sass global built in function usage 2025-04-01 23:25:13 +09:00
Anderson Shindy Oki
d4efdedd4d no log: fix vite configuration linter 2025-04-01 23:22:48 +09:00
Anderson Shindy Oki
74494d2edc no log: bump vite to version 6.2.4 2025-04-01 23:05:24 +09:00
Anderson Shindy Oki
45e0ebfbd0 no log: bump axios to 1.8.2 2025-04-01 22:29:07 +09:00
dependabot[bot]
3459128c4c
no log: Bump the mantine group in /frontend with 6 updates (#2887)
Bumps the mantine group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.17.0` | `7.17.2` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.17.0` | `7.17.2` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.17.0` | `7.17.2` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.17.0` | `7.17.2` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.17.0` | `7.17.2` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.17.0` | `7.17.2` |


Updates `@mantine/core` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/core)

Updates `@mantine/dropzone` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/dropzone)

Updates `@mantine/form` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/form)

Updates `@mantine/hooks` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/notifications)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/dropzone"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/form"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/modals"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 22:12:06 +09:00
morpheus65535
bdbfc51dc9 no log: fix swaggerui docs for status endpoint 2025-03-28 07:45:38 -04:00
JayZed
7dbc3cb17c
Added Weekly option to Search and Upgrade Subtitles settings 2025-03-26 15:10:11 -04:00
dependabot[bot]
8e78559325
no log: Bump the react group in /frontend with 2 updates (#2857)
Bumps the react group in /frontend with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).


Updates `@types/react` from 19.0.6 to 19.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.0.3 to 19.0.4
- [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"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 11:23:33 +09:00
JayZed
31fe371782
Fix for prior uppercase mod fix 2025-03-22 14:44:45 -04:00
JayZed
2a330f63dc
Improved uppercase detection / execution in Fix Uppercase mod 2025-03-20 20:40:55 -04:00
morpheus65535
cefd1638dd Fixed another issue with Yavka provider. #2225 2025-03-16 09:42:45 -04:00
JayZed
515282eed8
Multiple providers - Removed overwrite of provider language object 2025-03-14 17:43:29 -04:00