audioserve-android icon indicating copy to clipboard operation
audioserve-android copied to clipboard

Very hard to enter server name

Open wtanksleyjr opened this issue 4 years ago • 2 comments

Currently when entering the server name in the config, if the entry isn't precisely the form the application expects the app will reject the entry, display a toast message, and not save the change. This means the user has to retype the server name from scratch over and over until they figure out what form was expected.

It would be pleasant to have the server name saved even if it's not in the expected form, so that the user can just go in and correct the unexpected form.

(In my case, I've never typed in the trailing /, because I use a subdomain. Fixing that was enough, and I'm up and running.)

wtanksleyjr avatar Aug 13 '21 21:08 wtanksleyjr

Agree, it really sucks. The reason behind is that without trailing slash API might not work, I was just too lazy to solve it properly. Should be fixed, just so not have much time to look at it. Auto adding trailing slash probably will be best solution.

izderadicka avatar Nov 03 '21 17:11 izderadicka

I may be able to fix this properly. I will check the code out and see if I can make some improvements on this.

selfhosted-heaven avatar Jan 25 '22 11:01 selfhosted-heaven