rafalohaki

Untitled

Dec 25th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. !next playback the next track (only when a playlist is active)
  2. !prev playback the previous track (only when a playlist is active)
  3. !search <searchstring> or search for tracks
  4. !play <searchstring/uuid> playback a track by its id or search for a track and playback the first match
  5. !queue <searchstring/uuid> enqueue a track by its id or search for a track and enqueue the first match
  6. !queuenext <searchstring/uuid> prepend a track by its id or search for a track and prepend the first match to the queue
  7. !stop stop playback
  8. !volume up increase the volume
  9. !volume down decrease the volume
  10. !volume <value> set the volume to <value> (between 0 and 100)
  11. !playlist <playlistname> starts playing back the playlist <playlistname>
  12. !stream <url> stream from <url>; this may be http-streams like shoutcast / icecast or just remote soundfiles
  13. !yt <url> playback an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts
  14. !ytdl <url> playback an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts; additionally, the file will be stored
Advertisement
Add Comment
Please, Sign In to add comment