Playlists System

This page contains information on our playlists functionality.

What is the difference between playlists and server playlists?

The playlist command allows premium users to save playlists and load them in any server. The serverplaylist command allows server DJs to save playlists for that specific server, and they can be managed by any other DJ.

On this page, we're using serverplaylist, but you can use playlist too!

How can I create a server playlist?

First, make sure the tracks that you want to save are in the current queue. Then, use this command:

serverplaylist create [name]

Remember to replace "[name]" with the name you want to save the queue with! Premium servers can create up to 10 server playlists. Non-Premium servers can create 1.

How can I delete a server playlist?

Just run this command:

serverplaylist delete [name]

Make sure the name is correct; it's case-sensitive!

How can I see all server playlists?

Just run this command:

serverplaylist list

How can I view the tracks in a playlist?

Just run this command:

serverplaylist view [playlist name]

Make sure the name is correct; it's case-sensitive!

How can I load and play a server playlist?

Just run this command:

serverplaylist load [name]

Make sure the name is correct; it's case-sensitive!

How can I edit a server playlist?

First load the current save and add all the tracks you want to save to the current queue, and then run this command:

serverplaylist edit [name]

To add just a single track to a playlist, use this command:

serverplaylist add [playlist name], [track name/link]

To remove a single track from a playlist, use this command:

serverplaylist remove [playlist name] [track position]

Tip: You can get the track position from the view subcommand!

Last updated