MPD client library for Nim
nimble install mpdclient
import mpdclient let mpd = newMPDClient() for song in mpd.playlistId: echo song.tags["Album"]