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
morpheus65535
baf7a7300d
Fixed type in opensubtitles.com provider that could cause AuthenticationError for new users. #2152
2 years ago
morpheus65535
6f92e35ba0
no log: fix type in version.txt
2 years ago
morpheus65535
205bceb38d
no log: make it cleaner
2 years ago
morpheus65535
80414c08ab
no log: fixed static folder path in dev environment
2 years ago
Alex Yancey
9c92dd493b
Specify ffmpeg path in case it's not in PATH envvar ( #2147 )
2 years ago
Vitiko
585c70c39d
Add support for custom languages in audio tracks
2 years ago
Vitiko
13f965d725
Use literals instead of scripts for custom languages
2 years ago
Vitiko
ea7b9487ab
no log: Add tests header warning
2 years ago
morpheus65535
bdf4ee85af
Fixed AI and machine translated subtitles being incorrectly returned by Opensubtitles.com
2 years ago
morpheus65535
015beaf769
Emergency fix for custom languages issue
2 years ago
Vitiko
c06dd620b7
Add mediainfo support for custom languages
2 years ago
morpheus65535
58868cff17
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
2b5cd2b72e
Implemented gzip compression of http requests made to Bazarr
2 years ago
Vitiko
5f9418b1f3
Subdivx Provider: improve series matching
2 years ago
morpheus65535
98c7364ce0
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
a6ecbb4315
Fixed yify provider MissingSchema exception on download. #2139
2 years ago
Kai Yang
0907269377
Fixed zimuku.org parsing error
2 years ago
Vitiko
e83f37d42e
SuperSubtitles provider: fix hungarian subtitles downloads
2 years ago
Mike Dallas
09f0a27833
Fixed SyntaxError under Python 3.7
2 years ago
morpheus65535
0f84ffb9cd
Fixed requirements.txt installation
2 years ago
morpheus65535
039fa5e1ad
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
b9dcadc06f
no log: fixed build process to include postgres-requirements.txt in asset
2 years ago
Jens Lee
e2ba532cee
Fixed zimuku that now require anti-captcha
2 years ago
morpheus65535
ac6dddd607
Fixed upgrade of non-existant subtitles files
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
Christian Segundo
e263927779
Fixed yifysubtitles url
2 years ago
LASER-Yi
93e63246bf
Update node package to latest version, fix eslint warning
2 years ago
Vitiko
da542a311a
Subdivx Provider: handle UnicodeEncodeError for some titles
2 years ago
Devin Buhl
695734abe6
Allow defining postgres connection settings via env vars
2 years ago
Alex Yancey
fab9f2ea85
no log: Fix a bug in Whisper provider caused by undetermined language ( #2110 )
2 years ago
Alex Yancey
8b1db07e9f
Added OpenAI Whisper Provider
2 years ago
Vitiko
1427a8ab73
SuperSubtitles provider: fix episode matching
2 years ago
morpheus65535
ef67cd4792
Fixed opensubtitles.com provider year matching process.
2 years ago
morpheus65535
17e62f2d29
Added announcements for deprecated Sonarr and Radarr versions end of support.
2 years ago
morpheus65535
ec65f05399
no log: updating some dependencies that were having pending PR.
2 years ago
morpheus65535
3a10df7724
Disabling mediainfo path temporarily until issue with knowit is fixed. #2098
2 years ago
morpheus65535
7455496c4c
Trying to fix Segmentation fault caused by mediainfo in docker container. #2098
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
morpheus65535
9fb793a488
Fixed error when manual search return an invalid subtitles. #2102
2 years ago
morpheus65535
9bd2ab514e
Fixed HI subtitles wrongly ignored when normal or HI is selected in languages profile.
2 years ago
morpheus65535
f276b70f5e
no log: fixed analytics logging
2 years ago
morpheus65535
34b905efec
no log: trying to fix pipeline issue
2 years ago
morpheus65535
abc48b4ed0
Replaced deprecated Google Universal Analytics by GA4
2 years ago
Vitiko
52507854e8
Titrari Provider: update search path
2 years ago
morpheus65535
37059e7fbd
Fixed fcache issue when moving cache file between disks.
2 years ago