Playlist plugins

embcue

Reads CUE sheets from the "CUESHEET" tag of song files.

m3u

Reads .m3u playlist files.

extm3u

Reads extended .m3u playlist files.

pls

Reads .pls playlist files.

xspf

Reads XSPF playlist files.

despotify

Adds Spotify playlists. Spotify playlists use the spt:// URI, and a Spotify playlist URL. So for example, you can load a playlist with

mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH

See the despotify input plugin for configuration options (username and password needs to be setup)

soundcloud

Adds Soundcloud playlists. SoundCloud playlists use the soundcloud:// URI, and with a number of arguments, you may load different playlists with

mpc load soundcloud://track/TRACK_ID
mpc load soundcloud://playlist/PLAYLIST_ID
mpc load soundcloud://user/USERNAME
mpc load soundcloud://search/SEARCH_QUERY
mpc load soundcloud://url/https://soundcloud.com/ARTIST/TRACK-NAME
        
SettingDescription
apikey client_id User apikey/client_id can override the MPD token provided by SoundCloud.