chickadee » mpd-client » get-playlist

get-playlist CONN #!optional IDprocedure

Return a list of alists describing the songs in the current playlist. (Optionally only the song with id ID):

#;10>  (pp (get-playlist m 12))
(((Id . 12)
  (Pos . 12)
  (Time . 623)
  (Title . "the leper affinity")
  (Track . 1)
  (Album . "blackwater park")
  (Artist . "opeth")
  (file . "metal/opeth/blackwater park/01 the leper affinity.mp3")))
#;11>