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

2017-07-30 Thread philippe_44

castalla wrote: 
> Mixed results with testing.
> 
> 1. changed the UPNP codec types and order to the same as for Airplay
> 
> GGMM - works with no stop
> 
> Zipp - stops after 'Boots of ...' or 'And the Band ...'
> 
> Here's the Zipp log with command line option set :

Have you ever experience the same thing with another online service or
local files (has to be large pcm files) or is this just with spotify
(that I do not have subscription to)



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2017-07-30 Thread philippe_44

As per title

It still unfortunate that Google does not release their sync protocol. I
gave up with Sonos as this is a very sensitive topic for them, but I
hope Google will ultimately see things differently.



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2017-07-30 Thread philippe_44

coyrls wrote: 
> I have just installed the Chromecast bridge plugin on a Vortexbox 2.4
> installation and have got the static version working (the non-static
> version reported missing libraries) but with an odd problem: it only
> works when I enable logging!  If I turn logging off, it doesn’t work but
> as it does work with logging on, it’s hard to diagnose the problem.  Any
> ideas?

Not really - VB has many particularities. I'll try to see if I can find
something. Best would be to connect to VB in a shell and launch
squeeze2cast manually to see what happens. BTW, when log is not enabled
in the plugin settings, various infos are still output but to stderr,
they are not stored to a dedicated file - there is no "silent" mode).
You can limit that to just the true errors by setting all debug level to
"error" in the config file



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

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

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-07-30 Thread philippe_44

rickwookie wrote: 
> But surely it's the iOS device timing that's out. When playing to my
> AVR, the video get's delayed enough to match the Airplay audio delay and
> keeps the A/V in sync. When playing to ShairTunes2 there is no delay to
> the video so it's always ahead of the audio when it eventually gets
> output by the squeezebox. I don't need to change the LMS timing, since
> it would be impossible for it to output the audio early enough (with
> zero delay) anyway.

It's not the iOS timing that is out, it's due to the architecture of the
whole system.

In AirPlay, the device sending the content is able to control the exact
timing of the playback device by exchanging NTP time and then basically
telling "play this frame at that value of NTP". With that, you can
imagine that's is easy to synchronize local video and remote audio,
because the device knows, in its NTP time, when video frames are
displayed, so it just has to tell the speaker when to play the related
audio frame - just set a delay on video, and sync the audio device with
that delay. Basically, AirPlay protocol is just a virtual cable, audio
packets sends are timestamps using RTP, audio is send in realtime, not
too fast, not too slow, synchronously.

LMS works differenty. Audio packets are send using HTTP which obviously
does not include any notion of timestamp. A whole file can be send in a
few seconds and be played over minutes, audio transmission is
asynchronous. LMS controls the timing of players by first querying their
local time and then regularly asking player "how much have you played so
far" and then it tell them, "skip a few ms" or "pause for a few ms". 

Shairtunes2 receives the AirPlay audio frames using RTP (synchronously),
stores them in a buffer and makes them available to LMS players through
HTTP. That's where the notion of time sync is lost and cannot be
retrieved. AirPlay source wants to control when a frame is played, so
for what you want to work, it would required LMS sync algorithm/time to
be controlled by such AirPlay source. As LMS does not offer possibility,
it cannot be done.

The reverse, I've done that in my AirPlay bridge because it's possible
to transform LMS commands into timestamps that the slave AirPlay audio
device will use. That's why I was able to make sync as good as native SB
devices, but not the reverse



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

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

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


Re: [SlimDevices: Plugins] Announce: Erlands commercial plugins available for free

2017-07-30 Thread dbinder101

Hi-
Now that you've made your plug-ins available for free (thank you!) I've
started to use the Trackstat and Custom Scan plugins in order to import
the MusicIP playcounts into the SB database. It seems to run fine when I
run the MusicIP Statistics Import Scan in the Custom Scan window.
However, the only way I can check if the scan ran successfully, is when
I run the Trackstat statistics in the web control window and request the
Show Most Played listing. Unfortunately, when I compare this list to the
MusicIP listing of the most playcount, they don't match. Is there
something that I'm doing or looking at wrong? Is there a way to see play
counts of individual tracks within SB?

Thanks for your help on this.

-David



dbinder101's Profile: http://forums.slimdevices.com/member.php?userid=36997
View this thread: http://forums.slimdevices.com/showthread.php?t=107707

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


Deezer (free) - Ph�p.fr - Institut fran�ais du Vietnam playlist

2017-07-30 Thread kidhazy

I'm using the Deezer app on a free account, and always see the playlist
"Pháp.fr - Institut français du Vietnam" as part of the Smart Radio
lists.

Of course, I'm using a free Deezer account, so I shouldn't complain too
much about what I get - but anyone know what this Smart Radio list is
and why it happens to pop up with the other genres?



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=107762

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Man in a van

I have LMS ans Spotty installed on two Windows machines, win10 pro and
win 8.1.

I did have problems at first because the original advice was to install
the 64 bit 2015 runtime but this resulted in a missing .dll error being
reported.

So what I did was:

uninstall LMS completely, I used Revo uninstaller and did a manual
check.

Uninstall all the runtimes i had on each computer (there are always a
lot of them)

Re-install v7.9.1 LMS (right click on the .exe and run as administrator)

This installs runtime 10 be default.

then installed the 32 and 64 bit 2015 runtimes.

ticked the spotty box and made sure all the others were unticked.

y hola


23269

Ronnie

I know it's a bit of a faff, but sometimes it has to be done


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


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Man in a van

Cut-Throat wrote: 
> He's got a QNAP TS231  I just wanted to give him the correct link to
> this thread..thanks.

this might help

http://forums.slimdevices.com/showthread.php?105927-7-9-on-qnap-big-issue&p=859282&viewfull=1#post859282



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread pepodoc

This is the list of MS VS runtime installed:

23268

Hmm ...


+---+
|Filename: Captura2.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=23268|
+---+


pepodoc's Profile: http://forums.slimdevices.com/member.php?userid=67195
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread karlek

rh2600 wrote: 
> @mherger you continue to be an awesome leader for us loyal Slimsters!
> Cheers!
> 
> I've noted several other people struggling to get the new Perl modules
> installed on the QNAP NASs which are using SSOTS. Do you have any words
> of advice for us to get these modules installed?
> 
> Assuming that we're on x86 (some QNAP are ARM) is there an easy way we
> can copy some modules over to the right directory and touch them or
> something?
> 
> Also is there a way to make a financial contribution to you? Paypal or
> something?
> 
> Cheers,
> 
> Ross

About SSL on QNAP: have a look at post #866





karlek's Profile: http://forums.slimdevices.com/member.php?userid=64321
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread pepodoc

Thanks Jeff and Man in a van, but unfortunately I did test with Official
Spotify 1.0 installed and uninstalled, and I MS VC 2015 runtime 32-bit
it's installed in my system ... 

Some help?



pepodoc's Profile: http://forums.slimdevices.com/member.php?userid=67195
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Jeff07971

Man in a van wrote: 
> I'm a bit slow tonight :rolleyes:

But you were more comprehensive :p



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Man in a van

I'm a bit slow tonight :rolleyes:



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Cut-Throat

He's got a QNAP TS231  I just wanted to give him the correct link to
this thread..thanks.



Cut-Throat's Profile: http://forums.slimdevices.com/member.php?userid=43167
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Man in a van

The clue may lie in this, the first post, have a look.


mherger wrote: 
> I'm happy to announce Spotty, my next generation Spotify implementation
> for Squeezebox. Spotty has no dependency on mysqueezebox.com, nor player
> firmware, and supports all types of players. It is using the open-source
> librespot library (https://github.com/plietar/librespot) instead of the
> soon to be defunct libspotify. 
> 
> ::Once you've installed Spotty from the plugins repository, you can
> safely un-install all other Spotify related plugins (official plugin,
> Triode's 3rd party plugin, Spotify Protocol Handler), as well as remove
> the Spotify app from your mysqueezebox.com account. Then go to
> Settings/Advanced/Spotty and follow the instructions.::
> 
> On platforms other than Windows you should be able to authorize the
> plugin using your mobile or desktop Spotify application.:: On Windows
> unfortunately you'll have to enter username/password:: (which are NOT
> stored in LMS).
> 
> Spotty should run on MacOS,:: Windows (needs MS VC 2015 runtime,
> 32-bit!),:: and many Linux flavors (i686, x86_64, ARM HF & SF). But make
> sure you have the IO::Socket::SSL module installed in your environment.
> Spotty would tell you if you didn't. 
> 
> Spotty is known to run perfectly well on eg. Raspberry Pi 2/3.
> Unfortunately many NAS devices using ARMEL CPUs won't be supported (eg.
> ReadyNAS Duo/NX v2, some of the cheaper Synology devices). I'm currently
> running it on a piCorePlayer setup on Pi3, connected to the
> aforementioned ReadyNAS Duo v2 - and it's so much more faster than the
> NAS alone, it's worth it :-).
> 
> Please note that to take full advantage of Spotty, you should install
> the latest LMS 7.9.1 nightly build. There is an issue seeking within a
> track with older builds. Other than that LMS 7.7.x should be good
> enough.
> 
> Have fun!



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Jeff07971

pepodoc wrote: 
> Hi Michael:
> 
> Can't start Spotty 1.2.1, on Windows 7 32 bit machine, LMS 7.9.1,
> Spotify official 1.0 installed, Spotty 1.2.1 installed ... as soon the
> settings link is pressed a appcrash Windows appears ...
> 
> 23266
> 
> 23267
> 
> 
> Do you have a clue?
> 
> Thanks

> Spotify official 1.0 installed

Not sure but I think you need to uninstall this



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread pepodoc

Hi Michael:

Can't start Spotty 1.2.1, on Windows 7 32 bit machine, LMS 7.9.1,
Spotify official 1.0 installed, Spotty 1.2.1 installed ... as soon the
settings link is pressed a appcrash Windows appears ...

23266

23267


Do you have a clue?

Thanks


+---+
|Filename: spotty02.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=23267|
+---+


pepodoc's Profile: http://forums.slimdevices.com/member.php?userid=67195
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Man in a van

Cut-Throat wrote: 
> Yes, I understand that, as you said it is pretty straight
> forward.What I was getting at is the LMS is running on the Pi not on
> the NAS But music resides on a NAS.
> 
> This is for a friend of mine, as I have a Synology NAS where LMS is
> running and the music in also on.

I have a Qnap TS121 and the connection is simple.

23264

Fill in the details (default on my Qnap is NFS, formatted ext4, so I
don't need to do the extra bit)



and then go here where one should see the name of the music file on the
NAS

23265

what NAS does your friend have?

ronnie


+---+
|Filename: 2.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=23265|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Cut-Throat

Man in a van wrote: 
> Well no, as that is not covered, pointing the pCP LMS at the NAS is
> pretty straightforward and I sure has been documented several times in
> one of the pCP threads, I do have some screenshots somewhere, but not
> here at the mo..
> 
> ronnie

Yes, I understand that, as you said it is pretty straight
forward.What I was getting at is the LMS is running on the Pi not on
the NAS But music resides on a NAS.

This is for a friend of mine, as I have a Synology NAS where LMS is
running and the music in also on.



Cut-Throat's Profile: http://forums.slimdevices.com/member.php?userid=43167
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Man in a van

Cut-Throat wrote: 
> Just to clarify. Is this how to install LMS on a Raspberry Pi3B with
> the plugin Spotty.

Yes, this is how I did it (It has all been explained before but in drips
and drabs, this is just an attempt to help people doing it for the first
time).

Cut-Throat wrote: 
> Just to clarify... And this is what  someone should follow if they
> want the Rpi to point to their NAS system,  where there music resides?
> 
> Thanks,

Well no, as that is not covered, pointing the pCP LMS at the NAS is
pretty straightforward and I sure has been documented several times in
one of the pCP threads, I do have some screenshots somewhere, but not
here at the mo..

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread rh2600

@mherger you continue to be an awesome leader for us loyal Slimsters!
Cheers!

I've noted several other people struggling to get the new Perl modules
installed on the QNAP NASs which are using SSOTS. Do you have any words
of advice for us to get these modules installed?

Assuming that we're on x86 (some QNAP are ARM) is there an easy way we
can copy some modules over to the right directory and touch them or
something?

Also is there a way to make a financial contribution to you? Paypal or
something?

Cheers,

Ross



Squeezebox Duet - Wifi
Squeezebox Boom - Wifi

NAS: QNAP TS-239 / Mobile: Nexus One (2.1)
Router: D-link DSL-G604T-GenII ADSL Wifi

rh2600's Profile: http://forums.slimdevices.com/member.php?userid=11564
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] A simple how to for "Spotty" and pCP

2017-07-30 Thread Cut-Throat

Man in a van wrote: 
> Here is a bare bones on how to install Spotty on a Raspberry pi3B.
> 

Just to clarify. Is this how to install LMS on a Raspberry Pi3B with
the plugin Spotty. And this is what someone should follow if they
want the Rpi to point to their NAS system, where there music resides?

Thanks,



Cut-Throat's Profile: http://forums.slimdevices.com/member.php?userid=43167
View this thread: http://forums.slimdevices.com/showthread.php?t=107755

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread mrMuppet

Any new infos to get Spotty to work on FreeBSD? Didn't get these rust
things to work. Perhaps someone can help me...



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

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-07-30 Thread rickwookie

philippe_44 wrote: 
> The short non technical answer is no, you can't control LMS timing from
> an external source

But surely it's the iOS device timing that's out. When playing to my
AVR, the video get's delayed enough to match the Airplay audio delay and
keeps the A/V in sync. When playing to ShairTunes2 there is no delay to
the video so it's always ahead of the audio when it eventually gets
output by the squeezebox. I don't need to change the LMS timing, since
it would be impossible for it to output the audio early enough (with
zero delay) anyway.



rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2017-07-30 Thread philippe_44

merlineng wrote: 
> Hi - been looking for something that does this?
> 
> How does a 'layman' get this to work?

This thread is deprecated - please look here
http://forums.slimdevices.com/showthread.php?106289-announce-ShairTunes2W-Airtunes-on-LMS-(forked-version-with-Windows-support)



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

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

___
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)

2017-07-30 Thread castalla

castalla wrote: 
> Thanks.
> 
> I'm testing again.  Will report back later today.

Mixed results with testing.

1. changed the UPNP codec types and order to the same as for Airplay

GGMM - works with no stop

Zipp - stops after 'Boots of ...' or 'And the Band ...'

Here's the Zipp log with command line option set :


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


Touch, Logitech Radio, Logitech UE Radio, O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers; Rocki - Sony SRS-BTM8
speaker; Pioneer WX-SMA1 speaker;  - PURE One Flow internet radio: PURE
Jongo S3x ; Jongo T2; Libratone Zipp
Castbridge - Chromecast 1 + Chromecast Audio
AirplayBridge - Loewe Airspeaker
SB Player - Fire TV


castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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: ShairTunes Plugin

2017-07-30 Thread merlineng

Hi - been looking for something that does this?

How does a 'layman' get this to work?



merlineng's Profile: http://forums.slimdevices.com/member.php?userid=67191
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread garym

morgs wrote: 
> I also have had a few problems with a track not moving on to the next
> one. The track time counter seems to keep running (past the length of
> the actual track) but the track has actually finished playing. If I
> select next track the problem is resolved and everything is fine. It's
> happened twice in the last 24 hours and then once more 2 weeks ago. 
> 
> I run a vortexbox with Fedora 16 and LMS v7.7.2. 
> 
> Any suggestions?
> 
> 
> 
> Sent from my iPad using Tapatalk

Interesting that it works at all given that you are not on vb2.4.



*Home:* VortexBox 4TB (2.4) > LMS 7.9.1 > Transporter, Touch, Boom,
Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) > LMS 7.9.1 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win8(64) > LMS 7.9.1 > Squeezelite
*Spares:* Transporter, Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone6 & iPadAir2 (iPeng & Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win10(64) laptop
*Files:* ripping: dbpoweramp > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread alfista

Erlend wrote: 
> 
> "Operativsystem: Debian / ppc-linux
> 

Erlend wrote: 
> 
> (Is there any hope?)
> 
Not much I'd say, that's a PowerPC which isn't supported.

'This is what Michael had to say about it.'
(http://forums.slimdevices.com/showthread.php?107615-Announce-Spotty-v1-1-0&p=889216&viewfull=1#post889216)

Running LMS on that NAS was a bit of a stretch to begin with, I wouldn't
spend time and effort on this. Look at some of the Raspberry Pi
alternatives.



alfista's Profile: http://forums.slimdevices.com/member.php?userid=32396
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread Erlend

Hi,

I'm running LMS 7.9.1 on my MyBookLive NAS disk. Installed Spotty,
however go the following message in the Settings/Advanced/Spotty section
(Says I should send you the info. So, here we go ... ):

"Operativsystem: Debian / ppc-linux

Mappe for støtteprogrammer:
/usr/share/squeezeboxserver/Bin/powerpc-linux
/usr/share/squeezeboxserver/Bin
/usr/local/sbin
/usr/local/bin
/sbin
/bin
/usr/sbin
/usr/bin
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpotifyProtocolHandler/Bin
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin
ldd (Debian EGLIBC 2.11.2-2) 2.11.2
"

Any idea on how to get around this? (Is there any hope?)

Br,
Erlend



Erlend's Profile: http://forums.slimdevices.com/member.php?userid=67190
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

___
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)

2017-07-30 Thread castalla

philippe_44 wrote: 
> I don't know why LMS choose to let the file in PCM format, maybe it's a
> codec order thing. Do you have a different order between AirP>lay and
> UPnP?
> 
> Back to the issue, any chance that the temporary space where buffers are
> created gets full? That's one big difference between UPnP and Airplay,
> the use of temp files (which was necessary for some players). 
> 
> Seems to be an unlikely hypothesis, but I want to make sure. It's not
> super clear, but it seems that it's more that network connections
> LMS/Bridge and Bridge/Player are being reset
> 
> Could you also take a log with the output log set to "info" (just add
> "-d output=info" to the extra command line options of the plugin's
> settings)

Thanks.

I'm testing again.  Will report back later today.



Touch, Logitech Radio, Logitech UE Radio, O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers; Rocki - Sony SRS-BTM8
speaker; Pioneer WX-SMA1 speaker;  - PURE One Flow internet radio: PURE
Jongo S3x ; Jongo T2; Libratone Zipp
Castbridge - Chromecast 1 + Chromecast Audio
AirplayBridge - Loewe Airspeaker
SB Player - Fire TV


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

2017-07-30 Thread SimonG156

Ad... It's the firewall. I have C:\Documents and Settings\All
Users\Application
Data\Squeezebox\Cache\InstalledPlugins\Plugins\ShairTunes2W\Bin\shairport_helper-win.exe
as an exception but if i turn off the firewall for a moment it works...

I'll re-search the tread for firewall issues. In the meantime any
pointers would be welcome.

SimonG156 wrote: 
> Ah. My debug logging was not saving. After a restart WITH debug I get
> 
> [17-07-30 11:02:17.3907] main::init (388) Starting Logitech Media Server
> (v7.9.1, 1491971968, Thu Apr 13 04:05:25 CUT 2017) perl 5.014001 -
> MSWin32-x86-multi-thread
> [17-07-30 11:02:17.9533] Slim::Utils::Misc::msg (1244) Warning:
> [11:02:17.9531] DBIx::Class::ResultSet::update_or_create(): Query
> returned more than one row.  SQL that returns multiple rows is
> DEPRECATED for ->find and ->single at /Slim/Schema.pm line 1877
> [17-07-30 11:02:19.6187] Plugins::ShairTunes2W::Plugin::initPlugin (196)
> Initialising 0.70.1 on MSWin32-x86-multi-thread
> [17-07-30 11:02:19.6220] Plugins::ShairTunes2W::Utils::helperBinary (43)
> $VAR1 = {
> 'binArch' => 'MSWin32-x86-multi-thread',
> 'fsType' => 'NTFS',
> 'uid' => 'SYSTEM',
> 'osArch' => 586,
> 'os' => 'Windows',
> 'isWHS' => 1,
> 'osName' => 'Windows Home Server',
> 'isWin6+' => ''
> };
> [17-07-30 11:02:19.6231] Plugins::ShairTunes2W::Plugin::initPlugin (210)
> C:\DOCUME~1\ALLUSE~1\APPLIC~1\SQUEEZ~1\Cache\INSTAL~1\Plugins\SHAIRT~1\Bin\SHAIRP~1.EXE
> [17-07-30 11:02:30.3706]
> Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (254)
> request=client new client=Master Bedroom
> [17-07-30 11:02:30.3884] Plugins::ShairTunes2W::Plugin::publishPlayer
> (358) avahi-publish-player not in path
> [17-07-30 11:02:30.3892] Plugins::ShairTunes2W::Plugin::publishPlayer
> (361) start dns-sd "Master Bedroom"
> [17-07-30 11:02:30.3920]
> Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
> client Slim::Player::SqueezePlay=ARRAY(0x89bbe6c) with proc
> Proc::Background=HASH(0x8a1e0fc)
> [17-07-30 11:02:48.9396]
> Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (254)
> request=client new client=Sitting Room
> [17-07-30 11:02:48.9569] Plugins::ShairTunes2W::Plugin::publishPlayer
> (358) avahi-publish-player not in path
> [17-07-30 11:02:48.9579] Plugins::ShairTunes2W::Plugin::publishPlayer
> (361) start dns-sd "Sitting Room"
> [17-07-30 11:02:48.9604]
> Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
> client Slim::Player::Boom=ARRAY(0x89c3614) with proc
> Proc::Background=HASH(0x93dbcec)



SimonG156's Profile: http://forums.slimdevices.com/member.php?userid=40383
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-07-30 Thread SimonG156

Ah. My debug logging was not saving. After a restart WITH debug I get

[17-07-30 11:02:17.3907] main::init (388) Starting Logitech Media Server
(v7.9.1, 1491971968, Thu Apr 13 04:05:25 CUT 2017) perl 5.014001 -
MSWin32-x86-multi-thread
[17-07-30 11:02:17.9533] Slim::Utils::Misc::msg (1244) Warning:
[11:02:17.9531] DBIx::Class::ResultSet::update_or_create(): Query
returned more than one row.  SQL that returns multiple rows is
DEPRECATED for ->find and ->single at /Slim/Schema.pm line 1877
[17-07-30 11:02:19.6187] Plugins::ShairTunes2W::Plugin::initPlugin (196)
Initialising 0.70.1 on MSWin32-x86-multi-thread
[17-07-30 11:02:19.6220] Plugins::ShairTunes2W::Utils::helperBinary (43)
$VAR1 = {
'binArch' => 'MSWin32-x86-multi-thread',
'fsType' => 'NTFS',
'uid' => 'SYSTEM',
'osArch' => 586,
'os' => 'Windows',
'isWHS' => 1,
'osName' => 'Windows Home Server',
'isWin6+' => ''
};
[17-07-30 11:02:19.6231] Plugins::ShairTunes2W::Plugin::initPlugin (210)
C:\DOCUME~1\ALLUSE~1\APPLIC~1\SQUEEZ~1\Cache\INSTAL~1\Plugins\SHAIRT~1\Bin\SHAIRP~1.EXE
[17-07-30 11:02:30.3706]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (254)
request=client new client=Master Bedroom
[17-07-30 11:02:30.3884] Plugins::ShairTunes2W::Plugin::publishPlayer
(358) avahi-publish-player not in path
[17-07-30 11:02:30.3892] Plugins::ShairTunes2W::Plugin::publishPlayer
(361) start dns-sd "Master Bedroom"
[17-07-30 11:02:30.3920]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
client Slim::Player::SqueezePlay=ARRAY(0x89bbe6c) with proc
Proc::Background=HASH(0x8a1e0fc)
[17-07-30 11:02:48.9396]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (254)
request=client new client=Sitting Room
[17-07-30 11:02:48.9569] Plugins::ShairTunes2W::Plugin::publishPlayer
(358) avahi-publish-player not in path
[17-07-30 11:02:48.9579] Plugins::ShairTunes2W::Plugin::publishPlayer
(361) start dns-sd "Sitting Room"
[17-07-30 11:02:48.9604]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
client Slim::Player::Boom=ARRAY(0x89c3614) with proc
Proc::Background=HASH(0x93dbcec)



SimonG156's Profile: http://forums.slimdevices.com/member.php?userid=40383
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-07-30 Thread SimonG156

Trying to get Shairtunes2w working on LMS v7.9.1 running on Windows Home
Server 1 with Boom & Radio
Installed, opened firewall for .exe restarted LMS, restarted server

See players from iOS device but fails to connect after about 30 seconds
Log reports

[17-07-30 10:34:31.8594] main::init (388) Starting Logitech Media Server
(v7.9.1, 1491971968, Thu Apr 13 04:05:25 CUT 2017) perl 5.014001 -
MSWin32-x86-multi-thread
[17-07-30 10:34:34.1565] Slim::Utils::Misc::msg (1244) Warning:
[10:34:34.1562] DBIx::Class::ResultSet::update_or_create(): Query
returned more than one row.  SQL that returns multiple rows is
DEPRECATED for ->find and ->single at /Slim/Schema.pm line 1877
[17-07-30 10:34:51.8577] Plugins::ShairTunes2W::Plugin::publishPlayer
(358) avahi-publish-player not in path
[17-07-30 10:34:51.8588] Plugins::ShairTunes2W::Plugin::publishPlayer
(361) start dns-sd "Sitting Room"
[17-07-30 10:34:51.9246]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
client Slim::Player::Boom=ARRAY(0x8bca54c) with proc
Proc::Background=HASH(0x8d049dc)
[17-07-30 10:35:01.8942] Plugins::ShairTunes2W::Plugin::publishPlayer
(358) avahi-publish-player not in path
[17-07-30 10:35:01.8951] Plugins::ShairTunes2W::Plugin::publishPlayer
(361) start dns-sd "Master Bedroom"
[17-07-30 10:35:01.8977]
Plugins::ShairTunes2W::Plugin::playerSubscriptionChange (269) create
client Slim::Player::SqueezePlay=ARRAY(0x9386de4) with proc
Proc::Background=HASH(0x9665f1c)

I have had previous airplay attempts and I think i've removed them all.
I see no plugins, running services or items in programs to add/remove
that I can see.

Any help would be gratefully received.



SimonG156's Profile: http://forums.slimdevices.com/member.php?userid=40383
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] Spotty v1.1.0

2017-07-30 Thread edwin2006

I assume the first thing to do is get v7. 9.1 working.



*SqueezeBoxes:* 2x SB2 (Living room and study), 1x Radio (Kitchen), 1x
Boom (Dining room), 1x piCorePlayer (jacuzzi), 1x piCorePlayer (Garden)
1x OSMC + Squeezelite (Movie room), 1x Touch (Bedroom)
*Server:* LMS1 7.7.3 on windows, LMS2 7.9.1. on PcP 3.20
*Network:* AVM Fritzbox, D-Link Smart Switch 24p, 3x Ubiquity

edwin2006's Profile: http://forums.slimdevices.com/member.php?userid=66926
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] Installing Max2Play and Spotty on a SD card for the technically challenged

2017-07-30 Thread MrClive

Max2Play wrote: 
> Hi guys,
> 
> We also have HowTo articles both for 
> 
> 'Burning a Max2Play image'
> (https://www.max2play.com/en/wiki/burning-the-image-onto-memory-card/)
> (using WinDisk)
> 
> and for
> 
> 'The new Spotty plugin implementation by MHerger'
> (https://www.max2play.com/en/how-tos/howto-spotify/)

Thanks for these I'll add these to the original post


Sent from my iPhone using Tapatalk Pro





MrClive's Profile: http://forums.slimdevices.com/member.php?userid=48176
View this thread: http://forums.slimdevices.com/showthread.php?t=107743

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


Re: [SlimDevices: Plugins] Logfile flooded after starting any MixCloud track

2017-07-30 Thread bpa

There was a network timing bug in Windows version of LMS which can cause
this message.  This has been fixed only very recently. Upgrade to very
latest nightly 7.9.1 to see if it goes away.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=107757

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-30 Thread morgs

I also have had a few problems with a track not moving on to the next
one. The track time counter seems to keep running (past the length of
the actual track) but the track has actually finished playing. If I
select next track the problem is resolved and everything is fine. It's
happened twice in the last 24 hours and then once more 2 weeks ago. 

I run a vortexbox with Fedora 16 and LMS v7.7.2. 

Any suggestions?



Sent from my iPad using Tapatalk





morgs's Profile: http://forums.slimdevices.com/member.php?userid=41899
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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