nick7634
nick7634
Yes, this project needs some serious updating as the methods in the GMusicAPI have changed a lot and this plugin has not been updated to match those new methods yet.
The unofficial google api has a new login method that breaks this plugin. I have fixed the problem in the plugin.pm file and made a merge request, but it has...
If you dont know how to edit the plugin.pm file. You can try changing the repo from http://hechtus.github.io/squeezebox-googlemusic/repository/repo.xml to http://nick7634.github.io/squeezebox-googlemusic/repository/repo.xml Until hechtus updates the main branch
The change doesn't seem to be posted in the docs, I saw the change in the login method in the commit made on the 14th for the mobileclient found here....
That was my fault, I was rushing the github repo setup and made a few mistakes in changing the version number and hash. Everything should be up and working now.
You have to update to the latest unofficial google music api from the develop branch. pip install git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
The latest version of the Unofficial-Google-Music-API as of June 1st, no longer requires the device id to login. My version of the plug in should be removed and reverted back...
@askvictor - I haven't had any free time to keep up with this plugin due to work. I've also don't have much experience in python. I was originally able to...