Music player: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Not ready yet.") |
m (4 revisions imported) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Guide]] | |||
No user interface yet 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 a song</code> | |||
* Play a random song or movie: | |||
:: <code>Play object</code> | |||
* Stop current media: | |||
:: <code>Stop object</code> | |||
* 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> | |||
Latest revision as of 02:04, 20 July 2016
No user interface yet 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