Playlist

Moonlit allows users to create and manage playlists for easy access to their favorite tracks. With playlist support, you can save queues, load them later, and share your collections across servers.

Usage Example:

>playlist create <name>  
>playlist add <name> <song name or URL>  
>playlist load <name>  
>playlist delete <name>  
>playlist list

Playlist Commands

>playlist create <name> Creates a new playlist with the specified name. Example:

>playlist create chillvibes

>playlist add <name> <song> Adds a song to an existing playlist. You can use a track name, link, or search query. Example:

>playlist add chillvibes ocean eyes

>playlist load <name> Loads and plays all tracks from the selected playlist in the current queue. Example:

>playlist load chillvibes

>playlist delete <name> Deletes a saved playlist from your account. Example:

>playlist delete chillvibes

>playlist list Displays all playlists you’ve created, along with track counts.


Notes:

  • Playlists are saved per user, not per server.

  • Only the playlist creator can modify or delete their playlists.

  • Each playlist can contain a limited number of tracks depending on system settings.

  • Playlists are stored persistently and remain available even after restarts.

Last updated