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
11 months ago
Vitiko
deef13d11b
Add Argenteam Dump Provider
11 months ago
JayZed
990448b06e
Added Sync Optimization for Movies, Series and Episodes to ignore unmonitored items
11 months ago
JayZed
e17865ad53
Fixed improper passing of hi and forced flags when searching a subtitles manually. #2350
11 months ago
morpheus65535
783e6b38ea
Removed aRGENTeaM provider that have been recently closed. #2352
12 months ago
morpheus65535
0e648b5588
Improved subtitles synchronisation settings and added a manual sync modal
12 months ago
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
12 months ago
JayZed
0ac9ecea6e
Added additional variables for custom post processing
12 months ago
JayZed
c0bbd4f150
Fixed some Whisper issues and added logging level selector for this specific provider
12 months ago
Vitiko
c4f103e39b
Added settings to exclude subtitles from specific provider to be synced
12 months ago
JayZed
fe52153c71
Added "Manually" option for remaining tasks in Scheduler settings page
1 year ago
JayZed
c7e0da3da7
Added permanent label over sliders to show current value
1 year ago
morpheus65535
5739b9ad08
Added opensubtitlescom settings to include AI translated subtitles in search results.
1 year ago
morpheus65535
cbfe8482a8
no log: fix dev server port
1 year ago
Matheus Horstmann
452f8c12c9
Hide clipboard button when is not possible to copy to clipboard
1 year ago
morpheus65535
c89da3e619
Changing from config.ini to config.yaml
1 year ago
Vitiko
63335f40fc
Add HDBits.org provider
1 year ago
morpheus65535
aa0af3f601
Removed sucha provider that doesn't exist anymore. #2242
1 year ago
DavidFair
296d497673
Modified default value for adaptive searching (now enabled) and improved description in settings
1 year ago
Adam Blahovič
1489926b6f
Fixed minimal value for time offset input field
1 year ago
LASER-Yi
714c46444a
Improve manual search modal. Change cache behavior of manual search api to no cache
1 year ago
LASER-Yi
53951a5fad
Fix some minor issues in the Notification modal
1 year ago
morpheus65535
bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord.
1 year ago
bpoxy
35dfa2483b
Added description of "provider" to post-processing option
1 year ago
Jan Živković
59d00f28d0
Fixed monitored status tooltip for series/movie view
1 year ago
LASER-Yi
ab3c171483
Fix path mapping issues
2 years ago
LASER-Yi
374e4bec87
Fix issues when saving the notification providers
2 years ago
morpheus65535
30a17a0c67
no log: hide "installed" badge properly
2 years ago
morpheus65535
560a697beb
Fixed issue in releases page since we upgraded Mantine.
2 years ago
morpheus65535
fc01267d5b
Removed leftover from legendas.tv provider.
2 years ago
morpheus65535
2511c310f1
Added settings to choose desired UI theme.
2 years ago
Vitiko
e3c4def89a
Subf2m Provider: add user-agent header configuration
...
This change fixes empty queries.
2 years ago
LASER-Yi
963ce21d9b
Increase width of the manually search modal
2 years ago
morpheus65535
bc40abac50
Fixed some UI issues caused by React and Mantine upgrade. #2167
2 years ago
LASER-Yi
6a9f875cbd
Downgrade Axios to fix a settings saving issue.
2 years ago
Liang Yi
933a456b03
Update all UI dependencies and update React version to 18 ( #2127 )
2 years ago
LASER-Yi
07f6666d46
no log: Update type definition of general.language_equals in frontend
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
Jens Lee
e2ba532cee
Fixed zimuku that now require anti-captcha
2 years ago
morpheus65535
b7e4880918
no log: trying to fix linting issues
2 years ago
morpheus65535
2c313a40a5
Fixed episodes blacklist update in webui
2 years ago
LASER-Yi
93e63246bf
Update node package to latest version, fix eslint warning
2 years ago
Alex Yancey
8b1db07e9f
Added OpenAI Whisper Provider
2 years ago
morpheus65535
7136383098
Added an option to prevent sleeping hard drives from being wake-up by video file hashing.
2 years ago
morpheus65535
e26368079c
no log: indented some settings collapse box to ease reading
2 years ago
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>
2 years ago
LASER-Yi
051d37f96e
no log: Fix all non-camelCase variables
2 years ago
morpheus65535
ef46ab9261
Improved languages profile edit modal to clarify subtitles types.
2 years ago