Music player: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
No user interface but you can use the following default functions to play/stop/pause music. | No user interface but you can use the following default functions to play/stop/pause music. | ||
* | * Play a specific song: | ||
:: <code>[AIName], play me a song</code> | :: <code>[AIName], play me a song</code> | ||
:: <code>[AIName], play a song</code> | :: <code>[AIName], play a song</code> | ||
* | * Play a random song or movie: | ||
:: <code>Play object</code> | :: <code>Play object</code> | ||
* | * Stop current media: | ||
:: <code>Stop object</code> | :: <code>Stop object</code> | ||
* | * Pause current media: | ||
:: <code>Pause object</code> | :: <code>Pause object</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.
- Play a specific song:
[AIName], play me a song[AIName], play a song
- Play a random song or movie:
Play object
- Stop current media:
Stop object
- 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