!Commands!
Commands can each have multiple values, because it seemed like a good idea at the time.
For the parts such as the songname artistname, genrename, playlistname, etc... must be the full name of the item, not just part of it.
The examples are the default commands that MMVoiceComm ships with.
play song - Plays song that follows the play song command.
Ex: play song <songname>
test - Simply uses text to speech to let you know it works(if text to speech is on)
Ex: test
pause - Pauses the song if it is playing
Ex: pause
unpause - Unpauses the song if it is paused
Ex: unpause
stop - Stops playback
Ex: stop playing
next - Goes to next song in now playing
Ex: next song
previous - Goes to the song before the current song in now playing
Ex: previous song
play - Tells MediaMonkey to play
Ex: continue play
toggle pause - Tells MediaMonkey to pause/unpause
Ex: toggle pause
play artist - Plays all the songs by an artist
Ex: play artist <artistname>
play genre - Plays all the songs in a genre, i've found this to be a very tricky one
Ex: play genre <genrename>
play album - Plays all the songs in an album, i've found this to be a very tricky too
Ex: play album <albumname>
play playlist - Plays all the songs in an playlist, i've found this to selective usefulness possibly because my playlists names seem to be incomprehensible for computers
Ex: play playlist <playlistname>
jump to start - Makes the first song in a now playing the current song for playing
Ex: jump to start
jump to end - Makes the last song in now playing the current song for playing
Ex: jump to end
jump to song - Jumps to a specific song in a now playing by name/title
Ex: jump to song <songname>
jump forward - Jumps forward to song in now playing by a certain number(Configurable from 1-500 in options)
Ex: jump forward <number(1-20)>
jump backward - Jumps backward to song in now playing by a certain number(Configurable from 1-500 in options)
Ex: jump backward <number(1-20)>
start listening - Tells MMVoiceComm to listen to you if you said stop listening
Ex: start listening
stop listening - Tells MMVoiceComm not to listen to you till you say start listening
Ex: stop listening
add song to now playing - You can add a song to now playing with it, and you can configure where in the command the songname goes with the {song} tag
Ex: add song <songname> to now playing
add genre to now playing - You can add a genre worth of songs to now playing with it, and you can configure where in the command the genrename goes with the {genre} tag
Ex: add genre <genrename> to now playing
add artist to now playing - You can add a artist's songs to now playing with it, and you can configure where in the command the artistname goes with the {artist} tag
Ex: add artist <artistname> to now playing
add album to now playing - You can add an album of songs to now playing with it, and you can configure where in the command the albumname goes with the {album} tag
Ex: add album <albumname> to now playing