-
Notifications
You must be signed in to change notification settings - Fork 23
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
Simplify the Installation Process #6
Comments
It's now possible to install the plugin through the repository http://hechtus.github.io/squeezebox-googlemusic/repository/repo.xml. |
Thanks ! I added the repository and tried to install the plug in, but it wouldn't install. Let me know if you need any logs etc etc |
@DannyKudos:Have you done steps 1 to 4 from the installation procedure? Are you able to download the |
ahh... sorry. When I saw it was available through a repository I thought it would be a one step complete install (a la Triode's Spotify plugin). I should have paid more attention. Also your full instructions look like linux whereas my server is on a windows machine. I'll keep an eye out and wait until your plug in is ready for normal punters like me ;-). Very much looking forward to it. |
To really simplify the installation procedure, one could try to port the Google Music Mobileclient API to Perl. This way a one-step-complete-install would be possible. Any volunteers out there? |
Could this be useful in converting the Google Music API to perl? http://perthon.sourceforge.net/ |
It would, indeed. But I don't expect to much from this tool. Apart from the fact, that it is not maintained, the Google Music API depends on several other Python packages, that would have been translated as well or being replaced by suitable Perl packages. |
As an aside the docs could do with being updated to point to https://support.google.com/accounts/answer/185833?hl=en in case the google account is using 2 factor auth. That caught me out and took a little while to figure out. |
i am using 2-factor-auth with google, all you need to do is generating a special password (app-specific) for the plugin the link @elfez gave here is the best explanation how to do this: https://support.google.com/accounts/answer/185833?hl=en |
The link @elfez sent says it all really. Generate an app-specific password -- which is 16 random chars. Copy/paste Again, it would be cool if the plugin supported actual two-factor On 12 March 2014 12:52, Ronald Hecht [email protected] wrote:
"There is no way to peace; peace is the way" |
OK, thanks. I will have a look and maybe try it out by myself. |
Yes, this solution works properly. Log is full of: [14-03-12 21:12:29.0888] Slim::Web::Pages::Playlist::playlist (166) Error: Couldn't retrieve objectForUrl: [] - skipping! frame 0: Slim::Utils::Log::logBacktrace (/usr/share/perl5/Slim/Schema.pm line 816) [14-03-12 21:12:29.0924] Slim::Web::Pages::Playlist::playlist (166) Error: Couldn't retrieve objectForUrl: [] - skipping! |
If you are getting the following errors
You will have to switch to the development version of gmusicapi. Unfortunately, Google did some changes on the API recently. Please have a look at issue #31. |
The installation process is too complicated. Possible simplifications could be
Inline
andInline::Python
package in the distribution. See the bandcamp plugin as an example._Inline
directory into the distributionThe separate installation of the gmusicapi Python package is mandatory and reasonable.
The text was updated successfully, but these errors were encountered: