mpdclient
MPD client library
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
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"]