summaryrefslogtreecommitdiff
path: root/nephilim/mpclient.py
Commit message (Expand)AuthorAge
* mpclient: update commentsAnton Khirnov2010-11-29
* mpclient: new signal that's emitted when current song's position changesAnton Khirnov2010-11-03
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
* mpclient: add update/rescan database functionsAnton Khirnov2010-08-27
* mpclient: group functions by categoryAnton Khirnov2010-08-27
* emit a crossfade_changed signalAnton Khirnov2010-08-27
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* mpclient: add a new asynchronous high-level MPD layerAnton Khirnov2010-08-12
* mpclient: add playlistid() funcAnton Khirnov2010-02-11
* mpclient: add an error message on status read failAnton Khirnov2009-12-22
* mpd: switch to QtNetwork networking.Anton Khirnov2009-10-08
* mpclient: remove calls to str.encode()Anton Khirnov2009-10-08
* mpclient: fix stats() when disconnected.Anton Khirnov2009-10-08
* mpclient: in add() put only command_list_end under try/exceptAnton Khirnov2009-09-30
* PlayControl: correctly initialize on load.Anton Khirnov2009-09-24
* mpd/mpclient: catch socket errors when sending commandsAnton Khirnov2009-09-20
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
* mpclient: change tagtypes, urlhandlers and commands to varsAnton Khirnov2009-09-19
* mpclient: fix urlhandlers commandAnton Khirnov2009-09-15
* Playlist: allow dropping items from library.Anton Khirnov2009-09-12
* mpclient: fix command lists.Anton Khirnov2009-09-10
* mpd: rewrite connecting/disconnecting functions to use signals.Anton Khirnov2009-09-08
* mpclient/mpd: always use iterators instead of list.Anton Khirnov2009-09-08
* PlayControl: add a menu for controlling outputs.Anton Khirnov2009-08-28
* mpclient: encapsulate audio outputs in a class.Anton Khirnov2009-08-28
* mpclient & mpd: add findadd command.Anton Khirnov2009-08-25
* mpclient: fix find.Anton Khirnov2009-08-25
* song: convert to a subclass of dict.Anton Khirnov2009-08-24
* Songinfo: rewrite to use all metadata from MPD.Anton Khirnov2009-08-23
* mpclient: don't cache library and playlistAnton Khirnov2009-08-23
* song: don't convert id to intAnton Khirnov2009-08-23
* mpclient: handle MPD exceptions in delete()Anton Khirnov2009-08-21
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
* mpclient: initialize db update timeAnton Khirnov2009-08-10
* mpclient: fix db_updated signal.Anton Khirnov2009-06-22
* move plugins enable/disable code from winMain to pluginsAnton Khirnov2009-06-19
* mpclient: remove forgotten print.Anton Khirnov2009-05-18
* mpclient: use stats cmd to query db update.Anton Khirnov2009-05-18
* mpclient: add some debugging messages.Anton Khirnov2009-05-18
* mpclient: handle exception when adding files.Anton Khirnov2009-05-15
* mpclient: behave correctly when connection to MPD is lost.Anton Khirnov2009-05-12
* mpclient: 10l - update cached lib.Anton Khirnov2009-05-12
* mpclient: don't kill timer if there is none.Anton Khirnov2009-05-12
* mpclient: add tagtypes, single and consume commands.Anton Khirnov2009-04-30
* add licence headers to all files.Anton Khirnov2009-03-27
* mpclient/settings_wg: support for crossfade.Anton Khirnov2009-03-25
* mpclient: unified check for availability of command.Anton Khirnov2009-03-21
* mpclient: handle an exception when disconnectingAnton Khirnov2009-03-15
* mpclient: better handling of permissions.Anton Khirnov2009-03-15
* Better handling of password authentication.Anton Khirnov2009-03-15