Playlists
Create, modify, and import playlists, or register a provider that fetches playlists from URLs.
Playlists API for Plugins
Core concepts
Index vs. full playlist
Playlist items
type PlaylistItem = {
id: string; // Unique ID for this item (not the track ID)
track: Track; // Full track metadata
note?: string; // Optional user note
addedAtIso: string; // ISO timestamp
};Persistence
Usage
Playlist providers
Implementing a provider
Types
Playlist
PlaylistIndexEntry
PlaylistItem
Reference
Provider type
Last updated