Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-08-29 Thread slartibartfast


frankd wrote: 
> The problem is that the buster distribution uses a libc6 library, which
> has been marked as modified for the pi (+rpi1)
> 

Isn't this exactly the same problem we had with Stretch? In that case
your workaromd of ignoring dependencies was successful. I don't
understand why it doesn't work for Buster.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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

2019-08-29 Thread philippe_44

john greenwood wrote: 
> Bumping this for my brother. :)

I don’t have a good explanation at this point. The log says that the
connection with LMS is suddenly broken, it does not seem to be between
the bridge and the player. Any chance you could try with a different
kind of server, like a Pi?



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, GGMM E5

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] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-08-29 Thread frankd


ErwinB wrote: 
> First of, thanks for responding.
> 
> First one:
> sudo dpkg -i --ignore-depends=libgcc1:i386,libc6:armhf
> ./libc6_2.28-10_i386.deb
> (Reading database ... 89033 files and directories currently installed.)
> Preparing to unpack ./libc6_2.28-10_i386.deb ...
> Unpacking libc6:i386 (2.28-10) over (2.28-10) ...
> dpkg: error processing package libc6:i386 (--install):
> package libc6:i386 2.28-10 cannot be configured because libc6:armhf is
> at a different version (2.28-10+rpi1)
> Processing triggers for libc-bin (2.28-10+rpi1) ...
> Errors were encountered while processing:
> libc6:i386
> 
> Second one:
> sudo dpkg -i --ignore-depends=libgcc1:i386,libc6:armhf 2.28-10+rpi1
> ./libc6_2.28-10_i386.deb
> dpkg: error: cannot access archive '2.28-10+rpi1': No such file or
> directory
> 
> Third :
> dpkg --force-all  --ignore-depends=libgcc1:i386 -i 
> ./libc6_2.28-10_i386.deb
> (Reading database ... 89033 files and directories currently installed.)
> Preparing to unpack ./libc6_2.28-10_i386.deb ...
> Unpacking libc6:i386 (2.28-10) over (2.28-10) ...
> dpkg: error processing package libc6:i386 (--install):
> package libc6:i386 2.28-10 cannot be configured because libc6:armhf is
> at a different version (2.28-10+rpi1)
> Errors were encountered while processing:
> libc6:i386
> 
> Last:
> dpkg --force-all  -i  ./libc6_2.28-10_i386.deb
> (Reading database ... 89033 files and directories currently installed.)
> Preparing to unpack ./libc6_2.28-10_i386.deb ...
> Unpacking libc6:i386 (2.28-10) over (2.28-10) ...
> dpkg: error processing package libc6:i386 (--install):
> package libc6:i386 2.28-10 cannot be configured because libc6:armhf is
> at a different version (2.28-10+rpi1)
> Errors were encountered while processing:
> libc6:i386
> 
> Unfortunately no joy...
> Just in case, I got the libc6 file here:
> https://packages.debian.org/buster/i386/libc6/download not even sure
> it's the right one so.
> Anyway, thanks for trying.

The problem is that the buster distribution uses a libc6 library, which
has been marked as modified for the pi (+rpi1)


For the second approach, I forgot to add quotes, maybe a small chance
that it works:
sudo dpkg -i --ignore-depends=libgcc1:i386,'libc6:armhf 2.28-10+rpi1'
./libc6_2.28-10_i386.deb

If that doesn't work, another strategy could be to remove the current
version of the libc6 library and reinstall it, hoping that it will be
replaced by a non-modified version of the Debian Distro (please make a
backup as this is guessing without being able to test):
sudo apt-get purge libc6:armhf
sudo apt-get autoclean 
sudo apt-get update
sudo apt-get install libc6:armhf
sudo dpkg -i --ignore-depends=libgcc1:i386 ./libc6_2.28-10_i386.deb

In case this block of commands does not work, another idea would be to
download also the libc6:armhf manually and re-run the block but instead
of the second last line use sudo dpkg -i ./libc6_2.28-10_armhf.deb and
afterwards run the last line again...



frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-08-29 Thread rgdawson


Turns out I broke some minor things in the last release, so 2.4.8 is on
the way

Fixes:


- I broke logging.  Not essential, but fixed in 2.4.8.
- Introduced a bug with Squeezelite startup.  I was experimenting with
  creating the squeezelite process in a background thread and forgot to
  take it out in 2.4.7.  This may cause you to see "Squeezelite failed
  to start" message" even though it actually started.
- Fixed a sizing problem with the mini-player.
  


R Greg Dawson



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] google home and lms

2019-08-29 Thread foogy


rowmoney wrote: 
> I have voice control working through Google Assistant and OpenHAB.  I
> have OpenHAB server installed on the same machine as my LMS.  The first
> part of this requires installing and setting up OpenHAB.  I installed
> the squeezebox binding in OpenHAB to give me the ability to control
> players through LMS.  Also have to install and set up the OpenHAB Cloud
> binding.  And finally you have to add homekit tags to the squeezebox
> items to allow Google Assistant to recognize them and issue commands. 
> Step 2) involves the setup on the Google Assistant side.  In Google
> assistant settings, go to services > home control > Add device, and add
> OpenHAB.  
> 
> As an alternative to using the Google/OpenHAB direct interface, you
> could also set up IFTTT to be the middle-man between Google Assistant
> and OpenHAB.

My Google Assistant can't find my squeezebox Players. 
How do the homekit tags look like? I can't find any Player tag in the
documentation https://www.openhab.org/docs/ecosystem/google-assistant/

Can you share an example on how the items are setup to be dected by
Google Home?



foogy's Profile: http://forums.slimdevices.com/member.php?userid=62475
View this thread: http://forums.slimdevices.com/showthread.php?t=108875

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2019-08-29 Thread madpatrick


radioactive wrote: 
> Go back to the previous version (SuperDateTime 5-9-53)  and It will work
> again
> 
> https://sourceforge.net/projects/sdt-weather-com/files/SuperDateTime5-9-53.zip
This worked for me. Thanks



-
Patrick

madpatrick's Profile: http://forums.slimdevices.com/member.php?userid=4929
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread left channel


mherger wrote: 
> You mention SLX. Would you see the same on other UIs, too? Eg. if you 
> left the web UI open in browser? Is putting the computer to sleep key to
> 
> the issue?

left channel wrote: 
> Putting the computer to sleep is key. So far just SLX. 
> 
> I'll experiment with the web browser. I usually use that only on Android
> (in place of Squeezer sometimes) for remote players.

Of course now I'm unable to reproduce this in SLX. It happened regularly
in a previous release. Greg doesn't use the RP app and wasn't trying to
address anything related in the updates he's released since, but now
it's gone. Maybe it was something unique to my installation. 

Also unable to reproduce this in a web browser controlling SLX on
another PC, or controlling a Touch. 

I tried waking the PC up after approximately 10 seconds, and after a few
minutes.

I'll let you know if I see this again.



LMS: SGC microJukebox running Sonicorbiter OS
Control apps: Squeezelite-X on Win 10; Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-08-29 Thread gcurrie


On the updating issue, it turns out I am able to update manually through
the Windows Store app. The issue is with the automatic updates.



-Gordon

Logitech Media Server 7.9.1 + Windows Server 2016
Duet/3 Receivers
Squeezelite-X on all PCs
Squeezepad on iPads

gcurrie's Profile: http://forums.slimdevices.com/member.php?userid=31389
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread left channel


mherger wrote: 
> > You mention SLX. Would you see the same on other UIs, too? Eg. if you
> 
> left the web UI open in browser? Is putting the computer to sleep key to
> 
> the issue?

Putting the computer to sleep is key. So far just SLX. 

I'll experiment with the web browser. I usually use that only on Android
(in place of Squeezer sometimes) for remote players.



LMS: SGC microJukebox running Sonicorbiter OS
Control apps: Squeezelite-X on Win 10; Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread Michael Herger

By the way Michael, I recently noticed in some situations here the app
will continue to access the data API while the music is paused. Not a
problem, just interesting. In SLX, playing the Main FLAC Interactive
stream in SLX, I paused the music, put my PC to sleep, then later woke
the PC up, and with the music still paused I notice the album art,
artist, and track name continued to change.


You mention SLX. Would you see the same on other UIs, too? Eg. if you 
left the web UI open in browser? Is putting the computer to sleep key to 
the issue?


--

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread left channel


This is great! I can't find any announcement by Bill, just posts on
other forums. But I'm listening to Electic right now in place of Groovy,
and it's -far out, man,- in its own way. 

By the way Michael, I recently noticed in some situations here the app
will continue to access the data API while the music is paused. Not a
problem, just interesting. In SLX, playing the Main FLAC Interactive
stream in SLX, I paused the music, put my PC to sleep, then later woke
the PC up, and with the music still paused I notice the album art,
artist, and track name continued to change. Pressing the play button
confirmed that the data was still synced to whatever music was on the
stream. 

Not a problem for me, but I figure you'd want to know.



LMS: SGC microJukebox running Sonicorbiter OS
Control apps: Squeezelite-X on Win 10; Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread Michael Herger

I don't listen much to Radio Paradise these days, so I don't know how
long these two extra mixes have been available


Interesting. Rock had been there before, but Eclectic is new (there used 
to be Groovy at some point). And the live streams are even further away 
from the interactive FLAC version. Even on radioparadise.com...


--

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread Man in a van


d6jg wrote: 
> The Rock & Eclectic mixes were available a while ago then removed but it
> looks like they are back!


Ahh, I had forgotten what the were called :o:o:o :p (nobody likes a
smart arse :))

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=108189

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread d6jg


Man in a van wrote: 
> I don't listen much to Radio Paradise these days, so I don't know how
> long these two extra mixes have been available
> 
> https://radioparadise.com/listen/stream-links
> 
> flac streaming links are further down the page
> 
> ronnie

The Rock & Eclectic mixes were available a while ago then removed but it
looks like they are back!



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

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

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2019-08-29 Thread Man in a van


I don't listen much to Radio Paradise these days, so I don't know how
long these two extra mixes have been available

https://radioparadise.com/listen/stream-links

flac streaming links are further down the page

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=108189

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2019-08-29 Thread radioactive


dbinder101 wrote: 
> I too have had the same symptoms: When I initially set my Touch and
> Radio to pick up the forecast, it is correct, but it never refreshes. I
> have not changed anything on my server.
> 
> -David
Go back to the previous version (SuperDateTime 5-9-53)  and It will work
again



Squeezeplay on RaspberryPi 2 with HifiBerry Amp and 2 Squeezebox Radios.
All Served by logitechmediaserver_7.9.2  on RaspberryPi 2  with
Raspbian.

radioactive's Profile: http://forums.slimdevices.com/member.php?userid=61492
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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