> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrumpbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Queue and Playback Controls

> View and clean the music queue, pause or skip songs, configure looping, and seek through the current track.

Everyone in Scrump's active voice channel shares one music queue. Members can add songs and manage their own entries, while server managers can perform wider cleanup and configure voting rules.

## View and navigate the queue

Run `/queue view` to see the current song, upcoming songs, requesters, loop state, and queue size. Use the page option for a specific page or the **Previous** and **Next** buttons on the response.

The queue display also includes controls for pagination, refresh, pause or resume, and opening the current song's lyrics or the audio filters panel as a new channel message.

## Pause, resume, stop, and volume

| Command                  | Result                              |
| ------------------------ | ----------------------------------- |
| `/player pause`          | Pauses the current song             |
| `/player resume`         | Continues paused playback           |
| `/player stop`           | Stops playback and clears the queue |
| `/player volume volume:` | Sets volume from 1% to 300%         |

Volume adjustment requires an enhanced queue. Very high volume can distort already-loud tracks, so start near 100% and increase it gradually.

## Shuffle and remove songs

| Command                           | Result                                                                                |
| --------------------------------- | ------------------------------------------------------------------------------------- |
| `/queue shuffle`                  | Randomizes the upcoming queue                                                         |
| `/queue remove song`              | Removes one selected queue entry                                                      |
| `/queue remove my-songs`          | Removes every song you requested                                                      |
| `/queue remove all`               | Clears the full queue; requires **Move Members** or a DJ role                         |
| `/queue remove duplicates`        | Removes duplicate entries; requires Plus, Pro, or Blue access                         |
| `/queue remove absent-user-songs` | Removes songs requested by members who left voice; requires Plus, Pro, or Blue access |

When removing one song, choose it from Discord's autocomplete list. The number is its current queue position and can change when songs are added, removed, shuffled, or skipped.

## Skip songs and skip voting

* `/skip current-song` starts or completes a vote to skip the current song.
* `/skip amount amount:` votes to skip several songs at once, up to 100.
* `/skip user-songs user:` removes songs queued by another member. This requires server Plus or Pro and **Move Members** or a DJ role.

If you have management access, Scrump can bypass the public vote where appropriate. Otherwise, eligible listeners in the active voice channel can vote on the displayed skip message. Deafened listeners are not counted as eligible voters.

Server managers can change the vote requirement with `/music-settings vote-skip percentage`, or enable and disable voting with the corresponding `enable` and `disable` commands.

## Loop the current song or queue

| Command              | Result                                              |
| -------------------- | --------------------------------------------------- |
| `/loop current-song` | Repeats the current song                            |
| `/loop queue`        | Repeats the whole queue; requires an enhanced queue |
| `/loop off`          | Turns looping off                                   |

Looping one current song is available to everyone. Looping the full queue requires server Plus or Pro, or an active queue containing a Scrump Blue user.

## Seek, rewind, and restart

The following advanced controls require Pro or Scrump Blue:

* `/song skip-forward duration:` moves forward by a duration such as `30 seconds`.
* `/song rewind duration:` moves backward by a duration such as `1 minute`.
* `/song seek duration:` moves to an exact position such as `2 minutes 15 seconds`.
* `/song restart` returns to the beginning of the song.

These controls may not be available for every item. Scrump will tell you when the active song cannot be seeked.

## Voice-channel access

Join the same voice channel as Scrump before changing playback. If Scrump is in another channel, move there or ask the listeners in that channel to manage their queue.

## Related guides

* [Play songs and Spotify links](/features/music/playing-songs)
* [Use filters, speed, and audio controls](/features/music/filters-and-audio)
* [Configure skip voting and DJ permissions](/features/music/settings-and-permissions)
