mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Improved titulky provider search
This commit is contained in:
parent
473041158c
commit
fde1e0e069
4 changed files with 102 additions and 711 deletions
|
@ -200,9 +200,7 @@ defaults = {
|
|||
'titulky': {
|
||||
'username': '',
|
||||
'password': '',
|
||||
'skip_wrong_fps': 'False',
|
||||
'approved_only': 'False',
|
||||
'multithreading': 'True'
|
||||
'approved_only': 'False'
|
||||
},
|
||||
'embeddedsubtitles': {
|
||||
'include_ass': 'True',
|
||||
|
|
|
@ -209,9 +209,7 @@ def get_providers_auth():
|
|||
'titulky': {
|
||||
'username': settings.titulky.username,
|
||||
'password': settings.titulky.password,
|
||||
'skip_wrong_fps': settings.titulky.getboolean('skip_wrong_fps'),
|
||||
'approved_only': settings.titulky.getboolean('approved_only'),
|
||||
'multithreading': settings.titulky.getboolean('multithreading'),
|
||||
},
|
||||
'titlovi': {
|
||||
'username': settings.titlovi.username,
|
||||
|
|
|
@ -275,14 +275,10 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
defaultKey: {
|
||||
username: "",
|
||||
password: "",
|
||||
skip_wrong_fps: false,
|
||||
approved_only: false,
|
||||
multithreading: true,
|
||||
},
|
||||
keyNameOverride: {
|
||||
skip_wrong_fps: "Skip mismatching FPS",
|
||||
approved_only: "Skip unapproved subtitles",
|
||||
multithreading: "Enable multithreading",
|
||||
},
|
||||
},
|
||||
{ key: "tvsubtitles", name: "TVSubtitles" },
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue