libmpd alternatives and similar packages
Based on the "Networking" category.
Alternatively, view libmpd alternatives based on common mentions on social networks and blogs.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of libmpd or a related project?
Popular Comparisons
README
libmpd-haskell: a client library for MPD
About
libmpd-haskell is a pure Haskell client library for MPD, the music playing daemon.
Getting
- Latest release on Hackage
git clone git://github.com/vimus/libmpd-haskell.git
Installation
With cabal-install, do
cd libmpd-haskell && cabal install
Usage
With GHCi:
> :set -XOverloadedStrings
> import Network.MPD
> withMPD $ lsInfo ""
Right [LsDirectory "Tool", LsDirectory "Tom Waits",...]
> withMPD $ add "Tom Waits/Big Time"
Right ["Tom Waits/Big Time/01 - 16 Shells from a Thirty-Ought-Six.mp3",...]
MPD API compliance
Any deviation from the latest version of the MPD protocol reference is a bug.
Submitting bug reports
See our bug tracker. Test cases are highly appreciated.
Submitting patches
To submit a patch, use git format-patch
and email the resulting file(s) to
one of the developers or upload it to the bug tracker.
Alternatively you can create your own fork of the GitHub repository and send a pull request.
Well-formatted patches are appreciated. New features should have a test case.
See also
- vimus, an MPD client with vim-like keybindings
Resources
- API documentation
- MPD protocol reference
- Using GitHub
- #vimus @ irc.freenode.net
License
libmpd-haskell is distributed under the MIT license.
Contributors
See CONTRIBUTORS in the source distribution. Feel free to add yourself to this list if you deem it appropriate to do so.
*Note that all licence references and agreements mentioned in the libmpd README section above
are relevant to that project's source code only.