forked from OVOSHatchery/OVOS-Hatchery-skills
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-bandcamp.json
34 lines (34 loc) · 975 Bytes
/
skill-bandcamp.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
{
"skill_id": "skill-ovos-bandcamp.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-bandcamp",
"package_name": "ovos-skill-bandcamp",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": ["ovos-ocp-bandcamp-plugin"],
"media": ["ovos-ocp-bandcamp-plugin"],
"gui": []
},
"icon": "https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-bandcamp/dev/ui/logo.png",
"name": "BandCamp Skill",
"description": "Bandcamp skill for your hipster music needs.",
"examples": [
"play {artist/album/genre/track}",
"play compressorhead",
"play astronaut problems",
"play center of all infinity album",
"search bandcamp for {artist/album/genre/track}",
"play {album} album",
"play {track} by {artist}"
],
"tags": [
"music",
"audio",
"bandcamp",
"common play"
],
"images": [
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-bandcamp/dev/gui.gif"
]
}