Skip to main content

Audio Sources

  • YouTube
  • Spotify
  • SoundCloud
  • Apple Music

Queueing Music

You can queue music with the play command.
By default, the play command will search Spotify. You’re able to provide a URL which will queue the music directly from the source you provide.
;play <query | URL>

Managing the Queue

You can manage the queue with the following commands
Use the queue command to view the tracks in the queue. Each track has a corresponding position which can be used to interact with the queue.
Use the queue remove command to remove a track from the queue. You must provide the track position which can be found with the queue command.
;queue remove <position>
Use the queue move command to move a track in the queue. You must provide the current position and the new position.
;queue move <position> <new_position>
Use the queue autoplay command to toggle auto play. Whenever your queue is empty, juno will automatically play similar tracks which are related to the last track played.
This feature is only available for YouTube and Spotify.
Use the queue shuffle command to shuffle the queue.
Use the queue clear command to clear the queue.

Controlling Playback

You can control playback with the following commands
Use the skip command to skip to the next track.
Use the pause & resume commands to pause and resume playback.
Use the volume command to change the volume.
The volume must be between 0 and 100.
;volume <0-100>
Use the repeat command to set the repeat mode.
;repeat <off | track | queue>