aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_mms.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mms: declare GLib log domainMax Kellermann2009-01-291-0/+3
|
* added support for the MMS protocolMax Kellermann2009-01-291-0/+120
This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server.