Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Where to login Google music
#22
(03-28-2020, 04:42 PM)TookaFace Wrote: Try with this:

Code:
sudo pip3 install gmusicapi

Just beat me to it.

@Lttlwing16
The 'pip' command is the package manager for Python 2. If you want to install Python 3 packages use 'pip3'
That said installing the Python3 package of gmusicapi with "sudo pip3 install gmusicapi" did nothing to the upnp config screen on my Moode.

So Iogging in to the Pi via SSH and editing /var/www/upp-config.php (e.g. "sudo nano /var/www/npp-config.php") to change line 75 from;

Code:
$result = sysCmd('/var/www/command/util.sh check-dir "/usr/local/lib/python2.7/dist-packages/gmusicapi"');

to...
Code:
$result = sysCmd('/var/www/command/util.sh check-dir "/usr/local/lib/python3.7/dist-packages/gmusicapi"');

... did the trick. The UPnP config screen now shows the Google Music credentials fields.

I don't have a Google Music subscription to test but hope that works for you.
Maybe that and the advice shown in the UPnP config screen could be updated for the next release if it works.
Reply


Messages In This Thread
Where to login Google music - by harsl - 11-30-2018, 01:04 PM
RE: Where to login Google music - by Tim Curtis - 11-30-2018, 01:58 PM
RE: Where to login Google music - by harsl - 12-06-2018, 01:15 PM
RE: Where to login Google music - by Tim Curtis - 12-06-2018, 01:49 PM
RE: Where to login Google music - by harsl - 12-06-2018, 05:34 PM
RE: Where to login Google music - by harsl - 12-10-2018, 10:54 AM
RE: Where to login Google music - by harsl - 12-11-2018, 09:45 AM
RE: Where to login Google music - by JST1963 - 12-11-2018, 10:09 AM
RE: Where to login Google music - by parthabhatta - 04-27-2019, 08:04 AM
RE: Where to login Google music - by Lttlwing16 - 03-27-2020, 08:06 PM
RE: Where to login Google music - by Lttlwing16 - 03-27-2020, 10:20 PM
RE: Where to login Google music - by vinnn - 03-27-2020, 09:25 PM
RE: Where to login Google music - by Lttlwing16 - 03-27-2020, 10:21 PM
RE: Where to login Google music - by Lttlwing16 - 03-28-2020, 03:55 PM
RE: Where to login Google music - by TookaFace - 03-28-2020, 04:42 PM
RE: Where to login Google music - by vinnn - 03-28-2020, 04:48 PM
RE: Where to login Google music - by Lttlwing16 - 03-29-2020, 02:05 AM
RE: Where to login Google music - by vinnn - 03-29-2020, 12:47 PM
RE: Where to login Google music - by Lttlwing16 - 03-29-2020, 07:55 PM
RE: Where to login Google music - by Tim Curtis - 03-29-2020, 10:11 PM
RE: Where to login Google music - by Lttlwing16 - 03-30-2020, 01:13 PM
RE: Where to login Google music - by Lttlwing16 - 03-30-2020, 03:53 PM
RE: Where to login Google music - by Lttlwing16 - 04-01-2020, 03:53 PM
RE: Where to login Google music - by Lttlwing16 - 04-14-2020, 01:30 AM

Forum Jump: