Re: [SlimDevices: Plugins] Google Music Plugin

2016-08-17 Thread mherger

I'm closing this thread to prevent more confusion. Please PM me if you
think this was wrong.

Please see previous post for where to go next :-).



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-08-16 Thread askvictor

mikeybs wrote: 
> Every couple days or so my plugin stops working with the following types
> of errors:
> ...
> All I have to do is restart LMS and then it starts working again, but
> I'd love to figure out why it occurs and stop it.

*Please post all future discussion *at the new thread
http://forums.slimdevices.com/showthread.php?105800-Announce-Google-Music-plugin

Bug reports can go straight into github:
https://github.com/squeezebox-googlemusic/squeezebox-googlemusic/issues



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-08-13 Thread mikeybs

Every couple days or so my plugin stops working with the following types
of errors:

[16-08-13 21:29:17.5151] Plugins::GoogleMusic::AllAccess::get_track
(188) Not able to get the track info for track ID
Tuhubiwggzee6hsgok4rqi2nshm: CallFailure: GetStoreTrack: 401 Client
Error: Unauthorized
(requests kwargs: {u'url':
u'https://mclients.googleapis.com/sj/v2.4/fetchtrack', u'headers':
{u'Content-Type': u'application/json', u'Authorization': u''},
u'params': {u'tier': u'aa', u'alt': u'json', u'hl': u'en_US', u'nid':
'Tuhubiwggzee6hsgok4rqi2nshm'}, u'method': u'GET'})
(response was: u'{\n "error": {\n  "errors": [\n   {\n"domain":
"global",\n"reason": "authError",\n"message": "Invalid
Credentials",\n"locationType": "header",\n"location":
"Authorization"\n   }\n  ],\n  "code": 401,\n  "message": "Invalid
Credentials"\n }\n}\n') at line 2
[16-08-13 21:29:25.3996] Plugins::GoogleMusic::AllAccess::get_track
(188) Not able to get the track info for track ID
Tuhubiwggzee6hsgok4rqi2nshm: CallFailure: GetStoreTrack: 401 Client
Error: Unauthorized
(requests kwargs: {u'url':
u'https://mclients.googleapis.com/sj/v2.4/fetchtrack', u'headers':
{u'Content-Type': u'application/json', u'Authorization': u''},
u'params': {u'tier': u'aa', u'alt': u'json', u'hl': u'en_US', u'nid':
'Tuhubiwggzee6hsgok4rqi2nshm'}, u'method': u'GET'})
(response was: u'{\n "error": {\n  "errors": [\n   {\n"domain":
"global",\n"reason": "authError",\n"message": "Invalid
Credentials",\n"locationType": "header",\n"location":
"Authorization"\n   }\n  ],\n  "code": 401,\n  "message": "Invalid
Credentials"\n }\n}\n') at line 2
[16-08-13 21:29:25.5159] Plugins::GoogleMusic::AllAccess::get_track
(188) Not able to get the track info for track ID
Tuhubiwggzee6hsgok4rqi2nshm: CallFailure: GetStoreTrack: 401 Client
Error: Unauthorized
(requests kwargs: {u'url':
u'https://mclients.googleapis.com/sj/v2.4/fetchtrack', u'headers':
{u'Content-Type': u'application/json', u'Authorization': u''},
u'params': {u'tier': u'aa', u'alt': u'json', u'hl': u'en_US', u'nid':
'Tuhubiwggzee6hsgok4rqi2nshm'}, u'method': u'GET'})
(response was: u'{\n "error": {\n  "errors": [\n   {\n"domain":
"global",\n"reason": "authError",\n"message": "Invalid
Credentials",\n"locationType": "header",\n"location":
"Authorization"\n   }\n  ],\n  "code": 401,\n  "message": "Invalid
Credentials"\n }\n}\n') at line 2


All I have to do is restart LMS and then it starts working again, but
I'd love to figure out why it occurs and stop it.



mikeybs's Profile: http://forums.slimdevices.com/member.php?userid=62630
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-07-27 Thread askvictor

mikeybs wrote: 
> I see that you updated the instructions page and included a repo.xml.  I
> did a clean LMS 7.9 nightly install and followed the installation
> instructions.  The only comment I have is that the plugin no longer
> seems to be capable of figuring out the mobile device ID on its own. 
> This did work back in the early days of the plugin (well over a year
> ago), but I haven't seen it work in quite some time.
> 
> After I manually put in the mobile device ID and restarted LMS the
> plugin works as expected.  Search works fine.  Per the instructions I
> used: 
> pip install gmusicapi==10.0.1
> 
> Does that install the latest version of gmusicapi?  or is that just the
> version you tested with?  Wondering if I should stay up to date with
> gmusicapi changes or just leave it be with the version installed by your
> instructions...
> 
> Thank you for sharing your work!  I use this plugin almost exclusively
> so it is definitely important to me.

I never had automatic mobile Id working, I'm sure it's possible but not
a high priority.

I've locked the gmusicapi version so that changes to that library don't
suddenly break things in the extension code as they've done in the past.
No doubt the API will change at some point, at which case I'll update.
It's always easier to work with and support one version of a library
rather than dozens. If you update your library, it might still work, but
if it ain't broke... The listed version is the latest at time of
writing.



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-07-27 Thread askvictor

mikeybs wrote: 
> I'd very much like to give your new version a try.  Is there a repo.xml
> I can use to perform the install via the LMS web interface?  If not, is
> there a more manual install method I could do?
Instructions at 
https://squeezebox-googlemusic.github.io/squeezebox-googlemusic/
(including repo.xml :)



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-07-27 Thread mikeybs

askvictor wrote: 
> Hey all,
> 
> I've fixed the search and API version issues in a new fork; details and
> instructions at:
> https://squeezebox-googlemusic.github.io/squeezebox-googlemusic/
> 
> I've set this up as a github team, in the interests of preventing
> further fragmentation when I inevitably stop being able to provide time
> to support this. If you're interested in helping develop and maintain
> this, let me know. There are a couple of extra features I want to add,
> and re-vamp the UI, so any suggestions would be welcome (please add them
> to the Issues page:
> https://github.com/squeezebox-googlemusic/squeezebox-googlemusic/issues
> )
> 
> Enjoy!

I see that you updated the instructions page and included a repo.xml.  I
did a clean LMS 7.9 nightly install and followed the installation
instructions.  The only comment I have is that the plugin no longer
seems to be capable of figuring out the mobile device ID on its own. 
This did work back in the early days of the plugin (well over a year
ago), but I haven't seen it work in quite some time.

After I manually put in the mobile device ID and restarted LMS the
plugin works as expected.  Search works fine.  Per the instructions I
used: 
pip install gmusicapi==10.0.1

Does that install the latest version of gmusicapi?  or is that just the
version you tested with?  Wondering if I should stay up to date with
gmusicapi changes or just leave it be with the version installed by your
instructions...



mikeybs's Profile: http://forums.slimdevices.com/member.php?userid=62630
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-07-22 Thread mikeybs

askvictor wrote: 
> Hey all,
> 
> I've fixed the search and API version issues in a new fork; details and
> instructions at:
> https://squeezebox-googlemusic.github.io/squeezebox-googlemusic/
> 
> I've set this up as a github team, in the interests of preventing
> further fragmentation when I inevitably stop being able to provide time
> to support this. If you're interested in helping develop and maintain
> this, let me know. There are a couple of extra features I want to add,
> and re-vamp the UI, so any suggestions would be welcome (please add them
> to the Issues page:
> https://github.com/squeezebox-googlemusic/squeezebox-googlemusic/issues
> )
> 
> Enjoy!

I'd very much like to give your new version a try.  Is there a repo.xml
I can use to perform the install via the LMS web interface?  If not, is
there a more manual install method I could do?



mikeybs's Profile: http://forums.slimdevices.com/member.php?userid=62630
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-07-12 Thread crystalgipsy

askvictor wrote: 
> Hey all,
> 
> I've fixed the search and API version issues in a new fork; details and
> instructions at:
> https://squeezebox-googlemusic.github.io/squeezebox-googlemusic/
> 
> I've set this up as a github team, in the interests of preventing
> further fragmentation when I inevitably stop being able to provide time
> to support this. If you're interested in helping develop and maintain
> this, let me know. There are a couple of extra features I want to add,
> and re-vamp the UI, so any suggestions would be welcome (please add them
> to the Issues page:
> https://github.com/squeezebox-googlemusic/squeezebox-googlemusic/issues
> )
> 
> Enjoy!

I just updated my vortexbox from 2.3 to  2.4 recently and renewed my
subscription to GMusic last week after letting it slide for few months.
I can get this plugin to load up at all after reinstalling it. It just
fails to load.  I followed the instructions to the letter on both Hectus
and the new branch but nothing seems to work. I know on Vortexbox 2.3
the plugin had its on repo from vortexbox to install it, which is what I
used before. Is there a new one for 2.4?



Arcam AVR360
Linn Basik Turntable with Akito Arm
Arcam Alpha 7 SE CD
Logitech Squeezebox Touch
Logitech Squeezebox Radio
Squeezeplay -  Joggler
Squeezeplay  - 2 x Raspberry Pi
Squeezeplay  - 2 x Android
LMS to Upnp - 2x Pure Jongo

crystalgipsy's Profile: http://forums.slimdevices.com/member.php?userid=62489
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-06-23 Thread askvictor

Hey all,

I've fixed the search and API version issues in a new fork; details and
instructions at:
https://squeezebox-googlemusic.github.io/squeezebox-googlemusic/

I've set this up as a github team, in the interests of preventing
further fragmentation when I inevitably stop being able to provide time
to support this. If you're interested in helping develop and maintain
this, let me know. There are a couple of extra features I want to add,
and re-vamp the UI, so any suggestions would be welcome (please add them
to the Issues page:
https://github.com/squeezebox-googlemusic/squeezebox-googlemusic/issues
)

Enjoy!



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-06-02 Thread digisam

When trying to wrestle with getting Google Music working on my Pi as
once again it stopped working, I installed the latest gmusicapi which is
now at version 10.

This causes the plugin to say: 


Code:

A more recent version of the Python package "gmusicapi" is required. Please 
install at least version 3.1.0 and restart Logitech Media Server.



You can remove this check by editing the Plugin.pm file line 61


Code:


  # Chech version of gmusicapi first
if (!blessed($googleapi) || 
(Plugins::GoogleMusic::GoogleAPI::get_version() lt '4.0.0')) {
$class->SUPER::initPlugin(
tag=> 'googlemusic',
feed   => \,
is_app => 1,
weight => 1,
);
return;
}
  



I tried changing '4.0.0' to '15.0.0' which didn't seem to work as i
expected it.

So I ended removing the conditional for the version completely.


Code:

# Chech version of gmusicapi first
if (!blessed($googleapi)) {
$class->SUPER::initPlugin(
tag=> 'googlemusic',
feed   => \,
is_app => 1,
weight => 1,
);
return;
}
  



This didn't fix the signing in issues though. The problem is with the
2FA and or application passwords.

I gave up and created a new Google account and uploaded all my music to
the new account.

This doesn't have 2FA and so far it is logging on every time.

Not ideal, and I might have a sit down and try to figure out what the
problem is with the current plugin. But the constant restarting of the
media server everytime i changed something was driving me mad. Is there
anotherway for force a reload of the plugins without a full restart?



digisam's Profile: http://forums.slimdevices.com/member.php?userid=65778
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-05-20 Thread askvictor

I've written an Android App that lets you share (fling?) things from
your Android to your Squeezebox. I've just added preliminary Google
Music support; if you've got the Google Music plugin working on your
squeezebox, give it a go and any feedback to me. 

Details at this forum thread:
http://forums.slimdevices.com/showthread.php?104572-Announce-SendToSqueezebox-Android-app=853906#post853906

I've got a bunch of free promo codes available at the moment - details
at the above linked thread.



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-04-23 Thread Freddy

Anyone else getting this a little now and then recently?
> 
> [16-04-23 08:39:38.2989] Slim::Control::Request::execute (1888) Error:
> While trying to run function coderef
> [Slim::Plugin::OPMLBased::__ANON__]: [CallFailure: ListPlaylists: 401
> Client Error: Unauthorized
> (requests kwargs: {u'url':
> u'https://mclients.googleapis.com/sj/v2.4/playlistfeed', u'headers':
> {u'Content-Type': u'application/json', u'Authorization': u''}, u'data':
> '{"max-results": "2"}', u'method': u'POST', u'params': {u'alt':
> u'json', u'updated-min': 0, u'include-tracks': u'true'}})
> (response was: u'{\n "error": {\n  "errors": [\n   {\n"domain":
> "global",\n"reason": "authError",\n"message": "Invalid
> Credentials",\n"locationType": "header",\n"location":
> "Authorization"\n   }\n  ],\n  "code": 401,\n  "message": "Invalid
> Credentials"\n }\n}\n') at line 432
> 

I usually fix it by running the install procedure for the gmusic api
again (https://github.com/hechtus/squeezebox-googlemusic) and restarting
LMS but I wonder what´s causing it since I didn't have this problem
before and I would like to fix it permanently.

I have done the changes in Settings.pm and Plugin.pm since before and I
run version 9.0.1 of Gmusic Dev.

Running LMS on a ReadyNas Ultra (intel)

Thanks!



Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-03-25 Thread mrMuppet

Google music Plugin is really great! The only problem I have is that it
looses the current song after a longer break and skips then to the next
song.  
Code:

 ) is still playing, not submitting [16-03-25 11:10:55.2620] 
Plugins::GoogleMusic::AllAccess::get_artist_image (331) Not able to get the 
artist image for artist ID Ad3p65jnikcfjnikdmrjabbwfei: SysCallError: (32, 
'EPIPE') at line 2 [16-03-25 11:10:55.2655] 
Plugins::GoogleMusic::ProtocolHandler::getNextTrack (103) Looking up stream url 
for url googlemusic:track:Tnvheundeujhvojh2h3v2y34yce failed: SysCallError: 
(32, 'EPIPE') at line 2
  

 

Gesendet von meinem A0001 mit Tapatalk





mrMuppet's Profile: http://forums.slimdevices.com/member.php?userid=34722
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-02-22 Thread rod_hull

That's not a bad plan actually! Totally forgot that there was a 3.5mm
line in on SB Radios! Good idea...



rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-02-22 Thread Giza2020

Plug a Chromecast audio in and use that...and you can also use it as a
squeeze player too. .. double the fun for £25!



Giza2020's Profile: http://forums.slimdevices.com/member.php?userid=36318
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2016-02-22 Thread rod_hull

I have an issue with this plugin that is seriously making me ready to
jump ship from LMS/Squeezebox and just get another device that supports
something simpler like bluetooth audio since I rely on Play Music so
much nowadays...cutting out all of the server-side plugin nonsense would
be great in the long run but I've yet to find something as nice as my
old Squeezebox Radio!

Anyway, in the meantime here's my issue: I use 2-step verification with
my Google account and using app passwords works fine for all other
services that require them.

However, with this plugin, if my LMS service (or the server itself
restarts) or even sometimes if my Squeezebox radio reboots, the plugin
seems to get logged out, and the previous saved password simply won't
let me log in any more, and I have to re-generate an app password each
and every time this happens. This shouldn't happen and I suspect that
the password is being incorrectly stored/saved somewhere so that when it
tries to log in it passes the password incorrectly. 

Has anyone got a workaround for this? There must be others using 2FA on
their Google accounts...or does the same thing happen with regular
account passwords too?

I have had to hack about a lot recently using the recent posts to even
get this plugin working again since it just doesn't seem to be being
maintained any longer and what with the API changes and any Google
server-side changes it produces more reasons why I'm shopping around for
a Squeezebox replacement...



rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-17 Thread CommanderROR

Completely unrelated:

I just bought a Chromecast Audio a few days ago. I don't much like the
handling, am used to the comfort of LMS and it's control apps (Squeeze
Ctrl!).
There is one thing I do love about it: Proper integration with Google
Play Music!

I'm a "Sublime" subscriber with Qobuz, and I really love their lossless
streaming and focus on classical music. However, it's incredibly hard to
actually find anything to listen to, because their recommendations and
playlists are basically nonexistent. 
With Play Music (you get 90 Days free with the Chromecast) it's
absolutely no work at all. It very quikcly figures out what I like
(Classical music, Classical Soundtracks) and I've already discovered
more new music I like than in the last months with Qobuz. This is
something I absolutely hate about Qobuz. They want you to do all the
work, they offer no personalized recommendations, no "Radio Mode" or
anything, just a regular "In the Press" and "New Releases" section that
they then use for their Playlists as well, often in a terrible
amateurish fashion (packing in tracks from a complete recording of an
opera that then stop in the middle of a note because the next track
would immediately connect, but they did not add that...).

Enough ranting! I guess you just can't have everything...either lossless
and easy to handle (LMS/Qobuz) or full support of Streaming Services,
but then in mp3 lossy quality and with the hassle of switching between
apps, manually connecting to "Cast" devices etc...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-16 Thread johnmax

Perhaps any chance of getting this working on Windows based
installations? Now that we lost XM this would fill in the gap nicely!



johnmax's Profile: http://forums.slimdevices.com/member.php?userid=64919
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-16 Thread CommanderROR

I think we really need somebody to take over work on the GMusic Plugin.
It still works (with a few small workarounds) but as soon as something
changes in the Gmusic-API again it will break again. 
Maybe Philippe_44 can be convinced to take it over?



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-08 Thread wortgefecht

dustinsterk wrote: 
> Did you edit Settings.pm so that it passes the device ID?  That is the
> last step that is needed.  :)
No, just wanted to check that out - but no need, Google Play Music works
now. Maybe there was a login problem when I last tried it?

Anyway, it works now [emoji1]



New setup:

- ASRock Ion 330, Lubuntu 14.04, LMS 7.9, FLAC
- *Duet* > AKG Hearo 888 Titan (home office), *Boom + Canton ASF 75
  SC* (master bedroom), *Boom* (master bathroom), *Radio* (guest
  bathroom), *RPi + KODI 15 + XSqueeze* > Samsung UE60H6270 > Denon
  AVR-770SD > Mission 2.1 speakers (living room)
- *Classic* > Parasound DAC 1500 > vintage Wega Modul 42V amp (42E
  equalizer, 42T tape deck + Thorens TD 160 Mk II turntable) > Quadral
  Vulkan Mk II (music room)

wortgefecht's Profile: http://forums.slimdevices.com/member.php?userid=63295
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-07 Thread dustinsterk

wortgefecht wrote: 
> So, I installed an app that is able to show me my device ID. When I
> enter it, I can still not log in. Now I just get the following error:
> 
> 
> LMS Log only says
> 
> 
> Guess, that's as far as I can get now. My problem shouldn't be a SSL
> error, I think.



Did you edit Settings.pm so that it passes the device ID?  That is the
last step that is needed.  :)



dustinsterk's Profile: http://forums.slimdevices.com/member.php?userid=19649
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-03 Thread wortgefecht

Well, I have a running plugin again, but I can't login. First, I ran the
commands from dustinsterk's first post:


Code:

sudo apt-get install python-pip
  sudo wget https://bootstrap.pypa.io/get-pip.py
  sudo python get-pip.py



Added this repo:

Code:

http://nick7634.github.io/squeezebox-googlemusic/repository/repo.xml



Then I reran the commands given earlier in this thread:


Code:

sudo apt-get update
  sudo apt-get install git
  sudo apt-get install python-pip
  sudo pip install gmusicapi
  pip install 
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
  sudo apt-get install python-dev
  sudo cpan App::cpanminus
  sudo cpanm --notest Inline
  sudo cpanm --notest Inline::Python



This updated python-pip and several other things. Now I have the plugin
running again, but I can't login, I get the following error even though
I have my Nexus 7 registered and running Goofle Play Music:
> Not logged in to Google Play Music. Set your username and password. No
> mobile device (phone or tablet) registered for Google Play Music. Not
> able to obtain the mobile device ID automatically.

When I try to dial *#*#8255#*#* on my phone, the entered digits just go
blank after the last * and I'm not able to dial anything. Any ideas?



New setup:

- ASRock Ion 330, Lubuntu 14.04, LMS 7.9, FLAC
- *Duet* > AKG Hearo 888 Titan (home office), *Boom + Canton ASF 75
  SC* (master bedroom), *Boom* (master bathroom), *Radio* (guest
  bathroom), *RPi + KODI 15 + XSqueeze* > Samsung UE60H6270 > Denon
  AVR-770SD > Mission 2.1 speakers (living room)
- *Classic* > Parasound DAC 1500 > vintage Wega Modul 42V amp (42E
  equalizer, 42T tape deck + Thorens TD 160 Mk II turntable) > Quadral
  Vulkan Mk II (music room)

wortgefecht's Profile: http://forums.slimdevices.com/member.php?userid=63295
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-10-03 Thread wortgefecht

So, I installed an app that is able to show me my device ID. When I
enter it, I can still not log in. Now I just get the following error:
> Not logged in to Google Play Music. Set your username and password.

LMS Log only says
> Plugins::GoogleMusic::Plugin::initPlugin (100) Not logged in to Google
> Play Music. Set your username and password.

Guess, that's as far as i can get now. My problem shouldn't be a SSL
error, I think.



New setup:

- ASRock Ion 330, Lubuntu 14.04, LMS 7.9, FLAC
- *Duet* > AKG Hearo 888 Titan (home office), *Boom + Canton ASF 75
  SC* (master bedroom), *Boom* (master bathroom), *Radio* (guest
  bathroom), *RPi + KODI 15 + XSqueeze* > Samsung UE60H6270 > Denon
  AVR-770SD > Mission 2.1 speakers (living room)
- *Classic* > Parasound DAC 1500 > vintage Wega Modul 42V amp (42E
  equalizer, 42T tape deck + Thorens TD 160 Mk II turntable) > Quadral
  Vulkan Mk II (music room)

wortgefecht's Profile: http://forums.slimdevices.com/member.php?userid=63295
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-08-14 Thread dustinsterk

Got a little further...now I get no error after doing the following
(there is an issue with the version of python and requests SSLError)
http://stackoverflow.com/questions/30652989/python-requests-sslerror


Run in order:
yum install gcc libffi-devel python-devel openssl-devel

pip install cryptography

pip install pyopenssl ndg-httpsclient pyasn1

Now I get no errors in the log, but it will not sign in still



dustinsterk's Profile: http://forums.slimdevices.com/member.php?userid=19649
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-08-14 Thread dustinsterk

Well I got the plug to now load on my vortexbox (version 2.3 / LMS 7.9)
-- Can anyone else give this a try?

First install pip:
yum install python-pip

And then ran the following:
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py

Then I removed the broken plugin:
cd /usr/share/squeezeboxserver/Plugins/
rm -rf GoogleMusic

Opened the plugins page and added the following repo and enabled the
plugin:
http://nick7634.github.io/squeezebox-googlemusic/repository/repo.xml

Now the plug loads but I am getting the following error when tyring to
type in my credentials:
[15-08-14 14:43:31.2259] main::init (394) Starting Logitech Media Server
(v7.9.0, 0.86.20150801git1438234070, Sat Aug 1 20:27:50 BST 2015) perl
5.018004
[15-08-14 14:43:32.5819] Plugins::GoogleMusic::Plugin::initPlugin (95)
Not able to login to Google Play Music: SSLError: hostname
'android.clients.google.com' doesn't match either of '*.google.com',
'*.android.com', '*.appengine.google.com', '*.cloud.google.com',
'*.google-analytics.com', '*.google.ca', '*.google.cl',
'*.google.co.in', '*.google.co.jp', '*.google.co.uk', '*.google.com.ar',
'*.google.com.au', '*.google.com.br', '*.google.com.co',
'*.google.com.mx', '*.google.com.tr', '*.google.com.vn', '*.google.de',
'*.google.es', '*.google.fr', '*.google.hu', '*.google.it',
'*.google.nl', '*.google.pl', '*.google.pt', '*.googleadapis.com',
'*.googleapis.cn', '*.googlecommerce.com', '*.googlevideo.com',
'*.gstatic.cn', '*.gstatic.com', '*.gvt1.com', '*.gvt2.com',
'*.metric.gstatic.com', '*.urchin.com', '*.url.google.com',
'*.youtube-nocookie.com', '*.youtube.com', '*.youtubeeducation.com',
'*.ytimg.com', 'android.com', 'g.co', 'goo.gl', 'google-analytics.com',
'google.com', 'googlecommerce.com', 'urchin.com', 'youtu.be',
'youtube.com', 'youtubeeducation.com' at line 64



dustinsterk's Profile: http://forums.slimdevices.com/member.php?userid=19649
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-08-14 Thread dustinsterk

Same issue here!  Anyone?

wortgefecht wrote: 
 Same here :( Any news, anyone?



dustinsterk's Profile: http://forums.slimdevices.com/member.php?userid=19649
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-08-13 Thread wortgefecht

mark-e-mark wrote: 
 I've been without the plugin for a while now, seeing only the Failed to
 load message in the LMS settings panel.

Same here :( Any news, anyone?



- *ASRock Ion 330* (home office) w/ Xubuntu 14.04 + Kodi 15 + LMS 7.9,
  FLAC  Local Player  Behringer MS 40
- *Boom* (master bedroom), *Radio* (master bathroom), *Archos 35 Home
  Connect* + SqueezePlayer (guest bathroom)
- *Reson PR 80s* as UPnP client (living room)  Parasound DAC 1500 
  vintage Wega Modul 42V amp (w/ 42E equalizer, 42T tape deck, and
  Thorens TD 160 Mk II turntable)  Quadral Vulkan Mk II
-  *RPi + RaspBMC* (living room)  Samsung UE60H6270 w/ HW-H450
  soundbar
- *Duet* + *Radio* in storage

wortgefecht's Profile: http://forums.slimdevices.com/member.php?userid=63295
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-07-14 Thread Sinkdrain

I have my squeezebox server on windows 7, can i simply copy the file to
the plugins folder or will this plugin not work on windows?





Sinkdrain's Profile: http://forums.slimdevices.com/member.php?userid=48051
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-06-27 Thread mark-e-mark

I've been without the plugin for a while now, seeing only the Failed to
load message in the LMS settings panel.  I started a thread and posted
logs of my various attempts to resolve in the 'GitHub forum for this
plugin'
(https://github.com/hechtus/squeezebox-googlemusic/issues/85#issuecomment-115326512).



mark-e-mark's Profile: http://forums.slimdevices.com/member.php?userid=4726
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-06-10 Thread calipoop

I'm also having the exact same issue - has there been any
update/progress on a solution?



calipoop's Profile: http://forums.slimdevices.com/member.php?userid=32676
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-06-03 Thread phil5556

I wonder if anyone can help with a problem with this plugin on a
Vortexbox please.

I understand google recently changed something to do with their
authentication, so I couldn't log in. The VB guys have tweaked something
to try and fix it but now I get PlugIn Failed to load in the LMS plugin
list - any ideas?

It's running on a VB 2.3 with LMS 7.9 and had all been working perfectly
up until a few days ago.

Thanks all, log below:

[15-06-03 17:51:08.2111] Slim::Utils::PluginManager::load (323) Error:
Couldn't load Plugins::GoogleMusic::Plugin
[15-06-03 17:54:03.8190] main::init (394) Starting Logitech Media Server
(v7.9.0, 0.78.20150531git1432891788, Sun 31 May 17:28:16 BST 2015) perl
5.018004
[15-06-03 17:54:06.7901] Slim::bootstrap::tryModuleLoad (286) Warning:
Module [Plugins::GoogleMusic::Plugin] failed to load:
Error -- py_eval raised an exception at
/usr/lib/perl5/vendor_perl/Inline/Python.pm line 177.
BEGIN failed--compilation aborted at
/usr/share/squeezeboxserver/Plugins/GoogleMusic/GoogleAPI.pm line 74.
Compilation failed in require at
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
BEGIN failed--compilation aborted at
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
Compilation failed in require at
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
BEGIN failed--compilation aborted at
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
Compilation failed in require at (eval 999) line 1.
BEGIN failed--compilation aborted at (eval 999) line 1.



phil5556's Profile: http://forums.slimdevices.com/member.php?userid=59704
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-06-03 Thread Capt.insano

phil5556 wrote: 
 I wonder if anyone can help with a problem with this plugin on a
 Vortexbox please.
 
 I understand google recently changed something to do with their
 authentication, so I couldn't log in. The VB guys have tweaked something
 to try and fix it but now I get PlugIn Failed to load in the LMS plugin
 list - any ideas?
 
 It's running on a VB 2.3 with LMS 7.9 and had all been working perfectly
 up until a few days ago.
 
 Thanks all, log below:
 
 [15-06-03 17:51:08.2111] Slim::Utils::PluginManager::load (323) Error:
 Couldn't load Plugins::GoogleMusic::Plugin
 [15-06-03 17:54:03.8190] main::init (394) Starting Logitech Media Server
 (v7.9.0, 0.78.20150531git1432891788, Sun 31 May 17:28:16 BST 2015) perl
 5.018004
 [15-06-03 17:54:06.7901] Slim::bootstrap::tryModuleLoad (286) Warning:
 Module [Plugins::GoogleMusic::Plugin] failed to load:
 Error -- py_eval raised an exception at
 /usr/lib/perl5/vendor_perl/Inline/Python.pm line 177.
 BEGIN failed--compilation aborted at
 /usr/share/squeezeboxserver/Plugins/GoogleMusic/GoogleAPI.pm line 74.
 Compilation failed in require at
 /usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
 BEGIN failed--compilation aborted at
 /usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
 Compilation failed in require at
 /usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
 BEGIN failed--compilation aborted at
 /usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
 Compilation failed in require at (eval 999) line 1.
 BEGIN failed--compilation aborted at (eval 999) line 1.

I am getting same issue, but mine is a new install:

Vortexbox 2.3,
Logitech Media Server Version: 7.9.0 - 0.77.20150523git1432134370 @ Sat
23 May 14:11:02 BST 2015

installed this plugin via the vortexbox repo (details of dependencies
below):


Code:


  Dependencies Resolved
  
  
==
  Package   Arch  
VersionRepository Size
  
==
  Installing:
  logitechmediaserver-plugin-googlemusic  i6860.4.1-2.fc20  
vortexbox   272 k
  
  Installing for dependencies:
  gdbm-develi686
1.10-8.fc20   updates   47 k
  glibc-devel   i686
2.18-19.fc20  updates   1.0 M
  glibc-headers i686
2.18-19.fc20  updates   648 k
  google-api-python-client  noarch  
1.4.0-1.fc20  vortexbox 70 k
  kernel-headersi686
3.12.5-301.fc20   vortexbox 911 k
  libdb-devel   i686
5.3.28-1.fc20 fedora37 k
  perl-ExtUtils-Install noarch  
1.59-293.fc20 updates   75 k
  perl-ExtUtils-MakeMaker   noarch  
6.72-3.fc20   updates   277 k
  perl-ExtUtils-Manifestnoarch  
1.63-1.fc20   fedora31 k
  perl-ExtUtils-ParseXS noarch  
1:3.18-292.fc20   updates   77 k
  perl-Inline   noarch  
0.53-5.fc20   fedora168 k
  perl-Inline-Pythoni686
0.48-1.fc20   vortexbox 51 k
  perl-Test-Harness noarch  
3.28-4.fc20   updates   302 k
  perl-develi686
4:5.18.4-293.fc20 updates   474 k
  protobuf-python   i686
2.5.0-11.fc20 updates   130 k
  pyparsing noarch  
2.0.3-1.fc20  updates   99 k
  python-backports  i686
1.0-3.fc20fedora4.8 k
  python-backports-ssl_match_hostname   noarch  
3.4.0.2-4.fc20updates   13 k
  python-dateutil   noarch  
1.5-7.fc20fedora85 k
  python-gmusicapi  i686
1:5.0.0-2.fc20vortexbox 215 k
  python-httplib2   noarch  

Re: [SlimDevices: Plugins] Google Music Plugin

2015-03-05 Thread phil5556

grahams wrote: 
 Hi, which version of LMS did you install the plugin on? and where do you
 configure yourname and passwd for google?

I'm running Logitech Media Server Version: 7.9.0 -
0.60.20141218git1418894490 @ Thu 18 Dec 10:53:42 GMT 2014

On a vortexbox.

Configure user/pass on the Settings page for the plugin. Go to Plugins 
Find google music and click Settings on the right hand side.

I did have a problem getting it working on an earlier version of LMS,
but worked with no problem at all on this current version when I
updated.



phil5556's Profile: http://forums.slimdevices.com/member.php?userid=59704
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-03-05 Thread grahams

phil5556 wrote: 
 I'm running Logitech Media Server Version: 7.9.0 -
 0.60.20141218git1418894490 @ Thu 18 Dec 10:53:42 GMT 2014
 
 On a vortexbox.
 
 Configure user/pass on the Settings page for the plugin. Go to Plugins 
 Find google music and click Settings on the right hand side.
 
 I did have a problem getting it working on an earlier version of LMS,
 but worked with no problem at all on this current version when I
 updated.

Many thanks, I'll try updating to 7.9 and see if it works for me.



grahams's Profile: http://forums.slimdevices.com/member.php?userid=33919
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-03-04 Thread grahams

phil5556 wrote: 
 I've been using Hectus' plugin for a few months now and it's great, I
 have no problems with it and have now switched to it from Spotify.
 
 
 I'm looking at expanding my Squeezebox collection and adding a couple of
 extra players - will this plugin work on all players, specifically older
 ones like the boom etc?
 
 Cheers

Hi, which version of LMS did you install the plugin on? and where do you
configure yourname and passwd for google?



grahams's Profile: http://forums.slimdevices.com/member.php?userid=33919
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-03-04 Thread phil5556

I've been using Hectus' plugin for a few months now and it's great, I
have no problems with it and have now switched to it from Spotify.


I'm looking at expanding my Squeezebox collection and adding a couple of
extra players - will this plugin work on all players, specifically older
ones like the boom etc?

Cheers



phil5556's Profile: http://forums.slimdevices.com/member.php?userid=59704
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-03-03 Thread grahams

Hi Hechtus, 1st huge thanks for creating this plugin

I'm hitting an issue on arch linux (on ARM). I followed the install
'guide' (https://github.com/hechtus/squeezebox-googlemusic) and anything
seemed to install OK, however after restarting logitechmediaserver
(7.8.0  - 1395409907) I see your plugin (0.4.1), but it is listed as
Plugin failed to load. Wondering if this is a known problem and if
there are work arounds.



grahams's Profile: http://forums.slimdevices.com/member.php?userid=33919
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-02-28 Thread Mercenary

Hey guys,

all this is really cool.

However I still wonder whether anybody is trying to get it working on
Windows, too?

I am already thinking about converting my whole Squeezebox setup to a
Raspberry PI to get it working.

Google Music by the way has just increased the song limit from 20k to
50k! 

Thanks for the great job!

Cheers

Merc



Mercenary's Profile: http://forums.slimdevices.com/member.php?userid=48563
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-02-06 Thread britcowboy

Zurrel wrote: 
 You know you could always learn a new language! ;)

I've been tempted, it's just finding the time. I barely seem to have the
time to program outside of my main job as it is, never mind learning a
new language and trying to program :P



britcowboy's Profile: http://forums.slimdevices.com/member.php?userid=63049
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-02-02 Thread Zurrel

You know you could always learn a new language! ;)



Zurrel's Profile: http://forums.slimdevices.com/member.php?userid=63809
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-02-02 Thread britcowboy

Zurrel wrote: 
 I'm also using this workaround. But it seems to me that the inofficial
 API would enable software to access these automatic playlists. At least
 other software that uses this API has the option (BubbleUpnp). So maybe
 this might be a future feature :)
 
 
 
 Seems like a Squeeze Commander problem

Yeah it looks like it would be supported. I have been tempted to have a
look at making a few additions but I'm not a Python or Perl developer so
it's not a quick thing for me to modify :( PHP or .NET on the other
hand... :P



britcowboy's Profile: http://forums.slimdevices.com/member.php?userid=63049
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread CommanderROR

Well, I use Squeeze Control, anr it works fine with the Google Music
Plugin. Best way to try it out is to use the LMS webinterface directly.
If it works there, then the Plugin is fine. 

I used Squeeze Cimmander for quite a while, but I stopped using it some
time back, because it had problems connecting to my server for some
reason. I don't like the Squeeze Control interface as much as I liked
Squeeze Commander, but it is actively maitained. Also, it did not have
thr connection issues.  Orange Squeeze is OK, but I never liked the way
it was structured. The Side Menu wasn't my cup of tea. Squeeze Control
has an easily customizable main menu which does pretty much all I need.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread Zurrel

britcowboy wrote: 
 Doesn't seem to be, however what I do is every now and then I create a
 static playlist from the auto playlist. Does the job for now.

I'm also using this workaround. But it seems to me that the inofficial
API would enable software to access these automatic playlists. At least
other software that uses this API has the option (BubbleUpnp). So maybe
this might be a future feature :)

Freddy wrote: 
 Anyone else having problem with Google Music radio stations + android
 app Squeeze Commander?
 [...]Starting a station from LMS is working fine.

Seems like a Squeeze Commander problem



Zurrel's Profile: http://forums.slimdevices.com/member.php?userid=63809
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread pippin

Sure?
SqueezeCommander does one thing OrangeSqueeze does, too, for example,
which is to use the play commands on the menu item (as provided by the
plugin) instead of opening the menu with go (to avoid that old problem
with accidental, destructive touch-to-play in LMS). If these commands
don't work it's an issue with the plugin.

I don't really see why SqueezeCommander should have an issue here if the
plugin works correctly, there haven't been any new features in the
menu API that SC could be incompatible with since LMS 7.5 was introduced
years ago. All new stuff is strictly limited to the local library
/virtual libraries, local artwork proxies and things like this).



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread CommanderROR

Squeeze Commander hasn't been updated since 2011, so it's no longer
fully compatible with all the latest LMS features. Use Squeeze Control
or Orange Squeeze and it'll work.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread Freddy

I purchased Squeeze Control and indeed it is working there.



Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-19 Thread pippin

CommanderROR wrote: 
 Best way to try it out is to use the LMS webinterface directly. If it
 works there, then the Plugin is fine. 
 
Not at all.
The web interface is actually the worst way to test this. It doesn't use
any of the play commands so the plugin might still send useless crap for
these commands and you would not notice in the web interface.

I'm not sure what SqueezeControl uses, maybe it always only executes the
default command.
Can't really test it, I let my All Access subscription expire so it now
works in no interface for me...



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-18 Thread Freddy

Anyone else having problem with Google Music radio stations + android
app Squeeze Commander?

In the app I can´t start a station. None of single click and long press
are working.
Single click nothing happens, long press I only see info about the radio
station.

Starting a station from LMS is working fine.

LMS: 7.8.1
GM plugin: 0.4.1
Squeeze Commander: 0.9.6.4



Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-14 Thread britcowboy

Zurrel wrote: 
 Is it possible to listen to the automatically generated thumbs up
 playlist with this plugin?

Doesn't seem to be, however what I do is every now and then I create a
static playlist from the auto playlist. Does the job for now.



britcowboy's Profile: http://forums.slimdevices.com/member.php?userid=63049
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-02 Thread Zurrel

Is it possible to listen to the automatically generated thumbs up
playlist with this plugin?



Zurrel's Profile: http://forums.slimdevices.com/member.php?userid=63809
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-29 Thread CommanderROR

@hechtus

I started another trial of Wimp Hifi, since they had a very good Black
Friday offer (Hifi at almost the same price as the normal service for 4
Months), however, I'm coming back to GPM, probably for good this time.
The reason? Even with an unofficial API and incomplete LMS Plugin it
works better than Wimp on any platform. The Radio Stations and the
good search results are what draws me back. The fact that it tends to
repeat tracks a little too often is a bit annoying, and that some
features like the genre radios and Playlists don't work is a minor
hindrance, but apparently Simon Weber thinks this will be easy to add
into the unofficial API, so it should be possible to add in the Plugin
eventually.

So, thanks for your great work on this, and I hope we'll soon see a
complete, unofficial Plugin. And of course I hope Google does nothing to
lock out the unofficial API, much like Spotify castrated their developer
API.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-18 Thread CommanderROR

@Michael

Sorry if I offended you! 

However, I do report the bugs. Like missing categories in Wimp plugin,
that was fixed eventually. Like inability to skip on Wimp Hifi tracks
(probably a Wimp backend problem). 
Like the issue with Deezer, where you can't skip tracks in radio mode. 
Next to that,  missing features are no bugs, but I try to bring them up,
since you probably don't have subscriptions with all services and might
not be aware of them. If you can fix them (like Deezer Flow) then that's
great, if not, then tough luck for me.   

About jumping between services?  Well, I'm trying to find the one that
works and sounds best. I was a happy Spotify user (Triode Plugin)  for a
while, but the one stream per account limitation and the fact that
Spotify removed the radio mode from their API made me look elsewhere.
Since then I've been searching round. Google Play Music seems a good
compromise right now. I'm also trying out ickstream and their Deezer
implementation at the moment. 

And about 3rd Party Plugins: of course I support the devs, both here and
at other communities. I just don't go flashing around that hey look, I
bought you a beer or whatever. 

Basically, I want LMS to stay alive and well, not just for me, but for
everyone. If that comes across as nagging, then I'm sorry. I don't mean
any disrespect to you or the other Devs!



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-18 Thread Michael Herger

Sorry if I offended you!


You didn't. I was only under the impression that you were wasting your 
and the devs' resources...



About jumping between services?  Well, I'm trying to find the one that
works and sounds best. I was a happy Spotify user (Triode Plugin)  for a
while, but the one stream per account limitation and the fact that
Spotify removed the radio mode from their API made me look elsewhere.
Since then I've been searching round. Google Play Music seems a good
compromise right now. I'm also trying out ickstream and their Deezer
implementation at the moment.


When evaluating those services, do some reality check, too. Google Play 
imho just isn't an option, as they don't have an official API. Don't 
wast your time on it if you want to use it with SB.


The problem I have as the Logitech employee is that I can help to 
improve LMS. But as soon as it's about changes on the infrastructure 
(mysb.com) it's getting more complicated. There are hundreds of 
thousands of users connected. I can't release some new implementation 
just like that. I have to follow processes a little more strictly than 
in LMS development. And re-implement eg. WiMP using their latest API 
sounds like a fun little project, but it's unlikely to happen, as it 
would require QA resources I don't have.


Therefore my suggestion to not complain here (you only risk to upset me 
:-P), but with the official support. If they get a lot of complaints, 
then things can move.


--

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-18 Thread CommanderROR

Thanks. Actually the unofficial API is progressing nicely... ;) 

And...what official service is there? The Logitech Forum or email
support? I always thought you were everything that was left of SB
support... :)



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-18 Thread Michael Herger

And...what official service is there? The Logitech Forum or email
support? I always thought you were everything that was left of SB
support... :)


I'm not support. I'm dev. But I have the bad habit to not like unhappy 
customers :-). There's always logitech.com/support or similar, and 
forums.logitech.com.


--

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-16 Thread CommanderROR

Hi everyone,

I really think this Plugin has great potential. It is already working
pretty well, all it needs is some touchups to include the missing
features and fix the remaining bugs. Sadly, there is only one Dev on
this at the moment, and that makes progress slow.

Does anyone know somebody that could help out on this project? It would
be really great if we could find at least one additional supporter for
this! 

Soon we will have additional options (Youtube Music Key) and we already
have new GPM features that are not currently supported by this plugin.
Since there is apparently still no GPM API available even a project like
ickstream won't help us here, so, please, if you know someone who can do
the kind of development work needed here, send them over to
hechtus`github!

Thanks!



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-16 Thread pippin

Well, the whole LMS a is currently being maintained by only a single
developer (more or less) and it shows more progress than it has in years
:)



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-16 Thread CommanderROR

True, but mherger is a full-time devotee, hechtus does this in his
time-off, so a little help would surely not be amiss.

Also, if you look at the state of the various MySqueezebox.com
plugins...:(



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-16 Thread pippin

CommanderROR wrote: 
 True, but mherger is a full-time devotee, hechtus does this in his
 time-off, so a little help would surely not be amiss.
 
Sure, but that other developer would then have to also have more time.
As of my experience, the worst results are being created when several
people who have too little time work on the same code because then then
don't understand each other's code (it takes time to do _that_ well) and
create conflicts.
The SoundCloud plugin is a good example.

BTW: I don't think YouTube Music Key will work through GPM or do you
have other information? YouTube is a bit difficult, if they don't change
their TCs that might not really be very feasible for the Squeezeboxes
in any way, but maybe they do...

 
 Also, if you look at the state of the various MySqueezebox.com
 plugins...:(
Well, my guess would be that Logitech doesn't _want_ to touch these more
then necessary. They are operated by Logitech. If there is a bug or
additional issues in an unofficial version of LMS that's not a big thing
for them. A bug in MySB, now that's a whole different issue.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-16 Thread CommanderROR

You're probably right about the YT key thing, but that's really not
important anyway. The main thing would be to fix the already implemented
features (like the radio genres list and reporting played tracks to the
server to prevent repeating) , add some essentials (like Playlist
support) and then keep an eye on stuff im case something changes that
breaks the Plugin.
Maybe some day Google will offer streaming formats beyone mp3 as
well..the search results and stability on this plugin is already quite
good. 


About msb.com Plugins: some things are just broken, like the Deezer
Plugin, because the backend/API changed and Logitech never updated
anything. Same goes for Wimp. But at least they did shut down msb
completely...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-12 Thread jt25741

Cygwin?  Not sure what is needed.   I would think it can be possible
though.

I am not versed enough with the components yet...but am willing to
follow any prescriptive steps and try to get it working if others can
help.

Thanks



SBT-AR Masters Coax -W4S DSDse - Cardas Golden Reference XLR - Sim
Audio P-5 - Cardas Golden Reference XLR - Sim Audio W-5 - Cardas
Golden Reference Hi-Mid,PS Audio Xstream Plus Low- Magnepan 3.6R  ///
Joggler O2/SqueezePlay OS 2.0 w/EDO hack - Cambridge 851D USB 2.0  -
AKG K550

jt25741's Profile: http://forums.slimdevices.com/member.php?userid=8645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-03 Thread asplundj

I managed to install gmusicapi with pip2 instead of pip. It works fine
now

asplundj wrote: 
 I'm trying to install google music on Squeeze on Arch but I get a
 syntaxerror when trying to install gmusicapi. 
 
  
Code:

  
   Downloading/unpacking 
git+https://github.com/simon-weber/Unofficial-Google-Music 
-API.git@develop
   Cloning https://github.com/simon-weber/Unofficial-Google-Music-API.git (to 
dev elop) to /tmp/pip-blhlnp66-build
   Running setup.py (path:/tmp/pip-blhlnp66-build/setup.py) egg_info for 
package  from 
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
   gmusicapi does not officially support this Python version.
   
   warning: no previously-included files matching '_local_*.py' found anywhere 
 in distribution
   Downloading/unpacking validictory=0.8.0,!=0.9.2 (from gmusicapi==4.1.0-dev)
   Downloading validictory-0.9.3.tar.gz
   Running setup.py (path:/tmp/pip_build_root/validictory/setup.py) egg_info 
for  package validictory
   
   warning: no files found matching 'CHANGELOG.txt'
   Downloading/unpacking decorator=3.3.1 (from gmusicapi==4.1.0-dev)
   Downloading decorator-3.4.0.tar.gz
   Running setup.py (path:/tmp/pip_build_root/decorator/setup.py) egg_info for 
pa ckage decorator
   
   warning: no previously-included files found matching 'Makefile'
   Downloading/unpacking mutagen=1.18 (from gmusicapi==4.1.0-dev)
   Downloading mutagen-1.25.1.tar.gz (850kB): 850kB downloaded
   Running setup.py (path:/tmp/pip_build_root/mutagen/setup.py) egg_info for 
pack age mutagen
   
   Downloading/unpacking protobuf=2.4.1 (from gmusicapi==4.1.0-dev)
   Downloading protobuf-2.6.1.tar.gz (188kB): 188kB downloaded
   Running setup.py (path:/tmp/pip_build_root/protobuf/setup.py) egg_info for 
pac kage protobuf
   Traceback (most recent call last):
   File string, line 17, in module
   File /tmp/pip_build_root/protobuf/setup.py, line 200, in module
   Protocol Buffers are Google's data interchange format.,
   File /usr/lib/python3.4/distutils/core.py, line 108, in setup
   _setup_distribution = dist = klass(attrs)
   File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 263, in _  
   _init__
   self.fetch_build_eggs(attrs['setup_requires'])
   File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 288, in f  
   etch_build_eggs
   replace_conflicting=True,
   File /usr/lib/python3.4/site-packages/pkg_resources.py, line 618, in res  
   olve
   dist = best[req.key] = env.best_match(req, ws, installer)
   File /usr/lib/python3.4/site-packages/pkg_resources.py, line 870, in bes  
   t_match
   return self.obtain(req, installer)
   File /usr/lib/python3.4/site-packages/pkg_resources.py, line 882, in obt  
   ain
   return installer(requirement)
   File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 355, in f  
   etch_build_egg
   return cmd.easy_install(req)
   File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py  
   , line 613, in easy_install
   return self.install_item(spec, dist.location, tmpdir, deps)
   File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py  
   , line 643, in install_item
   dists = self.install_eggs(spec, download, tmpdir)
   File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py  
   , line 833, in install_eggs
   return self.build_and_install(setup_script, setup_base)
   File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py  
   , line 1055, in build_and_install
   self.run_setup(setup_script, setup_base, args)
   File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py  
   , line 1040, in run_setup
   run_setup(setup_script, args)
   File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 68, in  
run_setup
   DirectorySandbox(setup_dir).run(runner)
   File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 114, i  
   n run
   return func()
   File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 67, in  
runner
   _execfile(setup_script, ns)
   File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 43, in  
_execfile
   exec(code, globals, locals)
   File /tmp/easy_install-39h0ozh_/google-apputils-0.4.1/setup.py, line 18,  
in module
   sys.stderr.write(
   File /tmp/pip_build_root/protobuf/ez_setup.py, line 112
   except pkg_resources.VersionConflict, e:
   ^
   SyntaxError: invalid syntax
   Complete output from command python setup.py egg_info:
   Traceback (most recent call last):
   
   File string, line 17, in module
   
   

Re: [SlimDevices: Plugins] Google Music Plugin

2014-11-02 Thread asplundj

I'm trying to install google music on Squeeze on Arch but I get a
syntaxerror when trying to install gmusicapi. 


Code:


  Downloading/unpacking 
git+https://github.com/simon-weber/Unofficial-Google-Music 
-API.git@develop
  Cloning https://github.com/simon-weber/Unofficial-Google-Music-API.git (to 
dev elop) to /tmp/pip-blhlnp66-build
  Running setup.py (path:/tmp/pip-blhlnp66-build/setup.py) egg_info for package 
 from 
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
  gmusicapi does not officially support this Python version.
  
  warning: no previously-included files matching '_local_*.py' found anywhere   
   in distribution
  Downloading/unpacking validictory=0.8.0,!=0.9.2 (from gmusicapi==4.1.0-dev)
  Downloading validictory-0.9.3.tar.gz
  Running setup.py (path:/tmp/pip_build_root/validictory/setup.py) egg_info for 
 package validictory
  
  warning: no files found matching 'CHANGELOG.txt'
  Downloading/unpacking decorator=3.3.1 (from gmusicapi==4.1.0-dev)
  Downloading decorator-3.4.0.tar.gz
  Running setup.py (path:/tmp/pip_build_root/decorator/setup.py) egg_info for 
pa ckage decorator
  
  warning: no previously-included files found matching 'Makefile'
  Downloading/unpacking mutagen=1.18 (from gmusicapi==4.1.0-dev)
  Downloading mutagen-1.25.1.tar.gz (850kB): 850kB downloaded
  Running setup.py (path:/tmp/pip_build_root/mutagen/setup.py) egg_info for 
pack age mutagen
  
  Downloading/unpacking protobuf=2.4.1 (from gmusicapi==4.1.0-dev)
  Downloading protobuf-2.6.1.tar.gz (188kB): 188kB downloaded
  Running setup.py (path:/tmp/pip_build_root/protobuf/setup.py) egg_info for 
pac kage protobuf
  Traceback (most recent call last):
  File string, line 17, in module
  File /tmp/pip_build_root/protobuf/setup.py, line 200, in module
  Protocol Buffers are Google's data interchange format.,
  File /usr/lib/python3.4/distutils/core.py, line 108, in setup
  _setup_distribution = dist = klass(attrs)
  File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 263, in _
 _init__
  self.fetch_build_eggs(attrs['setup_requires'])
  File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 288, in f
 etch_build_eggs
  replace_conflicting=True,
  File /usr/lib/python3.4/site-packages/pkg_resources.py, line 618, in res
 olve
  dist = best[req.key] = env.best_match(req, ws, installer)
  File /usr/lib/python3.4/site-packages/pkg_resources.py, line 870, in bes
 t_match
  return self.obtain(req, installer)
  File /usr/lib/python3.4/site-packages/pkg_resources.py, line 882, in obt
 ain
  return installer(requirement)
  File /usr/lib/python3.4/site-packages/setuptools/dist.py, line 355, in f
 etch_build_egg
  return cmd.easy_install(req)
  File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py
 , line 613, in easy_install
  return self.install_item(spec, dist.location, tmpdir, deps)
  File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py
 , line 643, in install_item
  dists = self.install_eggs(spec, download, tmpdir)
  File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py
 , line 833, in install_eggs
  return self.build_and_install(setup_script, setup_base)
  File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py
 , line 1055, in build_and_install
  self.run_setup(setup_script, setup_base, args)
  File /usr/lib/python3.4/site-packages/setuptools/command/easy_install.py
 , line 1040, in run_setup
  run_setup(setup_script, args)
  File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 68, in
  run_setup
  DirectorySandbox(setup_dir).run(runner)
  File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 114, i
 n run
  return func()
  File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 67, in
  runner
  _execfile(setup_script, ns)
  File /usr/lib/python3.4/site-packages/setuptools/sandbox.py, line 43, in
  _execfile
  exec(code, globals, locals)
  File /tmp/easy_install-39h0ozh_/google-apputils-0.4.1/setup.py, line 18,
  in module
  sys.stderr.write(
  File /tmp/pip_build_root/protobuf/ez_setup.py, line 112
  except pkg_resources.VersionConflict, e:
  ^
  SyntaxError: invalid syntax
  Complete output from command python setup.py egg_info:
  Traceback (most recent call last):
  
  File string, line 17, in module
  
  File /tmp/pip_build_root/protobuf/setup.py, line 200, in module
  
  Protocol Buffers are Google's data interchange format.,
  
  File 

Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-25 Thread asplundj

asplundj wrote: 
 I have LMS on a wandboad (with CSOS) and I can't install python-devel.
 I've tried sudo yum install python-devel but I get this error:
 
 
 
 http://fedora.uib.no/rpmfusion/free/fedora-secondary/updates/19/armhfp/repodata/repomd.xml:
 [Errno 14] HTTP Error 404 - Not Found
 Trying other mirror.
 
 
 Any suggestions what I could do?

Has anyones had any luck with the google music plugin on Squeeze on Arch
Linux on a wandboard?



asplundj's Profile: http://forums.slimdevices.com/member.php?userid=53571
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-24 Thread asplundj

I have LMS on a wandboad (with CSOS) and I can't install python-devel.
I've tried sudo yum install python-devel but I get this error:



http://fedora.uib.no/rpmfusion/free/fedora-secondary/updates/19/armhfp/repodata/repomd.xml:
[Errno 14] HTTP Error 404 - Not Found
Trying other mirror.


Any suggestions what I could do?



asplundj's Profile: http://forums.slimdevices.com/member.php?userid=53571
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-05 Thread CommanderROR

@everyone

I managed to find and download the 0.4 branch of this Plugin, but
somehow can't install it. I've never manually installed a Plugin before,
so it's surely my faut.

I extracted the .zip and copied the GoogleMusic folder to
/var/lib/squeezeboxserver/Plugins
Unfortunately it still does not show up in the 3rd Party Plugins section
of LMS webinterface. Copying it there did stop the 0.39 version from
working though, so something has happened...

Can someone give me pointers on where I went wrong?

Thanks.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-05 Thread Hechtus

Just released v0.4.0 of the Google Music plugin. If you are having any
comments, please use the v0.4 testing issue on github.

https://github.com/hechtus/squeezebox-googlemusic/issues/52





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

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-05 Thread Hechtus

CommanderROR wrote: 
 @everyone
 
 I managed to find and download the 0.4 branch of this Plugin, but
 somehow can't install it. I've never manually installed a Plugin before,
 so it's surely my faut.
 
 I extracted the .zip and copied the GoogleMusic folder to
 /var/lib/squeezeboxserver/Plugins
 Unfortunately it still does not show up in the 3rd Party Plugins section
 of LMS webinterface. Copying it there did stop the 0.39 version from
 working though, so something has happened...
 
 Can someone give me pointers on where I went wrong?
 
 Thanks.
Simply copying the files should work if, and only if you are also
applying the same access permissions to the files being copied. Often
LMS uses its own user name and group.





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

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-05 Thread CommanderROR

Thanks. 
Now that you've release 0.4 the issue is resolved anyway. It hasn't
appeared here yet, but I guess I'll get the update message soon. 

Simon Weber just told me via Twitter, that reporting played tracks now
works in gmusicapi. Have you implemented this in your Plugin yet? 
http://unofficial-google-music-api.readthedocs.org/en/develop/reference/mobileclient.html#gmusicapi.clients.Mobileclient.increment_song_playcount



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-01 Thread Hechtus

CommanderROR wrote: 
 @Everyone
 
 Is this project dead? I see that work on a 0.4 version was started, but
 it has been 6 weeks without a single commit or any form of
 communication. I sincerely hope there will be some more dev. work on
 this...
 It's a great thing to have all the new streaming services on our old
 LMS/Squeezebox platforms...
No, it's not dead. But my time is limited as it is only a spare time
project. If you want to help you may try and test the v0.4 branch and
report problems. It contains a lot of new things but it's not perfect. 

I'm also quite limited due to the limitations of the gmusicapi. You may
also further develop this project.





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

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-10-01 Thread CommanderROR

@Hechtus
I'd love to help, but don't have the skills. I could test the 0.4
version. Where do I find it? Do I compile myself or is there a binary?
Do you have a test-repo for LMS? 

Thanks.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-09-16 Thread jimbrandon

Might try reading from message #35.  Had the same problem and was
resolved.



jimbrandon's Profile: http://forums.slimdevices.com/member.php?userid=57645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-09-16 Thread wortgefecht

I finally tried to install the plugin (running LMS 7.8.1 on Lubuntu
14.04.01) according to the how-to in #52. Works fine for me! Thanks a
lot :)



- *ASRock Ion 330* with Lubuntu 14.04 LTS running LMS 7.8.1 as
  music/video server
- *Boom* (master bedroom), *Radio* (master bathroom), Archos 35 Home
  Connect + SqueezePlayer (guest bathroom)
- *Duet* (living room) - Parasound DAC 1500 - vintage Wega Modul 42V
  amp (with 42E equalizer, 42T tape deck, and Thorens TD 160 Mk II
  turntable) - Quadral Vulkan Mk II speakers

wortgefecht's Profile: http://forums.slimdevices.com/member.php?userid=63295
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-09-16 Thread DannyKudos

jimbrandon wrote: 
 Might try reading from message #35.  Had the same problem and was
 resolved.

Yep... that's where I started but it appears this this is a different
issue.  I am on a pretty new version and the https line in the protocol
handler bit is correct.  Im not actually seeing any errors.  The track I
choose from google play seems to play just fine.  The plug in is
reading the metadata etc... just no music

Anyway... been speaking to hechtus at
https://github.com/hechtus/squeezebox-googlemusic/issues/49Hopefully
we will see where I am going wrong...



DannyKudos's Profile: http://forums.slimdevices.com/member.php?userid=4940
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-09-14 Thread DannyKudos

Hello

I think I am almost there...  My Google Music library is showing up, but
when I try and play something there is silence.  Track looks likes its
playing on the player... gets up to about 2 mins and then starts
again... 

I installed using the following (thanks @JimBrandon) 

sudo apt-get update

sudo apt-get install python-pip
sudo pip install gmusicapi
pip install git+https://github.com/simon-weber/Unoff...PI.git@develop
sudo apt-get install python-dev
sudo cpan App::cpanminus
sudo cpanm --notest Inline
sudo cpanm --notest Inline::Python

and installed the plugin from the depository.

I am running;
Logitech Media Server Version: 7.8.1 - 1410526679 @ Sat Sep 13 02:58:16
UTC 2014
on a PI B+  playing to a Squeezebox Touch.

Radio etc is playing fine.  
Any help greatly appreciated...!



DannyKudos's Profile: http://forums.slimdevices.com/member.php?userid=4940
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-09-01 Thread CommanderROR

@Everyone

Is this project dead? I see that work on a 0.4 version was started, but
it has been 6 weeks without a single commit or any form of
communication. I sincerely hope there will be some more dev. work on
this...
It's a great thing to have all the new streaming services on our old
LMS/Squeezebox platforms...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-08-05 Thread CommanderROR

I just found that the Custom Radio functionality works very well
indeed. Is there any chance at all of getting that working directly from
inside the LMS interface/Android apps? I currently have to start the
Google Play Music app, create it there and then select it in the LMS
interface. It works fine that way, but having it right in LMS would be
perfect... ;)



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-09 Thread CommanderROR

Yes, that sounds about right... #128533;



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-08 Thread rod_hull

CommanderROR wrote: 
 Thanks. 
 It's a realy pity that sound quality is not as good as Spotify. Using it
 on more than one device at the same time is very useful and does not
 work with the current Spotify plugin... 
 

I don't hear any marked difference on any of my setups and I'm quite
sensitive to these things. I listen to both through my PC/Chrome with my
Sennheiser HD555s and also via my Squeezebox Radio with its built-in
speaker).

Both services offer 320kbps streaming. Whereas you appear to be able to
fix this in the Spotify LMS plugin, I think the Google one must adjust
depending on network traffic like the browser client (someone correct me
if I'm wrong).



rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-08 Thread CommanderROR

Well, they both use 320kbit, but a different codec. Spotify streams ogg,
Google does mp3.
There codecs have different characteristics, and I guess that's what I
hearing. It depends on the type of music you listen to. I think I once 
read, that one favours bass and the other favours treble, but I can't
remember which was which. The effect gets more pronounced with a larger
number of instruments, the bigger the Orchestra, the more Spotify wins
against Google. Play Music might actually sound better for some types of
music I guess...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-08 Thread rod_hull

CommanderROR wrote: 
 Well, they both use 320kbit, but a different codec. Spotify streams ogg,
 Google does mp3.
 There codecs have different characteristics, and I guess that's what I
 hearing. It depends on the type of music you listen to. I think I once 
 read, that one favours bass and the other favours treble, but I can't
 remember which was which. The effect gets more pronounced with a larger
 number of instruments, the bigger the Orchestra, the more Spotify wins
 against Google. Play Music might actually sound better for some types of
 music I guess...

Ah - that does ring a bell. At that bitrate I can't hear a difference -
I do definitely hear losses in the treble region on anything below ~192
CBR or so - classical music is historically very sensitive to
compression. I just don't think lossy algorithms are good enough for
high fidelity listening for this kind of music...



rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-08 Thread CommanderROR

Correct of course. However, I tried to hear a difference between FLAC
(Wimp) and ogg (Spotify) and was surprised I could not really make out
much of a difference. However, Qobuz does souns great (also FLAC) but
their library is pretty patchy 
Of course Wimp and Qobuz should sound the same, but apparently that is
not the case... Who knows why. Or maybe it was my subjective analysis
that was a fault...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-08 Thread pippin

Qobuz uses different masters which apply less dynamic compression.
Little sense in streaming lossless versions of today's normal masters
since they are created to sound well in compressed formats, usually as
low as 128kbps mp3. You don't get more out of what's in there just by
streaming lossless, that's just a waste of bandwidth then.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 7, the Universal App for iOS 7*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-03 Thread CommanderROR

Thanks. 
It's a realy pity that sound quality is not as good as Spotify. Using it
on more than one device at the same time is very useful and does not
work with the current Spotify plugin... 

Comparing audio quality, there was a noticeable difference though, so
I'll probably have to stick with Spotify... 
I used the tracks Till Eulenspiegel in the recording with Bychov and
WDR orchestra and the second track on the Ultimate Star Trek album as
reference. In both cases Spotify won, even though my headphones are only
average! 
The same comparison with Wimp HiFi did not yield a clear winner, maybe
I'll redo that test in the future.



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-01 Thread rod_hull

FYI, this issue on hechtus' github mentions this exact issue:
https://github.com/hechtus/squeezebox-googlemusic/issues/43

Nightlies are here:
http://downloads.slimdevices.com/nightly/index.php?ver=7.8



rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-01 Thread CommanderROR

It works for me. I'm currently evaluating this as an alternative to
Spotify. Works fine on my PiCorePlayer and Squeezeplug.

How is multi-device playback handled? My PiCorePlayer is not registered
as one of my 10 devices, it uses the same ID as my phone...what are the
consequences of that?



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-01 Thread jimbrandon

Thanks for everyone's help and suggestions, updated to: Logitech Media
Server Version: 7.8.1 - 1402661598 @ Tue Jul 1 03:01:57 UTC 2014 and not
streams Google Music.



jimbrandon's Profile: http://forums.slimdevices.com/member.php?userid=57645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-07-01 Thread jimbrandon

 How is multi-device playback handled? My PiCorePlayer is not registered
 as one of my 10 devices, it uses the same ID as my phone...what are the
 consequences of that?

I am not sure how multi device play back is handled.  GM shows I have 7
portable players registered and like you my SqueezePlug is not one of
them.  I have the GM uploader installed on a server type machine (24/7)
and is shows as a registered device.  I am/can play on the RPI and at
least two portable device at the same time, all different
playlists/stations.



jimbrandon's Profile: http://forums.slimdevices.com/member.php?userid=57645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-06-30 Thread rod_hull

Try a more recent nightly. Something may have changed at Google's end
only a few weeks ago. I'm running the one from June 20th and it's fine.





rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-06-29 Thread jimbrandon

Been trying to get Google Music to play on my Raspberry Pi running
SqueezePlug (latest version).  I can see Google Music in my list of
applications, I can see both my uploaded music and my All Access music. 
But when I try to play from my uploaded music or all access I get 
Problem: Can't connect to server for: track name.

No hardware players, only software, a mix of SqueezePlay (Windows (5))
and SqueezeLite (Raspberry Pi 4)) but not all playing at the same time. 
Usually only 6 are connect and playing at any given time but I have
tried with only one connected.

Any ideas??

Followed these steps in this order:

sudo apt-get update

sudo apt-get install python-pip
sudo pip install gmusicapi
pip install
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
sudo apt-get install python-dev
sudo cpan App::cpanminus
sudo cpanm --notest Inline
sudo cpanm --notest Inline::Python

To install the plugin, add the repository URL
http://hechtus.github.io/squeezebox-googlemusic/repository/repo.xml to
your squeezebox plugin settings page.

Install did not show any errors during the install.

Log file when trying to play from Google Music:


Code:

[14-06-29 10:49:08.8035] Slim::Formats::RemoteStream::open (52) Error: 
Couldn't find server or port in url: 
[https://sj.googleusercontent.com/stream?id=aaca04c82a231e5eitag=25source=skyjam_user_uploadbegin=0o=1459692556035139ip=0.0.0.0ipbits=0expire=1404057038sparams=id,itag,source,o,ip,ipbits,expiresignature=7709B13EB2B792B1E9FA69F41E2214869C71AFAA.35B8A1294EA53842CC978D75481A6782F4001584key=sj3]
  
  [14-06-29 10:49:08.8069] Slim::Player::Song::open (471) Warning: stream 
failed to open [googlemusic:track:e8df7289-9796-319f-8a16-83d21d42a25b].
  
  [14-06-29 10:49:09.1304] Slim::Formats::RemoteStream::open (52) Error: 
Couldn't find server or port in url: 
[https://sj.googleusercontent.com/stream?id=f58bd36c61628e4bitag=25source=skyjam_user_uploadbegin=0o=1459692556035139ip=0.0.0.0ipbits=0expire=1404057039sparams=id,itag,source,o,ip,ipbits,expiresignature=37EF0CC98F30720BD378FF9DCCD0EF0710414E85.9C3E8D4B0ED0CF36317EE25D46CC084211F2B09Fkey=sj3]
  
  [14-06-29 10:49:09.1338] Slim::Player::Song::open (471) Warning: stream 
failed to open [googlemusic:track:78a4c1d4-331d-350e-8928-381dc32fecd6].
  




jimbrandon's Profile: http://forums.slimdevices.com/member.php?userid=57645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-06-29 Thread rod_hull

I had to recently upgrade my LMS to a nightly version of 7.8.1 to get
streaming services like Google Play working. It had been previously fine
but suddenly stopped working a short while ago. My symptoms were the
same as yours. Might be worth a try?





rod_hull's Profile: http://forums.slimdevices.com/member.php?userid=53725
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-06-29 Thread jimbrandon

I am already at: Logitech Media Server Version: 7.8.1 - 1395953769 @ Fri
Mar 28 03:05:15 UTC 2014



jimbrandon's Profile: http://forums.slimdevices.com/member.php?userid=57645
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-05-31 Thread Hechtus

hblix wrote: 
 git is already installed.

As an alternative, you could also try


Code:

sudo pip install 
https://github.com/simon-weber/Unofficial-Google-Music-API/archive/develop.zip




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

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-05-29 Thread hblix

my linux skills are extremely basic. hoping someone can help me.

When running:


Code:

pip install 
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop



i get:


Code:

Exception:
  Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/pip/basecommand.py, line 120, in main
  self.run(options, args)
  File /usr/lib/pymodules/python2.6/pip/commands/install.py, line 153, in run
  InstallRequirement.from_line(name, None))
  File /usr/lib/pymodules/python2.6/pip/req.py, line 98, in from_line
  return cls(req, comes_from, url=url)
  File /usr/lib/pymodules/python2.6/pip/req.py, line 38, in __init__
  req = pkg_resources.Requirement.parse(req)
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 2547, in parse
  reqs = list(parse_requirements(s))
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 2472, in 
parse_requirements
  line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),version spec)
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 2440, in 
scan_list
  raise ValueError(Expected +item_name+ in,line,at,line[p:])
  ValueError: ('Expected version spec in', 
'git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop', 
'at', '+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop')




Code:

pip install gmusicapi

 works fine



hblix's Profile: http://forums.slimdevices.com/member.php?userid=62123
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-05-29 Thread Hechtus

Eventually you will have to install git first:

sudo apt-get install git

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=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-05-29 Thread hblix

Hechtus wrote: 
 Eventually you will have to install git first:
 
 sudo apt-get install git
 
 Gesendet von meinem Nexus 7 mit Tapatalk

git is already installed.

git is already the newest version.



hblix's Profile: http://forums.slimdevices.com/member.php?userid=62123
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-05-26 Thread calipoop

First - a large thanks for this plugin. I'm migrating in from MOG, as I
presume many others are/will also.

Using Vortexbox 2.3 I am able to install and use the Google Music plugin
v 0.3.7 for my own music library. However, every attempt to use All
Access features (radio, specific song search, etc) fails. The following
error is logged:

[14-05-26 12:41:03.0734]
Plugins::GoogleMusic::ProtocolHandler::getNextTrack (103) Looking up
stream url for url googlemusic:track:Trfbrxhb7mxz62uylgixxibupki failed:
CallFailure: GetStreamUrl: 403 Client Error: Forbidden (requests kwargs:
{'headers': {'X-Device-ID': '3xxa', 'Authorization': ''},
'params': {'opt': 'hi', 'mjck': 'Trfbrxhb7mxz62uylgixxibupki', 'pt':
'e', 'slt': '1401133262817', 'sig': 'D6ag17nGBuA7jseFxLG63erlxBw',
'net': 'wifi'}, 'url': 'https://android.clients.google.com/music/mplay',
'verify': False, 'allow_redirects': False, 'method': 'GET'})

Under 'Authorization' is the string 'omitted' - is that being omitted
by LMS or the plugin for security when viewing log? Or is the
'Authorization' key really not being sent? My login details are
definitely present (as I mentioned I can play from my own Google Play
library). I also confirmed the Device ID is correct - I left it blank
and it auto-populated with the same correct value.

Any thoughts?

:confused:



calipoop's Profile: http://forums.slimdevices.com/member.php?userid=32676
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-04-04 Thread SteUK

Woke up this morning and tried to play an album via 'All Accsss' to be
met with the message 'server return error: request failed with error:
bad dispatch!'



SteUK's Profile: http://forums.slimdevices.com/member.php?userid=59485
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-04-04 Thread SteUK

Can confirm that updating the gmusicapi fixed the above error message!



SteUK's Profile: http://forums.slimdevices.com/member.php?userid=59485
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] Google Music Plugin

2014-03-28 Thread Hechtus

Hi all, if you are currently having problems playing tracks you will
definitely have to update the Python gmusicapi package by doing


Code:

sudo pip install 
git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop



Google did some major changes on the API. Every now and then you should
also have a look at the my release page for more information

https://github.com/hechtus/squeezebox-googlemusic/releases



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

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


  1   2   >