Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread wt0
philippe_44 wrote: > Yes, you're right, this is probably the problem - that's why in the mode > I think is the only one working, where I proxy the data (stream mode), I > change the URI to have an extension matching the content-type and I also > add a proper content-type and that works well. I'm

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread philippe_44
wt0 wrote: > Well, the stream always uses the .mp3 extension even if the audio is in > some other format. So maybe the Sonos is expecting to see mp3 encoded > audio? > > Edit: Also if you're seeking flac files, LMS won't send a flac > StreamInfo header block with the stream and some decoders do

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread philippe_44
wt0 wrote: > Check the "aude" slimproto message from the server. I don't do anything > with it in SB Player, but I receive it whenever I press the on/off > button in the web interface. I changed my playertype to "squeezeplay" and now I have and "aude" message matching on/off ! Thanks so much

Re: [SlimDevices: Plugins] WIMP API and desired functions...

2014-11-03 Thread erland
Zombie wrote: > Does the WIMP API allow to save favourites inside the WIMP plugin > instead of generally in LMS? > It's supported by the API, we are going to support it in ickStream. Zombie wrote: > > Is it also possible to put national (Swedish in my case) new albums and > songs into LMS? I

Re: [SlimDevices: Plugins] WIMP API and desired functions...

2014-11-03 Thread Michael Herger
Does the WIMP API allow to save favourites inside the WIMP plugin instead of generally in LMS? I don't think you can. -- Michael ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread wt0
philippe_44 wrote: > The URI mentionned above is not accepted by a Sonos systems - complains > that track is wrongly coded (Marantz 1603 accepts them). Any idea ? Well, the stream always uses the .mp3 extension even if the audio is in some other format. So maybe the Sonos is expecting to see mp

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread wt0
philippe_44 wrote: > Thanks - understood. What I was missing with these players was the > possibility to receive an "off" message that is useful to stop > responding to uPNP messages in case suthe uPNP "real" player is managed > again locally or by another control point ... so I used a "fake" > r

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread philippe_44
philippe_44 wrote: > Thanks - understood. What I was missing with these players was the > possibility to receive an "off" message that is useful to stop > responding to uPNP messages in case suthe uPNP "real" player is managed > again locally or by another control point ... so I used a "fake" > r

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-11-03 Thread 505
XanderB wrote: > Hi, I am new to this plugin. I just installed it and I am able to browse > trough al artists and playlists, but every time I select anything, the > playlist seems to be empty, so I can't play anything at all. Is this a > known issue? If so, what can I do to correct this problem?

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread philippe_44
pippin wrote: > I can only answer #4: don't fake a player, use SqueezePlay as a model, > only then are capabilities like supported codecs, bitrates etc. used. > It's the way to go. Thanks - understood. What I was missing with these players was the possibility to receive an "off" message that is

Re: [SlimDevices: Plugins] Few questions on slimproto

2014-11-03 Thread pippin
I can only answer #4: don't fake a player, use SqueezePlay as a model, only then are capabilities like supported codecs, bitrates etc. used. It's the way to go. --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free

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://githu