-
Notifications
You must be signed in to change notification settings - Fork 38
/
settingsmeta.json
59 lines (58 loc) · 1.8 KB
/
settingsmeta.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
{
"skillMetadata": {
"sections": [
{
"name": "Spotify Account",
"fields": [
{
"type": "label",
"value": "",
"label": "You must have a Spotify Premium account to access music. Provide your Spotify username/password and then Connect with the button below.<p/>"
},
{
"name": "user",
"type": "text",
"label": "Username",
"value": "",
"placeholder": "Spotify username"
},
{
"name": "password",
"type": "password",
"label": "Password",
"value": ""
}
]
},
{
"name": "Remote Control Device",
"fields": [
{
"type": "label",
"value": "",
"label": "Playback normally occurs using Mycroft's speaker. You can also use another Spotify device for playback and remotely control it using Mycroft.<p/>"
},
{
"name": "default_device",
"type": "text",
"label": "Spotify device",
"value": "",
"placeholder": "default (Mycroft's speaker)"
},
{
"type": "label",
"value": "",
"label": "Pause remote music when Mycroft is listening or talking.<p/>"
},
{
"name": "use_ducking",
"type": "checkbox",
"label": "Auto-pause",
"value": "false",
"placeholder": ""
}
]
}
]
}
}