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

2021-01-29 Thread Man in a van


RobbH wrote: 
> Thanks, Philippe. libmad0 is installed now. I'll try switching binaries
> tomorrow, as well as working on generating the needed logs.

I had quite forgotten :o that running Raspbion OS Lite means that not
all the bits and pieces that are required for LMS are installed (as they
are in the Desktop [well mostly :)]

I keep several "spoof" sheets and I scrolled further down the page of
one and found this (from when I used to use "Lite",


Code:


  sudo apt install -y libsox-fmt-all libflac-dev libfaad2 libmad0
  
  sudo apt install libio-socket-ssl-perl lame libcrypt-openssl-rsa-perl -y   
#(for ShairTunes)
  



it is actually lifted from 

http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-stand-alone-squeezebox-server-and-player-for-bbq/

Any way I just ran the lines in the Desktop image, with the following
outcome


Code:

pi@raspberrypi:~ $ sudo apt install -y libsox-fmt-all libflac-dev libfaad2 
libmad0
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  libfaad2 is already the newest version (2.8.8-3).
  libfaad2 set to manually installed.
  libmad0 is already the newest version (0.15.1b-10).
  libmad0 set to manually installed.
  The following additional packages will be installed:
  libao-common libao4 libogg-dev libopencore-amrnb0 libopencore-amrwb0 
libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base libsox-fmt-mp3 libsox-fmt-oss 
libsox-fmt-pulse libsox3
  Suggested packages:
  libaudio2 libsndio6.1
  The following NEW packages will be installed:
  libao-common libao4 libflac-dev libogg-dev libopencore-amrnb0 
libopencore-amrwb0 libsox-fmt-all libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base 
libsox-fmt-mp3 libsox-fmt-oss
  libsox-fmt-pulse libsox3
  0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
  Need to get 1,154 kB of archives.
  After this operation, 2,888 kB of additional disk space will be used.



and


Code:

pi@raspberrypi:~ $ sudo apt install libio-socket-ssl-perl lame 
libcrypt-openssl-rsa-perl -y
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  libio-socket-ssl-perl is already the newest version (2.060-3).
  The following additional packages will be installed:
  libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl
  Suggested packages:
  lame-doc
  The following NEW packages will be installed:
  lame libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl 
libcrypt-openssl-rsa-perl
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  Need to get 336 kB of archives.
  After this operation, 556 kB of additional disk space will be used.



Hope this proves useful :)

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

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


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

2021-01-29 Thread RobbH


philippe_44 wrote: 
> The mp3 issue is due to the fact that your basic installation does not
> include "mad" shared library (its a "sudo apt-get install libmad" or
> libmad0, I can't remember). The non-static version of the bridge relies
> on shared libraries for codec. At startup, it tries to load them and
> only enables the codec for the ones found, even if you have set "mp3" in
> the codec list. The static version has *everything* built-in but the
> price to pay is a much bigger binary and no update of the codecs.
> 
> For the startup issue, it feels as said by Ronnie that when the bridge
> is started, then the IP address is not available yet. I've seen that
> more than a few times. I would need a server log and a bridge log

Thanks, Philippe. libmad0 is installed now. I'll try switching binaries
tomorrow, as well as working on generating the needed logs.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


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

2021-01-29 Thread Paul Webster


philippe_44 wrote: 
> I have been having a similar issue for a while and did not find the
> reason yet

I happened to build a new LMS recently - not an upgrade and installed
the plugin ... and saw it happen. So my guess that this might be due to
updating an old install was not right.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

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

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


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

2021-01-29 Thread philippe_44


RobbH wrote: 
> After switching to the normal build of the binary, I get the same
> behavior. After a reboot, AirPlay speakers don't connect until the
> bridge is restarted. And I also get a vivid reminder of why I switched
> to the static build: the bridge can't handle mp3 files when the normal
> build is running. They play fine on the three players connected by
> ethernet, but if I try to play an mp3 on an AirPlay player (alone or as
> part of a group), I get this error in the log:
> 
> > 
Code:

  >   > Slim::Player::Song::open (415) Error: Couldn't create command line for 
mp3 playback for [file:

> > 
> 
> Flac files play fine. The list of codecs supported by the bridge does
> include mp3.
> 
> I could take that as an incentive to switch the entire library over to
> flac. but I don't think that's likely to happen.
> 
> Whether this is in any way related to the other problem, I have no
> idea. I also suspect the concatenation error is unrelated. I see it's
> in your log, too.
> 
> You've helped me narrow the field of possibilities, and I appreciate
> that. I hate to pile more on Philippe, but it looks like it's up to
> him!
> 
> edit: I really ought to acknowledge that restarting the bridge a few
> minutes after rebooting the Pi is not a difficult task, and I can
> easily continue to do that. It would be nice to find the problem,
> though.

The mp3 issue is due to the fact that your basic installation does not
include "mad" shared library. The non-static version of the bridge
relies on shared libraries for codec. At startup, it tries to load them
and only enables the codec for the ones found, even if you have set
"mp3" in the codec list. The static version has *everything* built-in
but the price to pay is a much bigger binary and no update of the
codecs.

For the startup issue, it feels as said by somebody else that when the
bridge is started, then the IP address is not available yet. I would
need a server log and a bridge log



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

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

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


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

2021-01-29 Thread philippe_44


Paul Webster wrote: 
> Just noticed that the newish "Authorised ports" field in settings
> displays as
> HASH(0x98f8eb0)
> 
> My guess is this is to do with uninitialised fields and this being an
> upgrade rather than a fresh install.
> Versions:
> AirPlay bridge v0.4.50.8
> Logitech Media Server Version: 8.1.1 - 1610082237 @ Fri Jan 8 06:42:07
> CET 2021

I have been having a similar issue for a while and did not find the
reason yet



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

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

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


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

2021-01-29 Thread rgdawson


Version 2.7.13 is submitted/available.

Changes:

- Hover over Tray Icon displays now playing in hint.
- Fix: Remember selected player when connection comes back after being
  lost
- Squeezlite player version is v1.9.8-1323
- Updated CEF browser library version
- Maybe a fix for TomS issues where tray icon color wrong when
  connection comes back after being lost
  

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] Announce: Material Skin

2021-01-29 Thread bwaldron


cpd73 wrote: 
> Thanks! Fixed now.

Indeed it is. Thank YOU!



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-29 Thread cpd73


bwaldron wrote: 
> I've been using an older development build of 2.2.0 (from 1/6). Since
> you're close to release, I thought I'd test out some of the developments
> since then. 
> 
> I'm seeing an issue with the latest build, just downloaded from github:
> I have chosen to display Composers in all genres; however, I no longer
> see the Composer appearing in the Queue or Now Playing (they do still
> show up when browsing genres, and even in the browser page title when
> playing a song. If I revert to the earlier build, Composer info once
> again appears in the Queue and Now Playing. So it appears that a change
> happened somewhere between 1/6 and today.

Thanks! Fixed now.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


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

2021-01-29 Thread RobbH


Man in a van wrote: 
> Hope you sort it
> 
> Philippe will be up and about soon :)
> 
> ronnie

After switching to the normal build of the binary, I get the same
behavior. After a reboot, AirPlay speakers don't connect until the
bridge is restarted. And I also get a vivid reminder of why I switched
to the static build: the bridge can't handle mp3 files when the normal
build is running. They play fine on the three players connected by
ethernet, but if I try to play an mp3 on an AirPlay player (alone or as
part of a group), I get this error in the log:


Code:

Slim::Player::Song::open (415) Error: Couldn't create command line for mp3 
playback for [file:



Flac files play fine. The list of codecs supported by the bridge does
include mp3.

I could take that as an incentive to switch the entire library over to
flac. but I don't think that's likely to happen.

Whether this is in any way related to the other problem, I have no idea.
I also suspect the concatenation error is unrelated. I see it's in your
log, too.

You've helped me narrow the field of possibilities, and I appreciate
that. I hate to pile more on Philippe, but it looks like it's up to him!



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


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

2021-01-29 Thread Man in a van


Hope you sort it

Philippe will be up and about soon :)

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

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


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

2021-01-29 Thread RobbH


Man in a van wrote: 
> Just popped LMS 8.0 on a rpi OS desktop
> 
> 33158
> 
> and left everything at default
> 
> 33159
> 
> Seems to be working 
> 
> 
> 
> 
> ronnie

Mine looks much the same, but with one major exception. I have had many
issues with the armv6hf binary. The bridge has only worked for me with
the static binary. Other than that, the only change I've made from
default settings is to turn on encryption for three of the speakers.

This AirPlay bridge settings page always looks normal to me, but when I
go to the Information tab, I see that the AirPlay speakers are not
connected, until I restart the bridge.

I'm going to try going back to the normal build of the binary now, to
see if anything has changed in all the tweaking I've done.

And again, thanks for your help.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


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

2021-01-29 Thread Man in a van


Here is the server log



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

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


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

2021-01-29 Thread RobbH


Man in a van wrote: 
> Try running this line and then reboot
> 
> > 
Code:

  >   > sudo apt-get install libio-socket-ssl-perl libnet-libidn-perl 
libnet-ssleay-perl perl-openssl-defaults
  > 

> > 
> 
> you don't need all of these, some should already be there, but nothing
> will hurt.
> 
> I'm just setting up a LMS 8.2
> 
> ronnie

Thanks again. All of those were already installed, so I added
--reinstall to the command. No change.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


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

2021-01-29 Thread Man in a van


Just popped LMS 8.0 on a rpi OS desktop

33158

and left everything at default

33159

Seems to be working 

33160


ronnie


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


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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-29 Thread bwaldron


cpd73 wrote: 
> I'll look into this, but not for the next release - as I'd like to
> release that soon.

I've been using an older development build of 2.2.0 (from 1/6). Since
you're close to release, I thought I'd test out some of the developments
since then. 

I'm seeing an issue with the latest build, just downloaded from github:
I have chosen to display Composers in all genres; however, I no longer
see the Composer appearing in the Queue or Now Playing (they do still
show up when browsing genres, and even in the browser page title when
playing a song. If I revert to the earlier build, Composer info once
again appears in the Queue and Now Playing. So it appears that a change
happened somewhere between 1/6 and today.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


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

2021-01-29 Thread Man in a van


Try running this line and then reboot


Code:

sudo apt-get install libio-socket-ssl-perl libnet-libidn-perl 
libnet-ssleay-perl perl-openssl-defaults
  



you don't need all of these, some should already be there, but nothing
will hurt.

I'm just setting up a LMS 8.2

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

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


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

2021-01-29 Thread RobbH


Man in a van wrote: 
> On the raspberry pi OS desktop
> 
> open raspberry pi config, there is a box to tick for "wait for network"
> 
> If using the lite raspberry pi OS 'headless' open a terminal and type
> sudo raspi-config and you should be able to set the same requirement
> from there

Many thanks, but that was already done. At least, I think it was already
done, but I don't know of any way to check the current status of
settings made in raspi-config. (Yes, this is a headless system.) So I am
almost certain I had already done that, but just to be sure, I set it to
wait for network (again) and rebooted. The bridge still didn't find
players until it was restarted.

However, there was a change: this time, the concatenation errors did not
appear in the server log.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


[SlimDevices: Plugins] Docker on Synology NAS cannot browse music libreary

2021-01-29 Thread ygi


Hi,
I have just changed my old Readynas with a synology 1819+ (DSM
6.2.3-25426). 
I have installed apnar/logitechMediaServer on the docker application on
DSM.
I have mapped the volume share on /music.
But When I go on the lms siteweb (nas:9000) and configure the
installation, When I open the browser dialog, the directory music is not
listed. But When I go in the terminal (bash) i can get in the mapped
directory. I have also tried to edit the server prefs in order to set
the right directory. Even if i can see the modifications in the setting
page, it cannot scan the library.
Have you an idee what could be the problem ?



ygi's Profile: http://forums.slimdevices.com/member.php?userid=38324
View this thread: http://forums.slimdevices.com/showthread.php?t=113806

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


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

2021-01-29 Thread Man in a van


On the raspberry pi OS desktop

open raspberry pi config, there is a box to tick for "wait for network"

If using the lite raspberry pi OS 'headless' open a terminal and type
sudo raspi-config and you should be able to set the same requirement
from there



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

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-01-29 Thread expectingtofly


jophill wrote: 
> I am getting 30-second interrupts occasionally (once or twice a day). 
> Sometimes the same log entry as above (Warn level) but also sometimes
> naming BBC Sounds as in > 
Code:

  >   > [21-01-29 12:46:31.7755] Slim::Utils::Timers::__ANON__ (272) Error: 
Timer Slim::Networking::Async::_async_error failed: Can't call method 
"status_line" on an undefined value at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/BBCSounds/ProtocolHandler.pm
 line 840.

> > This was twice today on a new installation of piCorePlayer 7.0.0 a
> couple of days ago with LMS 8.1.1 and all plugins up to date as of
> yesterday evening.  I will investigate further if I can get some hint
> about what to look for.  
> 
> Regards (with many thanks for the work on the plugin)
> 
> John

Ah, thanks.  There is an error there.  Streaming failed, and it should
have retried. But couldn't because of a bug.  I'll get a fix out.



*BBC Sounds Plugin Wiki* : 
https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


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

2021-01-29 Thread RobbH


I recently replaced the worn-out X86_64 machine that used to run LMS
with a Raspberry Pi 4B running Rasberry Pi OS and (usually) the latest
nightly of LMS 8.2.0. Setting everything up from scratch and not even
referring to the previous settings, I've had a lot of problems with the
AirPlay Bridge. Fortunately, in most cases I have been able to figure
out what I did wrong to cause the problems. This is one of the
exceptions.

Whenever the Pi reboots, the bridge starts up with LMS, but it never
finds its players (five in all). After LMS has been running a few
minutes, I can restart the bridge, and it will quickly connect with the
players. The following errors in the server log seem to occur while it
is successfully connecting with the players:


Code:


  [21-01-29 07:29:31.9418] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9412] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 108.
  [21-01-29 07:29:31.9431] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9427] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 116.
  [21-01-29 07:29:31.9442] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9438] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 122.
  [21-01-29 07:29:31.9453] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9449] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 128.
  [21-01-29 07:29:31.9477] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9473] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 137.
  [21-01-29 07:29:31.9498] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9494] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 150.
  [21-01-29 07:29:31.9507] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9504] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 156.
  [21-01-29 07:29:31.9529] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9525] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 167.
  [21-01-29 07:29:31.9538] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9535] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 173.
  [21-01-29 07:29:31.9558] Slim::Utils::Misc::msg (1266) Warning: 
[07:29:31.9554] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/HTML/EN/plugins/RaopBridge/settings/basic.html
 line 182.



There are usually three iterations of that set of errors. I don't have
any reason to think it's related, but maybe I should mention that three
of the five speakers that I use with the bridge require encryption.

Without having any actual knowledge of the code involved, my uninformed
guess is that the bridge is starting up too early. If that is the
problem, is there anything I can do to delay its startup?



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

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

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


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

2021-01-29 Thread Paul Webster


Very old Philips Fidelio ... works but slow to get going.

Can you suggest a setting that might make it start more quickly?
Right now everything is as default.


Code:


  [16:28:40.106955] sq_callback:375 [0x423d28]: set current URI (s:0) 
http://192.168.2.152:60461/bridge-2.mp3
  [16:28:40.107765] AVTSetURI:91 [0x423d28]: uPNP setURI 
http://192.168.2.152:60461/bridge-2.mp3 (cookie 0x12)
  [16:28:40.113016] process_start:1202 [0x3a2fe0]: codec:*, ch:0, s:0, r:0
  [16:28:40.130911] sendSTAT:169 [0x3a2fe0]: STAT:[STMc] msplayed 0
  [16:28:40.348429] AVTSetPlayMode:167 [0x423d28]: uPNP set play mode (cookie 
0x13)
  [16:28:40.348843] AVTPlay:151 [0x423d28]: uPNP play (cookie 0x13)
  [16:28:40.349108] CtrlSetVolume:245 [0x423d28]: uPNP volume 49 (cookie 0x13)
  
  *** 50 seconds with no extra log info  then ... music starts shortly 
after the entries below
  
  [16:29:30.199633] output_http_thread:140 [0x3a2fe0]: got HTTP connection 11
  [16:29:30.200155] output_http_thread:169 [0x3a2fe0]: drain is 2621440 (waited 
50079)
  [16:29:30.214050] handle_http:467 [0x3a2fe0]: received GET /bridge-2.mp3 
HTTP/1.1
  [16:29:30.214248] handle_http:470 [0x3a2fe0]: HTTP headers
  Host: 192.168.2.152:60461
  Icy-MetaData: 1
  Connection: close
  transferMode.dlna.org: Streaming
  User-Agent: WinampMPEG/2.8
  Accept: */*
  
  [16:29:30.217028] handle_http:552 [0x3a2fe0]: responding:
  HTTP/1.1 200 OK
  Server: squeezebox-bridge
  Connection: close
  icy-metaint: 16384
  Content-Type: audio/mpeg
  transferMode.dlna.org: Streaming
  Transfer-Encoding: chunked
  
  




Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-01-29 Thread FatPete


philippe_44 wrote: 
> Sonos does not support raw PCM format (only wav), so in the "24 bits
> PCM" parameter "packed type 1" is irrelevant.

Thanks Philippe. As usual I was getting confused about how all this
stuff works. I wrongly assumed it was sending raw PCM because I'm seeing
codec=p in the logs... but I'd forgotten about the extra config setting
which tells it to use WAV as the PCM format. Sorry!



FatPete's Profile: http://forums.slimdevices.com/member.php?userid=64294
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] Custom Clock for Jivelite with 800x480 Screen

2021-01-29 Thread TomS


TomS wrote: 
> Not sure this is the right forum/thread but here goes
> 
> Downloaded jivelite-0.1-lua-r205-win32.zip  from sourceforge
> 
> Running LMS 8.1.1 on Ubuntu (20.04).  Have the Custom Clock Helper app
> installed, although not sure that matters.
> 
> Running it (windows Jive) - trying to use Custom Clock but when I go to
> "Screensavers->Custom Clock Settings->Config #x:" it says "Fetching
> Clock Styles"  forever.  Never retrieves them.  
> 
> FWIW Custom Clock works fine on my Squeezebox Radio - fetching styles
> works, shows the standard ones and custom ones as well.
> 
> I did try downloading CustomClock_JL_1.01.004.zip from SDT sourceforge
> site and substituting it in for the installed version here: 
> C:/Users//AppData/Roaming/Jivelite/userpath/applets but that didn't
> help.
> 
> I turned on logging for CustomClock, but can't see where the log would
> show up.
> 
> Any ideas?
> 
> Thanks,
> 
> TomS

Never mind - figured it out - had to pick a player first, then it
worked.

TomS



SB3(1), Boom(2), Radio(3), piCorePlayer (1)

TomS's Profile: http://forums.slimdevices.com/member.php?userid=12525
View this thread: http://forums.slimdevices.com/showthread.php?t=105083

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


Re: [SlimDevices: Plugins] Custom Clock for Jivelite with 800x480 Screen

2021-01-29 Thread TomS


Not sure this is the right forum/thread but here goes

Downloaded jivelite-0.1-lua-r205-win32.zip  from sourceforge

Running LMS 8.1.1 on Ubuntu (20.04).  Have the Custom Clock Helper app
installed, although not sure that matters.

Running it (windows Jive) - trying to use Custom Clock but when I go to
"Screensavers->Custom Clock Settings->Config #x:" it says "Fetching
Clock Styles"  forever.  Never retrieves them.  

FWIW Custom Clock works fine on my Squeezebox Radio - fetching styles
works, shows the standard ones and custom ones as well.

I did try downloading CustomClock_JL_1.01.004.zip from SDT sourceforge
site and substituting it in for the installed version here: 
C:/Users//AppData/Roaming/Jivelite/userpath/applets but that didn't
help.

I turned on logging for CustomClock, but can't see where the log would
show up.

Any ideas?

Thanks,

TomS



SB3(1), Boom(2), Radio(3), piCorePlayer (1)

TomS's Profile: http://forums.slimdevices.com/member.php?userid=12525
View this thread: http://forums.slimdevices.com/showthread.php?t=105083

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


Re: [SlimDevices: Plugins] New plugin for audio bookmarks

2021-01-29 Thread sternenjaeger


hoewer wrote: 
> 
> I'm not sure wether this thread is still active, but I added my log -
> just in case sternenjaeger is still watching.
> 

Yes i am still here. I had a brief look through the log and i am pretty
sure it is the same problem that Mr. Floppy had with his installation
and which was resolved with an updated version of the squeezebox server
for his Synology NAS.

The log entried are pretty similar. Firstly there is the "no url for
row:{}" message which indicates that the plugin does not get the URL of
the currently played track after the playback is started and additionaly
the same strange waitingToPlay=1 value in the answer to the status
request.

Would it be possible for you to install the same version of the
squeezebox server that solved the problem for Mr. Floppy and see if this
also works for you?



sternenjaeger's Profile: http://forums.slimdevices.com/member.php?userid=57562
View this thread: http://forums.slimdevices.com/showthread.php?t=102859

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

2021-01-29 Thread mftech

philippe_44 wrote: 
> So I have your PM now. The Lumin does not like probably the HTTP chunked
> mode (I remember talking with another forum member about that and
> probably concluding that was yet another broken HTTP stack, non
> compliant to the standard). So you can try
> 
> >   >   > 
  - Set HTTP mode to "no length"
  - If this does not work, try to always send WAV/PCM/AIF files by 
  - either selecting transcoding to "pcm" and then in "UPnP
  > player audio capabilities", select "show advanced" and make sure
  > that "PCM format" is "wav" (you can try "raw" if it does not work)
  - or limit the codecs to "wav, pcm, aif"
  - If this still does not work, go back to defaults and set HTTP mode
  > to "fixed length"
  > > > 
> 
Merci Philippe...I`ll try your suggestions tonight.



Tête à FLAC

2 X SB Classic
2 X SB2
1 X SB Boom
1 X SB Touch
1 X Transporter 
2 X Duet + Remote
3 X Rpi+Picoreplayer
2 X Chromecast
1 X Chromecast Audio
1 X Atoll ST100

All devives connected via CeolBOX server aka The Musical Box
Using OrangeSqueeze and Material Skin Plug-in to remote all my connected
devices.

mftech's Profile: http://forums.slimdevices.com/member.php?userid=1586
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: Material Skin

2021-01-29 Thread SlimChances


cpd73 wrote: 
> Just tried with Firefox on Linux I can change settings to 'Default' from
> 'Material' - reload the page and 'Default' is shown.
I tried this in Firefox and was able to change to Default but doesn't
seem to work right in Brave. Not a big deal



Logitech Media Server Version: 8.0.1 - 1606928904 @ Thu Dec 3 01:21:23
CET 2020
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.30.0 - x86_64-linux-gnu-thread-multi
IO::Socket::SSL: 2.067
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

One SB Touch connected by Ethernet - Denon AVR -1912 Receiver,
Paradigm 4.1 speakers
SB Touch connected by Optical to Sabaj A4 
amp and Energy bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-29 Thread cpd73


SlimChances wrote: 
> Thanks for putting the interface option back in settings. However I
> can't get it to work in either Firefox or Brave browsers; I have to add
> Classic to the url to change interface

Just tried with Firefox on Linux I can change settings to 'Default' from
'Material' - reload the page and 'Default' is shown.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-29 Thread SlimChances


Thanks for putting the interface option back in settings. However I
can't get it to work in either Firefox or Brave browsers; I have to add
Classic or Material to the url to change interface



Logitech Media Server Version: 8.0.1 - 1606928904 @ Thu Dec 3 01:21:23
CET 2020
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.30.0 - x86_64-linux-gnu-thread-multi
IO::Socket::SSL: 2.067
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

One SB Touch connected by Ethernet - Denon AVR -1912 Receiver,
Paradigm 4.1 speakers
SB Touch connected by Optical to Sabaj A4 
amp and Energy bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Looking for someone willing to update Inguz EQ/DRC settings page

2021-01-29 Thread foxesden


Sorry I don't think I was clear in my prior post. The web implementation
has a lot of dependencies on the Silverlight Widget (graph) and I was
trying to give an example of it.

When I started looking at the code I was expecting the widget just to
represent the data and hence be a single call to along the lines of
displayEQ(), and hence it would be a simple matter of removing this
entry and disabling silverlight - along the lines you were thinking.
However the widget and other code in the HTML are linked all over the
place so any change is very likely to break it, not saying that it isn't
possible just that it will be painful to remediate and sometimes it is
easier to re-write from scratch.

I am working full-time from home at the moment managing a couple of
teams of s/w developers so fiddling around with software from the same
desk at home isn't top of my priorities right now ;)



foxesden's Profile: http://forums.slimdevices.com/member.php?userid=56286
View this thread: http://forums.slimdevices.com/showthread.php?t=113604

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


Re: [SlimDevices: Plugins] Use Squeezebox Boom as default media player for Google Home?

2021-01-29 Thread philchillbill


didjean wrote: 
> 
> 
> Still not working. Just to make sure as I am not a developer - for
> commands, do I need to always start with "sudo" and do I need to also
> strat the command with a "./"

Using sudo will make sure you always have the permissions that might be
needed. WIth any comman in Linux, you can always try without sudo to see
if it's allowed.

Maybe first just try this in a terminal: 

Type *sudo ngrok http 9000 *and nothing else. The terminal will fill
with a screen showing the status of ngrok. You will also see the tunnel
urls there. Leave that window open, meaning do not close the terminal.
In another window open a browse and browse to that url. You should now
see LMS without needing a password.

If that worked, kill the terminal and try again, this time adding a
username and password but still without the & stuff. In other words
*sudo ngrok http -auth"blah:blah" 9000*. The status window will show a
new tunnel url. Browse to that url and this time you should have to
enter the blah and blah to be allowed in to LMS.

If that works, try it all again with the & stuff and see then if it
works.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=113742

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-29 Thread tw99


I've upgraded a Radio, upgrade went very smoothly and it seems to be
working fine so far.



tw99's Profile: http://forums.slimdevices.com/member.php?userid=51684
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-01-29 Thread jophill


slurmsmckenzie wrote: 
> Hello, thought I'd mention this on the small off-chance it might be
> related to the recent HTTPS changes (apologies if it is nowhere near
> relevant!), and because searches for a similar error appeared to lead to
> this message being caused by a plugin (typically Spotify).
> ...
> I don't have much logging enabled by default, and the only entry that
> appeared for this was:
> 
> > 
Code:

  >   > [21-01-26 21:29:15.5713] Slim::Utils::Timers::__ANON__ (272) Error: 
Timer Slim::Networking::Async::_async_error failed:

> >  I am getting 30-second interrupts occasionally (once or twice a day). 
Sometimes the same log entry as above (Warn level) but also sometimes
naming BBC Sounds as in 
Code:

[21-01-29 12:46:31.7755] Slim::Utils::Timers::__ANON__ (272) Error: Timer 
Slim::Networking::Async::_async_error failed: Can't call method "status_line" 
on an undefined value at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/BBCSounds/ProtocolHandler.pm
 line 840.

This was twice today on a new installation of piCorePlayer 7.0.0 a
couple of days ago with LMS 8.1.1 and all plugins up to date as of
yesterday evening.  I will investigate further if I can get some hint
about what to look for.  

Regards (with many thanks for the work on the plugin)

John



jophill's Profile: http://forums.slimdevices.com/member.php?userid=71321
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Use Squeezebox Boom as default media player for Google Home?

2021-01-29 Thread itm


It seems that Tasker can now accept commands from Google Assistant:
https://www.xda-developers.com/run-tasker-tasks-from-google-assistant/

While not -quite- as convenient as barking a command to a Google Home
device (i.e. you need to get your phone out and activate Google
Assistant), it does open up a few more possibilities for voice control
of LMS.



itm's Profile: http://forums.slimdevices.com/member.php?userid=17437
View this thread: http://forums.slimdevices.com/showthread.php?t=113742

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


Re: [SlimDevices: Plugins] Use Squeezebox Boom as default media player for Google Home?

2021-01-29 Thread didjean

philchillbill wrote: 
> Nothing on ngrok platform. That’s just your account platform. Just redo
> the command line with the new details anytime.

Thanks again for yourhelp! 

Still not working. Just to make sure as I am not a developer - for
commands, do I need to always start with "sudo" and do I need to also
strat the command with a "./"



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS 8.0.1 - 1606928904 on Pi4 4GB - Max2Play ---
Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
View this thread: http://forums.slimdevices.com/showthread.php?t=113742

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


Re: [SlimDevices: Plugins] piCorePlayer: Squeezelite doesn't start when USB DAC is turned off

2021-01-29 Thread tuc


chill wrote: 
> there's a guide on the picoreplayer site to make squeezelite (re)start
> when the dac appears:
> https://docs.picoreplayer.org/projects/autostart-squeezelite-from-usb-dac/
> 
> the thread that led to that guide is here:
> https://forums.slimdevices.com/showthread.php?113661-start-restart-squeezelite-when-plug-in-usb-dac

thanks!



--
*Server*:  Raspberry Pi 3 running LMS 8.1
*Players*: SB receiver + 4 SB boom, two groups: Group1: 3 SB Boom +
1receiver, Group2: 1 SB Boom
*Remotes*: Mobile phone 1+ 5 and Asus tablet with SqueezeCtrl, Orange
Squeeze and SqueezeCommander

*Apps*: 
Tidal

tuc's Profile: http://forums.slimdevices.com/member.php?userid=34475
View this thread: http://forums.slimdevices.com/showthread.php?t=113802

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


Re: [SlimDevices: Plugins] piCorePlayer: Squeezelite doesn't start when USB DAC is turned off

2021-01-29 Thread chill


There's a guide on the piCorePlayer site to make Squeezelite (re)start
when the DAC appears:
https://docs.picoreplayer.org/projects/autostart-squeezelite-from-usb-dac/

The thread that led to that guide is here:
https://forums.slimdevices.com/showthread.php?113661-Start-restart-squeezelite-when-plug-in-USB-dac



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113802

___
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

2021-01-29 Thread TheCoyote


/var/lib/dpkg/arch has armhf and i386.

/etc/apt/sources.list has deb [arch=armhf]
http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free
rpi

/etc/apt/sources.list.d/i386.list has
deb [arch=i386] http://ftp.debian.org/debian/ stretch main contrib
non-free
deb [arch=i386] http://ftp.debian.org/debian/ stretch-updates main
contrib non-free
deb [arch=i386] http://security.debian.org/ stretch/updates main contrib
non-free

/etc/apt/sources.list.d/raspi.list has
deb [arch=armhf] http://archive.raspberrypi.org/debian/ buster main

I got the server running with some outside help, but it crashes with a
segfault once it is invoked. So I suppose the libraries are still
broken. Either I'll do a fresh set-up the whole thing, or I'll do what
you said and purge the stuff and try again. If I run into problems, I'll
be back. Thank you for your support!


fyi, the "outside help" said:
> Installing the i386 libc via dpkg is largely pointless: dpkg is about
> supporting upgrades etc. and you're not interested in that. So skip the
> crap about building a new dpkg and just (with sudo if required):
> 
> > 
Code:

  >   > mkdir -p /lib/i386-linux-gnu 
  > 
  > cp oldpack/lib/i386-linux-gnu/ld-2.28.so /lib/i386-linux-gnu/ 
  > cp oldpack/lib/i386-linux-gnu/libc-2.28.so /lib/i386-linux-gnu/ 
  > cp oldpack/lib/i386-linux-gnu/libpthread-2.28.so /lib/i386-linux-gnu/ 
  > 
  > cd /lib
  > ls ld-linux.so.2
  > 
  > # If there's already an ld-linux.so.2, better abort now and figure out 
where it came from rather than overwrite it
  > # Otherwise, continuing...
  > 
  > ln -s i386-linux-gnu/ld-2.28.so ld-linux.so.2 
  > cd i386-linux-gnu 
  > ln -s libc-2.28.so libc.so.6 
  > ln -s libpthread-2.28.so libpthread.so.0 

> > 
> 
> 
> If it doesn't start up, you may need to edit /etc/ld.so.conf and add a
> line
> 
> > 
Code:

  >   > /lib/i386-linux-gnu

> >



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


[SlimDevices: Plugins] piCorePlayer: Squeezelite doesn't start when USB DAC is turned off

2021-01-29 Thread tuc


Hi there,

I started using piCorePlayer recently. So far I am excited about how
easy it is to use both for running LMS and Squeezelite.
My question is about Squeezelite which I run on a Pi without anything
else running (no LMS).

I schedule a cronjob to reboot at night.
This morning I found out that Squeezelite was not running. I then found
out that Squeezelite won't start if my DAC turned off (SMSL Sanskrit
10th II). The Pi is connected to my DAC with USB.
I have "Output setting" set to "hw:CARD=AUDIO,DEV=0" and there is no
problem with playback or startup as long as the DAC is turned on when I
start Squeezelite.

Question: Is it possible to make Squeezelite start even when my DAC is
not turned on? (I of course accept that I can't hear the music when it
is not on :-))

Perhaps it is not necessary to reboot every night. Any experience with
stability when not rebooting?

Thanks in advance.
-thomas



--
*Server*:  Raspberry Pi 3 running LMS 8.1
*Players*: SB receiver + 4 SB boom, two groups: Group1: 3 SB Boom +
1receiver, Group2: 1 SB Boom
*Remotes*: Mobile phone 1+ 5 and Asus tablet with SqueezeCtrl, Orange
Squeeze and SqueezeCommander

*Apps*: 
Tidal

tuc's Profile: http://forums.slimdevices.com/member.php?userid=34475
View this thread: http://forums.slimdevices.com/showthread.php?t=113802

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


Re: [SlimDevices: Plugins] Order of Players in Web GUI

2021-01-29 Thread agbagb


chill wrote: 
> The list sorts alphanumerically, so just rename your players to include
> a number at the beginning - e.g. 1) Kitchen Boom, 2) Lounge etc.

Ha!  Brilliant - thanks.  Done and dusted..

Given that I'm forever doing that in Win 10 folders etc etc, maybe I
should have realised.



LMS 8.0.1 (1606118512)
Win10
Control: Web GUI; sometimes OrangeSqueeze on Android phones / pads

Machines / devices are in France, in two locations.
a) Sagem Livebox
Internal HDD (FLAC music; mp3 voice), Desktop
3 x Touch - 2 wireless, 1 LAN. (7.8.0-r16754)
3 x SB Radios [2 wireless, 1 LAN] (7.7.3-r16676)
1 x Riva Arena (via Airplay LMS PlugIn)

b) Freebox
External SSD (all mp3), WiFi Laptop
1 x Touch LAN (Firmware:7.8.0-r16754)
2 x SB Radios, Wireless (7.7.3-r16676)

agbagb's Profile: http://forums.slimdevices.com/member.php?userid=7034
View this thread: http://forums.slimdevices.com/showthread.php?t=113801

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-01-29 Thread philchillbill


chill wrote: 
> In case you do get around to playing with pCP tomorrow, the current
> versions of my installer and startup scripts are in the attached zip
> file.
> 
> 33143

Thanks, and thanks also for the tip about warning pCP users to make sure
they install LAME. 

I already added my own shell script to the online docs (for Debian
distros) a few days ago, but I'll write up a full howto for pCP with
your script(s) as soon as I've been through the steps myself to
understand it all. pCP may actually be a nice solution to host a
dedicated LMS server for Amazon to play with during certification cycles
(I don't want them messing with my playlists - they seem to love the
AddToPlaylist command). I used to host that on a Synology NAS but why
not give pCP a whirl...



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Order of Players in Web GUI

2021-01-29 Thread chill


The list sorts alphanumerically, so just rename your players to include
a number at the beginning - e.g. 1) Kitchen Boom, 2) Lounge etc.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113801

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


[SlimDevices: Plugins] Order of Players in Web GUI

2021-01-29 Thread agbagb


This is a trivial little point - but it annoys family members.

I use the Default GUI for LMS in my browser.  Top right is the ACTIVE
PLAYER, which drops down to CHOOSE PLAYER (+ Sync).  Is there a way of
changing the order of displayed players?  The one the family most often
want is in the middle of a list, and it would be handier at the top.



LMS 8.0.1 (1606118512)
Win10
Control: Web GUI; sometimes OrangeSqueeze on Android phones / pads

Machines / devices are in France, in two locations.
a) Sagem Livebox
Internal HDD (FLAC music; mp3 voice), Desktop
3 x Touch - 2 wireless, 1 LAN. (7.8.0-r16754)
3 x SB Radios [2 wireless, 1 LAN] (7.7.3-r16676)
1 x Riva Arena (via Airplay LMS PlugIn)

b) Freebox
External SSD (all mp3), WiFi Laptop
1 x Touch LAN (Firmware:7.8.0-r16754)
2 x SB Radios, Wireless (7.7.3-r16676)

agbagb's Profile: http://forums.slimdevices.com/member.php?userid=7034
View this thread: http://forums.slimdevices.com/showthread.php?t=113801

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-01-29 Thread expectingtofly


staresy wrote: 
> Is there a way to allow list views on certain pages, and grid on
> others?
> 
> For example, I like the 1st page (ie. Search, My Sounds, Stations &
> Schedules etc) to be displayed as a list, then subsequent pages (eg.
> Stations & Schedules) to be displayed as a grid. Is that possible, or is
> it a material thing?
> 
> Currently selecting Grid or List is global throughout the Sounds
> plugin.
> 
> Edit: It seems that you can set Grid and List independently for other
> features in Material (eg. My Music), but BBC Sounds doesn't seem to
> remember the settings when you exit the BBC Sounds menu (seems to work
> fine on android apk though).

How the menus are displayed is up to the controller,  I don't believe
there is any way the plugin can influence that.   I suspect Material
skin users will just toggle to list view as the grid view isn't really
suitable for BBC Sounds,  due to the titles being lengthy and all on one
line.   Lots of the titles are chopped off in grid view.
As you say,  Material Skin (very usefully) remembers on a per app basis
what view the user chose.  I don't think there is any way a controller
could remember on a per menu basis within a plugin.  Especially the
dynamic menus in BBC Sounds.



*BBC Sounds Plugin Wiki* : 
https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] New plugin for audio bookmarks

2021-01-29 Thread hoewer


Mr. Floppy wrote: 
> Unfortunately it didn't work either. What I did now because I couldn't
> imagine that I was the only one with the mistake. I uninstalled my LMS
> and reinstalled it directly with Pinkdots version 24.
> 
> After a first try with only a part of my collection I can say that your
> regular plugin works. I only had a few albums read in.
> 
> Now I let read my complete disk and test it again afterwards. But I
> assume that it will still work.
> 
> I suspect that the bugs crept in due to the updates from the original
> Synology beta package to the Pinkdots version. I assume that reading my
> library will take until tonight. I will continue to report. Thanks for
> your help and sorry for the circumstances.
> 
> Edit: quicker as expected. Read all tracks (214377) into fresh installed
> LMS. Everything works as expected. So it was not the fault of your
> plugin, it was a fault of my installation. After fresh install
> everything is fine. Sorry again for the circumstances.

A question to Mr. Floppy regarding his 2019's problem:
Is your plugin still working as expected?
I'm experiancing a very similar problem. The playlist starts from it's
beginning when a bookmark is selected.

I already tried a fresh installed LMS, but no luck.
I'm not sure wether this thread is still active, but I added my log -
just in case sternenjaeger is still watching.

I'm on pinkdots LMS 8.1.1-1610364019 on a Synology 916+


+---+
|Filename: server.log.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33149|
+---+


hoewer's Profile: http://forums.slimdevices.com/member.php?userid=71318
View this thread: http://forums.slimdevices.com/showthread.php?t=102859

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-29 Thread slartibartfast


mherger wrote: 
> >  [21-01-28 22:27:53.3818] Slim::Music::Import::runImporter (577)
> Starting Plugins::Spotty::Importer scan
> >[21-01-28 22:28:10.9777] Plugins::Spotty::API::Sync::_call (349)
> Failed to parse JSON response from me/albums?limit=50=50:
> unexpected end of string while parsing JSON string, at character offset
> 1178405 (before "(end of string)") at
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm
> line 342.
> >[21-01-28 22:28:22.3205]
> Slim::Plugin::OnlineLibraryBase::deleteRemovedTracks (76) Get removed
> online tracks count
> >[21-01-28 22:28:22.3594] Slim::Utils::Scanner::Local::deleteTracks
> (519) Removing online music library tracks (1003)
> 
> I guess it doesn't happen all the time? I should probably stop the 
> import when there's an error getting information, rather than continue 
> with the deletion step...When it happened I had refreshed "New Music" in LMS 
> well before the scan
had finished probably before the Spotty importer started running. 
Running another "new and changed" scan restored the Spotty tracks.

Sent from my Pixel 3a using Tapatalk





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

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