summaryrefslogtreecommitdiff
path: root/nephilim/mpdsocket.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* mpclient: remove unused get_plist_song()Anton Khirnov2013-04-25
| | | | Also drop now unused synchronous command functions.
* mpdsocket: support ignoring errorsAnton Khirnov2011-09-04
| | | | | apparrently there's no clean way to do some things (like querying whether a sticker exists) without triggering an error.
* mpdsocket: don't raise exceptionsAnton Khirnov2010-08-27
| | | | they just complicate the situation when working asynchronously
* mpdsocket: add a new asynchronous low-level MPD interfaceAnton Khirnov2010-08-12
some parts are based on mpd library.