Skip to content

Playlists

Seebi edited this page Aug 23, 2017 · 9 revisions

Managing Playlists

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 list List all existing playlists
  • !list delete <name> Delete the playlist with the specified name
  • !list clear Clear your private playlist

Work with a 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 show Show the songs in the current playlist
  • !list play Play the current playlist
  • !list name <name> Give the current playlist another name
  • !list save Store 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.