Variable: mpc-songs-playlist
mpc-songs-playlist is a buffer-local variable defined in mpc.el.gz.
Documentation
Name of the currently selected playlist, if any.
A value of t means the main playlist.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;;; Playlist management ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar-local mpc-songs-playlist nil
"Name of the currently selected playlist, if any.
A value of t means the main playlist.")