-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
load | ||
load [the] game | ||
load [the] game | ||
load [the] (last|previous) [saved] game |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,74 @@ | ||
{ | ||
"featured.intent": [ | ||
"(open|show|display) (featured|) {media} (catalog|collection|playlist)", | ||
"(open|show|display) featured {media}" | ||
"play.intent": [ | ||
"(play|start) {query}", | ||
"search (common play|ocp|ovos common play|O C P) for {query}", | ||
"search (ovos|open voice os) media for {query}", | ||
"search {query} (in|on) (common play|ocp|ovos common play|O C P)", | ||
"search {query} (in|on) (ovos|open voice os) media" | ||
], | ||
"like_song.intent": [ | ||
"(good|nice|great|amazing|awesome|cool) (song|music|track|jam|sound)", | ||
"(that|this|it) is a (good|nice|great|amazing|awesome|cool) (song|music|track|jam|sound)", | ||
"i like (that|this|it)", | ||
"i like (that|this)(song|music|track|jam|sound)", | ||
"i like (that|this|it)" | ||
], | ||
"load_game.intent": [ | ||
"load", | ||
"load [the] game" | ||
], | ||
"media_stop.intent": [ | ||
"stop", | ||
"stop (playback|media|media playback|music|movie|movies|noise)", | ||
"stop everything" | ||
"(good|nice|great|amazing|awesome|cool) (song|music|track|jam|sound)", | ||
"(that|this|it) is a (good|nice|great|amazing|awesome|cool) (song|music|track|jam|sound)" | ||
], | ||
"next.intent": [ | ||
"(next|skip)", | ||
"(next|skip) (music|song|track|video|media)", | ||
"(play|go to) next (music|song|track|video|media)", | ||
"play next", | ||
"next", | ||
"next (song|track|music|movie|video|tune)", | ||
"play [the] next (song|track|music|movie|video|tune)", | ||
"play next" | ||
"(play|go to) [the] next (song|track|music|movie|video|tune)" | ||
], | ||
"open.intent": [ | ||
"open (OCP|O C P|common|ovos|open voice os) (player|media player)", | ||
"open (OCP|O C P|ovos common play|common play|ovos media player|open voice os player) (home screen|home page|homescreen|homepage|menu)", | ||
"open (OCP|O C P|ovos common play|open voice os common play|common play)", | ||
"open [the] (media|music|gui|video) (player|catalog|skills|menu|playback)" | ||
], | ||
"pause.intent": [ | ||
"pause", | ||
"pause [the] (music|song|track|video|media|playback|game)" | ||
], | ||
"play.intent": [ | ||
"(play|start) {query}", | ||
"search (common play|ocp|ovos common play|O C P) for {query}", | ||
"search (ovos|open voice os) media for {query}", | ||
"search {query} (in|on) (common play|ocp|ovos common play|O C P)", | ||
"search {query} (in|on) (ovos|open voice os) media" | ||
"resume.intent": [ | ||
"(unpause|resume)", | ||
"(unpause|resume|continue|restart) (music|song|track|video|media|playback|game)", | ||
"play" | ||
], | ||
"play_favorites.intent": [ | ||
"(play|start) (favorite|liked) (tracks|song|songs|music|jam|jams)", | ||
"(play|start) my (favorite|liked) (tracks|song|songs|music|jam|jams)" | ||
"read.intent": [ | ||
"read [the] (book|audiobook|audio book) {query}", | ||
"read {query}", | ||
"read {query} (book|audiobook|audio book)" | ||
], | ||
"prev.intent": [ | ||
"(play previous|go back one) (music|song|track|video|media)", | ||
"(play previous|previous) (music|song|track|video|media)", | ||
"(play previous|previous|go back)", | ||
"play [the] previous (song|track|music|movie|video|tune)", | ||
"(play|go to) [the] previous (song|track|music|movie|video|tune)", | ||
"previous", | ||
"previous (song|track|music|movie|video|tune)" | ||
], | ||
"read.intent": [ | ||
"read [the] (book|audiobook|audio book) {query}", | ||
"read {query}", | ||
"read {query} (book|audiobook|audio book)" | ||
"pause.intent": [ | ||
"pause", | ||
"pause [the] (music|song|track|video|media|playback|game)" | ||
], | ||
"resume.intent": [ | ||
"(unpause|resume)", | ||
"(unpause|resume|continue|restart) [the] (music|song|track|video|media|playback|game)", | ||
"play" | ||
"open.intent": [ | ||
"open (OCP|O C P|common|ovos|open voice os) (player|media player)", | ||
"open (OCP|O C P|ovos common play|common play|ovos media player|open voice os player) (home screen|home page|homescreen|homepage|menu)", | ||
"open (OCP|O C P|ovos common play|open voice os common play|common play)", | ||
"open (media|music|gui|video) (player|catalog|skills|menu|playback)" | ||
], | ||
"featured.intent": [ | ||
"(open|show|display) (featured|) {media} (catalog|collection|playlist)", | ||
"(open|show|display) featured {media}" | ||
], | ||
"play_favorites.intent": [ | ||
"(play|start) my (favorite|liked) (tracks|song|songs|music|jam|jams)", | ||
"(play|start) (favorite|liked) (tracks|song|songs|music|jam|jams)" | ||
], | ||
"media_stop.intent": [ | ||
"stop", | ||
"stop (playback|media|media playback|music|movie|movies|noise)", | ||
"stop everything" | ||
], | ||
"save_game.intent": [ | ||
"save", | ||
"save [the] game" | ||
], | ||
"load_game.intent": [ | ||
"load", | ||
"load [the] game", | ||
"load [the] (last|previous) [saved] game" | ||
] | ||
} |