Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates gmusicapi again to fix list station errors #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pablorusso
Copy link

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 #13 for more information

pycryptodomex-3.4.2 binaries included only for windows. Linux and macOS
users will have to rebuild the module and replace it inside Shared
folder.
Updates gmusicapi to fix station list
Copy link

@greatwroth greatwroth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm working using server version 1.1.4.2757-24ffd60 (latest). Tested playing on PLEX app for Roku TV, most menus and playing works perfectly, only thing not working is search function displays "content unavailable" no matter what is searched. Huge step in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants