mpdclient
MPD client library
Summary
| Latest Version | 0.3.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-03 07:22 |
Tags
Authors
- SolitudeSF
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
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"]