Skip to content

User Playlist

Ricky Setiawan edited this page Nov 12, 2020 · 20 revisions

User Playlist Command

List of user playlist command names (2020/10/25):

m$create_new_playlist <playlist name>

Create a new playlist. Playlist name can't be same with your other existed playlist.

Aliases:

  • cnp

Example

  • m$create_new_playlist anime
  • m$cnp anime

The anime is the playlist name.

m$delete_my_playlist <playlist name>

Delete existing user playlist.

Aliases:

  • dmp

Example

  • m$delete_my_playlist anime
  • m$dmp anime

The anime is the playlist name.

m$rename_my_playlist <old playlist name>, <new playlist name>

Rename user playlist. Use coma , as separator for old and new playlist name.

Aliases:

  • rmp

Example

  • m$rename_my_playlist anime, vtuber song
  • m$rmp anime, vtuber song

anime is the old playlist name.

vtuber song is the new playlist name.

m$my_playlist

Show all existing user playlist.

Aliases:

  • mp
  • mps
  • playlist
  • playlists

Example

  • m$my_playlist
  • m$mp
  • m$mps
  • m$playlist
  • m$playlists

m$add_track_to_my_playlist <playlist name>, <track url>

Add a new track to user playlist. Use coma (,) as separator for each arguments.

Aliases:

  • attmp

Example

  • m$add_track_to_my_playlist anime, https://www.youtube.com/watch?v=4Q9DWZLaY2U
  • m$attmp anime, https://www.youtube.com/watch?v=4Q9DWZLaY2U

anime is the playlist name.

https://www.youtube.com/watch?v=4Q9DWZLaY2U the url.

m$delete_track_from_my_playlist <playlist name>, <track index>

Delete existing track from user playlist. Use coma (,) as separator for each arguments.

Aliases:

  • dtfmp

Example

  • m$delete_track_from_my_playlist anime, 1
  • m$dtfmp anime, 1

anime is the playlist name.

1 is the track index inside the playlist.

m$my_playlists_track <playlist name>

Show all track(s) in the playlist owned by the user.

Aliases:

  • mpt
  • playlists_track

Example

  • m$my_playlists_track anime
  • m$mpt anime
  • m$playlists_track anime

The anime is the playlist name.

m$play_my_playlist <playlist name>

Play all track from the user's own playlist.

Note: any track that have length more than 15 minutes will not played.

Aliases:

  • pmp

Example

  • m$play_my_playlist anime
  • m$pmp anime

The anime is the playlist name.