shaundon / spotiserver

Control Spotify on your Mac remotely.
1 stars 1 forks source link

Automatic server detection doesn't always work #2

Closed shaundon closed 9 years ago

shaundon commented 9 years ago

The client app finds the server by scanning 192.168.0.x for a host with an open port 7768. Therefore the client app doesn't work on any networks that don't issue local IP addresses in the 192.168.0.x range.

The temporary workaround for this is to use a web browser to get to the remote.

The fix for this is to switch to using zeroconf networking.

shaundon commented 9 years ago

Fixed!