Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 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> - 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 - resume queue playback
  6. !queue <searchstring / uuid> - enqueue a track by its id or search for a track and enqueue the first match
  7. !queuenext <searchstring / uuid> - prepend a track by its id or search for a track and prepend the first match to the queue
  8. !stop - stop playback
  9. !!stop - stop playback and remove idle-track
  10. !volume up - increase the volume
  11. !volume down - decrease the volume
  12. !volume <value> - set the volume to <value> (between 0 and 100)
  13. !playlist <playlistname> - starts playing back the playlist <playlistname>
  14. !stream <url> - stream from <url>; this may be http-streams like shoutcast / icecast or just remote soundfiles
  15. !say <text> - use text-to-speech (if configured) to say the given text
  16. !qyt <url> - or enqueue 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
  17. !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
  18. !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
  19. !qytdl <url> - add an <url> via external youtube-dl (if enabled) to the queue; beware: the file will be downloaded first and enqueued afterwards, so there might be a slight delay before playback starts; additionally, the file will be stored
  20. !shuffle - toggle shuffle
  21. !repeat - toggle repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement