-
-
Notifications
You must be signed in to change notification settings - Fork 155
Playlists
Splamy edited this page May 28, 2019
·
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 -
!list repeat off/one/all-
off: Does not repeat. The playback stops when the last song was played. -
oneRepeats a single element. -
allRepeats the entire playlist.
-