Music player: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Not ready yet.") |
No edit summary |
||
| Line 1: | Line 1: | ||
No user interface but you can use the following default functions to play/stop/pause music. | |||
* Allows us to play a specific song: | |||
:: <code>[AIName], play me a song</code> | |||
:: <code>[AIName], play a song</code> | |||
* Allows us to play a random song or movie: | |||
:: <code>Play object</code> | |||
* Allows us to stop current media: | |||
:: <code>Stop object</code> | |||
* Allows us to pause current media: | |||
:: <code>Pause object</code> | |||
* Show list of all acceptable music file names: | |||
:: <code>show music library</code> | |||
* Show list of all acceptable video file names: | |||
:: <code>show video library</code> | |||
Revision as of 05:53, 3 May 2016
No user interface but you can use the following default functions to play/stop/pause music.
- Allows us to play a specific song:
[AIName], play me a song[AIName], play a song
- Allows us to play a random song or movie:
Play object
- Allows us to stop current media:
Stop object
- Allows us to pause current media:
Pause object
- Show list of all acceptable music file names:
show music library
- Show list of all acceptable video file names:
show video library