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 da6b3b7 commit 309ce47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 2 additions & 4 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 Down
6 changes: 6 additions & 0 deletions skill-local-media.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"ovos-plugin-gui"
]
},
"examples": [
"play {artist}",
"play {track}",
"play {album}",
"play {track} by {artist}"
],
"icon": "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/solid/folder-open.svg",
"name": "Local Media",
"description": "GUI File Browser For Open Voice OS. For voice search, this skill builds a local index of scanned user media.",
Expand Down
5 changes: 3 additions & 2 deletions skill-youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"description": "Youtube videos. Search youtube by voice!",
"examples": [
"play rob zombie",
"play freezing moon with dead on vocals",
"play programming music mix",
"play center of all infinity album"
"search youtube for {artist/album/genre/track}",
"play {album} album",
"play {track} by {artist}"
],
"tags": [
"video",
Expand Down

0 comments on commit 309ce47

Please sign in to comment.