ruippeixotog / docker-google-musicmanager

Dockerfile for Google Music Manager
11 stars 10 forks source link

Way to see syncing progress? #12

Open meganugen opened 6 years ago

meganugen commented 6 years ago

After I login to my Google account through VNC viewer the screen turns black. So there's no GUI where I can see the progress.

My docker is running at 95% CPU usage so I know it's doing something.

I already have my 14000 + songs uploaded from before with Google Music Manager on Windows so it's not adding anything new to my library.

Is there a way I can see progress, or what's the docker is doing by using a bash terminal in the docker?

dockerstatus terminal

ruippeixotog commented 6 years ago

Hi @meganugen, the container writes a log to ~/.config/google-musicmanager/google-musicmanager.log. You should be able to see all activity there. My guess is that it's probably calculating the hash of each of your local files and comparing it to the version in the server. Let me know if this helps.