Music player: Difference between revisions

From LINKS - Documentation
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.


* Allows us to play a specific song:
* 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>


* Allows us to play a random song or movie:
* Play a random song or movie:
:: <code>Play object</code>
:: <code>Play object</code>


* Allows us to stop current media:
* Stop current media:
:: <code>Stop object</code>
:: <code>Stop object</code>


* Allows us to pause current media:
* 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