Re: [slim] Stream google play music

2015-03-15 Thread limonair

grahams wrote: 
 Hi Hechtus, 1st huge thanks for creating this plugin
 
 I'm hitting an issue on arch linux (on ARM). I followed your install
 guide and anything seemed to install and after restarting
 logitechmediaserver I see your plugin, but when I enable it if fails. I
 do not see where I need to enter my google user and passwd as there is
 no settings that I can find.

Hello, 

I have a problem to enable the plugin too. I am on an ARM linux
(debian).
I check the logfile server.log in /var/log/squeezeboxserver, at first I
got this : 

Code:

[15-03-14 23:32:42.7442] main::init (354) Starting Logitech Media Server 
(v7.7.3, 1375965195, Mon Aug 12 03:09:39 PDT 2013) perl 5.014002
  [15-03-14 23:33:35.1317] Slim::bootstrap::tryModuleLoad (283) Warning: Module 
[Plugins::GoogleMusic::Plugin] failed to load:
  Error. You have specified 'Python' as an Inline programming language.
  
  I CURRENTLY ONLY KNOW ABOUT THE FOLLOWING LANGUAGES:
  FOO, FOO
  
  IF YOU HAVE INSTALLED A SUPPORT MODULE FOR THIS LANGUAGE, TRY DELETING THE
  CONFIG-ARM-LINUX-GNUEABI-THREAD-MULTI-64INT-5.014002 FILE FROM THE FOLLOWING 
INLINE DIRECTORY, AND RUN AGAIN:
  
  /VAR/LIB/SQUEEZEBOXSERVER/CACHE/_INLINE
  
  (And if that works, please file a bug report.)
  
  at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/GoogleAPI.pm
 line 82.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/GoogleAPI.pm
 line 82.
  Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm
 line 20.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm
 line 20.
  Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm 
line 24.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm 
line 24.
  Compilation failed in require at (eval 886) line 2.
  BEGIN failed--compilation aborted at (eval 886) line 2.
  
  [15-03-14 23:33:35.2270] Slim::Utils::PluginManager::load (295) Error: 
Couldn't load Plugins::GoogleMusic::Plugin



So I tried deleting (moving somwhere else in fact) the file
/var/lib/squeezeboxserver/cache/_Inline/config-arm-linux-gnueabi-thread-multi-64int-5.014002
But it has been recreated at the next restart of the squeezeboxserver.
So I look into it : 

Code:

version : 0.80
  languages : %
  Foo : Foo
  foo : Foo
  types : %
  Foo : interpreted
  modules : %
  Foo : Inline::Foo
  suffixes : %
  Foo : foo
  


And tried to modify it : 

Code:

version : 0.80
  languages : %
  *  Python : python*
  foo : Foo
  types : %
  Foo : interpreted
  modules : %
  * Python : Inline::Python*
  suffixes : %
  Foo : foo
  


And restarted the squeezeboxserver.
Logs : 

Code:

[15-03-15 00:10:59.1621] main::init (354) Starting Logitech Media Server 
(v7.7.3, 1375965195, Mon Aug 12 03:09:39 PDT 2013) perl 5.014002
  [15-03-15 00:11:09.5835] Slim::Utils::Misc::msg (1304) Warning: 
[00:11:09.5781] *Use of uninitialized value in concatenation (.) or string at 
/usr/local/share/perl/5.14.2/Inline.pm line 932.*
  [15-03-15 00:11:09.5929] Slim::Utils::Misc::msg (1304) Warning: 
[00:11:09.5878] *Use of uninitialized value in concatenation (.) or string at 
/usr/local/share/perl/5.14.2/Inline.pm line 267.*
  [15-03-15 00:11:09.6016] Slim::Utils::Misc::msg (1304) Warning: 
[00:11:09.5967] *Use of uninitialized value $_ in require at (eval 887) line 2.*
  [15-03-15 00:11:09.6162] Slim::bootstrap::tryModuleLoad (283) *Warning: 
Module [Plugins::GoogleMusic::Plugin] failed to load:
  An eval() failed in Inline::glue:
  Null filename used at (eval 887) line 2.*
  
  
  at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/GoogleAPI.pm
 line 82.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/GoogleAPI.pm
 line 82.
  Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm
 line 20.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm
 line 20.
  Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm 
line 24.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm 
line 24.
  Compilation failed in require at (eval 885) line 2.
  BEGIN failed--compilation aborted at (eval 885) line 2.
  
  [15-03-15 00:11:09.6919] Slim::Utils::PluginManager::load (295) Error: 
Couldn't load Plugins::GoogleMusic::Plugin



Now I don't know what to do to make it work...
Any idea 

Re: [slim] Stream google play music

2015-02-28 Thread grahams

Hechtus wrote: 
 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?

Hi Hechtus, 1st huge thanks for creating this plugin

I'm hitting an issue on arch linux (on ARM). I followed your install
guide and anything seemed to install and after restarting
logitechmediaserver I see your plugin, but when I enable it if fails. I
do not see where I need to enter my google user and passwd as there is
no settings that I can find.



grahams's Profile: http://forums.slimdevices.com/member.php?userid=33919
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-16 Thread mps

I saw that the plugin was updated to play from a library. Thanks,
Hechtus very much for that. However, I do need to mention that feature
doesn't work when controlled from iPeng. Since it works in the web
interface, I have put a message in the 3rd-Party software iPeng support
thread, so any followups should go there.

Thanks,

Mike



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-05 Thread mps

Hechtus wrote: 
 Could you please give a full report or how to about installing it on the
 ready nas.
OK. Here's what I did on the ReadyNAS Pro. I expect these instructions
should be almost exactly right for ReadyNAS Duo/NV+/Ultra as well.

*Note:* These instructions are not for the newer 1xx/2xx/3xx. However,
those may not require special instructions, since they are not on such
an ancient version of Linux.
*Warning:* This is fairly major surgery (e.g., changing Python versions,
etc.) and has some risk of messing up your system. Appropriately image
your system and only proceed if you are comfortable with the risk.
  
- This requires a recent build of LMS 7.9.  Download Logitech Media
  Server: NETGEAR ReadyNas Pro Installer Package (i386)  from
  http://downloads.slimdevices.com/nightly/index.php?ver=7.9 and install
  using ReadyNAS FrontView. (If you don't have a ReadyNAS Pro, choose
  the appropriate ReadyNAS installer for your hardware).
- Install the' Enable Root SSH Access'
  (http://www.readynas.com/?p=4203) add-on. Verify by make sure you can
  now ssh into your ReadyNAS.
- As installed, the ReadyNAS will only look for software from
  readynas.com, we will need to enable the Debian repository. When
  logged into your readyNAS as root, remove the '#' from in front
  of the repository entry in /etc/apt/sources.list, so it reads.
   deb http://archive.debian.org/debian etch main
-  apt-get install curl
- You will need a newer version of Python than is in the Debian Etch
  repository. Although I built Python 2.7 from the sources, I now see
  that there is a ReadyNAS add-on for Python 2.7 'here'
  (http://www.readynas.com/forum/viewtopic.php?f=48t=50691), which
  looks much simpler than building your own (although I can't vouch for
  it). If you want to install Python yourself, google for Python 2.7 and
  Etch, and you should find some relatively straightforward
  instructions. I did something similar to Peter's answer 'here'
  
(http://unix.stackexchange.com/questions/110014/how-to-install-the-latest-python-version-on-debian-separately-or-upgrade),
  although I ignored Braiam's warning on the same page that it might
  break existing python scripts.
-  Now, install Python pip using the instructions 'here'
  (https://pip.pypa.io/en/latest/).
-  Install the Unofficial Google Play Music API. Note that I changed
  the protocol used in the pip install command, which seemed necessary
  on the ReadyNAS. (Hechtus, you may want to consider changing this in
  your instructions)/
   sudo pip install gmusicapi
   pip install
   git+git://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
- Follow the remaining steps from the 'plugin site'
  (https://github.com/hechtus/squeezebox-googlemusic) starting from step
  4.
- Enjoy Google Play!



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-05 Thread mps

Hechtus wrote: 
 It's not implemented yet.
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



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-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-09-23 Thread mps

I have just one remaining question. On the Android Google Play
interface, my daughter likes to random play from her library, but I
can't figure out how to do that from the Google Play plugin. Am I
missing something obvious?

Thanks,

Mike



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-09-21 Thread mps

The final missing piece was to upgrade from 4.8 to the latest 4.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!
mps wrote: 
 I've completed the installation steps now, but unfortunately, it does
 everything but play music :( I can browse my library and tell it to
 create an all access playlist and it loads it up with songs. However, no
 music comes out when its playing. I've validated that my local libraries
 and other radio stations play alright, but so far the Google Music
 plugin only gives me a pretty now playing screen (below). Any idea what
 could be going wrong?
 
 Thanks,
 
 Mike
 
 16414



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-09-20 Thread mps

I've been trying to install the plugin on my ReadyNas Pro.
Unfortunately, I get an error when I install the developer version of
the gmusicapi. I have attached the pip.log file. Interestingly, I can
install the non-developer version without trouble. Any suggestions?

Thanks,

Mike

16413


+---+
|Filename: pip.log  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=16413|
+---+


mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-09-20 Thread mps

OK. I got past this with the two steps. In case anyone finds them
useful, they were   
- apt-get install curl
- Changed to protocol in the pip install command from https to git.
  E.g., 
  pip install
  git+git://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
  

mps wrote: 
 I've been trying to install the plugin on my ReadyNas Pro.
 Unfortunately, I get an error when I install the developer version of
 the gmusicapi. I have attached the pip.log file. Interestingly, I can
 install the non-developer version without trouble. Any suggestions?
 
 Thanks,
 
 Mike
 
 16413



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-09-20 Thread mps

I've completed the installation steps now, but unfortunately, it does
everything but play music :( I can browse my library and tell it to
create an all access playlist and it loads it up with songs. However, no
music comes out when its playing. I've validated that my local libraries
and other radio stations play alright, but so far the Google Music
plugin only gives me a pretty now playing screen (below). Any idea what
could be going wrong?

Thanks,

Mike

16414


+---+
|Filename: google_music_not_working.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=16414|
+---+


mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
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-15 Thread PatrickJ

Hi all,
PMJI -  but I've been following this thread with some interest and have
a few comments/questions:

FYI - I successfully installed the plugin on my Linux (Mint based)
laptop. However so far I have been unable to get the plugin running
under Windows (XP). The issue (as documented earlier) is the lack of
Win32 support for the Perl Inline::Python module. This is clearly
documented by the author of the Inline::Python module - see this link -
http://search.cpan.org/dist/Inline-Python/Python.pod;. (The docs may be
a bit old, but it appears that Windows implementation for this is low
priority and I would not hold my breath re support for this.)

@elfez - Can you clarify what exactly you were able to install and test
- afaik the Inline::Python has not been tested/does not work on Windows
- if I'm wrong on this can you please correct me. (I've checked both the
Strawberry and Active State Perl docs and cannot find anything that
suggests a successful implementation on Windows). 

I'd like to see the plugin working on either Windows or NAS boxes
(Synology/Other) - so far I've only seen it working  on Linux (don't
have a Mac myself, so cannot comment on that platform).

I believe there is a real demand for streaming Google Music to the SB
platform (I know that Sonos have been trying to get Google to open up
their api - but it appears that Google are holding back - probably for
commercial (rather than technical) reasons. One advantage we have with
Squeezebox is that the plugin architecture allows us to tweak the
platform to our needs. (When MOG goes away in Mid April I'm planning to
replace it with a Google Music subscription).

So far the plugin development done by Hechtus has been great (kudos to
him) - there is real commercial value in this effort if only Google
would only open up and support an official api.

Regards, 
Patrick



PatrickJ's Profile: http://forums.slimdevices.com/member.php?userid=62671
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 elfez

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!



elfez's Profile: http://forums.slimdevices.com/member.php?userid=26119
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


Re: [slim] Stream google play music

2014-02-18 Thread ironmikel

Jphccfc wrote: 
 Mike did you sort out your error, I have been unable to get the cpan
 inline modules working on Windows

I haven't had a chance to look at it since last week.



ironmikel's Profile: http://forums.slimdevices.com/member.php?userid=41435
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 Jphccfc

Hechtus wrote: 
 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?

I volunteer to help out. I can try either method if provided with the
basics to get it running. I have searched high and low to get inline and
inline::python running on my python install but have been unable to find
the relevant windows or relevant patch files/instructions.



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-15 Thread aubuti

This is probably a dumb question, but what does Google Play bring to a
Squeezebox system? 

I look at what is available on Google Play in Chrome on my pc and it's
98-99% MP3 copies from my library and 1-2% of tracks/albums that are
presumably recommended based on what is in my library. And there are the
instant mixes and recommendations. 

I sometimes use Google Play as a convenient way to hear a lossy MP3
version of my music (+ those few recommendations) when traveling, but
anything that depends on a plugin means having LMS running, in which
case I may as well play the FLAC version. 

Or is there a lot more to Google Play music that I'm just not aware of?



aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
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-15 Thread jimbobvfr400

As well as your own stuff uploaded (as 320 MP3 so probably not a massive
quality loss if any) you can go for a subscription to all access and use
it like you would Spotify or the other services.

Sent from my HUAWEI Y300-0100 using Tapatalk





jimbobvfr400's Profile: http://forums.slimdevices.com/member.php?userid=56857
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-15 Thread aubuti

jimbobvfr400 wrote: 
 As well as your own stuff uploaded (as 320 MP3 so probably not a massive
 quality loss if any) you can go for a subscription to all access and use
 it like you would Spotify or the other services.
Ah, that explains it. Thanks.



aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
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-15 Thread Jphccfc

ironmikel wrote: 
 Jphccfc - I have the exact same issue but on my Synology NAS. 
 
 Warning: Module [Plugins::GoogleMusic::Plugin] failed to load:
 Can't locate Inline.pm in @INC
 
 I confirmed the gmusicapi is installed correctly by testing with the
 mobility client.  I just can't seem to get the plugin to load without
 error.
 
 I will let you know if I manage to get past this and what the resolution
 was.
 
 Mike

Mike did you sort out your error, I have been unable to get the cpan
inline modules working on Windows





Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-12 Thread Jphccfc

Thanks Srasher, I no longer get the error message it ran and then left
the message restart, I dont know how to test if it is running. I was
expecting a gmusicapi.py file that would then need to be run but couldnt
find that in the github  Unofficial-Google-Music-API folder.

For the life of me I cant understand why the squeezebox-googlemusic
doesnt show in the plugins page of the server. I have copied the
repo.xml file to the plugins folder of the squeezebox directory. Do i
need to have the squeezebox-googlemusic folder in that directory too?

Thanks Again for your help



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-12 Thread Jphccfc

i managed to get the pip install gmusicapi running, I had to run it from
cmd prompt and not the python prompt. I know need to determine how to
get the plugin in the squeezebox plugins folder so i can set settings



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-12 Thread Jphccfc

I now have the plugin option however get plugin failed to load as the
error message in the squeezebox server settings



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-12 Thread ironmikel

Jphccfc - I have the exact same issue but on my Synology NAS. 

Warning: Module [Plugins::GoogleMusic::Plugin] failed to load:
Can't locate Inline.pm in @INC

I will let you know if I manage to get past this and what the resolution
was.

Mike



ironmikel's Profile: http://forums.slimdevices.com/member.php?userid=41435
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-11 Thread Jphccfc

srasher wrote: 
 For me it worked relatively straight as described on the page. The only
 thing I stumbled over was that I had to explicitly install the package
 providing the pip command mentioned in the installation notes. I think
 it was python-pip or something similar, was easy to find via
 apt-get/aptitude. I successfully got it running on a x86 machine with
 Ubuntu 13.04 as well as on a sheevaplug running Debian Wheezy.
 
 Where exactly does your installation fail?

Im runnning Windows 64bit I have installed python 2.7.6, I have run an
exe to install pip command. If I type $ pip install gmusicapi I get a
syntax error pointing to the $. I have downloaded the python file from
the following:
https://github.com/simon-weber/Unofficial-Google-Music-API/tree/master.
PIP still doesnt work (I pasted this into the root of the python27
directory). I have also tried running setup.py using the GUI on python
and I get the following error:-

Traceback (most recent call last):
File C:\Python27\Unofficial-Google-Music-API-develop\setup.py, line
5, in module
from setuptools import setup, find_packages
ImportError: No module named setuptools

I have copied the repo.xml file to my plugins root and even then the
plugins page on the squeezebox web server does not seem to see the
plugin so I have no ability to setup password or mobile device id!!!



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-11 Thread srasher

Jphccfc wrote: 
 Im runnning Windows 64bit I have installed python 2.7.6, I have run an
 exe to install pip command. If I type $ pip install gmusicapi I get a
 syntax error pointing to the $. I have downloaded the python file from
 the following:
 https://github.com/simon-weber/Unofficial-Google-Music-API/tree/master.
 PIP still doesnt work (I pasted this into the root of the python27
 directory). I have also tried running setup.py using the GUI on python
 and I get the following error:-
 
 Traceback (most recent call last):
 File C:\Python27\Unofficial-Google-Music-API-develop\setup.py, line
 5, in module
 from setuptools import setup, find_packages
 ImportError: No module named setuptools
 
 I have copied the repo.xml file to my plugins root and even then the
 plugins page on the squeezebox web server does not seem to see the
 plugin so I have no ability to setup password or mobile device id!!!

Hmmm, vey sorry, but to be honest, I have got no clue on using Python on
Windows as I am using Linux exclusively. Maybe you could try to contact
the developer (hechtus) via the github page to check whether he can give
helpful information for setup on a Windows installation...



The only word I know is 'Grunt' - and I can't spell it (R.I.P. D.A.)
http://www.last.fm/user/srasher

srasher's Profile: http://forums.slimdevices.com/member.php?userid=6209
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-10 Thread srasher

Jphccfc wrote: 
 I know there are workarounds using upnp for Google music but would still
 love a dedicated Google music app for my squeezebox, I see there are
 unofficial apis available. I would be happy to help test if there are
 any willing developers. 
 
 Sent from my Nexus 4 using Tapatalk

There IS a dedicated Google Music App/Plugin using the unofficial API:
https://github.com/hechtus/squeezebox-googlemusic
And it works pretty well. The only thing it doesn't do at the moment
(which I would like to have or am aware of) is to search for/create
new Radio streams. It can, however, access streams that you have already
listened to via smartphone App or web client.

Cheers,
Seb



The only word I know is 'Grunt' - and I can't spell it (R.I.P. D.A.)
http://www.last.fm/user/srasher

srasher's Profile: http://forums.slimdevices.com/member.php?userid=6209
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-10 Thread Jphccfc

Thanks that is great I will give it a go

Sent from my Nexus 4 using Tapatalk





Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-10 Thread Jphccfc

thanks srasher, I tried to install the python plugin and just couldnt
get this running.



Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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-10 Thread srasher

Jphccfc wrote: 
 thanks srasher, I tried to install the python plugin and just couldnt
 get this running.

For me it worked relatively straight as described on the page. The only
thing I stumbled over was that I had to explicitly install the package
providing the pip command mentioned in the installation notes. I think
it was python-pip or something similar, was easy to find via
apt-get/aptitude. I successfully got it running on a x86 machine with
Ubuntu 13.04 as well as on a sheevaplug running Debian Wheezy.

Where exactly does your installation fail?



The only word I know is 'Grunt' - and I can't spell it (R.I.P. D.A.)
http://www.last.fm/user/srasher

srasher's Profile: http://forums.slimdevices.com/member.php?userid=6209
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-09 Thread Jphccfc

I know there are workarounds using upnp for Google music but would still
love a dedicated Google music app for my squeezebox, I see there are
unofficial apis available. I would be happy to help test if there are
any willing developers. 

Sent from my Nexus 4 using Tapatalk





Jphccfc's Profile: http://forums.slimdevices.com/member.php?userid=46163
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

2013-12-25 Thread awakened

Best to look in the XDA forum for the app:

http://forum.xda-developers.com/showthread.php?t=2420250
[APP][NEW][3.1+][v1.1.9] Cast To UPnP/DLNA for GMusic





awakened's Profile: http://forums.slimdevices.com/member.php?userid=62015
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

2013-12-24 Thread nhannidog

dgovan wrote: 
 but the suggested solutions above are very techy 
I'm guessing the Squeezebox players (Boom, radio for me) require some
kind of configuration to receive these uPNP broadcasts?   And, must the
Logitech Media server be running for this broadcast to work?  If so, any
version of LMS will work?

Thanks!



nhannidog's Profile: http://forums.slimdevices.com/member.php?userid=32950
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

2013-11-20 Thread awakened

Hello there,

thanks for the tip, Cast To UPnP/DLNA works for me and my SB Classic
with Nexus 7. Had a small problem in the beginning. After my Nexus went
to a sleep mode the streaming either stopped after one song or two songs
from a cue were played and then the last one got repeated again and
again. Turning the wifi ON all the time fixed the issue.



awakened's Profile: http://forums.slimdevices.com/member.php?userid=62015
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

2013-11-16 Thread dgovan

I have the same query - I would really like to listen to Google Play on
my radios and classic but the suggested solutions above are very techy
and beyond me.  Is their an easy way to do it?



dgovan's Profile: http://forums.slimdevices.com/member.php?userid=778
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

2013-11-16 Thread toby10

dgovan wrote: 
   Is their an easy way to do it?

Yes.  Get Google to release a general API for third party developers not
tied to Android OS.  ;)



toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
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

2013-11-16 Thread jimbobvfr400

dgovan wrote: 
 I have the same query - I would really like to listen to Google Play on
 my radios and classic but the suggested solutions above are very techy
 and beyond me.  Is their an easy way to do it?

For the radio you could go low tech and just use the line in with your
phone or tablet. 

I actually think this is the one Sonos feature that surpasses anything
on LMS, you can use a Sonos line in to stream to any other Sonos zones
which is nice. 

Personally I use Airplay but with all 3rd party hardware. My main
playback devices are O2 Joggers running squeezeplay and Sharply and I
then have an app called AOA (Airplay on Android) which requires a rooted
device. 
https://play.google.com/store/apps/details?id=com.nav.aoaservice


Another option is to connect an Android device directly to your stereo, 
if you have a spare device use that and then run a remote app to control
it from your main device.  
https://play.google.com/store/apps/details?id=de.ubergrund.android.mr5

Sent from my Nexus 7 using Tapatalk 4





jimbobvfr400's Profile: http://forums.slimdevices.com/member.php?userid=56857
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

2013-11-16 Thread dgovan

jimbobvfr400 wrote: 
 For the radio you could go low tech and just use the line in with your
 phone or tablet. 

Ah yes I forgot about using a wire and that does work fine from my
tablet as I've just found out.  Bit cumbersome and primitive though.  (I
have a chromecast for listening on my TV but needed a connection to my
Classic/radios)

You would think Google would go all out to have people using their
music.



dgovan's Profile: http://forums.slimdevices.com/member.php?userid=778
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

2013-11-16 Thread jimbobvfr400

dgovan wrote: 
 Ah yes I forgot about using a wire and that does work fine from my
 tablet as I've just found out.  Bit cumbersome and primitive though.  (I
 have a chromecast for listening on my TV but needed a connection to my
 Classic/radios)
 
 You would think Google would go all out to have people using their
 music.

Maybe they see it as a selling point for their OS and associated
hardware. Maybe now they have a subscription service as well as
uploading your own stuff we might see other support on other devices,
maybe not though. I guess another factor might be a desire to keep GM as
a USP whereas if it was opened up with a proper API it would almost be
inevitable that an iOS version would follow (unless Apple block it of
course) 

Sent from my HUAWEI Y300-0100 using Tapatalk





jimbobvfr400's Profile: http://forums.slimdevices.com/member.php?userid=56857
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

2013-11-15 Thread crochat

How can you stream to multiple devices at the same tim?



crochat's Profile: http://forums.slimdevices.com/member.php?userid=62051
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

2013-09-15 Thread ciarpame

Is it possibile to get the same result with a Windows PC? Like a
software able to get a standard mp3 radio stream from Google Music and
then point the squeezbox to it?



ciarpame's Profile: http://forums.slimdevices.com/member.php?userid=32995
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

2013-09-15 Thread jimbobvfr400

ciarpame wrote: 
 Is it possibile to get the same result with a Windows PC? Like a
 software able to get a standard mp3 radio stream from Google Music and
 then point the squeezbox to it?

There was a piece of software actually made to allow a Soundbridge to
stream from the desktop version of free Spotity. IIRC it was called
DSBridge. I did manage to get it to work with Firefox audio I seem to
recall. The squeezebox then just tunes into a radio station to listen to
the stream.

In theory DSBridge streaming from a browser playing googlebmusic will
work.

Sent from my Nexus 7 using Tapatalk 4





jimbobvfr400's Profile: http://forums.slimdevices.com/member.php?userid=56857
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

2013-09-15 Thread oldfolkie

ciarpame wrote: 
 Is it possibile to get the same result with a Windows PC? Like a
 software able to get a standard mp3 radio stream from Google Music and
 then point the squeezbox to it?

Yes, I stream music from Google Music running on a Windows 7 computer to
my Squeezebox Classic using the LMS WaveInput plugin.  Add the plugin if
you don't already have it (it's free).  Then on the Windows LMS control
screen, select WaveInput as the source (I have it as a Favorite), and in
another window bring up Google Play and start playing whatever you want
(be sure to hit play in LMS).  You may have to adjust the volume the
first time on both Google Play and LMS (and on the computer itself).  I
use it all the time...works great.



oldfolkie's Profile: http://forums.slimdevices.com/member.php?userid=45065
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

2013-09-11 Thread d6jg

Is there an iOS app equivalent to cast to uPnP/DLNA for G Music



QNAP TS419p 4Tb LMS7.6.1
Living Room - SB3 - Onkyo TS606 connected Digitally -  Celestion
Ditton F20s - and connected Analogue for Zone 2 - Sony TA FE 320 -
Sennheiser HDR 130
Office - SB3 - Sony TA FE320 - Wharfedale Modus Cubes
Bedroom - SBT - Topping TP21 - Wharfedale Modus Cubes
Remote - Squeezeplay - Windows XP PC - USB Speakers

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2013-09-09 Thread rockyc...@yahoo.com

This is cool. I've been using Cast to UPnP/DLNA For GMusic on my
android phone since yesterday to listen to google music on my UPnP
devices (xbox 360, WD TV).
Next I've upgraded logitech media server on my ReadyNAS duo and now I
can choose my squeezebox duo to listen to Google Music by going into
Cast to UPnP/DLNA For GMusic on my android phone and starting google
music then choosing cast to my squeezebox duet.

Apparently the upgraded logitech medial server provides the
functionality for the squeezebox duo to act as a UPnP/DLNA renderer
which enables this.



rockyc...@yahoo.com's Profile: 
http://forums.slimdevices.com/member.php?userid=61349
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

2013-09-09 Thread toby10

rockyc...@yahoo.com wrote: 
  Apparently the upgraded logitech medial server provides the
 functionality for the squeezebox duo to act as a UPnP/DLNA renderer
 which enables this.

Yup, it has supported UPnP/DLNA for several years.



toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
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

2013-09-09 Thread liangyu

rockyc...@yahoo.com wrote: 
 This is cool. I've been using Cast to UPnP/DLNA For GMusic on my
 android phone since yesterday to listen to google music on my UPnP
 devices (xbox 360, WD TV).
 Next I've upgraded logitech media server on my ReadyNAS duo and now I
 can choose my squeezebox duo to listen to Google Music by going into
 Cast to UPnP/DLNA For GMusic on my android phone and starting google
 music then choosing cast to my squeezebox duet.
 
 Apparently the upgraded logitech medial server provides the
 functionality for the squeezebox duo to act as a UPnP/DLNA renderer
 which enables this.

I  do it like that. but it use good.



liangyu's Profile: http://forums.slimdevices.com/member.php?userid=61350
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

2013-09-07 Thread Henry66

ironmikel wrote: 
 make sure your Squeezebox is on your home network and not
 mysqueezebox.com.That was it, thanks.



Henry66's Profile: http://forums.slimdevices.com/member.php?userid=38863
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

2013-09-04 Thread Henry66

I can't get it work. I don't get the Chromecast icon in the Google
Play Music app.



Henry66's Profile: http://forums.slimdevices.com/member.php?userid=38863
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

2013-09-04 Thread ironmikel

Henry66 wrote: 
 I can't get it work. I don't get the Chromecast icon in the Google
 Play Music app.

I launched Google Play Music from within the Cast To UPnP/DLNA For
GMusic application.  Also, make sure your Squeezebox is on your home
network and not mysqueezebox.com.



ironmikel's Profile: http://forums.slimdevices.com/member.php?userid=41435
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

2013-09-03 Thread ironmikel

Thank you, this works excellent for me.  I can stream to my touch,
radio, boom, etc and have them all in sync playing from my Google all
access account.



ironmikel's Profile: http://forums.slimdevices.com/member.php?userid=41435
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

2013-08-26 Thread TimT

I got it working on my system. Installed Google Play Music and Cast To
UPnP/DLNA for GMusic apps to my Kindle Fire. No problem streaming from
GMusic to my SBT.



TimT's Profile: http://forums.slimdevices.com/member.php?userid=22971
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