mpdclient

MPD client library

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install mpdclient
choosenim install mpdclient
git clone https://github.com/SolitudeSF/mpdclient

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
mpdclient - - - - - - -

Source

Repository https://github.com/SolitudeSF/mpdclient
Homepage https://github.com/SolitudeSF/mpdclient
Documentation View Documentation
Registry Source nimble_official

README

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"]