-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathsettingsmeta.json
70 lines (69 loc) · 2.37 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Spotify Skill",
"skillMetadata": {
"sections": [
{
"name": "Spotify Account",
"fields": [
{
"type": "label",
"value": "",
"label": "You must connect to 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": "Spotify",
"type": "oauth",
"value": 1
}
]
},
{
"name": "Spotify Device",
"fields": [
{
"type": "label",
"value": "",
"label": "If you want the skill to default to a specific Spotify device set it below. If not set the player on the Mycroft unit will be used<p/>"
},
{
"name": "default_device",
"type": "text",
"label": "Spotify Device",
"value": "",
"placeholder": ""
}
]
},
{
"name": "Audio Ducking",
"fields": [
{
"type": "label",
"value": "",
"label": "Pause Spotify when wakeword is detected<p/>"
},
{
"name": "use_ducking",
"type": "checkbox",
"label": "Use audio ducking",
"value": "false",
"placeholder": ""
}
]
}
]
}
}