forked from HimAndRobot/stremio-translate-subtitle-by-geanpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
43 lines (43 loc) · 1.15 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"id": "org.autotranslate.geanpn",
"version": "1.0.2",
"name": "Auto Subtitle Translate by geanpn",
"logo": "./subtitles/logo.png",
"configurable": true,
"behaviorHints": {
"configurable": true,
"configurationRequired": true
},
"config": [
{
"key": "provider",
"title": "Provider",
"type": "select",
"required": true,
"options": ["google(free)", "deepl", "chatgpt"]
},
{
"key": "apikey",
"title": "API Key",
"type": "text",
"required": false,
"dependencies": [
{
"key": "provider",
"value": ["deepl"]
}
]
},
{
"key": "translateto",
"title": "Translate to",
"type": "select",
"required": true,
"options": ["Portuguese (Brazil)"]
}
],
"description": "This addon takes subtitles from OpenSubtitlesV3 then translates into desired language using Google Translate, Deepl or ChatGPT. For donations:in progress Bug report: geanpn@gmail.com",
"types": ["series", "movie"],
"catalogs": [],
"resources": ["subtitles"]
}