Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 245 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 245 Bytes

MPD client library

MPD client library for Nim

Installation

nimble install mpdclient

Example usage

import mpdclient

let mpd = newMPDClient()
for song in mpd.playlistId:
  echo song.tags["Album"]