aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_mms.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-29mms: declare GLib log domainMax Kellermann1-0/+3
2009-01-29added support for the MMS protocolMax Kellermann1-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.