12-15-2018, 06:59 PM
Progress report: Tidal worked right out of the box for me with this newer version of upmpdcli. Also, the newer version is working fine with the Linn Kinsky and Linn Kazoo apps on my iPad just as I reported for the apps on my Android devices.
As for Google Play Music, I seem to have borked my account credentials and can't get it work at the moment with either the newer (1.3.8) or the older (1.2.16) versions of upmpdcli. I need to back up and regroup.
Aside: the latest upmpdcli documentation specifically mentions that v1.3.x uses Python3 to access the gmusicapi so pip3 instead of pip has to be used to install it. The moOde image already includes Python3 but not pip3. Hence, installing gmusicapi involves
Regards,
Kent
As for Google Play Music, I seem to have borked my account credentials and can't get it work at the moment with either the newer (1.3.8) or the older (1.2.16) versions of upmpdcli. I need to back up and regroup.
Aside: the latest upmpdcli documentation specifically mentions that v1.3.x uses Python3 to access the gmusicapi so pip3 instead of pip has to be used to install it. The moOde image already includes Python3 but not pip3. Hence, installing gmusicapi involves
Code:
sudo apt-get install python3-pip
sudo pip3 install gmusicapi
Regards,
Kent