-
Notifications
You must be signed in to change notification settings - Fork 1
User Playlist
List of user playlist command names (2020/10/25):
- create_new_playlist
- delete_my_playlist
- rename_my_playlist
- my_playlist
- add_track_to_my_playlist
- delete_track_from_my_playlist
- my_playlists_track
- play_my_playlist
Create a new playlist. Playlist name can't be same with your other existed playlist.
- cnp
m$create_new_playlist anime
m$cnp anime
The anime
is the playlist name.
Delete existing user playlist.
- dmp
m$delete_my_playlist anime
m$dmp anime
The anime
is the playlist name.
Rename user playlist. Use coma ,
as separator for old and new playlist name.
- rmp
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.
Show all existing user playlist.
- mp
- mps
- playlist
- playlists
m$my_playlist
m$mp
m$mps
m$playlist
m$playlists
Add a new track to user playlist. Use coma (,) as separator for each arguments.
- attmp
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.
Delete existing track from user playlist. Use coma (,) as separator for each arguments.
- dtfmp
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.
Show all track(s) in the playlist owned by the user.
- mpt
- playlists_track
m$my_playlists_track anime
m$mpt anime
m$playlists_track anime
The anime
is the playlist name.
Play all track from the user's own playlist.
Note: any track that have length more than 15 minutes will not played.
- pmp
m$play_my_playlist anime
m$pmp anime
The anime
is the playlist name.