abarisain / dmix

A modern MPD Client for Android.
Apache License 2.0
591 stars 198 forks source link

Wait until a known WLAN connection is available #843

Open gubbin opened 7 years ago

gubbin commented 7 years ago

I'd like to be able to disable the default connection, and have MPDroid only connect once it knows an MPD server is available. Otherwise, if the device hasn't made a WLAN connection yet when I start MPDroid, it gets into a state where it is trying to connect to 127.0.0.1 and won't reconnect to the correct server until I exit, restart a couple times and then go into the server settings.

gubbin commented 7 years ago

Oh, and thank you for maintaining MPDroid! I'm still new at Android development so I don't understand how to fix this myself, yet.

Thambich89 commented 3 years ago

I'd like to be able to disable the default connection, and have MPDroid only connect once it knows an MPD server is available. Otherwise, if the device hasn't made a WLAN connection yet when I start MPDroid, it gets into a state where it is trying to connect to 127.0.0.1 and won't reconnect to the correct server until I exit, restart a couple times and then go into the server settings.