All Projects → SolitudeSF → mpdclient

SolitudeSF / mpdclient

Licence: MIT License
MPD client library in nim

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to mpdclient

mpdevil
A simple music browser for MPD
Stars: ✭ 88 (+319.05%)
Mutual labels:  player, mpd
trollibox
The hackerspace friendly music player web client
Stars: ✭ 35 (+66.67%)
Mutual labels:  player, mpd
LabMidi
Midi IN and OUT. Standard midi file parser and player. Midi Softsynth implementation.
Stars: ✭ 38 (+80.95%)
Mutual labels:  player
FantasyPremierLeague.py
⚽ Statistics for your mini leagues.
Stars: ✭ 123 (+485.71%)
Mutual labels:  player
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 39 (+85.71%)
Mutual labels:  player
iptv-m3u-player
项目iptv-m3u-maker衍生项目,利用已分析出的数据进行播放的桌面端app
Stars: ✭ 73 (+247.62%)
Mutual labels:  player
shogi-player
将棋の棋譜を再生したり盤面を編集したりします
Stars: ✭ 42 (+100%)
Mutual labels:  player
kaltura-player-android
Kaltura Player is a rich, easy to integrate and easy to use video player for all media types and ad scenarios you need. - based on Google ExoPlayer
Stars: ✭ 22 (+4.76%)
Mutual labels:  player
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+119.05%)
Mutual labels:  player
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+38.1%)
Mutual labels:  mpd
useAudioPlayer
Custom React hook & context for controlling browser audio
Stars: ✭ 176 (+738.1%)
Mutual labels:  player
ppplay
An old-fashioned Module Player
Stars: ✭ 27 (+28.57%)
Mutual labels:  player
ycl
Search, Play, Download youtube videos from the terminal
Stars: ✭ 20 (-4.76%)
Mutual labels:  player
VideoPlayerBot
An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❤️
Stars: ✭ 187 (+790.48%)
Mutual labels:  player
onpc
Enhanced Music Controller
Stars: ✭ 90 (+328.57%)
Mutual labels:  player
mous
Lightweight audio player & converter for FreeBSD/Linux/macOS
Stars: ✭ 65 (+209.52%)
Mutual labels:  player
ykh5p
改善优酷官方html5播放器播放体验
Stars: ✭ 43 (+104.76%)
Mutual labels:  player
vue-audio
A simple audio player based on Vue 2.x which supports single, loop, order, circulation, and random mode
Stars: ✭ 41 (+95.24%)
Mutual labels:  player
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-33.33%)
Mutual labels:  mpd
dotfiles
rice repo
Stars: ✭ 71 (+238.1%)
Mutual labels:  mpd

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"]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].