Re: [slim] Stream google play music

2014-10-05 Thread Hechtus

mps wrote: 
> Thanks for the response, Hechtus. Any prospects? We would really
> appreciate it if you did implement it. Should I submit an issue on the
> github site?
> 
> Thanks,
> 
> Mike
First, thanks for the great how to. I will try to add it to the readme
on github.

Regarding your random play request. It would be great, of you are open
an issue at github, so we can discuss the details there. I'm not quite
sure what you are exactly expecting.





Hechtus's Profile: http://forums.slimdevices.com/member.php?userid=62533
View this thread: http://forums.slimdevices.com/showthread.php?t=99482

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Stream google play music

2014-10-01 Thread Hechtus

mps wrote: 
> The final missing piece was to upgrade from 7.8 to the latest 7.9
> nightly, and now it's working :) I understand this was only fixed in the
> last few days, so using the latest nightly is important. Thanks very
> much for creating this!
Could you please give a full report or how to about installing it on the
ready nas.





Hechtus's Profile: http://forums.slimdevices.com/member.php?userid=62533
View this thread: http://forums.slimdevices.com/showthread.php?t=99482

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Stream google play music

2014-03-12 Thread Hechtus

elfez wrote: 
> I eventually managed to get the plugin working after figuring out the
> application specific password when using 2 factor auth. What I'm
> wondering is this: Should I see an entry for Google Music in the web UI
> or in the android squeezer app (both pick up the BBC iplayer plugin)?
> Trying to drive the plugin using the SB3's interface is... suboptimal ;)
> 
> But apart from that it's really nice, so thanks!

Are you saying that you got the plugin running on a Windows server? 

You should see a Google Music entry under the My Apps menu of the Web UI
of the LMS server. As far as I know, Android squeezer does not show the
Google Music menu as it doesn't support the My Apps menu. You should try
the official squeezebox Android App, Squeeze Controller, or Orange
Squeeze.

What is the SB3's interface? 

Gesendet von meinem Nexus 7 mit Tapatalk





Hechtus's Profile: http://forums.slimdevices.com/member.php?userid=62533
View this thread: http://forums.slimdevices.com/showthread.php?t=99482

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Stream google play music

2014-02-18 Thread Hechtus

As I'm the author of the Google Play Music plugin I'd like to give some
hints. First of all the plugin is currently tested and supported on
Linux-based systems only. Windows and Mac OS are not supported so far.
The reason for this is that the Google API being used is written in
Python and I do not have any plans to port it to Perl, the programming
language of the Logitech Media Server (LMS).

It would be great if someone would try to find a way to make this plugin
running on Windows or Mac OS. So, I'm relying on your help. If there is
a way to make it running on non-Linux systems I will include the
installation procedure to the current Linux HowTo.

Now the details. The Plugin which is completely written in Perl
communicates with the Python Google API (gmusicapi) through a two Perl
Modules: Inline and Inline::Python. The Inline module allows for
inlining other programming languages. Inline::Python is for inlining
Python. Thus, both modules have to be installed in a way that the Perl
interpreter of the LMS can use them. If done correctly (at least for
Inline) the "Can't locate Inline.pm in @INC" error should be fixed.

I have no clue how Python on Windows has to be installed to be able to
inline it with Perl. But I'm quite sure it is doable. One thing that
needs to be solved is this: "Previous versions of Inline::Python worked
on Windows and Cygwin -- this version has never been tested there. I
strongly suspect it will require patching. Please send me patches." It
comes from the documentation page of Inline::Python.

There is another possibility to communicate with the Python gmusicapi.
The gmusicapi could be wrapped into a Python Proxy server run on the LMS
host. There is something similar out there: gmusicproxy. The Plugin
could send requests to the proxy using JSON. This approach would avoid
the use of the Perl modules Inline and Inline::Python.

So, any volunteers?



Hechtus's Profile: http://forums.slimdevices.com/member.php?userid=62533
View this thread: http://forums.slimdevices.com/showthread.php?t=99482

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss