jon-turney / pidgin-musictracker

Automatically exported from code.google.com/p/pidgin-musictracker
GNU General Public License v2.0
0 stars 0 forks source link

mpd unix socket support #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add support for connecting to mpd unix socket

Original issue reported on code.google.com by DRDarkRa...@gmail.com on 4 Mar 2011 at 4:14

GoogleCodeExporter commented 8 years ago
At the moment, pidigin-musictracker can only be configured to contact MPD via a 
network socket.

Need to check if included libmpdclient code supports a unix domain socket, and 
if so, add a means to configure the socket name as an alternative to a network 
address.

Probably ought to audit for IPv6 support at the same time :-)

Original comment by b152fee4...@gmail.com on 18 May 2011 at 12:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
no, the included libmpdclient code does not support unix domain sockets. but it 
only require a few modifications. And i've managed to get my musictracker work 
with the unix domain socket.

Original comment by DRDarkRa...@gmail.com on 19 May 2011 at 1:31

GoogleCodeExporter commented 8 years ago
If you could provide a patch, that would be most helpful :-)

Original comment by b152fee4...@gmail.com on 19 May 2011 at 1:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Er, I use the libmpdclient.c file from libmpd 1.2 . So I don't know if all 
these changes are necessary. I'll provide what i think are necessary changes.

Original comment by DRDarkRa...@gmail.com on 19 May 2011 at 1:55

Attachments: