mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 05:46:42 +08:00
Add titulky.com provider to the UI
This commit is contained in:
parent
36a2309bca
commit
8d698fa7e4
3 changed files with 15 additions and 1 deletions
|
@ -72,6 +72,7 @@ If you need something that is not already part of Bazarr, feel free to create a
|
||||||
* Supersubtitles
|
* Supersubtitles
|
||||||
* Titlovi
|
* Titlovi
|
||||||
* Titrari.ro
|
* Titrari.ro
|
||||||
|
* Titulky.com
|
||||||
* TuSubtitulo
|
* TuSubtitulo
|
||||||
* TVSubtitles
|
* TVSubtitles
|
||||||
* Wizdom
|
* Wizdom
|
||||||
|
|
|
@ -180,6 +180,10 @@ defaults = {
|
||||||
'username': '',
|
'username': '',
|
||||||
'password': ''
|
'password': ''
|
||||||
},
|
},
|
||||||
|
'titulky': {
|
||||||
|
'username': '',
|
||||||
|
'password': ''
|
||||||
|
},
|
||||||
'subsync': {
|
'subsync': {
|
||||||
'use_subsync': 'False',
|
'use_subsync': 'False',
|
||||||
'use_subsync_threshold': 'False',
|
'use_subsync_threshold': 'False',
|
||||||
|
|
|
@ -76,7 +76,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
||||||
description: "Hebrew Subtitles Provider",
|
description: "Hebrew Subtitles Provider",
|
||||||
defaultKey: {
|
defaultKey: {
|
||||||
email: "",
|
email: "",
|
||||||
hashed_password: ""
|
hashed_password: "",
|
||||||
},
|
},
|
||||||
keyNameOverride: {
|
keyNameOverride: {
|
||||||
hashed_password: "Hashed Password",
|
hashed_password: "Hashed Password",
|
||||||
|
@ -203,6 +203,15 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
||||||
description:
|
description:
|
||||||
"LATAM Spanish / Spanish / English Subtitles Provider for TV Shows",
|
"LATAM Spanish / Spanish / English Subtitles Provider for TV Shows",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "titulky",
|
||||||
|
name: "Titulky.com",
|
||||||
|
description: "CZ/SK Subtitles Provider. Available only with VIP",
|
||||||
|
defaultKey: {
|
||||||
|
username: "",
|
||||||
|
password: "",
|
||||||
|
},
|
||||||
|
},
|
||||||
{ key: "tvsubtitles", name: "TVSubtitles" },
|
{ key: "tvsubtitles", name: "TVSubtitles" },
|
||||||
{ key: "wizdom", description: "Wizdom.xyz Subtitles Provider." },
|
{ key: "wizdom", description: "Wizdom.xyz Subtitles Provider." },
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue