thawn / ttmp32gme

a tool to create tiptoi gme files from mp3 files. Also creates a printable sheet to play the music.
MIT License
190 stars 28 forks source link

Upload process is not intuitive #25

Closed jasonhildebrand closed 5 years ago

jasonhildebrand commented 5 years ago

I have tried uploading various files, but it spins and spins and never completes. I have tried both OGG and MP3 files. Nothing shows up in the library.

I am using the docker image under linux. I am familiar with docker/linux. Are there any log files inside the docker container that I can check to see what the issue might be?

jasonhildebrand commented 5 years ago

I figured it out. The spinning images beside the tracks gave me the impression that the files were uploading. It was not clear to me that I needed to click "Add Album to Library" in order to proceed.

I would suggest the following UI changes to make it more intuitive for first-time users:

thawn commented 5 years ago

@jasonhildebrand Thank you very much for filing this issue and posting your workaround.

The spinning image next to each track should not be there (or rather it should disappear very quickly). I just tested this on my system and was able to reproduce the error with a docker image but not with the mac executable version.

The first and the last point of your suggestions seem like a good idea - I will look into that as soon as I find the time.

Moving the button to the bottom may be counterproductive because it may be easily overlooked on smaller screens. Also, this is not something easily done because the whole upload box is implemented using a javascript library.

thawn commented 5 years ago

This should be fixed in the latest docker release

jasonhildebrand commented 5 years ago

Wow, that was amazingly quick! I pulled the latest docker image and can confirm the improvement. Thanks!