-
Notifications
You must be signed in to change notification settings - Fork 2
/
settingsmeta.json
36 lines (36 loc) · 966 Bytes
/
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
{
"skillMetadata": {
"sections": [
{
"name": "Configuration",
"fields": [
{
"name": "default_source",
"type": "select",
"label": "Default source of music",
"options": "Music Library|music library;Amazon Music|amazon music;Apple Music|apple music;Deezer|deezer;Plex|plex;Spotify|spotify;Tidal|tidal",
"value": "music library"
},
{
"name": "link_code",
"type": "text",
"label": "Link code",
"value": ""
},
{
"name": "duck",
"type": "checkbox",
"label": "Reduce volume level temporarily when speaking",
"value": "true"
},
{
"name": "confirmation",
"type": "checkbox",
"label": "Receive playing confirmation",
"value": "true"
}
]
}
]
}
}