Mivator LogoMivator Docs

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

NameTypeRequiredDescription
namestringYesThe name of the playlist

Example Usage

/info name:value

This command allows you to show information of a playlists from you.


/list

Show all Playlists of a user

Parameters

NameTypeRequiredDescription
useruserNoOf whom to show them?

Example Usage

/list user:value

This command allows you to show all playlists of a user.


/create

Create a custom Playlist

Parameters

NameTypeRequiredDescription
namestringYesWhat should be the playlist-name
shuffle_on_loadstringchoicesNoWether or not it should mix the tracks before loading them (default: False)
publicstringchoicesNoIf public is True then everyone can load this playlist (default: True)
add_current_queuestringchoicesNoAdds the entire upcoming Queue + current Track (default: False)

Example Usage

/create name:value shuffle_on_load:value public:value add_current_queue:value

This command allows you to create a custom playlist.


/editsettings

Edit one of your custom Settings Playlist(s)

Parameters

NameTypeRequiredDescription
namestringYesSelect one of your playlist names
shuffle_on_loadstringchoicesNoWether or not it should mix the tracks before loading them (default: false)
publicstringchoicesNoIf public is True then everyone can load this playlist (default: true)

Example Usage

/editsettings name:value shuffle_on_load:value public:value

This command allows you to edit one of your custom settings playlist(s).


/remove_track

Removes a specific track

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to remove the track from
track_namestringYesSpecify the track to remove

Example Usage

/remove_track playlist_name:value track_name:value

This command allows you to removes a specific track.


/delete

Delete one of your custom Playlist

Parameters

NameTypeRequiredDescription
namestringYesSelect one of your playlist names

Example Usage

/delete name:value

This command allows you to delete one of your custom playlist.


/clear_tracks_of_source

Clears all tracks of a specific source

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to clear the tracks from
sourcestringchoicesYesWhich source-platform to clear?

Example Usage

/clear_tracks_of_source playlist_name:value source:value

This command allows you to clears all tracks of a specific source.


/add_current_track

Adds the current playing Track

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to add the track to

Example Usage

/add_current_track playlist_name:value

This command allows you to adds the current playing track.


/remove_bulk_tracks

Removes a bulk amount of tracks (from - to)

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to remove the track(s) from
starting_indexnumberYesSpecify the starting track index to remove
ending_indexnumberYesSpecify the ending track index to remove

Example Usage

/remove_bulk_tracks playlist_name:value starting_index:value ending_index:value

This command allows you to removes a bulk amount of tracks (from - to).


/add_current_queue

Adds the entire upcoming Queue + current Track

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to add the track to

Example Usage

/add_current_queue playlist_name:value

This command allows you to adds the entire upcoming queue + current track.


Adds a Track via LINK/URI

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to add the track to
track_linkstringYesProvide link(s) of the track(s) / playlist(s) to add (seperated by a space)

Example Usage

/add_track_link playlist_name:value track_link:value

This command allows you to adds a track via link/uri.


/remove_duplicates

Clears all Duplicated tracks

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to remove the duplicates tracks from

Example Usage

/remove_duplicates playlist_name:value

This command allows you to clears all duplicated tracks.


/clear_tracks

Clears all tracks

Parameters

NameTypeRequiredDescription
playlist_namestringYesSpecify the playlist to clear the tracks from

Example Usage

/clear_tracks playlist_name:value

This command allows you to clears all tracks.


/load

Enqueue all tracks of a playlist

Parameters

NameTypeRequiredDescription
namestringYesThe name of the playlist

Example Usage

/load name:value

This command allows you to enqueue all tracks of a playlist.


On this page