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

2018-06-14 Thread philippe_44
pjc wrote: > Good point, that's probably true in practice. > > > Ugh, right. instead of the messiness of renaming directories, couldn't > you simply put your Crypt under a different search root and fiddle with > @INC instead? That way you wouldn't have to make persistent changes > (and you

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

2018-06-13 Thread philippe_44
pjc wrote: > Won't that break messily if there's ever an unclean shutdown of the > server (so that shutdownPlugin doesn't undo your rename)? > I don't think it will because at next startup, it will try to load "my" modules first. If they were needed, then no arm. It the system Perl version

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

2018-06-12 Thread philippe_44
mrw wrote: > I don't see much alternative to the element of duplication in the tree, > because in reality you are providing several alternative trees. You > should be able to de-duplicate the pure perl and Autoloader bits by > placing immediately under the perl version directory. That said, I

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

2018-06-11 Thread sebulba
If like me you've got a marriage to save, I did fix the issue in probably the most awful way, Edit /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/ShairTunes2W/lib/Crypt/OpenSSL/RSA.pm And change our $VERSION = '0.30'; to our $VERSION = '0.28'; Makes the plugin start

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

2018-06-11 Thread sebulba
Hi Likre everyone, the error message [18-06-11 21:39:07.6694] Slim::bootstrap::tryModuleLoad (290) Warning: Module [Plugins::ShairTunes2W::Plugin] failed to load: Crypt::OpenSSL::RSA object version 0.28 does not match bootstrap parameter 0.30 at /usr/local/lib/perl5/core_perl/DynaLoader.pm

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

2018-06-07 Thread mrw
philippe_44 wrote: > There is no requirement for 0.30, it's just the one you get by default > when using CPAN. You're right, I'll have to get the .pm files lower in > the tree, but that means they'll be duplicated many times - that's not > great either. I'll check again if there is way I can

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

2018-06-06 Thread philippe_44
mrw wrote: > In my case I run LMS on a SheevaPlug (armv5tel) running Debian Stretch, > which in LMS terms is architecture > -arm-linux-gnueabi-thread-multi-64int-. You don't provide the > -Crypt::OpenSSL::RSA- binary for that OS. Although the > -shairport_helper-armv5te- continues to work just

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

2018-06-06 Thread fraho
mrw wrote: > > My simple solution is to delete the -lib/Crypt- subtree from your > plugin. That resolves the conflict quite effectively ! And now all > continues to work beautifully, so thank you very much for your efforts. > Thanks, that also did it for me!

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

2018-06-04 Thread mrw
philippe_44 wrote: > I've upgraded Crypt::OpenSSL::RSA to 0.30 for all OS & Perl versions, so > I don't understand why it is trying to load "Crypt::OpenSSL::RSA object > version 0.28". There is a search path order conflict something I guess In my case I run LMS on a SheevaPlug (armv5tel)

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

2018-06-04 Thread ralphy
I'm unable to load the latest ShairTunes2W as well on Debian 7 i386. Code: [18-06-04 08:07:34.9066] main::init (387) Starting Logitech Media Server (v7.9.2, r20487.2c1e544, 1527883196) perl 5.014002 - i486-linux-gnu-thread-multi-64int [18-06-04 08:07:35.9168]

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

2018-06-04 Thread 32Miles
fraho wrote: > I'm also having problems with Version 0.9.1.1 "Unable to load plugin". > Checking the box just ends up with the same message. Is this a bug with > this version or is something wrong with my config? Same here. The LMS runs on Synology DS418play with DSM 6.2-23739.

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

2018-06-03 Thread fraho
I'm also having problems with Version 0.9.1.1 "Unable to load plugin". 25098 Checking the box just ends up with the same message. Is this a bug with this version or is something wrong with my config? +---+ |Filename:

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

2018-06-02 Thread philippe_44
philippe_44 wrote: > oh! you have Perl 5.16 and I've not built for it I've updated version 0.91.1 with x86 and x64 libs. There is still something funny with the naming "xxx-linux-gnu-thread-multi-xxx" versus "xxx-linux-thread-multi" where I've seen both being used and I'm not sure LMS can

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

2018-06-02 Thread philippe_44
mbg wrote: > Still have a similar issue, unfortunately: > > > Code: > > [18-06-02 14:03:27.4277] main::init (387) Starting Logitech Media Server (v7.9.2, 1524841547, Fri Apr 27 17:13:40 CEST 2 > 018) perl 5.016003 - x86_64-linux-thread-multi > [18-06-02

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

2018-06-02 Thread mbg
philippe_44 wrote: > I think there was an issue with naming of directory for x86_64 version > and the shared libraries were not found in my plugin distribution, but > the Perl .pm was. When your system shared libraries were matching my > .pm, it was fine, but as soon as I updated to crypto

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

2018-06-02 Thread philippe_44
pjc wrote: > Here's the search path being used by ShairTunes. I'm not sure why it's > not finding your copy of Crypt::OpenSSL::RSA? > mbg wrote: > I'm having an issue, too, but not sure if it's the same one - working > smoothly for months/years and then the latest update prevented the >

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

2018-06-01 Thread mbg
philippe_44 wrote: > It's not that it is not finding one, but the shared object (.so) has a > version number 0.28 which is lower than the one requested to be > dynamically loaded by the Perl .pm file (0.30). > > Are you sure you don't have an RSA.so in > /usr/sbin/Plugins/ShairTunes2W/lib? Why

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

2018-05-31 Thread philippe_44
pjc wrote: > Here's the search path being used by ShairTunes. I'm not sure why it's > not finding your copy of Crypt::OpenSSL::RSA? > > Code: > > > /usr/sbin/Plugins/ShairTunes2W/lib > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2W/lib >

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

2018-05-29 Thread philippe_44
pjc wrote: > Version 0.90.6 worked fine on Debian Stretch (minimal) thanks to your > openssl1.0.0 tip, so long as I also installed the > libcrypt-openssl-rsa-perl package (for Crypt::OpenSSL::RSA). > > That now fails in 0.91.0: > > > Code: > > [18-05-27

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

2018-05-29 Thread pjc
Version 0.90.6 worked fine on Debian Stretch (minimal) thanks to your openssl1.0.0 tip, so long as I also installed the libcrypt-openssl-rsa-perl package (for Crypt::OpenSSL::RSA). That now fails in 0.91.0: Code: [18-05-27 22:35:40.6200]

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

2018-05-11 Thread bluecar
philippe_44 wrote: > Try version 0.90.6 from the dev repository (see 1st post of this > thread). It contains an aarch64 version Yes, it works. I'm able to Airplay from my iPhone and iPad. Thank you Philippe. bluecar's

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

2018-05-10 Thread MaCs
philippe_44 wrote: > I think Shairport would allow you to do that, i.e. the DAC would be > visible as an AirPlay target (from your iPhone, e.g.), except that > what's being played on it would not be "visible" from LMS webUI or > controller. It's just another source for the DAC, independant from

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

2018-05-09 Thread philippe_44
MaCs wrote: > I have a Raspberry Pi 3 with the Allo Boss Dac. The operating system is > from Max2play (Stretch). I am trying to stream music from my phone (with > the MediaMonkey app) to the Raspberry Pi. > > In the Max2Play web interface that controls the Raspberry Pi, I can > choose three

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

2018-05-09 Thread philippe_44
bluecar wrote: > Hi Phillipe, > > I’m running LMS on my Synology NAS and had been unable to get your > plugin to work. Looking at the log I found this: > > > Code: > > [18-05-06 21:15:28.1635] Plugins::ShairTunes2W::Plugin::publishPlayer (445) using built-in helper:

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

2018-05-09 Thread MaCs
I have a Raspberry Pi 3 with the Allo Boss Dac. The operating system is from Max2play (Stretch). I am trying to stream music from my phone (with the MediaMonkey app) to the Raspberry Pi. In the Max2Play web interface that controls the Raspberry Pi, I can choose three different "players":

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

2018-05-07 Thread philippe_44
bluecar wrote: > Hi Phillipe, > > Im running LMS on my Synology NAS and had been unable to get your > plugin to work. Looking at the log I found this: > > > Code: > > [18-05-06 21:15:28.1635] Plugins::ShairTunes2W::Plugin::publishPlayer (445) using built-in helper:

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

2018-05-05 Thread philippe_44
cramcram wrote: > Hi Philippe > > I'm regularly encountering an issue where the playback stutters and it > won't recover until I reboot LMS and reopen Spotify on my iOS devices. > Here's the setup: > > max2play (Stretch image, but the issue occured als on Jessie Lite) > Latest LMS nightly >

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

2018-05-03 Thread cramcram
Hi Philippe I'm regularly encountering an issue where the playback stutters and it won't recover until I reboot LMS and reopen Spotify on my iOS devices. Here's the setup: max2play (Stretch image, but the issue occured als on Jessie Lite) Latest LMS nightly Dev Version of ShairTunes2 (0.90.5)

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

2018-05-01 Thread philippe_44
86atc250r wrote: > Philippe, you might want to update your first post to point to the new > file: > http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_armhf.deb > >

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

2018-04-30 Thread 86atc250r
Philippe, you might want to update your first post to point to the new file: http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_armhf.deb http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb

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

2018-03-30 Thread philippe_44
BuddyRich wrote: > With ios11.2.5 and the homepod and/or tvos based AppleTV those players > are supporting a shared up next functionality. It allows you to > remotely manipulate a queue for those players. > > See this screenshot: > > https://i.imgur.com/5miSIZH.png > > I thought this was a

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

2018-03-26 Thread BuddyRich
With ios11.2.5 and the homepod and/or tvos based AppleTV those players are supporting a shared up next functionality. It allows you to remotely manipulate a queue for those players. See this screenshot: https://i.imgur.com/5miSIZH.png I thought this was a feature of airplay 2 but it seems to

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

2018-03-14 Thread philippe_44
s25a wrote: > Hi Philipp, > > sorry to bother you again but coul have a look at the server.log. After > a restart of the machine it does not work. There something in the path > that is missing but I am not sure what exactly this means. > > Thanks > > > Code: > > >

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

2018-03-14 Thread s25a
Hi Philipp, sorry to bother you again but coul have a look at the server.log. After a restart of the machine it does not work. There something in the path that is missing but I am not sure what exactly this means. Thanks Code: [18-03-14 17:53:10.9829] main::init

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

2018-03-12 Thread s25a
philippe_44 wrote: > Debian Stretch has proven to a gigantic pain in the butt for many > application by removing openssl-1.0.0 which is needed for my plugin. I > can't have something that works with different versions. See the updated > 1st post of that thread how to correct that. I assume the

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

2018-03-11 Thread philippe_44
s25a wrote: > Hi Philippe, > > thanks a lot for your plugin. I installed on a Debian Stretch with > Standard Kernel. LMS is the 7.9.0 However the plugin does not load. The > error I see in the Logfile is attached: > > Any advice? > > Thanks S > > > Code: > > >

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

2018-03-10 Thread s25a
Hi Philippe, thanks a lot for your plugin. I installed on a Debian Stretch with Standard Kernel. LMS is the 7.9.0 However the plugin does not load. The error I see in the Logfile is attached: Any advice? Thanks S Code: [18-03-11 08:42:49.2416] main::init (388)

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

2018-03-05 Thread Simon_rb
philippe_44 wrote: > You can try to comment out the line notifyUpdate of artwork to confirm > this is the issue. It's in plugin .pm, around line 1025, you should see > something like > > Code: > > > elsif ( $req->header( 'Content-Type' ) eq "image/jpeg" ) { >

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

2018-03-04 Thread philippe_44
Simon_rb wrote: > What would you suggest the best way is to resizing/compressing the album > art? This is AirPlayed straight from Apple Music using an iPhone. > > Cheers You can try to comment out the line notifyUpdate of artwork to confirm this is the issue. It's in plugin .pm, around line

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

2018-03-03 Thread Simon_rb
philippe_44 wrote: > This song has a much larger albumart of 90kB vs the other ones which are > around 9kB. It should work, but I think it puts a higher burden on the > player for resizing which might explain why it takes more to start. Any > chance you could resize/compress this albumart and

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

2018-03-03 Thread philippe_44
Simon_rb wrote: > I have noticed odd behaviour. When AirPlaying to a Group Player, after > about 3 songs it tries to play the next then gets in a muddle and > repeats the previous song. I have managed to catch it in the log. Some > strange characters appeared. > > I'm not sure it this has

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

2018-03-03 Thread Simon_rb
I have noticed odd behaviour. When AirPlaying to a Group Player, after about 3 songs it tries to play the next then gets in a muddle and repeats the previous song. I have managed to catch it in the log. Some strange characters appeared. I'm not sure it this has anything to do with the Group

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

2018-03-03 Thread philippe_44
Webkemmi wrote: > No, doesn't work either. The folder is removed immediately after > restarting LMS. > Thanks anyway. > > Stefan It should not as long as you do not go to the 'plugins' tab in LMS settings LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5,

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

2018-03-03 Thread Webkemmi
philippe_44 wrote: > Not sure there is not something wrong when you install it in this > directory (which is the correct one for manual install). You can try > instead c:/program data/squeeeboxserver/cache/installedplugins/plugins > (from memory). This is not ideal as it might be erased by LMS

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

2018-03-03 Thread philippe_44
Webkemmi wrote: > OK, thanks. I just tried to install it manually. I downloaded > ShairTunes2W-0.90.4 and put the unzipped folder into the folder > C:\Program Files (x86)\Squeezebox\server\Plugins. > After restarting LMS the plugin is shown as installed but it still > doesn't work. The server

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

2018-03-03 Thread Webkemmi
philippe_44 wrote: > There is a problem curently with the Sourceforge site, unfortunately. > Nothing I can do something about OK, thanks. I just tried to install it manually. I downloaded ShairTunes2W-0.90.4 and put the unzipped folder into the folder C:\Program Files

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

2018-03-03 Thread philippe_44
Webkemmi wrote: > Hi Philippe, > > I just tried to install the shairtunes pugin to my LMS running on > Windows but the installation failes. > The server log shows a bad file descriptor: > > > [18-03-03 12:18:46.0977] Slim::Utils::PluginDownloader::_downloadError > (217) unable to download

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

2018-03-03 Thread Webkemmi
Hi Philippe, I just tried to install the shairtunes plugin to my LMS running on Windows but the installation failes. The server log shows a bad file descriptor: [18-03-03 12:18:46.0977] Slim::Utils::PluginDownloader::_downloadError (217) unable to download ShairTunes2W from

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

2018-02-26 Thread AngloCuencano
I recently moved my LMS (7.9.1 - 1519287262) over to Raspbian Stretch. Everything, including other plugins, seem to be working fine, but this plugin consistently fails to download with this error: Code: [18-02-26 12:09:45.7618]

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

2018-01-16 Thread cramcram
cramcram wrote: > I'm cutting my servers and players from power when I don't need them. > This causes one problem with the Shairtunes2W plugin. Here's how to > reproduce it: > > > > - Boot LMS (max2play on Raspberry PI) - Power on Squeezebox Boom - Play something via Shairtunes2W

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

2018-01-13 Thread ludwig.xiv
philippe_44 wrote: > Yes - You have probably upgraded your Pi to Stretch which has removed > support for openSSL1.0.0. Look at the "Installing" section of the README > in another of my apps here: https://github.com/philippe44/AirConnect Hey Philippe! Perfect. That was the trick! Followed your

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

2018-01-13 Thread philippe_44
ludwig.xiv wrote: > Hi Philippe, > Hape the same RSA Issue on a Pi3. Installed OpenSSL via CPAN but > ShairTunes2W still does not start. Log says: > > Code: > > [18-01-13 16:00:09.0844] Slim::bootstrap::tryModuleLoad (286) Warning: Module

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

2018-01-13 Thread ludwig.xiv
philippe_44 wrote: > Thanks - Happy new year to you too :) > > You need to install Crypt::OpenSSL::RSA. I usually do that through CPAN Hi Philippe, Hape the same RSA Issue on a Pi3. Installed OpenSSL via CPAN but ShairTunes2W still does not start. Any ideas? Ludwig.

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

2017-12-31 Thread philippe_44
chincheta0815 wrote: > First of all: HAPPY NEW YEAR!!! May the new year be the same or better > as the old one > > > Well, I know that I have to recompile. That's why I do not have any > problem in recompiling it on my system and pushing it to github as a > pull request. > The only thing I

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

2017-12-31 Thread chincheta0815
First of all: HAPPY NEW YEAR!!! May the new year be the same or better as the old one philippe_44 wrote: > That's big crap as you'd need to recompile the Perl libraries for 5.24 > ... Well, I know that I have to recompile. That's why I do not have any problem in recompiling it on my system

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

2017-12-31 Thread philippe_44
chincheta0815 wrote: > Hi philippe, > > I have an issue concerning the libs for Solaris & Perl 5.24, causing the > thing not to start... There aren't any... ;o) > I have to admit that I updated to the native Perl versions used by > OpenIndiana & OmniOS. These are now at 5.24... > > Here the

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

2017-12-31 Thread chincheta0815
Hi philippe, I have an issue concerning the libs for Solaris & Perl 5.24, causing the thing not to start... There aren't any... ;o) I have to admit that I updated to the native Perl versions used by OpenIndiana & OmniOS. These are now at 5.24... Here the log: Code:

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

2017-12-30 Thread cramcram
I'm cutting my servers and players from power when I don't need them. This causes one problem with the Shairtunes2W plugin. Here's how to reproduce it: - Boot LMS (max2play on Raspberry PI) - Power on Squeezebox Boom - Play something via Shairtunes2W plugin from iOS device - Squeezebox Boom

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

2017-12-26 Thread rickwookie
Just updated to v0.82.2 and I see that there's now a direct Settings link when viewing the plugins list using the LMS web interface (Yay!). Unfortunately this Settings link seems to be to plugins/Extensions/settings/ARRAY(0x2de1d40) as opposed to plugins/ShairTunes2W/settings/basic.html (Boo!)

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

2017-11-19 Thread philippe_44
maccas wrote: > Thanks for the help. Does it mean it would work with Jessie lite? Yes, 99.99% sure 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,

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

2017-11-19 Thread maccas
philippe_44 wrote: > Stretch has removed support for openssl1.0.0 which is yet another f... > pain to solve. I don't have the answer now and won't have for probably a > few weeks Thanks for the help. Does it mean it would work with Jessie lite?

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

2017-11-19 Thread philippe_44
maccas wrote: > Hi, > I'm running LMS on a Raspberry Pi 3 with the RASPBIAN STRETCH *LITE* > image from 2017-09-07. Unfortunately, the ShairTunes2W plugin cannot > load: > > ShairTunes2 (fork) (v0.81.1) : *Plugin failed to load* > > Here is the log: > > > Code: > >

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

2017-11-06 Thread opacey
opacey wrote: > I have the same error log output as you do so would be really grateful > for any advice on how to resolve this too. I run LMS 7.9.0 (beta > package) on Synology DSM 6.1 with Intel Atom architecture. I have just > installed the ShairTunes2W package and none of the dependencies

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

2017-11-04 Thread jahonix
Well, if there's no difference then I'll try a Debian based host so I won't have yet another Windows machine to patch constantly. I will report back when problems arise... jahonix's Profile:

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

2017-11-03 Thread philippe_44
jahonix wrote: > Just a short question before i shoot myself in the foot (again): Does > ShairTunes2W work better on a Windows based host or can it run equally > good on a Linux install? > > After having setup an LMS on a RPi3 recently I just couldn't get > ShairTunes to work at all. That's an

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

2017-10-28 Thread cramcram
philippe_44 wrote: > I will give it a try when I'm back. BTW, do you use the stable or the > dev version of the plugin. I've made a few key improvements in the > latest dev that make it much more stable in my environment (difficult > wifi connectivity and most of players). Have you seen a

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

2017-10-26 Thread cramcram
cramcram wrote: > Thanks for the explanation and the fantastic plugin! Strange thing > however is, that the display sometimes is correct, sometimes not... I’m using ShairTunes2 (fork) 0.80.1 I can give a newer version a test drive... What would be the URL?

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

2017-10-25 Thread philippe_44
cramcram wrote: > Thanks for the explanation and the fantastic plugin! Strange thing > however is, that the display sometimes is correct, sometimes not... I will give it a try when I'm back. BTW, do you use the stable or the dev version of the plugin. I've made a few key improvements in the

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

2017-10-25 Thread cramcram
philippe_44 wrote: > It's probably because it's the model name I have to set (like shairport) > is not a "certified" AirPlay device. You should probably see the same > thing with shairport and shairportW Thanks for the explanation and the fantastic plugin! Strange thing however is, that the

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

2017-10-24 Thread philippe_44
cramcram wrote: > I recently installed a fresh copy of LMS on a brand new Raspberry Pi 3B > with max2play. I installed ShairTunes too. It works beautifully. > Streaming to my squeezeboxes from the Spotify app on my iPhone and iPad > using ShairTunes is for more reliable than using the

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

2017-10-24 Thread cramcram
I recently installed a fresh copy of LMS on a brand new Raspberry Pi 3B with max2play. I installed ShairTunes too. It works beautifully. Streaming to my squeezeboxes from the Spotify app on my iPhone and iPad using ShairTunes is for more reliable than using the experimental Spotify Connect

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

2017-10-23 Thread jkriese
philippe_44 wrote: > Can you double check firewall or anything else preventing local port > opening for webserver? Can you try the latest dev version (see 1st post) My bad, it works now, thanks. I wasn't turning off all of the profiles on the Windows firewall. I will figure out what rule to

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

2017-10-23 Thread bobbygz
Great work on the plugin Phillipe! I am using it on OS X (Sierra) with a Squeezebox Boom. Airplay from iTunes to Squeezebox displays "ShairTunes Title" instead of the track name bobbygz's Profile:

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

2017-10-23 Thread philippe_44
jkriese wrote: > I am having issues getting airplay to work from my iPhone to my SB Touch > units. I can see them on the Airplay menu, but when I try to play to > them I get the following message on the screen: > > -*Connection reset by local host >

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

2017-10-17 Thread Simon_rb
philippe_44 wrote: > Do you stream to a single player or players in sync? Can you describe > your precise environment (LMS version, CPU ...). Can you send the > server.log extract and the player log? Set logging for *both* to "info" > (in the plugin Settings and in the logging of LMS) I have

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

2017-10-13 Thread mbg
Just a general comment on connectivity issues. I'm running this plugin with SBS 7.9 on Linux (CentOS 7) and while it does connect to players that have recently been powered on, I find that players powered on for a long time will cease to be reachable from iOS, even though they continue to show

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

2017-10-13 Thread streampunk
streampunk wrote: > > Do you think that there might be a way to use a Raspi to "stream" the > sound (connected via line-in/mic-in of a USB audio card connected to the > Raspi) via Airplay to the Denon? > Ooops, just discovered the Waveinput plugin which seems to do exactly the job. Another

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

2017-10-11 Thread streampunk
Hi Philippe, I'm trying to integrate a wonderful 'Wega Concept 51k' (http://www.studio.de/wega-concept-51k-von-hartmut-esslinger/) from the 1970's (yes, the one that is part of the permanent exhibition at 'NY MOMA' (https://www.moma.org/explore/inside_out/2014/11/06/whats-on-your-turntable/))

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

2017-10-09 Thread philippe_44
sbp wrote: > Hi Phillippe. > > I'm running LMS (newest version) on a pCP (RPI3) and successfully played > via Tidal to a synched Logitech Radio, Logitech Duet and a > pCP-player(RPI zerro-w). Shairtunes version 80.1 > It played nicely in sync without issues - so good work. > > There was one

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

2017-10-08 Thread philippe_44
trufy wrote: > Thank you for your quick reply. Unfortunately the error is still the > same with 0.80.1 > > > Code: > > $VAR20 = 'info'; > $VAR21 = 'flac'; > [17-10-09 00:09:27.8541] Plugins::ShairTunes2W::Plugin::conn_handle_request (818) launched decoder:

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

2017-10-08 Thread trufy
philippe_44 wrote: > Please try the latest version 0.80.1. There was a few issues I left and > I've simplified the IPC between the Perl and the helper. The logs are > only created when the helper sucessfully starts, which is not the case > here Thank you for your quick reply. Unfortunately the

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

2017-10-08 Thread philippe_44
trufy wrote: > Hi Philippe, > In my similar Case to jrebeiro the plugin starts successfully and the > Players are imediately broadcasted (but only after i waited several > minutes before the LMS restart requested from the Plugin install). But > Itunes, Iphone etc cant connect to the Players.

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

2017-10-08 Thread philippe_44
jrebeiro wrote: > Hi, I was using disaster's original plugin which stopped working so I > tried this one and all the squeezeboxes show up as Airplay targets but > my iPhone is unable to connect. Any ideas or logs I can look at besides > server.log? Nothing obvious shows up there: > > > Code:

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

2017-10-08 Thread trufy
Hi Philippe, In my Case the plugin starts successfully and the Players are imediately broadcasted (but only after i waited several minutes before the LMS restart requested from the Plugin install). But Itunes, Iphone etc cant connect to the Players. From what i see in the Logs, it looks like the

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

2017-10-06 Thread jrebeiro
Hi, I was using disaster's original plugin which stopped working so I tried this one and all the squeezeboxes show up as Airplay targets but my iPhone is unable to connect. Any ideas or logs I can look at besides server.log? Nothing obvious shows up there: [17-10-06 23:28:56.2223] main::init

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

2017-10-04 Thread sbp
Hi Phillippe. I'm running LMS (newest version) on a pCP (RPI3) and successfully played via Tidal to a synched Logitech Radio, Logitech Duet and a pCP-player(RPI zerro-w). Shairtunes version 80.1 It played nicely in sync without issues - so good work. There was one issue: If I used the volume

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

2017-09-30 Thread philippe_44
sbp wrote: > Hi Phillipe > > I'm currently using version 74.0 with great success. > Previously I had the problem that the connection would break from time > to time and then I manually needed to select the LMS-Shairport player > again as the active connection on my IPad. But now it just works

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

2017-09-30 Thread sbp
Hi Phillipe I'm currently using version 74.0 with great success. Previously I had the problem that the connection would break from time to time and then I manually needed to select the LMS-Shairport player again as the active connection on my IPad. But now it just works - I have been playing

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

2017-09-29 Thread philippe_44
Filialen wrote: > I've got the same problem... > Since iOS11 when I want to skip ahead I have to pause, shift back to the > iPhone, shift back to Boom and start the next song. > And it's not just skip ahead. I can't pause or go back either. > Everything works perfectly if I don't touch the

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

2017-09-24 Thread philippe_44
Simon_rb wrote: > I am streaming Apple Music from iPhone, it’s not really useable anymore. > Take a good 25 seconds or so before it plays and then I can skip track > from either the physical player or from within the Apple Music app on > the iDevice. Same behaviour streaming from Mac > > >

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

2017-09-24 Thread Simon_rb
I am streaming Apple Music from iPhone, it’s not really useable anymore. Take a good 25 seconds or so before it plays and then I can skip track from either the physical player or from within the Apple Music app on the iDevice. Same behaviour streaming from Mac Sent from my iPhone using

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

2017-09-24 Thread Verulamius
I am having no problems with iOS 11 on my iPhone. This includes skipping to the next track, forwarding on the existing track and pausing. It actually feels a bit more reliable than before. I am using my iPhone to stream from the Naxos Music Library. When I had a problem previously, a

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

2017-09-23 Thread philippe_44
No worries, I'm glad you fix your issue and my plugin should be incriminated more often than LMS itself ;-). I have the same problem of unreponsivness from time to time and at least one case (not all of them) is correlated to mysb.com not responding, I really think. LMS 7.7, 7.8 and 7.9 -

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

2017-09-23 Thread Simon_rb
Verulamius wrote: > Philippe > > Just a quick message so say that I upgraded my iPhone to iOS 11 and that > Shairtunes2W is still working well. > > Thanks for all your help > > Verulamius Is it fully working? If you skip track on your iOS device does it skip on your LMS player? Sent from

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

2017-09-23 Thread alnames
philippe_44 wrote: > Have you tried to see what is the CPU usage on picore at that time? Hi Philippe, I thought removing ShairTunes2W fixed my problem but it reoccurred without it. Basically, my LMS became unresponsive for few seconds up to a minute. Running TOP showed nothing unusual but the

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

2017-09-23 Thread Simon_rb
Hi all, Wondered if people are using this with iOS 11? It worked fine until I updated to iOS 11. It will play a song however when I try to skip it won’t reconnect. Logs can be sent however I have tried Rowe two different iPhones on iOS 11 and both behave the same way. Anyone? cheers

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

2017-09-23 Thread philippe_44
alnames wrote: > Just curious if anyone else using a Picoreplayer based LMS on a > Raspberry Pi3 sees a significant lag in response with the ShareTunes2W > plugin enabled. My LMS would sometimes take up to a minute or more to > respond to command requests (ie playing Pandora stations or playing

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

2017-09-23 Thread Verulamius
Philippe Just a quick message so say that I upgraded my iPhone to iOS 11 and that Shairtunes2W is still working well. Thanks for all your help Verulamius Verulamius's Profile:

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

2017-09-16 Thread alnames
Just curious if anyone else using a Picoreplayer based LMS on a Raspberry Pi3 sees a significant lag in response with the ShareTunes2W plugin enabled. My LMS would sometimes take up to a minute or more to respond to command requests (ie playing Pandora stations or playing local files). Sometimes

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

2017-09-13 Thread Kasper_b
nowoxi wrote: > Hi I got that error > > > * Solution was > > * sudo apt-get install libssl-dev > * $ sudo perl -MCPAN -e 'install Crypt::OpenSSL::RSA' Tried your advise, but sad to say that nothing seems to have changed. here is the console readout: Code:

<    1   2   3   4   5   6   7   8   9   10   >