Hi Jon
I dropped Arch Linux ARM in favor of Raspbian Lite: too many problems even before playing with the gmusicapi (2014 *.img as a starting base, only way possible if you don’t have any other linux based system around, an update of the distro introduces many things I lost too much time to figure out and my Raspberry doesn’t even boot anymore after!).
Now, with Raspbian is a lot easier but I’m still having a lot of issues mainly due to my lack of experience with git and mercurial cloning.
In addition, it looks to me you need a lot more packages to make the whole thing work: python 3.4 was required, as well as mutagen.
Also the gmusicapi-wrapper was mandatory.

Could you please help me out a bit in getting this right?
I was able to clone all repositories but I don’t know if I have to install them..?
All the cloned files from the repos have to be merged into one single directory?

I actually copied the gmusicapi-wrapper.py file in the gmusicapi_script folder to bypass a “not found” issue, but what about mutagen??

pi@raspberrypi:~/gmusicapi-scripts/gmusicapi_scripts $ ./gmupload.py “/tmp/Bombay\ Bicycle\ Club/”
Traceback (most recent call last):
File “./gmupload.py”, line 50, in
from gmusicapi_wrapper import MusicManagerWrapper
File “/home/pi/gmusicapi-scripts/gmusicapi_scripts/gmusicapi_wrapper.py”, line 10, in
import mutagen
ImportError: No module named ‘mutagen’

Thanks in advance