MPDCtrl icon indicating copy to clipboard operation
MPDCtrl copied to clipboard

Can't use DNS name as host

Open krendil opened this issue 4 years ago • 1 comments

I have DNS set up on my local network to make it easier to connect my devices. However, if I enter the DNS name of my MPD server as the host when setting up a profile, it gives the error "Invalid address format."

Looking at the code MainViewModel.cs, it appears the this application only accepts IP addresses and the string "localhost".

This is a feature request to be able to set any DNS name as the host when setting up a profile.

krendil avatar Nov 15 '21 22:11 krendil

Hi! Thank you for your suggestion. Yes, you are right MPDCtrl currently only accepts IP addresses or the hardcoded "localhost". And I agree that it would be much better if it accepts DNS names as well. It was in my TODO list in the beginning but I kind of forgot about that. Now that you mentioned it, it's back in. But I'm not sure when I'm able to work on it. It may take some time. Thanks.

torum avatar Nov 15 '21 23:11 torum

Hi! Sorry it took a long time, but I updated the app. Now, you can input hostnames. Hope you like it.

torum avatar Jan 03 '23 13:01 torum