tkem / mopidy-mobile

Mopidy Web client extension and hybrid app for mobile devices
Apache License 2.0
78 stars 14 forks source link

Unable to Connect via ZeroConf Android App #108

Closed colinnuk closed 9 years ago

colinnuk commented 9 years ago

What was the reason for removing the option to connect to a server with a hostname? I can't seem to get my ZeroConf setup working at all (and hence the app is useless), whereas it was working fine pre 1.0 on the Android app.

tkem commented 9 years ago

There have been a lot of internal changes between v0.9.3 (the last version available as an app) and v1.0, so the server management stuff would have to be rewritten, and this just didn't make it for v1.0. However, I plan to re-add this feature in the near future, so please bear with me ;-)

In the mean time, you could either

To see whether ZeroConf-releated problems are caused by Mopidy-Mobile or your server/network settings, may I ask you try a third-party ZeroConf browser app on your device and see if it reports the _mopidy-http service? I'd personally recommend ZeroConf Browser [https://play.google.com/store/apps/details?id=com.melloware.zeroconf&hl=en], but there are a couple of ZeroConf/Bonjour apps available for free on Google Play.

colinnuk commented 9 years ago

OK thanks - turns out I had ZeroConf issues, so not related to your app, though I still think it's useful to have the option to manually enter hostname:port settings!

Thanks for the great work.

tkem commented 9 years ago

You're right, of course ;-) Watch #109 for progress on this...

tkem commented 9 years ago

Leaving this open so other users can find some hints on this, and until #109 gets implemented and/or more info is provided in README or app itself.

tkem commented 9 years ago

Closing for now. May be reopened if other ZeroConf issues are found.