E2OpenPlugins / e2openplugin-OpenAirPlay

AirPlay server with AirTunes support
GNU General Public License v2.0
20 stars 20 forks source link

Doesn't work with Airfoil #4

Open lapeter opened 11 years ago

lapeter commented 11 years ago

Hi, I tried to play music with Airfoil for windows but it didn't connect.

It seems like line 229 in airplayserver.py is the problem: if (host.split(".")) == 4: # ipv4

If I change it like this, it works: if len(host.split(".")) == 4: # ipv4