-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
59 lines (59 loc) · 1.33 KB
/
meta.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"author": "a4k-openproject",
"version": "1.5.6",
"name": "a4kOfficial",
"update_directory": "https://www.github.com/a4k-openproject/a4kOfficial/archive/",
"remote_meta": "https://raw.githubusercontent.com/a4k-openproject/a4kOfficial/main/meta.json",
"seren_version": "3.0.0",
"setup_extension": "configure.py",
"services": [],
"settings": [
{
"id": "justwatch.country",
"type": "str",
"default": "US",
"visible": true,
"label": "JustWatch Country"
},
{
"id": "general.firstrun",
"type": "int",
"default": 1,
"visible": false,
"label": "First Run"
},
{
"id": "plex.token",
"type": "str",
"default": "",
"visible": false,
"label": "Plex Token"
},
{
"id": "plex.client_id",
"type": "str",
"default": "",
"visible": false,
"label": "Plex Client ID"
},
{
"id": "plex.device_id",
"type": "str",
"default": "",
"visible": false,
"label": "Plex Device ID"
},
{
"id": "general.configure",
"type": "bool",
"default": false,
"visible": true,
"label": "Re-run Package Configuration",
"hide_value": true,
"action": {
"module": "providers.a4kOfficial.configure",
"function": "setup"
}
}
]
}