IPv6 support
Status: Alpha
Brought to you by:
metzen
I intensively use IPv6 to reach m hosts at home from anywhere (using a tunnel when necessary), and my MPD streams to icecast, which is also IPv6-aware. But I have to ssh to my box in order to use ncmpc locally to control MPD. Therefore, I cannot use any of the great pympd features, such as queing.
I looked at the code, unfortunately I know too little of python to be able to do a patch myself.
Logged In: YES
user_id=1692303
Originator: NO
Hello,
I have taken a look at the code and made the attached patch. I have tested it and it seems to work fine.
Regards,
Arnaud Fontaine
Logged In: YES
user_id=1692303
Originator: NO
The patch is available there: http://debian.mini-dweeb.org/arnau/patchs/pympd-ipv6.patch
Logged In: YES
user_id=1692303
Originator: NO
Hello,
When will you release a new pympd version with this patch applied? any time-frame?
Regards,
Arnaud Fontaine
Logged In: YES
user_id=1692303
Originator: NO
I have modified a bit my patch in order to use non-blocking socket.connect(), the timeout is set according to the timeout user setting. It is now available there:
http://debian.mini-dweeb.org/arnau/patchs/pympd-patches/pympd-ipv6-non-blocking.patch