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

2018-11-24 Thread streampunk
Did the update to 4900-4876-1613 - works flawlessly. Best regards Martin PCP (always latest version) on RasPi 3 with PhatDac (player & server) PCP on several RasPis 2 +3 2 Airplay speakers (Sony SA-NS510) integrated via Airplay Bridge Plugin

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

2018-11-24 Thread streampunk
Thanks Phillippe, I‘ll look into the possibility to back up the current firmware and then try with the new one. I‘ll report. Bets regards Martin PCP (always latest version) on RasPi 3 with PhatDac (player & server) PCP on several RasPis 2 +3 2 Airplay speakers (Sony SA-NS510) integrated via

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

2018-11-23 Thread streampunk
Hi Phillippe, just to be sure: I‘ve been reading trough this thread for quite some time - do I get it right that I can install the firmware upgrade my Denon AVR-X3000 is offering, which will substitute Airplay by Airplay 2, without worrying about your Plugin? Thanks & best regards Martin PCP

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

2017-11-21 Thread streampunk
philippe_44 wrote: > I'm a bit confused. Why do you use Pi's as AirPlay target if you want to > use them under LMS? Shouldn't you use squeezelite as they are PcP > devices? I use both options: squeezelite for playback within the LMS biosphere, and Airplay to be able to stream sound (for example

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-11-21 Thread streampunk
Doesn‘t work. After modifying phono.liq, stream generation won‘t work at all. We‘ll need sb with more Liquidsoap expertise perhaps... PCP (always latest version) on RasPi 3 with PhatDac (player & server) PCP on several RasPis 2 +3 2 Airplay speakers (Sony SA-NS510) integrated via Airplay

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

2017-11-21 Thread streampunk
Hi Philippe, I'm not sure what has happened, but two out of three Raspis running PCP 3.22 (one of the also running LMS) won't show up any longer as Airplay targets. The only one that shows up (beside the built-in Airplay from my Denon AVR) is a Raspi conected via Wifi. There is another one

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-11-21 Thread streampunk
I'm testing remotely (via VPN) at the moment. The fact is that I can't connect to the Pi any longer.. But I'm not sure whether I actually managed to get it running or simply sent the Raspebery Pi into an eternal reboot loop, as there is no streaming (I had substituted shutdown by shutdown -r in

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-11-21 Thread streampunk
Very interesting, didn't know that. I imagine it's not that easy as putting Code: def handler() system("/path/to/your/shutdown-script") end source = on_blank(handler,source) into the Liquidsoap recipe (*.liq file) Code:

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-11-21 Thread streampunk
I was trying to do it the way that is described in http://thomer.com/howtos/detect_sound.html, which basically creates short samples of what is played through the sound card, analyses their voulme with sox and make the Raspi do sth. (e.g. shutdown) when the volume level drops below certain value.

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2017-11-02 Thread streampunk
Hmm... seems that this plugin uses the telnet way to talk to the Denon. As my AVR-X3000 won't respond to telnet at this moment ( I suppose that this has to do with a known problem petween the Denon AVRs and the router (AVM Fritzbox 7490)), unfortunately I can't test it: Code:

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2017-11-01 Thread streampunk
Thank you very much, Paul. This way, the plugin installation worked perfectly. Regards Martin PCP (always latest version) on RasPi 3 with PhatDac (player & server) PCP on several RasPis 2 +3 2 Airplay speakers (Sony SA-NS510) integrated via Airplay Bridge Plugin

Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2017-11-01 Thread streampunk
I have problems too when trying to activate the plugin. I can successfully activate the repo Code: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/denonavpcontrol/repo.xml And after doing so, the plugin is displayed

Re: [SlimDevices: Plugins] DenonSerial plugin thread

2017-11-01 Thread streampunk
Hi everybody, Is the DenonSerial plugin still supposed to work (I use PCP, latest version, and a Denon AVR-X3000)? I can install and configure the plugin, but it has no effect (e.g. Power on / off). Best regards Martin PCP (always latest version) on RasPi 3 with PhatDac (player & server) PCP

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-27 Thread streampunk
I've deactivated LiquidSoap and Icecast now. When I start the playback of a sound file with Code: aplay -vv -D hw:0,0 test.wav , it play all right (at least the "VU meter shown with -vv is alive) However, when I try to record with Code:

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-27 Thread streampunk
bpa wrote: > Did you first test with a simple source such as aplay ? I played around with aplay and speaker-test. I managed to run the sound detection script successfully, it generated the sample wav and did the analysis with sox - but didn' notice any sound. > The "unable to open slave" error

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-26 Thread streampunk
bpa wrote: > That looks like progress. I think the Liquidsoap will still work. Roarr... The Liquidsoup construct didn't work. Had to change in Code: phono = input.alsa(bufferize=true,fallible=false,device="hw:1") hw:1 to hw:0 (logically) But once

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-26 Thread streampunk
bpa wrote: > > 1. what does "arecord -L" say about dsnoop ? > Code: pi@wega:~ $ arecord -L null Discard all samples (playback) or generate zero samples (capture) default:CARD=Device USB Audio Device, USB Audio Default Audio Device sysdefault:CARD=Device

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-26 Thread streampunk
bpa wrote: > What I meant was - something between source and icecast/liquidsoap or > bertween icecast and liquidsoap - I don't use these so I don't know the > audio path. > ah, ok. I'm afraid I'll have to study a lot in order to find out about the audio path... > > It is unlikley the dsnoop

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-25 Thread streampunk
bpa wrote: > Why not just send a command to Zero to shut down ? Something like the > execute Plugin (it may need to be revived form somewhere) sending a > commanfd to Zero which is "listening" using netcat. > This would be a way, but not a fully automatic one. I even found a (German language)

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-25 Thread streampunk
Good morning, Perhaps I'm going slightly OT, but as I suppose that you audio specialist here are familiar with my question, I'll try it here: Now that the phono streaming to LMS is working, I'm looking for a way to have a clean shutdown (as opposed to simply switch of the power) of the Raspi Zero

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-24 Thread streampunk
Thanks! In the meantime, I've got the lossless phono streaming with Icecast and Liquidsoap to work in a stable way on a Raspi Zero with Stretch lite and a 10 Euro USB soundcard with stereo-in. The integration into LMS ist smooth, simply via a m3u like Code: #CURTRACK 0

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-24 Thread streampunk
Roland0 wrote: > Maybe this is a solution: 'use alsa with ssh' > (https://ywwg.com/wordpress/?p=1201) Interesting approach. But I have no clue how to wrap Code: ssh -C user@hostname sox -q -t alsa loop -t wav -b 16 -r 48k - | play -q - into a LMS

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-23 Thread streampunk
bpa wrote: > > If little use of network stream then locally connect storage and wifi > players would be OK. I‘ll try. AVM just released firmwares for my router and repeaters with true mesh functionality. Wifi feels much more vivid since then, perhaps strong enough for LMS and/or media being

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-23 Thread streampunk
bpa wrote: > Why put USB HDD on router (usually big security risks as often router > vendro s/w is not great) Well, all my routers are FritzBox devices from AVM, a German company known for the extraordinary work they do with firmware updates, so I don‘t have security concerns in this area

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-23 Thread streampunk
The network share way is a good idea! I could attach the USB HDD directly to the router. However, the Raspi used to stream the vinyl can only access the network via wifi (the one I use now as the main LMS is attached via ethernet) - not sure whether this would be a disadvantage, but for sure it's

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-23 Thread streampunk
Thanks - I was afraid that it wouldn't be that easy as to put a http://192... in front of wavinput:... :confused: > It might be simpler for you to create a http/MP3 stream from your audio > source using somehting like VLC this can be then be played by any audio > strreamer - including LMS.

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-23 Thread streampunk
Hi, bpa wrote: > The ALSA stream is played through the URL wavin: where > is the ALSA PCM name. Is it possible to modify the URL in a way that allows it to be invoked from another LMS/Squeezelite? The background is that I‘ve one Raspi with PCP/LMS for streaming good old vinyl via Waveinput,

Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2017-10-16 Thread streampunk
Thanks for this great plugin. I'll use it to integrate an old Wega turntable into my PCP ecosystem. Got it to work without any problem - once I had noticed, after hours of testing, logging, debugging... that it's not "wavein:..." but "wavin:..." :mad: Works with my cheap USB adapter, but it has

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

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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-08-03 Thread streampunk
philippe_44 wrote: > I will check but I assume this more ipeng doing its job of pausing other > players > Jörg just confirmed that iPeng (player) receives a Pause command from iOS when another iOS app takes over the audio on the iOS device. And that iPeng in this case pauses the entire group,

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

2017-08-03 Thread streampunk
philippe_44 wrote: > I'm not following what's the setup in 2/. Is this correct > > - You are controlling LMS from iPeng > - You have the local playback extension (squeezelite) in iPeng, on your > iPad and iPhone > - You have another AirPlay device in sync with this iPad & iPhone (using >

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

2017-08-03 Thread streampunk
Philippe, I've tested the other two cases now. 1. AIRPLAY SPEAKER LOSES NETWORK CONNECTION/ CONNECTS TO ANOTHER WLAN NETWORK Airplay speaker is powered off, rest of player continue - perfect... well, almost: In an ideal world, perhaps Airplay playback would restart as soon as the speaker gets a

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

2017-08-01 Thread streampunk
philippe_44 wrote: > ok, I thought about a solution that probably does well what you want: > you have now the option, upon reception of the information that the > player wants to disconnect (the user is changing source, likely), to > either stop the player (and all players in sync) of power if

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

2017-07-31 Thread streampunk
Hi Philippe, philippe_44 wrote: > I promise I'll think about that, but they are already a lot of options > and the settings starts to be confusing, which means more questions :) Yesterday I noticed a similar phenomenon in a different constellation: I was streaming music to two

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

2017-07-28 Thread streampunk
philippe_44 wrote: > I promise I'll think about that, but they are already a lot of options > and the settings starts to be confusing, which means more questions :) Thanks! If you should decide to include this option, I would happily provide any explanation/help texts if you consider it helpful.

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

2017-07-27 Thread streampunk
Thanks Philippe for the explanation. I fully understand what you say, and I also have an AV receiver at home with integrated Airplay. philippe_44 wrote: > > AirPlay devices will use this "prevent-playback" message that you've > seen and I interpret this as a "LMS, stop immediately, please"

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

2017-07-24 Thread streampunk
Hi, streampunk wrote: > > I've noticed that when I take the AP speaker from the Wifi main zone to > the Wifi secondary zone while playing music, the playback stops, not > only on the Airplay speaker, but also on the cabled Raspi (iPeng > switches to Paused In addition to the inf

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

2017-07-18 Thread streampunk
Hi everybody, My setup is: - PCP/LMS, Ap Bridge 0.2.2.5 on a Raspi 3 with Amp connected to PhatDAC, connected via cable to local network - 2 Airplay speakers (Sony SA-NS) - Wifi main zone - Wifi second zone (2nd router as repeater), same credentials as Wifi main zone - iPeng for controlling

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

2017-04-18 Thread streampunk
Great, thanks! streampunk's Profile: http://forums.slimdevices.com/member.php?userid=66210 View this thread: http://forums.slimdevices.com/showthread.php?t=105198 ___ plugins

Re: [SlimDevices: Plugins] iPeng support thread

2017-04-17 Thread streampunk
Hi, Is it possible to change the player icons that are displayed in the (synchronized) player section? Best regards Martin Gesendet von iPad mit Tapatalk Pro streampunk's Profile:

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

2017-04-17 Thread streampunk
Thanks for the explanation Philippe. Perhaps it would be an option to enable your plugin to give some kind of warning (comparable to those a PC gives if its network address is already in use in the network). The duplicity of the Airplay option in LMS and the different players can be quite

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

2017-04-17 Thread streampunk
Thanks for the explanation Philippe. Perhaps it would be an option to enable your plugin to give some kind of warning (comparable to those a PC gives if its network address is already in use in the network). The duplicity of the Airplay option in LMS and the different players can be quite

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

2017-04-17 Thread streampunk
Thanks Philippe. Perhaps I found the reason (accidently). I had a Raspi with Kodi and XSqueeze running in my network, with Kodi's Airplay option activated. This lead to the Kodi Raspi appearing twice in the player list, and even if you only activate one, you're running into problems (that can be

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

2017-04-17 Thread streampunk
Hi Philippe, I've just tired to substitute the HDMI audio from PCP to my Denon AVR-X3000 by Airplay. This always works for a short time, then the plugin seems to crash and restart: Code: Starting Squeeze2raop:

Re: [SlimDevices: Plugins] iPeng support thread

2017-04-14 Thread streampunk
Hi, Couldn't find the answer/function: is this possible? Regards Martin streampunk's Profile: http://forums.slimdevices.com/member.php?userid=66210 View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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

2017-04-13 Thread streampunk
Thanks, I was afraid that this would be the case. But hoped that the cache folder might contain audio data... streampunk's Profile: http://forums.slimdevices.com/member.php?userid=66210 View this thread:

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

2017-04-13 Thread streampunk
Hi, I hope i've searched hard enough, but I couldn't find the information I was looking for. As I'm using LMS and Spotify several months per year at a location where I have a limited data contingent, I was wondering whether the option to store songs and playlists locally which the Spotify app

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

2017-04-13 Thread streampunk
Ooops, my fault, or wishful thinking ;) Actually, The Sonys are Airplay compatible, so I'll try it this way. streampunk's Profile: http://forums.slimdevices.com/member.php?userid=66210 View this thread:

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

2017-04-12 Thread streampunk
Thanks for this information. I'll try to find out the volume scaling of the Sony speakers. But I'm facing another issue: As far as I understood the excellent documentation, UPNP players should synchronize as if they were native SBs. In my case, however, there is a lapse of ca. 1 sec. (the Sonys

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

2017-04-12 Thread streampunk
Pbilippe, Thank you so much for this great plugin. It makes me hoping for the chance to use my "old" Sony SA-NS510 network speakers with LMS. I've installed the plugin, and got them playing without changing the configuration. However, the playback is not ok yet, volume changes up and down almost

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

2016-11-08 Thread streampunk
philippe_44 wrote: > Try to change the arm-linux name by arm-linux-gnueabi-thread-multi > and/or try so check the rights and owner of what you unzipped ok, did so. I noticed that, while all other plugin folders had "1000" (= share) as owner and 0777, the ShairTunes2W folder was root / 0755.

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

2016-11-07 Thread streampunk
philippe_44 wrote: > One way or the other, your directory structure below cache/installed > plugins/shairtunes2w/lib is wrong. What do you have? I've unzipped the compressed files inside your zip archive, too - hope this was ok?

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

2016-11-07 Thread streampunk
Code: [16-11-07 18:06:43.2158] Slim::bootstrap::tryModuleLoad (285) Warning: Module [Plugins::ShairTunes2W::Plugin] failed to load: Can't locate Crypt/OpenSSL/RSA.pm in @INC (@INC contains: /mnt/HD/HD_a2/Nas_Prog/logitechmediaserver-7.7.2/Plugins/ShairTunes2W/lib

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

2016-11-07 Thread streampunk
I think there is a description at https://community.wd.com/t/guide-building-packages-for-the-new-firmware-someone-tried-it/93382/17 on how to make a package for WD MyCloud devices, but I'm afraid that this is far beyond my horizone... I'm not even sure if this would be a way to get the missing

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

2016-11-07 Thread streampunk
ok, did so. And copied the content of the zip file to /mnt/HD/HD_a2/Nas_Prog/logitechmediaserver-7.7.2/Cache/InstalledPlugins/Plugins/ShairTunes2W/lib/5.10/armv5tejl-linux Now there is a subfolder for ShairTunes2W, but installations still fails. The log says: Code:

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

2016-11-07 Thread streampunk
Thanks a lot Philippe, philippe_44 wrote: > you have to unzip the exact content in the lib plugin directory, under a > new folder named 5.18 (you'll see there are a 5.14 and 5.20). I'm not sure whether the file structure on the WD is the same. What I found is: Code:

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

2016-11-06 Thread streampunk
philippe_44 wrote: > Sorry to insist but did you try to update LMS itself? I can try to build > a 5.10 version for you later if perlbrew works on my pi, but as you can > see it has not been massively successful so far ... I don't know of any way to update the WD besides the regular updating

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

2016-11-06 Thread streampunk
philippe_44 wrote: > I've added a 5.18.2 to match exactly your version. Unzip it directly in > the i686 ... directory (this one is one directly level *less* than the > first one) Any rescue for my case (Perl 5.10)? Or otherwise any idea on how to update Perl on a WD MyCloud?

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

2016-11-05 Thread streampunk
philippe_44 wrote: > crap ... how come you ended with Perl 5.18? In that case, as I wrote in > the post above, you must have the RSA piece of the Crypto lib of Perl > installed, as I only provide a compiled version for 5.14 and 5.20 Even worse, WD Ex4 has "Perl-Version: 5.10.0 - arm-linux", and

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

2016-11-05 Thread streampunk
found /mnt/HD/HD_a2/Nas_Prog/logitechmediaserver-7.7.2/Cache/DownloadedPlugins, but it is empty. /mnt/HD/HD_a2/Nas_Prog/logitechmediaserver-7.7.2/Cache/InstalledPlugins/Plugins contains "Raop Bridge", which I also had tried to install. ?

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

2016-11-05 Thread streampunk
philippe_44 wrote: > did you wait a few minutes between installation and restart of lms? I'm afaid I wasn't aware that I had to wait. When the restart window popped up, I hit OK. > If not, then you have a corrupted partial download in the cache > directory that you must manually delete. Set

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

2016-11-05 Thread streampunk
philippe_44 wrote: > I assume the WD is a power PC CPU, right? Google says it's got Marvell Kirkwood 88F6282A1 @ 2.0 GHz (single-core) as CPU Regards Martin streampunk's Profile:

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

2016-11-05 Thread streampunk
Thanks Philippe, seems I've got a little bit confused by the different threads. Well, so I'm right here with my little problem: I've been sucessfully running SqueezeCenter 1.3 for a couple of days on my WD MyCloud Ex4 NAS (Arm. However, when it comes to installing ShairTunes, I get errors: When

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

2016-11-04 Thread streampunk
Hello everybody, I've been running LMS on a Western Digital MyCloud Ex4 NAS (arm with 'castrated' debian and perl 5.10.0) sucessfully for a couple of days now. However, I fail to get the Shairplay plugin running. It loads sucessfully from