libmpd: An MPD client library.
Modules
[Index] [Quick Jump]
- Network
- Network.MPD
- Network.MPD.Applicative
- Network.MPD.Applicative.ClientToClient
- Network.MPD.Applicative.Connection
- Network.MPD.Applicative.CurrentPlaylist
- Network.MPD.Applicative.Database
- Network.MPD.Applicative.Mount
- Network.MPD.Applicative.Output
- Network.MPD.Applicative.PlaybackControl
- Network.MPD.Applicative.PlaybackOptions
- Network.MPD.Applicative.Reflection
- Network.MPD.Applicative.Status
- Network.MPD.Applicative.Stickers
- Network.MPD.Applicative.StoredPlaylists
- Commands
- Network.MPD.Core
- Network.MPD.Applicative
- Network.MPD
Downloads
- libmpd-0.10.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.0.5, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8, 0.9.0.9, 0.9.0.10, 0.9.1.0, 0.9.2.0, 0.9.3.0, 0.10.0.0, 0.10.0.1 |
|---|---|
| Change log | changelog.md |
| Dependencies | attoparsec (>=0.10.1 && <1), base (>=4.11 && <5), bytestring (>=0.9 && <1), containers (>=0.3 && <1), data-default-class (>=0.0.1 && <1), filepath (>=1 && <2), mtl (>=2.2.2 && <3), network (>=3 && <3.3), safe-exceptions (>=0.1 && <0.2), text (>=0.11 && <2.2), time (>=1.5 && <2), utf8-string (>=0.3.1 && <1.1) [details] |
| Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.3, ghc ==9.8.2 |
| License | MIT |
| Copyright | Ben Sinclair 2005-2009, Joachim Fasting 2007-2015, Daniel Schoepe 2009, Andrzej Rybczak 2010, Simon Hengel 2011-2014, Niklas Haas 2012, Matvey Aksenov 2014, Wieland Hoffmann 2014, Tim Heap 2014, Tobias Brandt 2014 |
| Author | Ben Sinclair |
| Maintainer | Joachim Fasting <joachifm@fastmail.fm> |
| Uploaded | by jade512 at 2024年06月21日T17:22:19Z |
| Category | Network, Sound |
| Home page | http://github.com/vimus/libmpd-haskell#readme |
| Bug tracker | http://github.com/vimus/libmpd-haskell/issues |
| Source repo | head: git clone https://github.com/vimus/libmpd-haskell |
| Distributions | Arch:0.10.0.1, Debian:0.9.1.0, Fedora:0.10.0.1, FreeBSD:0.9.0.2, LTSHaskell:0.10.0.1, NixOS:0.10.0.1, Stackage:0.10.0.1, openSUSE:0.10.0.1 |
| Reverse Dependencies | 7 direct, 2 indirect [details] |
| Downloads | 43449 total (115 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2024年06月21日 [all 1 reports] |
Readme for libmpd-0.10.0.1
[back to package description]libmpd-haskell: a client library for MPD
About
libmpd-haskell is a pure Haskell client library for MPD, the music playing daemon. Requires MPD version 0.19 or later.
Getting
- Latest release on Hackage
git clone https://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.