MyPlaylists
Commands for MyPlaylists
MyPlaylists Commands
Here is the list of commands available in the MyPlaylists category.
/info
Show Information of a Playlists from you
Aliases: about, information, help
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the playlist |
Example Usage
/info name:valueThis command allows you to show information of a playlists from you.
/list
Show all Playlists of a user
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
user | user | No | Of whom to show them? |
Example Usage
/list user:valueThis command allows you to show all playlists of a user.
/create
Create a custom Playlist
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | What should be the playlist-name |
shuffle_on_load | stringchoices | No | Wether or not it should mix the tracks before loading them (default: False) |
public | stringchoices | No | If public is True then everyone can load this playlist (default: True) |
add_current_queue | stringchoices | No | Adds the entire upcoming Queue + current Track (default: False) |
Example Usage
/create name:value shuffle_on_load:value public:value add_current_queue:valueThis command allows you to create a custom playlist.
/editsettings
Edit one of your custom Settings Playlist(s)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Select one of your playlist names |
shuffle_on_load | stringchoices | No | Wether or not it should mix the tracks before loading them (default: false) |
public | stringchoices | No | If public is True then everyone can load this playlist (default: true) |
Example Usage
/editsettings name:value shuffle_on_load:value public:valueThis command allows you to edit one of your custom settings playlist(s).
/remove_track
Removes a specific track
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to remove the track from |
track_name | string | Yes | Specify the track to remove |
Example Usage
/remove_track playlist_name:value track_name:valueThis command allows you to removes a specific track.
/delete
Delete one of your custom Playlist
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Select one of your playlist names |
Example Usage
/delete name:valueThis command allows you to delete one of your custom playlist.
/clear_tracks_of_source
Clears all tracks of a specific source
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to clear the tracks from |
source | stringchoices | Yes | Which source-platform to clear? |
Example Usage
/clear_tracks_of_source playlist_name:value source:valueThis command allows you to clears all tracks of a specific source.
/add_current_track
Adds the current playing Track
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to add the track to |
Example Usage
/add_current_track playlist_name:valueThis command allows you to adds the current playing track.
/remove_bulk_tracks
Removes a bulk amount of tracks (from - to)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to remove the track(s) from |
starting_index | number | Yes | Specify the starting track index to remove |
ending_index | number | Yes | Specify the ending track index to remove |
Example Usage
/remove_bulk_tracks playlist_name:value starting_index:value ending_index:valueThis command allows you to removes a bulk amount of tracks (from - to).
/add_current_queue
Adds the entire upcoming Queue + current Track
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to add the track to |
Example Usage
/add_current_queue playlist_name:valueThis command allows you to adds the entire upcoming queue + current track.
/add_track_link
Adds a Track via LINK/URI
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to add the track to |
track_link | string | Yes | Provide link(s) of the track(s) / playlist(s) to add (seperated by a space) |
Example Usage
/add_track_link playlist_name:value track_link:valueThis command allows you to adds a track via link/uri.
/remove_duplicates
Clears all Duplicated tracks
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to remove the duplicates tracks from |
Example Usage
/remove_duplicates playlist_name:valueThis command allows you to clears all duplicated tracks.
/clear_tracks
Clears all tracks
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playlist_name | string | Yes | Specify the playlist to clear the tracks from |
Example Usage
/clear_tracks playlist_name:valueThis command allows you to clears all tracks.
/load
Enqueue all tracks of a playlist
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the playlist |
Example Usage
/load name:valueThis command allows you to enqueue all tracks of a playlist.
