-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill.json
56 lines (56 loc) · 1.86 KB
/
skill.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
{
"title": "Local Music",
"url": "https://github.com/NeonGeckoCom/skill-local_music",
"summary": "[OCP](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin) skill to play media from local storage.",
"short_description": "[OCP](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin) skill to play media from local storage.",
"description": "Search and play music saved to the local file system. By default, the contents of `/media` will be used, but this can be changed in skill settings. Tagged audio files will have image art and track info parsed from metadata, but you may also organize files in the following format to parse untagged files (i.e. `.wav` files). ``` Artist 1 | |- Album | | | |- 01 Song Title.wav | |- Folder.jpg Artist 2 | |- Album 2 ... ```",
"examples": [
"Play local music.",
"Play music."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"id3parse~=0.1",
"ovos-ocp-files-plugin~=0.13",
"ovos-plugin-common-play~=0.0",
"ovos-skill-installer~=0.0.5",
"ovos-workshop~=0.0,>=0.0.7",
"ovos_utils~=0.0, >=0.0.28"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://freemusicarchive.org/legacy/fma-smaller.jpg",
"category": "Music",
"categories": [
"Music",
"Daily"
],
"tags": [
"music",
"NeonAI",
"NeonGecko Original",
"OCP",
"Common Play"
],
"credits": [
"NeonGeckoCom",
"NeonDaniel"
],
"skillname": "skill-local_music",
"authorname": "NeonGeckoCom",
"foldername": null
}