-
-
Notifications
You must be signed in to change notification settings - Fork 155
Playlists
Seebi edited this page Aug 23, 2017
·
9 revisions
All playlist related commands start with !list, if you need help for a command, you can just execute !help list or !help list add, ...
The saved playlists are stored in a folder, which can be configured with PlaylistManager::PlaylistPath in the config file.
-
!list get <link>Add a playlist from a folder, YouTube or other platforms -
!list listList all existing playlists -
!list delete <name>Delete the playlist with the specified name -
!list clearClear your private playlist
First, load a playlist using !list load <name>, then you can edit it using the following commands:
-
!list add <id/link>Add a song from a history id or a link -
!list showShow the songs in the current playlist -
!list playPlay the current playlist -
!list name <name>Give the current playlist another name -
!list saveStore the playlist on disk (you have to save a playlist before you can load it) -
!list item move <from> <to>Move an item to another position e. g.!list item move from 2 5 -
!list item delete <index>Delete an item from the current playlist e. g.!list item delete 1
TODO: Explain special lists: .queue, .trash How to create new lists.