Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread Michael Herger

just updated to the 7.9 nightly build, and all is now well.   :-)


Heh... I'm surprised this changed anything. But all is good then. Thanks 
for letting us know.


--

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread Michael Herger

Am 28.11.16 um 22:18 schrieb pberger:


I just found this thread:
http://forums.slimdevices.com/showthread.php?106065-Spotify-and-Synchronization-testers-needed=861561=1#post861561:

mherger wrote:



BTW: you were spot on with your comment about the devices needing to
play a Spotify track before sync was working. I don't know how I missed
that hint all those years... the workaround I implemented is to tell the
SB to authenticate with Spotify whenever a device connects after power
up.


What does that actually mean? That I always need to first start the
track and then synchronize the players? And starting a Spotify track to
already synchronized players doesn't work?


No, that this procedure _was_ necessary. It should no longer be the case.

--

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread Mnyb

Well it still does not work on my server , but I chalk that up to my
server OS .

I think I use the rigth option on my phones AirTunes or Bluetooth
devices same menus that shows my car system when aviable ?




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread philippe_44

epoch1970 wrote: 
> Hi Philippe,
> 
> I don't know for how long I went without noticing volume feedback, it is
> a great addition to the plugin.
> My Libratone Loop is happy with it, but it looks like my Zipp mini
> refuses to send feedback on volume commands. 
> 
> Is there a way to debug this and help make it work? Or is it working for
> others with current-generation Libratone speakers?

Send me a log, it should contain some information of what's happening
when the Zipp's remote tries to send a volume to the player. Note also
that there was a small bug in 2.0.2 with the remote ID which might have
cuase issues with some players. Did you try 0.2.03?



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread philippe_44

botg6969 wrote: 
> Real SB and Squeezelite based players (such as Jogglers) all seem OK, I
> played from both iTunes and iPhones / iPads for many hours and they are
> fine.
> 
> Seems to only be when playing to UPnPBridge players that it has the
> problem - as well as the Musaic I also got round to testing with the
> Yamaha RXV771 which has the same issue, so I don't believe that it's
> limited to a particular player.

I now understand the problem. AirPlay controllers send raw PCM to LMS
which forwards it, unchanged, to the UPnPBridge as you've authorized PCM
in the codec list of your UPnP player. The UPnPBridge has then to decide
how to forward this audio to the UPnP player and it has 3 options: WAV,
AIF or raw PCM. WAV and AIF format requires a header which contains the
size of the expected file, so the Bridge, based on the duration of the
track, calculates that size. Unfortunately, the duration of the track
is, as set by the AirPlay controller, the duration of *the first* track
of a your AirPlay list, so, when the UPnP bridge has received the amount
of bytes indicated in that WAV header, it terminates the connection. 

Understand that AirPlay and UPnP/DLNA work very differently. For
AirPlay, everything is just a single continuous flow of PCM audio,
whether you have 1 track or 200. When the controller starts sending
sample of a new track, it just informs the player "in the flow" of the
new track information (author, title ...), but the audio stream remains
uninterrupted. UPnP players work very differently. They send audio track
by track and each track information must be send *before* the audio
data, it's not a continuous flow and you cannot update track information
while playing. 

There is only one potential solution to this, which is to send only raw
PCM to your UPnP player. Such raw PCM has no header and does not contain
size anywhere. So with a bit of luck, your player supports raw PCM and
then problem should be solved. Raw PCM is set in the "uncompress format"
option of the UPnPBridge option, set to "raw" only (no wav, no aiff).

If this does not work, remove 'pcm' from your player's codecs list in
the UPnPBridge settings and let LMS do transcoding to flac (I assume you
want a lossless format)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-11-28 Thread moxbox

pinkdot wrote: 
> Working great for me after using the custom-convert.conf suggestion of
> @mavin. Thx!

it looks like @mavin's fix is for a linux system (based on the pathnames
in his post).  i'm not enough of a coder to know whether the entry he
suggests:


Code:

mp4 flc * *
# I:{PATH=pipe:0}F:{PATH=file:%f}R:{PATH=%F}T:{START=-ss %s}U:{END=-t 
%w}
[ffmpeg] -loglevel quiet -f mp4 $START$ -i $PATH$ -f flac -




would work on my Windows PC also.  Do you know if it would need to be
modified?



LMS 7.9 Win 10 SBV3 duet 
serving vintage Marantz 2230, large Advents and ADS 710.  
funky and wonderful that this new tech can talk to this old stuff

moxbox's Profile: http://forums.slimdevices.com/member.php?userid=63382
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread fredgoodman

philippe_44 wrote: 
> No need for avahi or anything with ShairTunes2W, it tries different mDNS
> options, avahi being one of them, and if none works, it uses a built-in
> version (with is new with the 'W' version), so this log is expected. On
> a MacOS is should find mdns-sd, I think. You do not need to specific any
> path. More log would be needed to understand "what does not work"

Works for me now.   Thanks very much for this.



fredgoodman's Profile: http://forums.slimdevices.com/member.php?userid=7616
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread Tomusz

philippe_44 wrote: 
> I've uploaded in the dev repository a version for OSX that has all
> codecs built-in

Dude, you just made my day - I couldn't test it in detail so far, but
obviously it's working now! 

Thank you so much for your kind support, that's simply awesome!

Kind regards,
Thomas



Tomusz's Profile: http://forums.slimdevices.com/member.php?userid=66311
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread philippe_44

philippe_44 wrote: 
> Hi Thomas - You are probably missing the mp3 decoder shared library
> installed properly. I do not do a static build (a version with all
> codecs built-in) for MacOS, so you need to have libmad.so installed.
> It's not related to lame.

I've uploaded in the dev repository a version for OSX that has all
codecs built-in



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread Tomusz

philippe_44 wrote: 
> Hi Thomas - You are probably missing the mp3 decoder shared library
> installed properly. I do not do a static build (a version with all
> codecs built-in) for MacOS, so you need to have libmad.so installed.
> It's not related to lame.

Hi Philippe,

Alright, I think I've sorted thinks out and now I'm starting to
understand your comment fully.

I found several .dll-files in one of the folders of your plugin (also a
"libmad.0.dll"), but obviously their sitting there for windows uers.

I've installed the missing "libmad"-library ("libmad.0.dylib" in my
case, since I'm a Mac user) as suggested via "MacPorts" but I still
cannot playback any MP3-files.

Do you have any other idea how to fix this?

Thank you...



Tomusz's Profile: http://forums.slimdevices.com/member.php?userid=66311
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread epoch1970

Hi Philippe,

I don't know for how long I went without noticing volume feedback, it is
a great addition to the plugin.
My Libratone Loop is happy with it, but it looks like my Zipp mini
refuses to send feedback on volume commands. 

Is there a way to debug this and help make it work? Or is it working for
others with current-generation Libratone speakers?



3 SB 3 • Libratone Loop, Zipp Mini • iPeng (iPhone + iPad) • LMS 7.9
(linux) with plugins: CD Player, WaveInput, Triode's BBC iPlayer by bpa
• IRBlaster by Gwendesign (Felix) • Server Power Control by Gordon
Harris • Smart Mix, Music Walk With Me, What Was That Tune? by Michael
Herger • PowerSave by Jason Holtzapple • Song Info, Song Lyrics by
Erland Isaksson • AirPlay Bridge by philippe_44 • WeatherTime by Martin
Rehfeld • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread Tomusz

philippe_44 wrote: 
> Hi Thomas - You are probably missing the mp3 decoder shared library
> installed properly. I do not do a static build (a version with all
> codecs built-in) for MacOS, so you need to have libmad.so installed.
> It's not related to lame.

Hi Philippe,

Thank you very much - I've installed the AirPlay bridge plugin via the
repositories you provided and did not built it myself (should I better
have done so?).

You mention in the help section, that the mac version needs some
built-in codecs for MacOS, but I thought that they have been already
added to your repository-version of the plugin.

Alright, if I got you right I'll have to find out where to get
"libmad.so" to solve my problem (...I always thought that lame will
automatically step in (as it does for LMS itself). 

Again - thank you! :-)



Tomusz's Profile: http://forums.slimdevices.com/member.php?userid=66311
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2016-11-28 Thread pinkdot

Hi all,

New builds are up for DSM6. DSM5 builds will follow later this week. 
I would like to have some feedback on the LmsUpdate webui so we can
optimize it a bit more. Its still rough around the edges.
So, please don' t hold back and comment ;-)

[image: http://server.pinkdot.nl/test/files/webui1.png]



-Synology nas DS115 - ('LmsUpdate'
(http://forums.slimdevices.com/showthread.php?103636-Test-Repo-for-LMS-7-9-0-on-Synology-DSM-5-*=817970=1#post817970))
-RPI 2 ('Moode 3.0' (http://moodeaudio.org/)),  I-SABRE V3.0 ES9023 -
Exposure 3010S2 - PMC GB1i
-2x Radio
-Laptop - openSUSE Leap - LMS/Squeezelite

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=103636

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread MattC

Hi Michael,

just updated to the 7.9 nightly build, and all is now well.   :-)

Thanks so much for the prompting, and sorry not to have tried this for
myself without troubling you.


thanks again
Matt


mherger wrote: 
> 
> 
> What's your setup anyway? What kinds of players are you using? You're on
> 
> a pretty old 7.9 build. Might consider an update.
> 
> -- 
> 
> Michael



MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread philippe_44

Tomusz wrote: 
> Hi Phillip, 
> 
> First of all I would like to thank you for this excellent plugin!
> 
> My problem is that it does not play any MP3 file, while I have no
> problems with my other file types (mainly FLAC).
> 
> I'm using AirPlay bridge (v0.2.0.3) as a plugin on a Mac mini (OS X
> 10.9.5) running LMS 7.8.1 (r1479376030).
> 
> "MP3" is enabled in the settings of AirPlay bridge and Lame is installed
> as well (3.99.5, 64 bit).
> 
> What's going wrong? Did I miss any special setting I should have
> adjusted?
> 
> Any help is greatly appreciated.
> 
> Thank you very much, kind regards, Thomas

Hi Thomas - You are probably missing the mp3 decoder shared library
installed properly. I do not do a static build (a version with all
codecs built-in) for MacOS, so you need to have libmad.so installed.
It's not related to lame.



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread pberger

I just found this thread:
http://forums.slimdevices.com/showthread.php?106065-Spotify-and-Synchronization-testers-needed=861561=1#post861561:

mherger wrote: 
> >
> BTW: you were spot on with your comment about the devices needing to 
> play a Spotify track before sync was working. I don't know how I missed
> 
> that hint all those years... the workaround I implemented is to tell the
> 
> SB to authenticate with Spotify whenever a device connects after power
> up.

What does that actually mean? That I always need to first start the
track and then synchronize the players? And starting a Spotify track to
already synchronized players doesn't work?

Thanks
pascal



pberger's Profile: http://forums.slimdevices.com/member.php?userid=10769
View this thread: http://forums.slimdevices.com/showthread.php?t=106528

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread philippe_44

tom1502 wrote: 
> My apologies for not letting you know beforehand, but i already read
> this in this very thread and tried it with encryption enabled.
> Unfortunately this die not change anything i could notice...
> 
> Thanks in advance!

Then you should probably post a longer log. Do nto enable additional
debugging options, just let that to 'none' to start with. I assume that
if you have nee, through the thread, you've seen the different
discussion on firewall and so on ... For test, could you then try as
well launching the bridge on another machine (like a Linux or Windows
box?): it does not need to run on the same machine than LMS. The manual
tells you how to do that, you would just have to manually set the
encryption to 1 in the config.xml if needed



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread MattC

Hi Michael,

if I play an album it goes from one track to the next just fine.

I have a transporter, a couple of booms, and a couple of SB3 - the
problem is across all of them.

I'll update to the latest LMS server s/w, and see if that helps.

I'll post back when I've tried.


thanks
Matt


mherger wrote: 
> Am 28.11.16 um 16:54 schrieb MattC:
> >
> > Hi Michael,
> >
> > it's definitely not a repeat mode thing, that was the first thing I
> > checked.
> 
> What if you played an album rather than a single track?
> 
> What's your setup anyway? What kinds of players are you using? You're on
> 
> a pretty old 7.9 build. Might consider an update.
> 
> -- 
> 
> Michael



MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread Tomusz

Hi Phillip, 

First of all I would like to thank you for this excellent plugin!

My problem is that it does not play any MP3 file, while I have no
problems with my other file types (mainly FLAC).

I'm using AirPlay bridge (v0.2.0.3) as a plugin on a Mac mini (OS X
10.9.5) running LMS 7.8.1 (r1479376030).

"MP3" is enabled in the settings of AirPlay bridge and Lame is installed
as well (3.99.5, 64 bit).

What's going wrong? Did I miss any special setting I should have
adjusted?

Any help is greatly appreciated.

Thank you very much, kind regards, Thomas



Tomusz's Profile: http://forums.slimdevices.com/member.php?userid=66311
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread philippe_44

fredgoodman wrote: 
> I tried to install both (but not together of course)  airtunes2 and
> airtunes2W plugins on  LMS 7.9.0 on os x 10.7.5.  Neither seemed to
> work.  In particular the LMS server log contains the line: 
> avahi-publish-player not in path  (for both versions of the plugin.)
> 
> Do I have to install avahi separately?  OS X  already has bonjour built
> in, but the plugins probably don't know where to find it. If so, how do
> I do that?  There was no avahi-daemon running nor a file
> /etc/avahi/avahi-daemon.conf on my system.
> 
> Thanks.

No need for avahi or anything with ShairTunes2W, it tries different mDNS
options, avahi being one of them, and if none works, it uses a built-in
version (with is new with the 'W' version), so this log is expected. On
a MacOS is should find mdns-sd, I think. You do not need to specific any
path. More log would be needed to understand "what does not work"



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread pberger

d6jg wrote: 
> I think Pippin spotted why this doesn't work in some other thread. The
> docker uses a virtual bridge and I think he said that was a no no to
> Spotify. One player will work because it's the player doing the
> connecting. Synchronised it's the helper app i.e. LMS and that's double
> Natted.
> Make sense?
Yes, in the meantime I found this thread which also mentions that the
Docker container needs to run in host mode:
http://forums.slimdevices.com/showthread.php?105187-Announce-Spotify-Protocol-Handler-play-Spotify-on-all-your-Squeezeboxen=854611=1#post854611

Nevertheless I gave up with the SPH, made sure that only Radios are
synced (before there was one a Boom), and tried with only the official
Logitech App.

At some point it even worked and I got 3 radio playing synced Spotify
(no clue what I did exactly. I essentially changed everything back and
forth, uninstalled, reinstalled, etc), but suddenly I'm back with the
"Invalid username or password error".

Seems like getting a PhD is simpler that to stream synced Spotify with
LMS :)



pberger's Profile: http://forums.slimdevices.com/member.php?userid=10769
View this thread: http://forums.slimdevices.com/showthread.php?t=106528

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread Michael Herger

Am 28.11.16 um 16:54 schrieb MattC:


Hi Michael,

it's definitely not a repeat mode thing, that was the first thing I
checked.


What if you played an album rather than a single track?

What's your setup anyway? What kinds of players are you using? You're on 
a pretty old 7.9 build. Might consider an update.


--

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread botg6969

philippe_44 wrote: 
> Do you see the same with a real SB device when used as an AirPlay -
> sorry I saw the bottom of your post after I answered. So I assume that,
> yes, witha  native SB, the automatic next track works fine.

Real SB and Squeezelite based players (such as Jogglers) all seem OK, I
played from both iTunes and iPhones / iPads for many hours and they are
fine.

Seems to only be when playing to UPnPBridge players that it has the
problem - as well as the Musaic I also got round to testing with the
Yamaha RXV771 which has the same issue, so I don't believe that it's
limited to a particular player.



botg6969's Profile: http://forums.slimdevices.com/member.php?userid=14087
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread d6jg

I think Pippin spotted why this doesn't work in some other thread. The
docker uses a virtual bridge and I think he said that was a no no to
Spotify. One player will work because it's the player doing the
connecting. Synchronised it's the helper app i.e. LMS and that's double
Natted.
Make sense?



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=106528

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread pberger

I also tried with SPH removed. While it works on some player, on other
players an error occurs: Invalid Username or Password.

No clue what's the difference in this case...



pberger's Profile: http://forums.slimdevices.com/member.php?userid=10769
View this thread: http://forums.slimdevices.com/showthread.php?t=106528

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread fredgoodman

I tried to install both (but not together of course)  airtunes2 and
airtunes2W plugins on  LMS 7.9.0 on os x 10.7.5.  Neither seemed to
work.  In particular the LMS server log contains the line: 
avahi-publish-player not in path  (for both versions of the plugin.)

Do I have to install avahi separately?  OS X  already has bonjour built
in, but the plugins probably don't know where to find it. If so, how do
I do that?  There was no avahi-daemon running nor a file
/etc/avahi/avahi-daemon.conf on my system.

Thanks.



fredgoodman's Profile: http://forums.slimdevices.com/member.php?userid=7616
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread pberger

mherger wrote: 
> >> Hmmm. Odd. Any clues in the server logs on lms.[color=blue]
> Could you please try again with the helper _uninstalled_? No 3rd party 
> Spotify stuff, just to understand whether the "native" mechanism is 
> working or not?
> 
What do you mean by uninstalling the helper? I've Triodes Spotify plugin
removed, only the SPH and official Logitech app running. But the SPH
itself contains a helper app.

I'm running LMS inside a Docker container on a x86 Synology NAS. I
assume its a problem that the players cannot connect to the helper from
SPH. But I wasn't able to figure out which ports I need to redirect to
the Docker container to get it working.

Thanks
pascal



pberger's Profile: http://forums.slimdevices.com/member.php?userid=10769
View this thread: http://forums.slimdevices.com/showthread.php?t=106528

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread tom1502

philippe_44 wrote: 
> You should probably enable encryption for that player in the plugin
> settings page 'just for that player, do not need to enable it globally)

My apologies for not letting you know beforehand, but i already read
this in this very thread and tried it with encryption enabled.
Unfortunately this die not change anything i could notice...

Thanks in advance!



tom1502's Profile: http://forums.slimdevices.com/member.php?userid=65689
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread MattC

Hi Michael,

it's definitely not a repeat mode thing, that was the first thing I
checked.

I don't think it's a plugin thing, I certainly don't have either of the
plugins you mentioned active.

could it be any of these:

21571


many thanks
Matt

mherger wrote: 
> > if I add one spotify track to an empty playlist, and then add
> another,
> > the first track will repeat for ever, and the 2nd will never get
> played.
> 
> You don't have any repeat mode enabled, do you? If you added an album 
> (or playlist), would it play everything, then stop, or would it start 
> from scratch again?
> 
> Do you have any plugin like Don't Stop The Music, or SugarCube enabled 
> to not stop the music when the playlist ends?
> 
> -- 
> 
> Michael


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


MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread MattC

Jackisidore wrote: 
> This one is solved. I had multiple account enabled in mysqueezebox.com.
> Now I only have one (identical) account enables in mysqueezebox.com and
> protocol handler.

I don't think this is my issue, I've just checked, and I only have one
spotify a/c configured in mysb.com and it matches that one in the
protocol handler.



thanks
Matt



MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread philippe_44

botg6969 wrote: 
> Thanks philippe_44, it's actually the Musaic player I was testing with
> (not gotten round to looking at the others yet) but your hint with the
> codec was perfect, I swapped the order for the Musaic player from
> "flc,aac,alc,mp3,pcm" to "flc,aac,alc,pcm,mp3" and now it's almost
> working :D
> 
> I say almost, because it seems to go a bit weird when moving on
> (automatically) to the next track.  So for example, in iTunes I start
> playing Back In Black album by ACDC - I can pause, skip to next track,
> skip to previous track and all works fine.  
> 
> BUT, if I leave it to play a track and it moves to the next
> automatically it then goes silent, even though the artwork / positioning
> on the device are for the new track.  It does this forever, even though
> the play carries on progressing in iTunes to the next track and so on
> and the artwork / positioning on the device follows the new tracks.
> 
> I repeated this several times and got the same behaviour.  If I click
> "next track" or "previous track" in iTunes then it recovers fine, I've
> attached upnp.log and server.log showing the transition between a couple
> of Extreme tracks.  From Decadence Dance into Li'L Jack Horny and When
> I' President it was silent, then I click next track and it moved to Get
> The Funk Out and it started playing again.
> 
> Maybe you can see if anything stands out?
> 
> (for clarity ShairTunes2W seems fine when used with native SqueezeBoxes
> or SqueezeLite software based players).

Do you see the same with a real SB device when used as an AirPlay



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread philippe_44

tom1502 wrote: 
> Hey there! I try to play music on my volumio2 music player(volumio.org,
> basically a linux for RPi with a beautiful WebUI for MPD incuding
> shairport and other nice things). From my iPad i have no issues
> connecting to it and playing music. from the LMS running on another RPi
> i do not manage to get any sound.
> 
> I've copied a few lines of the log, maybe that helps someone to
> understand what is going (wr)on(g)?
> 
> Thanks & cheers,
> Thomas
> > 
Code:

  >   > [09:38:04.665408] PlayerThread:361 [0xf36e8]: tick 4232744697
  > [09:38:04.898104] PlayerThread:361 [0xf2b60]: tick 4232744930
  > [09:38:05.005747] sendSTAT:154 [0x9fb28]: STAT: STMt
  > [09:38:05.606909] PlayerThread:361 [0xf4270]: tick 4232745638
  > [09:38:05.665632] PlayerThread:361 [0xf36e8]: tick 4232745697
  > [09:38:05.898314] PlayerThread:361 [0xf2b60]: tick 4232745930
  > [09:38:06.006801] sendSTAT:154 [0x9fb28]: STAT: STMt
  > [09:38:06.607210] PlayerThread:361 [0xf4270]: tick 4232746639
  > [09:38:06.665848] PlayerThread:361 [0xf36e8]: tick 4232746697
  > [09:38:06.898542] PlayerThread:361 [0xf2b60]: tick 4232746930
  > [09:38:07.002013] process:518 [0xa4aa8] strm
  > [09:38:07.002210] process_strm:232 [0xa4aa8] strm command t
  > [09:38:07.002303] sendSTAT:154 [0xa4aa8]: STAT: STMt
  > [09:38:07.003092] process:518 [0x9fb28] strm
  > [09:38:07.003226] process_strm:232 [0x9fb28] strm command t
  > [09:38:07.003304] sendSTAT:154 [0x9fb28]: STAT: STMt
  > [09:38:07.003584] process:518 [0xa22e8] strm
  > [09:38:07.003693] process_strm:232 [0xa22e8] strm command t
  > [09:38:07.003777] sendSTAT:154 [0xa22e8]: STAT: STMt
  > [09:38:07.607496] PlayerThread:361 [0xf4270]: tick 4232747639
  > [09:38:07.666064] PlayerThread:361 [0xf36e8]: tick 4232747698
  > [09:38:07.898762] PlayerThread:361 [0xf2b60]: tick 4232747930
  > [09:38:08.003617] sendSTAT:154 [0x9fb28]: STAT: STMt
  > [09:38:08.607794] PlayerThread:361 [0xf4270]: tick 4232748639
  > [09:38:08.666279] PlayerThread:361 [0xf36e8]: tick 4232748698
  > [09:38:08.899007] PlayerThread:361 [0xf2b60]: tick 4232748931
  > [09:38:09.004672] sendSTAT:154 [0x9fb28]: STAT: STMt

> > 

You should probably enable encryption for that player in the plugin
settings page 'just for that player, do not need to enable it globally)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2016-11-28 Thread philippe_44

Wigster wrote: 
> Hi Philippe,
> 
> Not sure this should go here or to the BBC iPlayer thread. I'll copy it
> there if you think it's bpa's problem. :-)
> 
> I have the latest nightly LMS 7.9.0 running on a Windows 2012R2 server.
> I have one UPNP device (a Medion internet radio) than it bridged using
> your plugin. I've updated the UPNP bridge plugin from 0.2.9 to 0.2.10,
> but the problem is there with both. I have the BBC iPlayer plugin 1.4.9
> set to DASH>HLS and I am outside the UK.
> 
> Recently (although can't say how recently) there is a new problem. The
> listen again streams work with no issue on the Medion. But the BBC Live
> (non-UK) streams stop after 10-20 seconds. The web interface counter
> continues to loop the time, but nothing comes out of the radio after the
> initial chunk. The real (actually Squeezelite) players work OK, which is
> why I am posting it here.
> 
> I am attaching a log with UPNP and iPlayer logging turned to debug.
> Hopefully you can understand something. This log reports on an
> initialisation of the server, followed by my trying to play the BBC
> WOrld Service stream, waiting till it stopped and then clearing the
> playlist on my UPNP bridged Medion.
> 
> 21569

The log I'd need is the upnpbridge log (you can access to it under the
plugin setting page)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-28 Thread Jackisidore

mherger wrote: 
> > if I add one spotify track to an empty playlist, and then add
> another,
> > the first track will repeat for ever, and the 2nd will never get
> played.
> 
> You don't have any repeat mode enabled, do you? If you added an album 
> (or playlist), would it play everything, then stop, or would it start 
> from scratch again?
> 
> Do you have any plugin like Don't Stop The Music, or SugarCube enabled 
> to not stop the music when the playlist ends?
> 
> -- 
> 
> Michael

This one is solved. I had multiple account enabled in mysqueezebox.com.
Now I only have one (identical) account enables in mysqueezebox.com and
protocol handler.



Jackisidore's Profile: http://forums.slimdevices.com/member.php?userid=33885
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] Getting Squeezeplay working on Win 7

2016-11-28 Thread danmcb

and there don't seem to be any logfiles at all in that location.
(/Users/Me/AppData/Local/Temp/)



danmcb's Profile: http://forums.slimdevices.com/member.php?userid=36694
View this thread: http://forums.slimdevices.com/showthread.php?t=106510

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


Re: [SlimDevices: Plugins] Getting Squeezeplay working on Win 7

2016-11-28 Thread danmcb

Thanks. I did the firewall thing as you suggest, still the same thing.
Anyway, if I switch off the firewall, no change so I don't think that is
the issue.

I installed on my daughter's win 10 laptop, everything worked fine right
off the bat. I notice that it first offered me a choice to select the
server,  whereas on my box it automatically goes straight to the server.
Because of this I am wondering if the issue is something leftover from
an old installation - maybe a registry entry or something. Otherwise
there is no difference between her install and mine (apart from the OS
itself). Same LAN and server, same install package.



danmcb's Profile: http://forums.slimdevices.com/member.php?userid=36694
View this thread: http://forums.slimdevices.com/showthread.php?t=106510

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread botg6969

philippe_44 wrote: 
> You might want to trye adding 'pcm' in the codec list of your
> UPnPBridge. It will avoid a transcoding to mp3 (note that it shouls have
> worked still, but there might be something there that I've not tested
> yet as currently almost all users use a real SB or squeezlite that
> accept pcm. I'm pretty sure the RX-V771 supports raw PCM, so in "raw
> format' you can leave "raw, wav". If it does not, just let "wav". 
> 
> One other test you can make is to use a real squeezelite (of a pi if you
> have or just install "local player" on your Linux box). Make sure it
> works well as a native SB player and then try it as an AirPlay device.
> If it does not work, it means the issue is with ShairTunes, if it does
> work, it means there is something between ShairTunes & UPnPBridge

Thanks philippe_44, it's actually the Musaic player I was testing with
(not gotten round to looking at the others yet) but your hint with the
codec was perfect, I swapped the order for the Musaic player from
"flc,aac,alc,mp3,pcm" to "flc,aac,alc,pcm,mp3" and now it's almost
working :D

I say almost, because it seems to go a bit weird when moving on
(automatically) to the next track.  So for example, in iTunes I start
playing Back In Black album by ACDC - I can pause, skip to next track,
skip to previous track and all works fine.  

BUT, if I leave it to play a track and it moves to the next
automatically it then goes silent, even though the artwork / positioning
on the device are for the new track.  It does this forever, even though
the play carries on progressing in iTunes to the next track and so on
and the artwork / positioning on the device follows the new tracks.

I repeated this several times and got the same behaviour.  If I click
"next track" or "previous track" in iTunes then it recovers fine, I've
attached upnp.log and server.log showing the transition between a couple
of Extreme tracks.  From Decadence Dance into Li'L Jack Horny and When
I' President it was silent, then I click next track and it moved to Get
The Funk Out and it started playing again.

Maybe you can see if anything stands out?

(for clarity ShairTunes2W seems fine when used with native SqueezeBoxes
or SqueezeLite software based players).


+---+
|Filename: logs.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21570|
+---+


botg6969's Profile: http://forums.slimdevices.com/member.php?userid=14087
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


[SlimDevices: Plugins] Squeezelite integrated in latest MoOde 3.0 release

2016-11-28 Thread pinkdot

Another nice option to use in the squeezebox ecosystem: MoOde 3.0
including Squeezelite!

Announcement MoOde 3.0:
http://www.diyaudio.com/forums/pc-based/271811-moode-audio-player-raspberry-pi-525.html#post4899760

Webiste: http://moodeaudio.org/



-Synology nas DS115 - ('LmsUpdate'
(http://forums.slimdevices.com/showthread.php?103636-Test-Repo-for-LMS-7-9-0-on-Synology-DSM-5-*=817970=1#post817970))
-RPI 2 (Moode),  I-SABRE V3.0 ES9023 - Exposure 3010S2 - PMC GB1i
-2x Radio
-Laptop - openSUSE Leap - Squeezelite

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=106534

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-11-28 Thread pinkdot

Working great for me after using the custom-convert.conf suggestion of
@mavin. Thx!



-Synology nas DS115 - ('LmsUpdate'
(http://forums.slimdevices.com/showthread.php?103636-Test-Repo-for-LMS-7-9-0-on-Synology-DSM-5-*=817970=1#post817970))
-RPI 2 (Moode),  I-SABRE V3.0 ES9023 - Exposure 3010S2 - PMC GB1i
-2x Radio
-Laptop - openSUSE Leap - Squeezelite

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2016-11-28 Thread Wigster

Hi Philippe,

Not sure this should go here or to the BBC iPlayer thread. I'll copy it
there if you think it's bpa's problem. :-)

I have the latest nightly LMS 7.9.0 running on a Windows 2012R2 server.
I have one UPNP device (a Medion internet radio) than it bridged using
your plugin. I've updated the UPNP bridge plugin from 0.2.9 to 0.2.10,
but the problem is there with both. I have the BBC iPlayer plugin 1.4.9
set to DASH>HLS and I am outside the UK.

Recently (although can't say how recently) there is a new problem. The
listen again streams work with no issue on the Medion. But the BBC Live
(non-UK) streams stop after 10-20 seconds. The web interface counter
continues to loop the time, but nothing comes out of the radio after the
initial chunk. The real (actually Squeezelite) players work OK, which is
why I am posting it here.

I am attaching a log with UPNP and iPlayer logging turned to debug.
Hopefully you can understand something. This log reports on an
initialisation of the server, followed by my trying to play the BBC
WOrld Service stream, waiting till it stopped and then clearing the
playlist on my UPNP bridged Medion.

21569


+---+
|Filename: server (1).log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21569|
+---+


Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2016-11-28 Thread Wigster

guiness wrote: 
> This seems to *almost* work for me. LMS is on a MacBook Air, (having
> trouble viewing system files). I have an old Original Squeezebox. I use
> AirFoil on the Mac. The Squeezbox appears nicely and i can enable and
> adjust volume in AirFoil but nothing happens. At the squeezebox it says
> connecting... but if i power on with remote i get Now playing... and it
> shows the name of the song but zero sound. Here is excerpt from LMS log.
> Please give instructions for other logs if you need them.
> Also, my MacBook firewall seems to be turned off.
> 

I had a similar problem with LMS running on Windows. It used to work and
then it stopped playing around version 0.35.3. The Airplay players were
visible from iOS, but music wouldn't start playing.

The problem turned out to be a path change that Phillippe did when
renaming the plugin at some point. My firewall exception was pointing to
the correct executable, but the directory changed from 

Code:


  \Plugins\ShairTunes2\Bin
  
  to
  
  \Plugins\ShairTunes2W\Bin


so the firewall was blocking the helper application. I checked 30 times
and didn't see that something was wrong...

Adding the "W" solved the issue.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Spotify app + protocol handler - no remembered user

2016-11-28 Thread Christian Schoepplein
On Do, Nov 17, 2016 at 09:56:41 +0100, Christian Schoepplein wrote:
>On Do, Nov 17, 2016 at 08:54:37 +0100, Michael Herger wrote:
 [16-11-17 07:13:41.0844]
 Plugins::Spotify::ProtocolHandler::handleDirectError (383) failed to
 play stream (SPOTSTREAM/1.0 503 Service Unavailable) - restarting
 helper
>>
>>Your Spotify helper application seems to crash repeatedly. Could you 
>>check the settings page to see whether it is running? And check the log 
>>there, too.
>
>I had the same issues also some times in the past. For what reason ever 
>I had also to enter my spotify password in the settings page of the 
>spotify handler after a reboot of my LMS, but during the last weeks a 
>reboot caused no problems. I'll take a look, if the problem still 
>occures.

A few days ago the problem came up again. This is what I've found in the 
logs, unfortunatly not much :

[23:25:22.824225] music_delivery:566 error writing
[23:25:22.824336] main:1603 resetting streambuf
[23:35:23.434368] log_message:81 log: 22:35:23.434 I [offline-mgr:2032]
0 files are locked. 0 images are locked
[23:35:23.434438] log_message:81 log: 22:35:23.434 I [offline-mgr:2058]
0 files unlocked. 0 images unlocked
[23:35:23.437013] logged_out:61 logged out
[18:41:05.151012] main:448
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpotifyProtocolHandler/Bin/i386-linux/spotifyd64
2.3.8a started ( libspotify: 12.1.51.g86c92b43 Release Linux-x86_64 )
[18:46:04.168769] main:448
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpotifyProtocolHandler/Bin/i386-linux/spotifyd64
2.3.8a started ( libspotify: 12.1.51.g86c92b43 Release Linux-x86_64 )
[13:56:14.933773] main:448
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpotifyProtocolHandler/Bin/i386-linux/spotifyd64
2.3.8a started ( libspotify: 12.1.51.g86c92b43 Release Linux-x86_64 )
[16:26:02.822164] main:619 req: stream.flc
res: spotify:track:71vdWZGwfy9bjFMbBpT3yV par:
player=00%3A04%3A20%3A10%3A15%3Ad3=0=1=1 prot: 
SPOTSTREAM/1.0
auth: (null)
[16:26:02.827020] log_message:81 log: 15:26:02.826 E [boink.cpp:809] 
Can't
parse message 'LoginCredentials' because it's missing required fields: 
type
[16:26:02.827282] main:723 no remembered user
[16:26:02.827405] main:1589 bad request for socket or no track
[16:26:02.870131] main:619 req: stream.flc
res: spotify:track:6IBEMVkgoUD1Stqux4yp26 par:
player=00%3A04%3A20%3A10%3A15%3Ad3=0=1=2 prot: 
SPOTSTREAM/1.0
auth: (null)
[16:26:02.870407] log_message:81 log: 15:26:02.870 E [boink.cpp:809] 
Can't
parse message 'LoginCredentials' because it's missing required fields: 
type

I have no idea what caused the writing error in the first line of the 
log, there is enough free disc space left and also the permissions of 
files and directories are looking good.

In which file is the username and password for the Spotify protocoll 
handler stored?

Ciao,

  Schoepp


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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2016-11-28 Thread tom1502

Hey there! I try to play music on my volumio2 music player(volumio.org,
basically a linux for RPi with a beautiful WebUI for MPD incuding
shairport and other nice things). From my iPad i have no issues
connecting to it and playing music. from the LMS running on another RPi
i do not manage to get any sound.

I've copied a few lines of the log, maybe that helps someone to
understand what is going (wr)on(g)?

Thanks & cheers,
Thomas

Code:

[09:38:04.665408] PlayerThread:361 [0xf36e8]: tick 4232744697
  [09:38:04.898104] PlayerThread:361 [0xf2b60]: tick 4232744930
  [09:38:05.005747] sendSTAT:154 [0x9fb28]: STAT: STMt
  [09:38:05.606909] PlayerThread:361 [0xf4270]: tick 4232745638
  [09:38:05.665632] PlayerThread:361 [0xf36e8]: tick 4232745697
  [09:38:05.898314] PlayerThread:361 [0xf2b60]: tick 4232745930
  [09:38:06.006801] sendSTAT:154 [0x9fb28]: STAT: STMt
  [09:38:06.607210] PlayerThread:361 [0xf4270]: tick 4232746639
  [09:38:06.665848] PlayerThread:361 [0xf36e8]: tick 4232746697
  [09:38:06.898542] PlayerThread:361 [0xf2b60]: tick 4232746930
  [09:38:07.002013] process:518 [0xa4aa8] strm
  [09:38:07.002210] process_strm:232 [0xa4aa8] strm command t
  [09:38:07.002303] sendSTAT:154 [0xa4aa8]: STAT: STMt
  [09:38:07.003092] process:518 [0x9fb28] strm
  [09:38:07.003226] process_strm:232 [0x9fb28] strm command t
  [09:38:07.003304] sendSTAT:154 [0x9fb28]: STAT: STMt
  [09:38:07.003584] process:518 [0xa22e8] strm
  [09:38:07.003693] process_strm:232 [0xa22e8] strm command t
  [09:38:07.003777] sendSTAT:154 [0xa22e8]: STAT: STMt
  [09:38:07.607496] PlayerThread:361 [0xf4270]: tick 4232747639
  [09:38:07.666064] PlayerThread:361 [0xf36e8]: tick 4232747698
  [09:38:07.898762] PlayerThread:361 [0xf2b60]: tick 4232747930
  [09:38:08.003617] sendSTAT:154 [0x9fb28]: STAT: STMt
  [09:38:08.607794] PlayerThread:361 [0xf4270]: tick 4232748639
  [09:38:08.666279] PlayerThread:361 [0xf36e8]: tick 4232748698
  [09:38:08.899007] PlayerThread:361 [0xf2b60]: tick 4232748931
  [09:38:09.004672] sendSTAT:154 [0x9fb28]: STAT: STMt




tom1502's Profile: http://forums.slimdevices.com/member.php?userid=65689
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Spotify with synced players

2016-11-28 Thread Michael Herger

Hmmm. Odd. Any clues in the server logs on lms.

Ah, it fails also if I check the "Always Stream via Helper" option. So
it seems to be an issue with connecting to the helper app from the
player (which would explain why it works as long as players are not
synchronized, but fails as soon as they are since then they will use the
helper app).


Could you please try again with the helper _uninstalled_? No 3rd party 
Spotify stuff, just to understand whether the "native" mechanism is 
working or not?


--

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