1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00
Commit graph

553 commits

Author SHA1 Message Date
Anderson Shindy Oki
d75c198c6c
Fixed episode history modal auto scrolling to top 2024-06-09 21:17:45 -04:00
Anderson Shindy Oki
854c43c53a
Fixed adjust time button overflow 2024-06-09 21:17:03 -04:00
Anderson Shindy Oki
0a0762b1cf
Fixed minor style and colors broken on Mantine v7 update
* Fixed action icon styles

* small fixes

* fix brand color

* more small fixes

* fix disabled color for dark

* feat: customize highlight and warning badge

* chore: Remove hardcoded variables

* feat: add text wrap pretty to pop over

* fix: pagination position

* chore: small adjustments
2024-06-08 21:36:42 -04:00
dependabot[bot]
240948e638
no log: Bump react-router-dom from 6.22.3 to 6.23.1 in /frontend (#2507)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.22.3 to 6.23.1.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.23.1/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-09 07:49:07 +09:00
JayZed
eb296e13c1
Improved global search function
* Use Hamming textdistance library

Used Hamming textdistance to sort by closest match.

* Global search UI improvements

Increased dropdown height to show more results initially (and which can also be scrolled into view).
Scrollbars will appear automatically as needed.
Remove dropdown when Search box is cleared.

* Added textdistance 4.6.2 library
2024-06-08 06:14:39 -04:00
Anderson Shindy Oki
bcd8257fda
no log: Apply style linter (#2516) 2024-06-07 20:49:40 -04:00
Anderson Shindy Oki
be8f2d6d18
Upgraded mantine to v7.x 2024-06-06 23:00:42 -04:00
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>
2024-05-13 22:24:04 -04:00
morpheus65535
485122bfae no log: removing leftover subscene remnants 2024-05-09 15:27:48 -04:00
Anderson Shindy Oki
5b5beadf4d Removed dependency over moment library
* feat: remove moment dependency

* refactor

* add tests

* small format

* rename argument
2024-05-08 23:36:50 -04:00
Anderson Shindy Oki
397310eff5
no log: Fix husky installation (#2488) 2024-05-07 20:32:17 -04:00
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>
2024-05-06 19:06:38 -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
Anderson Shindy Oki
86b889d3b6
Improved cutoff options label. #2466 2024-04-24 22:34:42 -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
Anderson Shindy Oki
af893847c6
Fixed subtitle toolbox overlap 2024-04-15 21:24:45 -04:00
Anderson Shindy Oki
b2d807d9d9
Fixed manual upload table long names without spacing. #2448 2024-04-15 11:42:15 -04:00
Anderson Shindy Oki
77ebd036f2
Added animetosho provider 2024-04-14 08:19:13 -04:00
morpheus65535
6fc4b41526 Upgraded some frontend dependencies 2024-04-09 06:29:51 -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
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
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
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]
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
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
JayZed
afa529c4b3
Added Test Connection button for whisper provider 2024-03-04 23:10:50 -05:00
JayZed
33f82fe445
Added Weekly Sync option for Radarr and Sonarr 2024-03-04 22:52:24 -05:00
morpheus65535
20d235e1b5 no log: small format fix 2024-03-03 22:27:00 -05:00
morpheus65535
a85ebd86aa no log: small version fix 2024-03-03 22:24:08 -05:00
morpheus65535
03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
JayZed
c4553452a5
Allow numeric passwords for all providers. #2416 2024-03-03 11:47:30 -05:00
JayZed
9f3992d9ca no log: Prettier version? 2024-02-28 22:41:41 -05:00
JayZed
3827ea6ffe Text updates, especially for thresholds
- added explanations for various thresholds
- fixed some spelling and grammar mistakes
- improved wording to make things clearer (hopefully)
- made capitalization, use of periods more consistent
2024-02-28 21:09:45 -05:00
Thijmen Heuvelink
731e44cb9a
Added Progressive Web App support 2024-02-28 19:43:16 -05:00
JayZed
f95db43a2f
Disabled autoscroll to top for underlying window after manual search. #2285 2024-02-26 06:33:06 -05:00
JayZed
e3354aa7f3
Reduced debounce value for event notifications 2024-02-20 20:12:45 -05:00
JayZed
d5466fff23
Added log level/filter settings to Logs page 2024-02-19 21:14:42 -05:00
MrHereAndThere
ad8f116c78
Updated fallback language for embeddedsubtitles provider to be able to specify the one to use 2024-02-19 21:10:27 -05:00
JayZed
5dd001317d
Added Expand All / Collapse All button for series seasons 2024-02-19 21:02:18 -05:00
Hlib
b933eb87b9
Added AvistaZ and CinemaZ subtitles provider 2024-02-19 19:46:14 -05:00
morpheus65535
ebd0b21c6d no log: additional fixes 2024-02-13 22:18:04 -05:00
morpheus65535
faa4dfb77c Fixed saving of null anti-captcha provider that caused Validator to reset default value. 2024-02-13 22:00:59 -05:00
JayZed
938f6df386
Added separate values to whisperai provider for connection and read timeouts
Added "response" key with default value of 5 to pair with existing "timeout" key which has a default of 3600 sec.
Both values can be updated in WhisperAI settings dialog by user.
More information about these timeouts here: https://reqbin.com/code/python/3zdpeao1/python-requests-timeout-example
2024-01-28 21:09:37 -05:00
Vitiko
deef13d11b Add Argenteam Dump Provider 2024-01-28 17:18:48 -04:00
JayZed
990448b06e
Added Sync Optimization for Movies, Series and Episodes to ignore unmonitored items 2024-01-24 18:07:15 -05:00
JayZed
e17865ad53
Fixed improper passing of hi and forced flags when searching a subtitles manually. #2350 2024-01-23 19:57:27 -05:00
morpheus65535
783e6b38ea Removed aRGENTeaM provider that have been recently closed. #2352 2024-01-12 06:41:51 -05:00
morpheus65535
0e648b5588
Improved subtitles synchronisation settings and added a manual sync modal 2024-01-10 23:07:42 -05:00
JayZed
c17d127323
no log: multiple cosmetic providers fixes
* Made modal dialog slightly wider

Made modal dialog slightly wider to avoid annoying horizontal scrolling.

* Updated and sorted provider list

- added and removed providers as appropriate
- updated descriptions
- added newlines to long descriptions to make them fit better in modal dialog without horizontal scrolling
- sorted list in place as this list is exposed verbatim in UI
2024-01-08 07:35:58 -05:00
JayZed
0ac9ecea6e
Added additional variables for custom post processing 2024-01-05 21:43:37 -05:00
JayZed
c0bbd4f150
Fixed some Whisper issues and added logging level selector for this specific provider 2024-01-05 21:01:45 -05:00
Vitiko
c4f103e39b
Added settings to exclude subtitles from specific provider to be synced 2023-12-29 19:33:36 -05:00
JayZed
fe52153c71
Added "Manually" option for remaining tasks in Scheduler settings page 2023-12-28 13:25:15 -05:00
JayZed
c7e0da3da7
Added permanent label over sliders to show current value 2023-12-28 13:22:16 -05:00
morpheus65535
5739b9ad08 Added opensubtitlescom settings to include AI translated subtitles in search results. 2023-12-26 23:54:29 -05:00
morpheus65535
cbfe8482a8
no log: fix dev server port 2023-12-13 22:20:27 -05:00
Matheus Horstmann
452f8c12c9
Hide clipboard button when is not possible to copy to clipboard 2023-11-03 06:46:04 -04:00
morpheus65535
c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
Vitiko
63335f40fc Add HDBits.org provider 2023-09-26 01:27:24 -04:00
morpheus65535
aa0af3f601 Removed sucha provider that doesn't exist anymore. #2242 2023-09-15 17:03:29 -04:00
DavidFair
296d497673
Modified default value for adaptive searching (now enabled) and improved description in settings 2023-09-05 20:14:36 -04:00
Adam Blahovič
1489926b6f
Fixed minimal value for time offset input field 2023-09-05 14:20:33 -04:00
LASER-Yi
714c46444a
Improve manual search modal. Change cache behavior of manual search api to no cache 2023-09-03 15:54:23 +08:00
LASER-Yi
53951a5fad
Fix some minor issues in the Notification modal 2023-08-20 22:08:30 +08:00
morpheus65535
bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
bpoxy
35dfa2483b
Added description of "provider" to post-processing option 2023-07-03 16:51:55 -04:00
Jan Živković
59d00f28d0
Fixed monitored status tooltip for series/movie view 2023-07-03 16:50:40 -04:00
LASER-Yi
ab3c171483
Fix path mapping issues 2023-06-20 23:57:39 +08:00
LASER-Yi
374e4bec87
Fix issues when saving the notification providers 2023-06-18 20:41:55 +08:00
morpheus65535
30a17a0c67 no log: hide "installed" badge properly 2023-06-15 21:41:21 -04:00
morpheus65535
560a697beb Fixed issue in releases page since we upgraded Mantine. 2023-06-15 15:16:14 -04:00
morpheus65535
fc01267d5b Removed leftover from legendas.tv provider. 2023-06-15 12:46:49 -04:00
morpheus65535
2511c310f1 Added settings to choose desired UI theme. 2023-06-15 06:32:36 -04:00
Vitiko
e3c4def89a Subf2m Provider: add user-agent header configuration
This change fixes empty queries.
2023-06-12 19:36:11 -04:00
LASER-Yi
963ce21d9b
Increase width of the manually search modal 2023-06-11 21:12:49 +08:00
morpheus65535
bc40abac50 Fixed some UI issues caused by React and Mantine upgrade. #2167 2023-06-10 09:10:20 -04:00
LASER-Yi
6a9f875cbd
Downgrade Axios to fix a settings saving issue. 2023-06-05 09:32:30 +08:00
Liang Yi
933a456b03
Update all UI dependencies and update React version to 18 (#2127) 2023-06-04 23:03:59 +08:00
LASER-Yi
07f6666d46
no log: Update type definition of general.language_equals in frontend 2023-06-03 22:01:34 +08:00
Vitiko
547f8c428d
Added feature to treat couples of languages as equal when searching for subtitles
* Add 'Language-equals' support

This feature will treat couples of languages as equal for list-subtitles
operations. It's optional; its methods won't do anything if an empy list
is set. See more info at docstrings from 'subliminal_patch.core'.

For example, let's say I only want to have "Spanish (es.srt)" subtitles
and I don't care about the differences between Spain and LATAM spanish.
This feature will allow me to always get European Spanish even from
LATAM Spanish providers like Argenteam and Subdivx.

Example for config.ini:

language_equals = ['spa-MX:spa']

(Which means all Latam Spanish subtitles from every provider will be
converted to European Spanish)

* Add PT and ZH language tests

* Add HI and Forced parsing for language pairs

Format example: ["en@HI:en", "es-MX@forced:es-MX"]

* Update languages.py

* Update API definition to reflect the previous change

* Add language equals table to the UI (test only)

* Add global language selector and get language from code3 utilities

* Add unit tests for language equal feature

* Add encode function to language equal feature

* Add CRUD methods to the language equals panel

* Add equals description

* Add parsing support for alpha3 custom languages

* no log: add more tests

* Add forced and hi support to the language equal target

---------

Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
Co-authored-by: LASER-Yi <liangyi0007@gmail.com>
2023-05-27 09:38:55 -04:00
dependabot[bot]
70d1fd9049
no log: Bump socket.io-parser from 4.2.2 to 4.2.3 in /frontend (#2150)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 10:45:10 +08:00
dependabot[bot]
787a9ad531
no log: Bump @vitest/coverage-c8 from 0.25.8 to 0.28.5 in /frontend (#2130)
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.8 to 0.28.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.28.5/packages/coverage-c8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 23:23:15 +08:00
Jens Lee
e2ba532cee
Fixed zimuku that now require anti-captcha 2023-04-21 06:25:09 -04:00
morpheus65535
b7e4880918 no log: trying to fix linting issues 2023-04-20 11:44:50 -04:00
morpheus65535
2c313a40a5
Fixed episodes blacklist update in webui 2023-04-20 11:35:43 -04:00
LASER-Yi
93e63246bf
Update node package to latest version, fix eslint warning 2023-04-19 16:51:45 +08:00
Alex Yancey
8b1db07e9f
Added OpenAI Whisper Provider 2023-04-05 14:43:24 -04:00
morpheus65535
7136383098 Added an option to prevent sleeping hard drives from being wake-up by video file hashing. 2023-03-20 23:13:25 -04:00
morpheus65535
e26368079c no log: indented some settings collapse box to ease reading 2023-03-20 22:39:40 -04:00
dependabot[bot]
dec2f7d478
no log: Bump @vitest/ui from 0.25.8 to 0.29.1 in /frontend (#2076)
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.25.8 to 0.29.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.1/packages/ui)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 00:53:21 +08:00
LASER-Yi
051d37f96e
no log: Fix all non-camelCase variables 2023-02-28 23:38:49 +08:00
morpheus65535
ef46ab9261 Improved languages profile edit modal to clarify subtitles types. 2023-02-27 22:49:33 -05:00
morpheus65535
5dc4e782ae Added option to deeply analyze audio tracks from media files or not to determine languages. Default is to use Sonarr/Radarr provided languages instead. Should prevent API limit ban for cloud user. 2023-02-23 18:32:54 -05:00
morpheus65535
58262bc299
Added Announcements section in System to be able to inform users of Bazarr's news. 2023-02-20 16:04:09 -05:00