jwdempsey / GoogleMusic.bundle

Plex Google Music Plugin
65 stars 18 forks source link

Updates gmusicapi again to fix list station errors #20

Open pablorusso opened 7 years ago

pablorusso commented 7 years ago

Web protocol was deprecated by google, so I have updated the gmusicapi and changes gmusic to use only mobileclient.

Also previous update didn't work anymore when listing stations, so this new update fix that too.

The new gmusicapi depends on pycrypto pycryptodomex-3.4.2 which was a PITA to build and use inside a windows plex, but its is working. I had tested it only in a windows server.

The trick is to compile it with plex python and vs2013 vs2015 as plex uses a custom python 2.7 build (plexscripthost) that depednds on msvcrt120 msvcrt140 instead of msvcrt90 (like regular python 2.7 does)

You can check https://github.com/jwdempsey/GoogleMusic.bundle/pull/13 for more information