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

2021-01-26 Thread philippe_44


rdmaidment wrote: 
> I wonder if I can be given any assistance into an issue I am
> experiencing.
> 
> I use lms-to-upnp to bridge Roon with my Naim NDS.  It's been working
> well for 2 years.
> 
> However have identified an issue with mixed format playlists.
> 
> If I have a playlist which has a 24/192 track and the next track is say
> 24/96 when the track finishes it does not advance on to the next track. 
> I can go the other way so 24/96 to 24/192 is OK.
> 
> 24/192 tracks seem to be the only issue.  i.e. if I have a 24/96 track I
> can advance to a 16/44 track OK.
> 
> I can work around this in one of 2 ways.
> 
> 1. If I set stream_length to -2 the track will advance.  However the
> last 10 seconds of the track doesn't play, i.e. it advances 10 seconds
> too early.  This happens for all tracks regardless of format so isn't
> really workable.
> 
> 2. If I set FLAC compression in Roon to on then I don't see this issue. 
> I don't want to do this as Naim streamers perform best if they receive
> PCM/WAV and don't have to transcode.  If I get lms-to-upnp to transcode
> FLAC to PCM that track advance issue is reintroduced.
> 
> One thing I have noticed is that 24/192 files show as being played as
> WAV if I check on the streamer whereas all other formats show as PCM.  I
> wonder if it's the change from WAV to PCM that causes the issue?
> 
> I've tried many permutations of settings and cannot seem to get to the
> bottom of this so any help would be appreciated
> 
> Here's the Common section of the config file
> 
> 
> aac,ogg,ops,flc,alc,aif,pcm,mp3
> raw,wav,aif
> 
> 
> Sitting Room
> bb:bb:f6:b1:d4:f3
> Sitting Room
> uuid:5F9EC1B3-ED59-79BB-4530-0011F6B1D4F3
> 1
> 1
> 
> 
> 
> Thank you

So I've looked at the log and here are a few comments: first, using the
bridge for Roon will always be a bit of a hit an miss because it's not
what I designed it for. Roon does not fully emulate a LMS server and so
I'm missing the metadata (at least Roon does not expose them through the
query method I'm using). 

The unencoded formats authorized for the bridge are set by
, in order of preference. You have set "raw,wav,aif"
which means that I'll send raw pcm if the player has declared that it
can support such format in its "protocolinfo" manifest (for example
audio/16;rate=44100 or audio/L24;rate=192000) and if not found I'll
fallback to wav then aif (again, assuming the protocolinfo declares
them).

In the case of 24/192, well obviously the Naim is *not* declaring that
it supports audio/L24;rate=192000. It might, but their "protocolinfo"
manifest is incorrect then. So in that case, I fall back to WAV. 

Now, to send WAV to the upnp device, I need to set the length in the
header and I dont get' it from Roon and I don't know either the duration
(no metadata) so all I can do is set a fake length with is 2^32-1. Then,
when Roon tells the bridge the track is finished, I have to abruptly cut
the connection to the upnp player hoping that it will understand that,
although it has not received all the promised bytes in the wav header,
it means really the end of the track. Not all players accept that
gracefully but at least when using stream_length to -1 or -2, there is
not HTTP content-length header set many players just accept that the
*wav* header is faulty and they move on.

But, when you send 16/44.1 then the bridge finds its in the manifest and
sends raw pcm, which is much better because there is no header to fake.
Now, when there is a transition from "wav" to "raw pcm", something seems
happens and I don't know what. Are you 100% sure that if you play three
24/192 tracks *or* 3 16/44.1 track they advance normally?

Now, if you set stream_length to -2, I'm *forcing* a content-length
field in th HTTP headers and because I don't have a real one (again,
can't get it from Roon) then this is closest multiple of 2^32 from
192000*3*2 (happens to be 4924656000+44 for wav header). Per my previous
comment, telling in HTTP headers that you'l receive X and sending Y is
*bad* and most player will not react happily to that. Why does it end 10
seconds before the end of a track, well I don't know but I suspect the
exactly Naim does not like the HTTP connection being closed before
content-length has been received so it "punishes" you :).

What can you do? Well, you can ask Naim to fix their manifest... or you
can try to only use "wav" as the unencoded format sent to it by setting
 to just wav, it might work. 

Now, candidly, if the Naim does not declare 24/192000, the good reason
might be that, in reality, it does not accept it (even if the manual
says it...) and all it does when receiving 24 bits in a wav envelop, is
truncating audio. Would not be the first time I've seen that...

I know you don't want to hear that, but the wise choice is to ask Roon
to send flac. You'll have a nice header then and every player and bridge
will be happy. I can guarantee you for a fact that there is 0.0
difference between, wav/pcm and flac. Nothing, zip, 

Re: [SlimDevices: Plugins] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread Michael Herger

The bad news: as you mentioned about the risk, LMS crashed and I was not
able to recover, so I had to go back to version 8.0.


How did LMS "crash"? Any famous last words in server.log?

___
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-26 Thread philippe_44

AndreyRus wrote: 
> Ok, I will send the file, but what is the name of the file

Look at the settings page, it’s all there



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=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-26 Thread AndreyRus


Ok, I will send the file, but what is the name of the file



AndreyRus's Profile: http://forums.slimdevices.com/member.php?userid=71297
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] Squeezelite-X

2021-01-26 Thread TomS


rgdawson wrote: 
> Thanks for the support.  The option in SLX "Run in background " is
> similar to "Minimize to Tray", except in SLX, when "Run in background"
> is enabled then it's more like "close to the tray", but you can still
> minimize to the taskbar, also, if you want.  So if you want it to go to
> tray, press close, if you want it to go to taskbar, then press minimize.
> So you can do either.  But yah, slightly different than KeePass.
> 
> I have the hover hint for the Tray Icon implemented, but I'm
> waiting/expecting a new squeezelite player build from Ralphy sometime
> soon that I also want to include.  So that will be in next version.
> 
> R Greg Dawson

(I thought I posted this already so sorry if it shows up 2x)

I get the "minimize" vs "close" - as much as I would like the option for
minimize or close to go to the tray, I can train myself to use the close
(x) only!

Two other small things:

-when SLX loses connection with LMS the tray icon turns gray with "!" as
expected. When connectivity returns, the icon in the tray comes back in
teal, not blue.  Playing something will turn it back to blue.  I don't
really care, but I thought I saw you mention you had fixed this in an
earlier message in this thread.

-(I think this is LMS behavior but...) when SLX loses connection and
then reconnects, it will now be controlling whatever the first device is
in the LMS list, which may well not be the player you were controlling
before losing connection.  So if I start a track from the app menu
(right-click) I may be sending music to a different player.  Again, I
think this might be LMS behavior but thought I'd mention it in case it
is something easy to deal with.

Thanks again,

Tom



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

___
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-26 Thread chill


philchillbill wrote: 
> If that works, "Alexa, ask Media Server to discover my players"

That bit is working fine, so I can start to play with the skill
tomorrow.  So I just need to get that script working so that it can all
be automated after a reboot.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
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] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread chill


philchillbill wrote: 
> The Alexa app on the phone can act as an Echo if you give it mic
> permissions. When you open the app just ask Alexa what time it is and
> she will answer. If that works, "Alexa, ask Media Server to discover my
> players"

Oh that's useful, thank you.  I'll give it a try if I get past this
linking script.

For some reason, your script doesn't work as is.  I'm getting a "Fail 4
[Badly-specified URL(s)]".  I changed your single quotes to the upright
ones " ' ", and then I'm not sure the command even runs at all - RES is
empty.

I'm getting confused with all the different types of quotation marks and
brackets, but I think I managed to construct the command as intended and
execute it, but I get "Fail 2 [Data JSON parse error]".  I suspect the
'data' bit is wrong, but I don't understand what the combination of
curly and square brackets is supposed to do.  My command looks like this
(with the sensitive bits overtyped with 's):


Code:

wget -qO- 
https://smartskills.tech/linking/updateNgrok.php?uuid=x=[{"name":"false","url":".eu.ngrok.io"}]



Any chance you could put me out of my misery and show me an example of
that last wget command exactly as it should be issued?



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

2021-01-26 Thread philippe_44


AndreyRus wrote: 
> when the swueeze2upnp-win program is run, a black screen displays: "!
> error loading config file!". And here's another - "slimproto_run: 548
> (0050DBEC) error reading from socket: closed" What are my actions? Thank
> you

Send me a log, there is not much I can do w/o that



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=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-26 Thread philippe_44

oneleveller wrote: 
> Hi Philippe,
> 
> another entry
> 
> i bypassed the switch and connected the caruso directly to the router
> (same as the power lan):
> 
> look what happens:
> 
> 
> 
> Starting Squeeze2upnp:
> /usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
> -Z -I -f /usr/local/slimserver/Logs/upnpbridge.log -x
> /usr/local/slimserver/prefs/upnpbridge.xml
> [23:22:54.066303] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
> 23 2021 @ 15:37:11)
> [23:22:54.073187] output_init:610 success loading FLAC encoder
> [23:22:54.080015] Start:1518 Binding to 192.168.178.104:49152 (http:0)
> [23:22:56.364127] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
> Caruso)
> [23:22:56.407942] MasterHandler:1036 [0x138d08]: subscribe success
> [23:22:56.418508] slimproto:858 squeezelite [0xb7e90] <=> player
> [0x138d08]
> [23:22:56.418561] slimproto:859 [0xb7e90] connecting to
> 192.168.178.104:3483
> [23:22:56.418807] slimproto:889 [0xb7e90] connected
> [23:22:56.418932] sendHELO:135 [0xb7e90] cap:
> CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
> [23:29:14.000214] UpdateThread:1102 [0x138d08]: removing unresponsive
> player (T+A Caruso)
> [23:29:14.000304] slimproto_close:930 [0xb7e90] slimproto stop for T+A
> Caruso
> [23:29:14.100877] output_close:600 [0xb7e90] close media renderer
> [23:35:15.504819] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
> Caruso)
> [23:35:15.542417] slimproto:858 squeezelite [0xb7e90] <=> player
> [0x138d08]
> [23:35:15.542492] slimproto:859 [0xb7e90] connecting to
> 192.168.178.104:3483
> [23:35:15.542819] slimproto:889 [0xb7e90] connected
> [23:35:15.542869] sendHELO:135 [0xb7e90] cap:
> CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
> [23:35:15.549968] MasterHandler:1036 [0x138d08]: subscribe success
> [23:35:15.567731] AVTStop:217 [0x138d08]: uPNP stop (cookie (nil))
> [23:35:15.720680] ActionHandler:917 Error in action callback -- 701
> (cookie (nil))
> [23:36:00.005687] MasterHandler:1009 [0x138d08]: Auto-renewal failed,
> re-subscribing
> [23:36:00.252420] MasterHandler:1038 [0x138d08]: subscribe fail,
> re-trying 1
> [23:36:01.354147] MasterHandler:1038 [0x138d08]: subscribe fail,
> re-trying 2
> [23:36:01.354972] MasterHandler:1038 [0x138d08]: subscribe fail,
> re-trying 3
> [23:36:01.355632] MasterHandler:1042 [0x138d08]: subscribe fail, volume
> feedback will not work
> [23:36:03.158250] UpdateThread:1117 [0x138d08]: renderer bye-bye: T+A
> Caruso
> [23:36:03.158330] slimproto_close:930 [0xb7e90] slimproto stop for T+A
> Caruso
> [23:36:03.258745] output_close:600 [0xb7e90] close media renderer
> [23:36:14.712405] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
> Caruso)
> [23:36:14.741231] slimproto:858 squeezelite [0xb7e90] <=> player
> [0x138d08]
> [23:36:14.741274] slimproto:859 [0xb7e90] connecting to
> 192.168.178.104:3483
> [23:36:14.742331] slimproto:889 [0xb7e90] connected
> [23:36:14.742381] sendHELO:135 [0xb7e90] cap:
> CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
> [23:36:14.753394] MasterHandler:1036 [0x138d08]: subscribe success
> [23:36:14.753710] AVTStop:217 [0x138d08]: uPNP stop (cookie (nil))
> [23:36:14.832157] ActionHandler:917 Error in action callback -- 701
> (cookie (nil))
> [23:42:54.000198] UpdateThread:1102 [0x138d08]: removing unresponsive
> player (T+A Caruso)
> [23:42:54.000289] slimproto_close:930 [0xb7e90] slimproto stop for T+A
> Caruso
> [23:42:54.100960] output_close:600 [0xb7e90] close media renderer
> 
> 
> immediate connection to lms however after a few minutes the player is
> removed again, switching the Caruso off and on (at 23:35:15) forces upnp
> bridge to reconnect but not for too long. Seems to be several problems
> 
> i definitely wonder why the Philips TV  doesn´t have any problems when
> connected via switch while it has an impact on the caruso. And i have no
> idea why there is an unforced loss of connection.
> 
> 
> Regards Thomas

It's difficult to say but definitively that player is "special". At this
point and unless you can take wireshark traces, it will be impossible to
debug. It fails on it's auto-renewal process, subscription to events and
then complains about what is a normal UPnP stop call. That's a lot and
in my experience, some UPnP devices can be really poorly developed. I'm
not saying my implementation is a reference at all and I'm using a
libupnp version that I've not udpated in a while but in this case, ti
seems a lot on the device's side.



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 

Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread SlimChances


Jeff07971 wrote: 
> I'm an energy vampire, I get my blood from the neighbours :D

I know I sound like a Head Master or Mr Rogers expaining traffic safety
to children but"

It is called "phantom" or "standby" power, and it could account
for up to 10 per cent of your homes energy use. The average
Canadian home has 25 or more electronic devices that use phantom power,
costing approximately $150 a year in electricity.You can fight the
phantoms and control costs with simple steps."
https://www.hydroone.com/saving-money-and-energy/residential/tips-and-tools/phantom-power



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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-01-26 Thread oneleveller

Hi Philippe,

another entry

i bypassed the switch and connected the caruso directly to the router
(same as the power lan):

look what happens:


Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -I -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml
[23:22:54.066303] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[23:22:54.073187] output_init:610 success loading FLAC encoder
[23:22:54.080015] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[23:22:56.364127] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
Caruso)
[23:22:56.407942] MasterHandler:1036 [0x138d08]: subscribe success
[23:22:56.418508] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[23:22:56.418561] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[23:22:56.418807] slimproto:889 [0xb7e90] connected
[23:22:56.418932] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[23:29:14.000214] UpdateThread:1102 [0x138d08]: removing unresponsive
player (T+A Caruso)
[23:29:14.000304] slimproto_close:930 [0xb7e90] slimproto stop for T+A
Caruso
[23:29:14.100877] output_close:600 [0xb7e90] close media renderer
[23:35:15.504819] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
Caruso)
[23:35:15.542417] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[23:35:15.542492] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[23:35:15.542819] slimproto:889 [0xb7e90] connected
[23:35:15.542869] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[23:35:15.549968] MasterHandler:1036 [0x138d08]: subscribe success
[23:35:15.567731] AVTStop:217 [0x138d08]: uPNP stop (cookie (nil))
[23:35:15.720680] ActionHandler:917 Error in action callback -- 701
(cookie (nil))
[23:36:00.005687] MasterHandler:1009 [0x138d08]: Auto-renewal failed,
re-subscribing
[23:36:00.252420] MasterHandler:1038 [0x138d08]: subscribe fail,
re-trying 1
[23:36:01.354147] MasterHandler:1038 [0x138d08]: subscribe fail,
re-trying 2
[23:36:01.354972] MasterHandler:1038 [0x138d08]: subscribe fail,
re-trying 3
[23:36:01.355632] MasterHandler:1042 [0x138d08]: subscribe fail, volume
feedback will not work
[23:36:03.158250] UpdateThread:1117 [0x138d08]: renderer bye-bye: T+A
Caruso
[23:36:03.158330] slimproto_close:930 [0xb7e90] slimproto stop for T+A
Caruso
[23:36:03.258745] output_close:600 [0xb7e90] close media renderer
[23:36:14.712405] AddMRDevice:1405 [0x138d08]: adding renderer (T+A
Caruso)
[23:36:14.741231] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[23:36:14.741274] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[23:36:14.742331] slimproto:889 [0xb7e90] connected
[23:36:14.742381] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[23:36:14.753394] MasterHandler:1036 [0x138d08]: subscribe success
[23:36:14.753710] AVTStop:217 [0x138d08]: uPNP stop (cookie (nil))
[23:36:14.832157] ActionHandler:917 Error in action callback -- 701
(cookie (nil))


immediate connection to lms however after a few minutes the player is
removed again, switching the Caruso off and on (at 23:35:15) forces upnp
bridge to reconnect. Seems to be several problems

i definitely wonder why the Philips TV  doesn´t have any problems when
connected via switch while it has an impact on the caruso. And i have no
idea why there is an unforced loss of connection.


Regards Thomas



oneleveller's Profile: http://forums.slimdevices.com/member.php?userid=63039
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 : BBC Sounds Plugin

2021-01-26 Thread slurmsmckenzie


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

Was listening to TED Radio Hour from Radio4 Extra this evening (Series 7
Setbacks, URL: sounds://_m000rn08_m000rn09_0 ) and about 10 minutes in
my player (SB radio) paused to rebuffer. Not entirely uncommon, but this
time it stayed at "Rebuffering - 0%" for a good while, then showed a
pop-up message "Rebuffering failed" - not seen that before. It then went
straight back to the programme and carried on where it left off as if
nothing had happened! The SB radio in question had a very good wifi
signal and I don't think it was anything to do with my internal
network.

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:



Not much to go on, but thought I'd mention it anyway just in case. I
updated to 2.12.0 a few days ago and haven't noticed any other issues.
As said, sorry if this isn't relevant to the Sounds plugin!

My LMS info:

Logitech Media Server Version: 8.1.0 - 1608700893 @ Wed Dec 23 12:16:44
CET 2020
Operating system: piCore - EN - utf8
Platform Architecture: armv8l-linux
Perl Version: 5.28.2 - arm-linux-gnueabihf-thread-multi-64int
Audio::Scan: 1.02
IO::Socket::SSL: 2.066
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



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

2021-01-26 Thread Jeff07971


SlimChances wrote: 
> I think you are right. There is a lot of pointless wastage of energy. 
> '
> https://ee.odec.com/phantom-energy-loss-may-be-costing-you-more-than-you-think/

I'm an energy vampire, I get my blood from the neighbours :D



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread philchillbill


chill wrote: 
> 
> I have installed the Alexa app on my iPhone and MediaServer is one of
> 'my' skills, and seems to have linked successfully, but since I don't
> have a device yet I can't test it any further.

The Alexa app on the phone can act as an Echo if you give it mic
permissions. When you open the app just ask Alexa what time it is and
she will answer. If that works, "Alexa, ask Media Server to discover my
players"



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

2021-01-26 Thread SlimChances


PasTim wrote: 
> Surely it must save some energy, even if only a little?

I think you are right. There is a lot of pointless wastage of energy. 
'
https://ee.odec.com/phantom-energy-loss-may-be-costing-you-more-than-you-think/



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] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread chill


philchillbill wrote: 
> This is the sh script - it's a simplified but functional script that
> will update a single ngrok tunnel for the skill:
> 
> > 
Code:

  >   > 
  > #!/bin/sh
  > 
  > UUID="a84fb223c34002944701a9a70e5e82b65e01cda21b6e8914"
  > URL="`wget -qO- http://localhost:4040/api/tunnels | grep -Po 
https://.+?\.io`;
  > DATA=[{\"name\":\"false\",\"url\":\"${URL}\"}]
  > RES="`wget -qO- 
"https://smartskills.tech/linking/updateNgrok.php?uuid=${UUID}=${DATA}"`;
  > echo $RES
  > 

> > 
> 
> The GET to smartskills.tech sends the uuid and a tunnel specification
> for a single tunnel. When people link multiple LMS servers, there can
> be multiple tunnels so the python and perl create a JSON array of
> values, but from pCP when there is only one tunnel we can skip all the
> fancy looping JSON creation and just hack a JSON string manually. It
> looks like [{"name":"false","url":"https://abcdef123456.ngrok.io"}],
> which is created here with the DATA= statement. The "name" is the
> tunnel name and when there is only one tunnel a string value of
> "false" is expected.
> 
> The tunnel url is in the :4040 response as the "public_url" parameter.
> My grep -Po just tries to grab that to a string using a regex. If you
> can do that with your awk then this script should work. Make sure you
> set the correct uuid constant in the file.

Brilliant - thank you.  I'll give it a go.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
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] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread philchillbill


This is the sh script - it's a simplified but functional script that
will update a single ngrok tunnel for the skill:


Code:


  #!/bin/sh
  
  UUID="a84fb223c34002944701a9a70e5e82b65e01cda21b6e8914"
  URL="`wget -qO- http://localhost:4040/api/tunnels | grep -Po https://.+?\.io`;
  DATA=[{\"name\":\"false\",\"url\":\"${URL}\"}]
  RES="`wget -qO- 
"https://smartskills.tech/linking/updateNgrok.php?uuid=${UUID}=${DATA}"`;
  echo $RES
  



The GET to smartskills.tech sends the uuid and a tunnel specification
for a single tunnel. When people link multiple LMS servers, there can be
multiple tunnels so the python and perl create a JSON array of values,
but from pCP when there is only one tunnel we can skip all the fancy
looping JSON creation and just hack a JSON string manually. It looks
like [{"name":"false","url":"https://abcdef123456.ngrok.io"}], which is
created here with the DATA= statement. The "name" is the tunnel name and
when there is only one tunnel a string value of "false" is expected.

The tunnel url is in the :4040 response as the "public_url" parameter.
My grep -Po just tries to grab that to a string using a regex. If you
can do that with your awk then this script should work. Make sure you
set the correct uuid constant in the file.



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] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread dbinder101


slartibartfast wrote: 
> In LMS 8.2 you can install Erland's plugins at your own risk by ticking
> the check box referred to in the other post.
> 
> Sent from my Pixel 3a using Tapatalk
OK, updated to 8.2 and was able to download Dynamic Playlist...that's
the good news (and thank you for pointing me in the right direction).
The bad news: as you mentioned about the risk, LMS crashed and I was not
able to recover, so I had to go back to version 8.0.

So, of course, my next question is: has anyone been successful in
running Dynamic Playlist/Dynamic Mix in version 8.2?



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

___
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-26 Thread chill


philchillbill wrote: 
> Would the Perl not be easier than Python, given that pCP needs Perl
> itself? All the script does is a HTTPS GET to a specific url with some
> url parameters filled out. It can be done from any language. If it helps
> you at all, I have a tiny sh script that does it too. pCP has sh
> available.

I've just been trying the perl script.  I first installed LMS, so as to
get all the associated perl modules, but running updater.pl gives me a
similar missing module error:

Code:

tc@pCP:~$ perl updater.pl
  Can't locate LWP/UserAgent.pm in @INC (you may need to install the 
LWP::UserAgent module) (@INC contains: 
/usr/local/lib/perl5/site_perl/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/site_perl/5.32.0 
/usr/local/lib/perl5/vendor_perl/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/vendor_perl/5.32.0 
/usr/local/lib/perl5/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/5.32.0) at updater.pl line 8.
  BEGIN failed--compilation aborted at updater.pl line 8.
  



That tiny sh script would be very useful, thank you.  Yes, pCP has sh. 
I've tried to figure out, from both the python and the perl, what those
specific url parameters are for the https get, but haven't managed it.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread slartibartfast


itm wrote: 
> I don't see that option in the Google Home app anywhere - is that what
> you meant?
> The app does list the device under the new name, though, so the renaming
> seems to have taken effect.You would discover devices in the Alexa app.

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=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-26 Thread itm


philchillbill wrote: 
> Did you rediscover devices after that renaming?

I don't see that option in the Google Home app anywhere - is that what
you meant?
The app does list the device under the new name, though, so the renaming
seems to have taken effect.



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

2021-01-26 Thread jeroen2


slartibartfast wrote: 
> I think subsequent toggles changed within a second. I didn't have debug
> on but suspect that the cometd info didn't show up until the icons
> changed colour. I know when I was using debug there was no info when the
> icons didn't change.
> 

For me it takes about 5-10 seconds today. I've seen it being stuck
longer than that, but of course that's not happening now. :p

My impression is that it's mostly related to network speed. My router
doesn't like changes, but it usually gets stable and faster once all
devices have the same name, MAC and IP address for a couple of days



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
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] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread philchillbill


chill wrote: 
> I'm still hacking my way around to get a feel for what needs to be done
> to get it working and then redone after a reboot.  So far I have it set
> up such that pCP runs a script at startup (via the built-in 'User
> Command's' tweak) e.g. /home/tc/.ngrok2/ngrok_startup.sh, which starts
> ngrok and then finds the URL via that curl command.  grep in Busybox
> doesn't have the -P option, but I can get to the url with a bit of
> awking: 
> > 
Code:

  >   > curl -s http://localhost:4040/api/tunnels | awk -F"https:// {'print 
$2'} | awk -F" {'print $1'}

> > 
> 
> I haven't attempted to make it a service, because this User Command
> script seems sufficient - I can run the script manually if I ever need
> to run it without a reboot, but since this RPi3 is currently dedicated
> to ngrok only, a reboot is fine.
> 
> I haven't got the python script working yet - it's failing at 'import
> requests' and I can't see whether that, or json or urllib.parse, are
> included in any of the python packages that are available for pCP.  To
> be investigated later if necessary.
> 
> I have installed the Alexa app on my iPhone and MediaServer is one of
> 'my' skills, and seems to have linked successfully, but since I don't
> have a device yet I can't test it any further.  And I also can't tell
> what the final step of the python script should be doing, once it's
> recovered the url.  Maybe I can do that too with simple shell
> scripting, but I need to find out what the python would do first.

Would the Perl not be easier than Python, given that pCP needs Perl
itself? All the script does is a HTTPS GET to a specific url with some
url parameters filled out. It can be done from any language. If it helps
you at all, I have a tiny sh script that does it too. pCP has sh
available.





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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread slartibartfast


didjean wrote: 
> Thanks very much guys. Is there any documentation to be found so I can
> try?Just follow the steps here.
https://mediaserver.smartskills.tech/mediaserverhelp.html#section-3-4

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=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-26 Thread didjean


slartibartfast wrote: 
> Max2Play is based on Raspbian so it should be OK.
> 
> Sent from my Pixel 3a using Tapatalk

Thanks very much guys. Is there any documentation to be found so I can
try?



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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-01-26 Thread oneleveller

Hi Philippe,

I changed the connection of Caruso on the fly at 21:50:26: Lan via
powerlan, look what´s happening:


Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml
[21:46:05.313172] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[21:46:05.318724] output_init:610 success loading FLAC encoder
[21:46:05.322185] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[21:46:10.675002] AddMRDevice:1405 [0x138d08]: adding renderer
(49PUS8303/12)
[21:46:10.686576] MasterHandler:1036 [0x138d08]: subscribe success
[21:46:10.689701] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[21:46:10.689749] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[21:46:10.690880] slimproto:889 [0xb7e90] connected
[21:46:10.691026] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[21:46:10.739008] _ProcessVolume:738 [0x138d08]: UPnP Volume local
change 50:-1 (master)
[21:46:24.001349] slimproto_run:573 [0xb7e90] Closing CLI socket 10
[21:50:26.084630] AddMRDevice:1405 [0x13aeb8]: adding renderer (T+A
Caruso)
[21:50:26.124824] slimproto:858 squeezelite [0xbbef8] <=> player
[0x13aeb8]
[21:50:26.124910] slimproto:859 [0xbbef8] connecting to
192.168.178.104:3483
[21:50:26.125252] slimproto:889 [0xbbef8] connected
[21:50:26.125305] sendHELO:135 [0xbbef8] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[21:50:26.147003] MasterHandler:1036 [0x13aeb8]: subscribe success
[21:50:26.177953] process_strm:238 [0xbbef8] strm command s
[21:50:26.178011] process_strm:307 [0xbbef8], strm s autostart: 3
transition period: 10 transition type: 0 codec: m
[21:50:26.178028] sendSTAT:169 [0xbbef8]: STAT:[STMf] msplayed 0
[21:50:26.224326] output_start:81 [0xbbef8]: start thread 0
[21:50:26.224561] process_start:1202 [0xbbef8]: codec:*, ch:0, s:0, r:0
[21:50:26.251669] sendSTAT:169 [0xbbef8]: STAT:[STMc] msplayed 0
[21:50:26.251844] process_strm:342 [0xbbef8] no matching codec *
[21:50:26.251879] sendSTAT:169 [0xbbef8]: STAT:[STMn] msplayed 0
[21:50:26.324818] output_http_thread:372 [0xbbef8]: end thread 0 (0
bytes)
[21:50:26.325030] sendSTAT:169 [0xbbef8]: STAT:[STMf] msplayed 0
[21:50:26.325144] AVTStop:217 [0x13aeb8]: uPNP stop (cookie (nil))
[21:50:26.326544] process_strm:238 [0xbbef8] strm command s
[21:50:26.326589] process_strm:307 [0xbbef8], strm s autostart: 3
transition period: 10 transition type: 0 codec: m
[21:50:26.326605] sendSTAT:169 [0xbbef8]: STAT:[STMf] msplayed 0
[21:50:26.341144] output_start:81 [0xbbef8]: start thread 0
[21:50:26.341281] sq_callback:339 [0x13aeb8]:
artist:
album:
title:radioeins vom rbb 95.8 (Adult Contemporary)
genre:
duration:0.000
size:0

cover:http://192.168.178.104:9000/imageproxy/http%3A%2F%2Fcdn-profiles.tunein.com%2Fs25111%2Fimages%2Flogoq.jpg%3Ft%3D2/image.jpg
offset:0
[21:50:26.341339] sq_callback:375 [0x13aeb8]: set current URI (s:0)
http://192.168.178.104:54785/bridge-2.mp3
[21:50:26.341501] AVTSetURI:91 [0x13aeb8]: uPNP setURI
http://192.168.178.104:54785/bridge-2.mp3 (cookie 0x1)
[21:50:26.342169] process_start:1202 [0xbbef8]: codec:*, ch:0, s:0, r:0
[21:50:26.370216] sendSTAT:169 [0xbbef8]: STAT:[STMc] msplayed 0
[21:50:26.621922] AVTSetPlayMode:167 [0x13aeb8]: uPNP set play mode
(cookie 0x2)
[21:50:26.622141] AVTPlay:151 [0x13aeb8]: uPNP play (cookie 0x3)
[21:50:26.622191] CtrlSetVolume:245 [0x13aeb8]: uPNP volume 0 (cookie
0x3)
[21:50:26.770620] output_http_thread:140 [0xbbef8]: got HTTP connection
16
[21:50:26.771604] output_http_thread:169 [0xbbef8]: drain is 2621440
(waited 430)
[21:50:26.773079] handle_http:467 [0xbbef8]: received GET /bridge-2.mp3
HTTP/1.1
[21:50:26.773127] handle_http:470 [0xbbef8]: HTTP headers
Host: 192.168.178.104:54785
Range: bytes=0-
Icy-MetaData: 1
Connection: close
transferMode.dlna.org: Streaming
User-Agent: WinampMPEG/2.8
Accept: */*

[21:50:26.773410] handle_http:562 [0xbbef8]: 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



oneleveller's Profile: http://forums.slimdevices.com/member.php?userid=63039
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] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread slartibartfast


dbinder101 wrote: 
> I am using LMS version 8.0.1
> 
> There is a link at the bottom of plug-in page (not a checkbox) that
> brings you to the very outdated LMS Repositories list. The xml for
> Ehrland's repositories is no longer valid. :-(In LMS 8.2 you can install 
> Erland's plugins at your own risk by ticking
the check box referred to in the other post.

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

___
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-26 Thread oneleveller

philippe_44 wrote: 
> Take a log so that I can see what's happening when it disconnects. 

Hi Philippe

config file:



warn
info

49PUS8303/12
bb:bb:24:16:7a:1c
49PUS8303/12
uuid:F00DBABE-AA5E-BABA-DADA-70af24167a1c
1


-1
T+A Caruso
uuid:5F9EC1B3-ED59-79BB-4530-001A2B82188E
1
1
T+A Caruso
bb:bb:2b:82:18:8e

info

100
?
1
0
0
4194304
1
thru
120
HASH(0x860b850)
1

1
1
1048576
raw,wav,aif
1
48000
-3
1
1
1
0
aac,ogg,ops,ogf,flc,alc,wav,aif,pcm,mp3

?
info
-1
warn
info
warn
warn


log file


Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml -i
/usr/local/slimserver/prefs/upnpbridge.xml
[20:56:32.480290] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[20:56:32.485256] output_init:610 success loading FLAC encoder
[20:56:32.488385] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[20:56:53.889600] Stop:1540 stopping squeezelite devices ...
[20:56:53.890615] Stop:1544 terminate update thread ...
[20:56:53.890785] Stop:1549 terminate main thread ...
[20:56:53.890917] Stop:1553 stopping UPnP devices ...

Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml
[20:56:54.520774] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[20:56:54.526158] output_init:610 success loading FLAC encoder
[20:56:54.529699] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[21:00:56.347638] AddMRDevice:1405 [0x138d08]: adding renderer
(49PUS8303/12)
[21:00:56.361851] MasterHandler:1036 [0x138d08]: subscribe success
[21:00:56.364364] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[21:00:56.364413] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[21:00:56.364603] slimproto:889 [0xb7e90] connected
[21:00:56.364634] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[21:06:17.676306] Stop:1540 stopping squeezelite devices ...
[21:06:17.676361] slimproto_close:930 [0xb7e90] slimproto stop for
49PUS8303/12
[21:06:17.776797] output_close:600 [0xb7e90] close media renderer
[21:06:17.818898] Stop:1544 terminate update thread ...
[21:06:17.819255] Stop:1549 terminate main thread ...
[21:06:17.819400] Stop:1553 stopping UPnP devices ...

Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml
[21:07:01.271261] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[21:07:01.326612] output_init:610 success loading FLAC encoder
[21:07:01.329472] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[21:07:03.677791] AddMRDevice:1405 [0x138d08]: adding renderer
(49PUS8303/12)
[21:07:03.690543] MasterHandler:1036 [0x138d08]: subscribe success
[21:07:03.693394] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[21:07:03.693444] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[21:07:03.693656] slimproto:889 [0xb7e90] connected
[21:07:03.693768] sendHELO:135 [0xb7e90] cap:
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,ogg,flc,alc,wav,aif,pcm,mp3
[21:07:03.743223] _ProcessVolume:738 [0x138d08]: UPnP Volume local
change 50:-1 (master)
[21:07:14.002153] slimproto_run:573 [0xb7e90] Closing CLI socket 10
[21:09:12.484191] Stop:1540 stopping squeezelite devices ...
[21:09:12.484247] slimproto_close:930 [0xb7e90] slimproto stop for
49PUS8303/12
[21:09:12.584678] output_close:600 [0xb7e90] close media renderer
[21:09:12.598861] Stop:1544 terminate update thread ...
[21:09:12.599217] Stop:1549 terminate main thread ...
[21:09:12.599426] Stop:1553 stopping UPnP devices ...

Starting Squeeze2upnp:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-armv6hf
-Z -f /usr/local/slimserver/Logs/upnpbridge.log -x
/usr/local/slimserver/prefs/upnpbridge.xml
[21:09:12.648745] main:1756 Starting squeeze2upnp version: v1.47.0 (Jan
23 2021 @ 15:37:11)
[21:09:12.703992] output_init:610 success loading FLAC encoder
[21:09:12.706762] Start:1518 Binding to 192.168.178.104:49152 (http:0)
[21:09:12.955675] AddMRDevice:1405 [0x138d08]: adding renderer
(49PUS8303/12)
[21:09:12.967484] MasterHandler:1036 [0x138d08]: subscribe success
[21:09:13.254407] slimproto:858 squeezelite [0xb7e90] <=> player
[0x138d08]
[21:09:13.254489] slimproto:859 [0xb7e90] connecting to
192.168.178.104:3483
[21:09:13.254844] slimproto:889 [0xb7e90] connected
[21:09:13.255037] sendHELO:135 [0xb7e90] cap:

Re: [SlimDevices: Plugins] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread dbinder101


kidstypike wrote: 
> Which version of LMS have you installed?
> 
> On the plugins page, if you scroll right down to the bottom, do you see
> a checkbox with a "*WARNING - These are 3rd Party Plugins not guaranteed
> to work under the current version of Logitech Media Server. They've been
> abandoned by their authors and are no longer maintained. Worst case they
> could break your Logitech Media Server. Use at your own risk"* ?
> 
> If yes, that maybe where your plugin is hiding.
I am using LMS version 8.0.1

There is a link at the bottom of plug-in page (not a checkbox) that
brings you to the very outdated LMS Repositories list. The xml for
Ehrland's repositories is no longer valid. :-(



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

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


Re: [SlimDevices: Plugins] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread kidstypike


dbinder101 wrote: 
> I had to re-install LMS and Dynamic Playlist  was one of the plug-ins I
> used often. Unfortunately, I don't see it anymore under the 3rd Party
> Plug-ins list. Does someone know the URL for the Additional Repositories
> form? Or how I can manually download and install it?

Which version of LMS have you installed?

On the plugins page, if you scroll right down to the bottom, do you see
a checkbox with a "*WARNING - These are 3rd Party Plugins not guaranteed
to work under the current version of Logitech Media Server. They've been
abandoned by their authors and are no longer maintained. Worst case they
could break your Logitech Media Server. Use at your own risk"* ?

If yes, that maybe where your plugin is hiding.



*Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0/pi screen/Hifiberry DAC HAT Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113779

___
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-26 Thread chill


philchillbill wrote: 
> If you note any specifics for pCP that are different to a normal Debian
> install, I'd appreciate a summary so it can be added to the docs.

I'm still hacking my way around to get a feel for what needs to be done
to get it working and then redone after a reboot.  So far I have it set
up such that pCP runs a script at startup (via the built-in 'User
Command's' tweak) e.g. /home/tc/.ngrok2/ngrok_startup.sh, which starts
ngrok and then finds the URL via that curl command.  grep in Busybox
doesn't have the -P option, but I can get to the url with a bit of
awking: 

Code:

curl -s http://localhost:4040/api/tunnels | awk -F"https:// {'print $2'} | 
awk -F" {'print $1'}



I haven't attempted to make it a service, because this User Command
script seems sufficient - I can run the script manually if I ever need
to run it without a reboot, but since this is RPi3 is currently
dedicated to ngrok only, a reboot is fine.

I haven't got the python script working yet - it's failing at 'import
requests' and I can't see whether that, or json or urllib.parse, are
included in any of the python packages that are available for pCP.  To
be investigated later if necessary.

I have installed the Alexa app on my iPhone and MediaServer is one of
'my' skills, and seems to have linked successfully, but since I don't
have a device yet I can't test it any further.  And I also can't tell
what the final step of the python script should be doing, once it's
recovered the url.  Maybe I can do that too with simple shell scripting,
but I need to find out what the python would do first.



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

2021-01-26 Thread slartibartfast


PasTim wrote: 
> Sorry.  Now I understand what you mean.  When I 'power off' I turn the
> wall switch off (every night, and when I leave the house - not a lot
> these days) :)Well in that case you will definitely save energy [emoji3]

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread PasTim


garym wrote: 
> Like a lot of modern electronics, off is not really off. If one wants to
> for sure save power, it would need to be unplugged.
Sorry.  Now I understand what you mean.  When I 'power off' I turn the
wall switch off (every night, and when I leave the house - not a lot
these days) :)



LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps.  2
Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz
CR603 UPnP renderers.  
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with
Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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-26 Thread garym


PasTim wrote: 
> Surely it must save some energy, even if only a little?

Like a lot of modern electronics, off is not really off. If one wants to
for sure save power, it would need to be unplugged.



*Home:* VBA2.5 4TB -or- rPi4B-8GB/pCP7.x/4TB>LMS 8.1.x>Transporter,
Touch, Boom, Radio (all ethernet)
*Cottage:* rPi4B-4GB/pCP7.x/4TB>LMS 8.1.x>Touch>Benchmark DAC I, Boom,
Radio w/Battery (Radio WIFI)
*Office:* Win10(64)>foobar2000
*The Wild: *rPi3B+/pCP4.0, hifiberry Dac+Pro, 4TB USB (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin,
or SqueezePlay 7.8 on Win10(64)
*Files:* -Ripping-: dbpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes,
TuneFusion; -Streaming:- Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
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-26 Thread PasTim


slartibartfast wrote: 
> In general powering off a player doesn't save energy compare to leaving
> it in the stopped or paused state.
> 
> Sent from my Pixel 3a using Tapatalk
Surely it must save some energy, even if only a little?



LMS 8.1 on PC, Xubuntu 20.04, FLACs 16->24 bit, 44.1->192kbps.  2
Touches & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz
CR603 UPnP renderers.  
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 20.04 laptop firefox/upplay or Android mobile with
Squeeze-Ctrl/BubbleUPnP controls LMS/Minimserver.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread philchillbill


itm wrote: 
> So I just renamed the Google Home Mini in the kitchen to "Google
> Kitchen", but it made no difference - "favourite 6 on Kitchen" still
> plays on the Google speaker, not the Boom called "Kitchen"
> ???

Did you rediscover devices after that renaming?



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] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread philchillbill


chill wrote: 
> Great, thanks.

If you note any specifics for pCP that are different to a normal Debian
install, I'd appreciate a summary so it can be added to the docs.



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


[SlimDevices: Plugins] Dynamic Playlist plug-in - can't find it

2021-01-26 Thread dbinder101


I had to re-install LMS and Dynamic Playlist  was one of the plug-ins I
used often. Unfortunately, I don't see it anymore under the 3rd Party
Plug-ins list. Does someone know the URL for the Additional Repositories
form? Or how I can manually download and install it?



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

___
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-26 Thread itm


itm wrote: 
> Thanks. I have a Boom in the kitchen (named "Kitchen"). I also have a
> Google Home Mini in the kitchen (called "Kitchen speaker"). If I say
> (Alexa)..."favourite 6 on Kitchen" it plays favourite #6 on the Google
> Home Mini ("Kitchen Speaker").
> 
> One step forward, one step back!

So I just renamed the Google Home Mini in the kitchen to "Google
Kitchen", but it made no difference - "favourite 6 on Kitchen" still
plays on the Google speaker, not the Boom called "Kitchen"
???



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-26 Thread itm


Thanks. I have a Boom in the kitchen (named "Kitchen"). I also have a
Google Home Mini in the kitchen (called "Kitchen speaker"). If I say
(Alexa)..."favourite 6 on Kitchen" it plays favourite #6 on the Google
Home Mini ("Kitchen Speaker").

One step forward, one step back!



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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-01-26 Thread AndreyRus


when the swueeze2upnp-win program is run, a black screen displays: "!
error loading config file!". And here's another - "slimproto_run: 548
(0050DBEC) error reading from socket: closed" What are my actions? Thank
you



AndreyRus's Profile: http://forums.slimdevices.com/member.php?userid=71297
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread philchillbill


itm wrote: 
> 
> 
> That should do it. You do need the -exact -name of the player so
> assuming it really is called Kitchen and not Kitchen Boom or some such.
> Did you first say "Alexa, discover devices" ?
> 
> The exact syntax would be "Alexa, favourite 6 on kitchen".



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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-01-26 Thread philippe_44

oneleveller wrote: 
> Hi there,
> 
> I have some difficulties with the integration of a T Caruso, first
> edition. It seems to be a real diva.
> 
> My complete setup is as follows
> 
> Raspberry PI 3B, with latest Picoreplayer as a server, running LMS 8.1
> Squeezebox Touch
> Squeezebox Radio
> 2 Squeezebox Classic
> Raspberry PI A with HifiBerry
> Rasberry PI 3B with HifiBerry
> 
> via Airplay-Bridge: Apple TV2
> via UPNP-bridge: T Caruso und Philips Smart TV 49/PUS8303-12
> 
> RemoteApps: Ipeng(iPhone) and Squeezpad (iPad)
> 
> Server and Clients are connected via LAN using a TP-Link Gigabit switch
> Fixed ip-dresses via Router (FritzBox 7590)
> 
> Although there is an initial login and the Caruso is listed in the
> configuration file, (after turning on the Caruso and it´s succesfull
> connection to the net) the Caruso does sometimes show up as a player in
> LMS, sometimes does not.
> 
> And - if succesfully connected to LMS - from time to time an unforced
> loss of connection takes place. For a reconnection i have to restart the
> Caruso. All in all a very strange behaviour and i have no idea how to
> force LMS to recognize the diva and remain into a stable contact.
> Opposite to that the PhilipsSmartTV immediately shoes up in LMS every
> time after powering on and, if turning on both devices simulatanously,
> the Caruso shows up too.
> 
> What i did next, is to set the Parameter "Remove Timeout" to -1
> individually for the Caruso (see pics). Helps a little bit not to loose
> the contact if connected, although the streaming failed from time to
> time.
> 
> Any idea how to force LMS to recognize the Caruso everytime after being
> switched on and to get to a more stable connection?
> 
> Thank You and best regards
> 
> Thomas

Take a log so that I can see what's happening when it disconnects.



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

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


Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-01-26 Thread Lucaswonder

Suddenly my squeezebox touch can’t navigate Tidal yesterday. I got error
message asking me to update to las V8.1.0 or later. I’m currently on
v8.0 with DSM 6.2.3-25426 Update 3. I downloaded the file named
"LogitechMediaServer-x86_64-8.1.1-1610364019.spk” and tried to manually
install it but got error message telling me it’s not supported  on the
platform of diskstation or is incompatible with the current DSM
version.

Any help I can get the las 8.1 onto my synology or get tidal working
without updating the lms?



Lucaswonder's Profile: http://forums.slimdevices.com/member.php?userid=71306
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
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-26 Thread itm


Paul Webster wrote: 
> To test it you could remove the 
> > /dev/null 2>&1 & 
> from the ngrok command line - then you should see errors on the screen
> .. which might give a clue.
> The ctrl+c to break out if it runs (which will also kill it).

Sorry I've resolved it now. I think it was a missing ampersand.

I'm new to Alexa, but tried this command in the Lenovo Alexa app: 
"Favourite 6 on Kitchen"
The reply was "what setting?"

I guess that wasn't the command that I needed to play favourite #6. What
should I have requested?



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-26 Thread Paul Webster


To test it you could remove the 
> /dev/null 2>&1 & 
from the ngrok command line - then you should see errors on the screen
.. which might give a clue.
The ctrl+c to break out if it runs (which will also kill it).



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=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-26 Thread itm


philchillbill wrote: 
> Did you check on the :4040 status page what the tunnel URL is? That will
> change on every restart of ngrok. 
> 
> Alternatively, check the tunnel URL by visiting
> https://dashboard.ngrok.com/status/tunnels.

If I go to that URL it tells me that I have no active tunnels. Looking
at the terminal window, it's showing "Exit 127" - does that mean that
the command failed?

Here's the terminal input/output:


Code:

grok http -auth "myuser:mypassword" 9000 > /dev/null 2>&1 & [2] 36440 [1] 
Exit 127 grok http -auth "myuser:mypassword" 9000 > /dev/null 2>&1




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] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread chill


philchillbill wrote: 
> 
> EDIT: Fixed. An issue with relative vs absolute paths. Sorry for the
> inconvenience.

Great, thanks.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread philchillbill


itm wrote: 
> I didn't restart the server, but restarted the tunnel when I got that
> error message. It didn't seem to make any difference. 
> I used this command, and left the Terminal window open in Linux:
> ngrok http -auth "myuser:mypassword" 9000 > /dev/null 2>&1 &

Did you check on the :4040 status page what the tunnel URL is? That will
change on every restart of ngrok. 

Alternatively, check the tunnel URL by visiting
https://dashboard.ngrok.com/status/tunnels.



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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread itm


philchillbill wrote: 
> Did you kill the tunnel in the meanwhile by restarting a server without
> auto update ?

I didn't restart the server, but restarted the tunnel when I got that
error message. It didn't seem to make any difference. 
I used this command, and left the Terminal window open in Linux:
ngrok http -auth "myuser:mypassword" 9000 > /dev/null 2>&1 &



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] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread philchillbill

chill wrote: 
> I have a 4th Gen Echo Dot on the way, specifically so that I can try out
> this skill - I'm looking forward to having a bit more voice control over
> LMS than I get through Siri by having iPeng running.
> 
> I've been running through the ngrok setup on a pCP device in preparation
> for the Dot arriving.  So far so good.  I now want to automate the
> updating process, using the Python or Perl scripts on the setup page,
> but unfortunately the links don't seem to work:
> Python: https://mediaserver.smartskills.tech/downloads/updater.py
> Perl: https://mediaserver.smartskills.tech/downloads/updater.pl
> 
> I did do a bit of a search on this thread, but it's a long thread and
> 'updater.py' generates a lot of hits!  Is there somewhere else to get
> these scripts?

I’m not home now but will check in 30 mins why they disappeared. 


Sent from my iPhone using Tapatalk





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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread philchillbill


itm wrote: 
> I also tried checking out LMS-Lite but when I tried to enable the Alexa
> skill (using the same URL that I've previously created) I got an error:
> "ngrok reports an invalid tunnel"

Did you kill the tunnel in the meanwhile by restarting a server without
auto update ?





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] 'MediaServer' *certified* Alexa skill for LMS

2021-01-26 Thread chill


I have a 4th Gen Echo Dot on the way, specifically so that I can try out
this skill - I'm looking forward to having a bit more voice control over
LMS than I get through Siri by having iPeng running.

I've been running through the ngrok setup on a pCP device in preparation
for the Dot arriving.  So far so good.  I now want to automate the
updating process, using the Python or Perl scripts on the setup page,
but unfortunately the links don't seem to work:
Python: https://mediaserver.smartskills.tech/downloads/updater.py
Perl: https://mediaserver.smartskills.tech/downloads/updater.pl

I did do a bit of a search on this thread, but it's a long thread and
'updater.py' generates a lot of hits!  Is there somewhere else to get
these scripts?



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
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] 1.fm?

2021-01-26 Thread ralphy


mrw wrote: 
> I'm impressed that you were able to something with it.
> 
> So, perhaps appropriate if the problem is a "basically OK but
> occasionally glitched" incoming remote AAC stream, but not particularly
> appropriate if it is just fundamentally duff (or MP3...).
> 
> With the basic problem fixed, you have the freedom to do whatever you
> think may be most practicable/expedient/useful/time to move on/whatever
> you feel.

Turns out the sample.m4a file in the ffmpeg ticket has the audio at the
beginning of the file so can't be played native, so that file is no good
for testing.  When I optimized the file using mp4file or ffmpeg to move
the atoms to the beginning it plays fine as the process "fixes/hides"
the sync errors.  You have to have MPEG-4 leading audio disabled in LMS
file types as well for the test.

I did some digging into the sync vs bits error logging between the stock
and community firmware.  The API has changed for sync error handling
from the original proprietary fdk aac and the current android version
2.0.1 I'm using.  Both the AAC_DEC_TRANSPORT_SYNC_ERROR and
AAC_DEC_NOT_ENOUGH_BITS API errors are to be handled by reading more of
the stream.  In squeezeplay I tried checking for the SYNC error before
BITS but the api still returns the BITS error for the 1.fm stream.  I
suspect if it wasn't for the segfault we wouldn't have even noticed. 

I did discover that I used the wrong return code for the SYNC error
checking, which I've changed.  Now I need to find a file/stream that
triggers the error.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113719

___
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-26 Thread vco1


mherger wrote: 
> > Almost ready to install the new firmware. This advice confuses me a
> > little though. Isn't it that LMS 8.x.x requires a patch on the SB
> Radio?
> 
> It doesn't require it (any more). I built in some work around at some 
> point, manipulating the version number for those players. But it's a 
> workaround, not a fix. It should at least allow you to update.
Great! Thanks.



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

2021-01-26 Thread oneleveller

Hi there,

I have some difficulties with the integration of a T Caruso, first
edition. It seems to be a real diva.

My complete setup is as follows

Raspberry PI 3B, with latest Picoreplayer as a server, running LMS 8.1
Squeezebox Touch
Squeezebox Radio
2 Squeezebox Classic
Raspberry PI A with HifiBerry
Rasberry PI 3B with HifiBerry

via Airplay-Bridge: Apple TV2
via UPNP-bridge: T Caruso und Philips Smart TV 49/PUS8303-12

RemoteApps: Ipeng(iPhone) and Squeezpad (iPad)

Server and Clients are connected via LAN using a TP-Link Gigabit switch
Fixed ip-dresses via Router (FritzBox 7590)

Although there is an initial login and the Caruso is listed in the
configuration file, (after turning on the Caruso and it´s succesfull
connection to the net) the Caruso does sometimes show up as a player in
LMS, sometimes does not.

And - if succesfully connected to LMS - from time to time an unforced
loss of connection takes place. For a reconnection i have to restart the
Caruso. All in all a very strange behaviour and i have no idea how to
force LMS to recognize the diva and remain into a stable contact.
Opposite to that the PhilipsSmartTV immediately shoes up in LMS every
time after powering on and, if turning on both devices simulatanously,
the Caruso shows up too.

What i did next, is to set the Parameter "Remove Timeout" to -1
individually for the Caruso (see pics). Helps a little bit not to loose
the contact if connected, although the streaming failed from time to
time.

Any idea how to force LMS to recognize the Caruso everytime after being
switched on and to get to a more stable connection?

Thank You and best regards

Thomas


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


oneleveller's Profile: http://forums.slimdevices.com/member.php?userid=63039
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread itm


I also checking out LMS-Lite but when I tried to enable the Alexa skill
(using the same URL that I've previously created) I got an error: "ngrok
reports an invalid tunnel"



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-26 Thread itm


philchillbill wrote: 
> In those same docs: "...The skill implements 116 command categories, 72
> of which are free to use with 44 requiring a subscription. " See
> https://mediaserver.smartskills.tech/mediaserverhelp.html#section-3-4. 
> 
> If all you want to do is play a numbered favorite, there is a companion
> smart home skill called LMS-lite that is free and uses exactly the same
> setup and account-linking process so you've done 95% of the work
> already. It has more limited (but still useful) commands and playing a
> favorite is one of them. See the thread at
> https://forums.slimdevices.com/showthread.php?111443-Announce-LMS-lite-certified-Smart-Home-skill-for-Alexa.

Ah Ok it looks like all of the "Play" commands that I might find useful
are paid-for items. Voice command would be nice but not nice enough for
a monthly subscription!



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-26 Thread philchillbill


In those same docs: "...The skill implements 116 command categories, 72
of which are free to use with 44 requiring a subscription. " See
https://mediaserver.smartskills.tech/mediaserverhelp.html#section-3-4. 

If all you want to do is play a numbered favorite, there is a companion
smart home skill called LMS-lite that is free and uses exactly the same
setup and account-linking process so you've done 95% of the work
already. It has more limited (but still useful) commands and playing a
favorite is one of them. See the thread at
https://forums.slimdevices.com/showthread.php?111443-Announce-LMS-lite-certified-Smart-Home-skill-for-Alexa.



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] Using an old iPhone (5) as a streamer to a Bluetooth device

2021-01-26 Thread d6jg

I’ve got an iPod Touch from that era and it still has a working install
of iPeng which will play FLAC.
Not sure you can still install it though



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

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

___
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-26 Thread slartibartfast


TheCoyote wrote: 
> To be honest, I'd rather like to avoid that. Probably not too bad with
> just the LMS, a Samba share and an Apache Tomcat for my home automation
> on that machine, but still. :(Maybe you need to remove all traces of the 
> other version of libc. 

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

___
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-26 Thread TheCoyote


To be honest, I'd rather like to avoid that. Probably not too bad with
just the LMS, a Samba share and an Apache Tomcat for my home automation
on that machine, but still. :(



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


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

2021-01-26 Thread itm


Paul Webster wrote: 
> No - you can use the free version.
> See the docs at
> https://mediaserver.smartskills.tech/mediaserverhelp.html - and in
> particular the "ngrok autoupdate" section.

Those instructions worked well - thanks. So after a bit of hit-and-miss
I had my first command accepted using the Lenovo Alexa app on my tablet:
"play album blood on the tracks on kitchen". It asked me which artist,
so I said "Bob Dylan". It told me that I needed a subscription to use
that command. 
Is this a subscription-based service?



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-26 Thread slartibartfast


philchillbill wrote: 
> ngrok on:
> 
> >   >   > 
  - Pi with any of the Debian variants = yes. 
  - pCP = yes, but trickier because undocumented. It's on my todo
  > list. 
  - Max2Play = no idea, it was never discussed over at the MediaServer
  > thread. I have no idea how 'heavy' the Linux underpinning Max2Play
  > is.
  > > > Max2Play is based on Raspbian so it should be OK.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread slartibartfast


cpd73 wrote: 
> Which is probably because the long-poll timedout. And after that
> (leaving the menu open), if you then toggle again - how long? Also,
> don't suppose you had any debug with this?I think subsequent toggles changed 
> within a second. I didn't have debug
on but suspect that the cometd info didn't show up until the icons
changed colour. I know when I was using debug there was no info when the
icons didn't change.

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

___
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-26 Thread slartibartfast


TheCoyote wrote: 
> Hm, thanks. I did what you said and removed NEWS.Debian.gz. And then
> NEWS.gz. And then changelog.gz. And then copyright. Now it's
> /usr/share/lintian/overrides/libc6 that's wrong...
> 
> I don't think I'm on the right path here. :(
> > 
Code:

  >   > pi@raspberrypi4:~ $ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb
  > (Reading database ... 104863 files and directories currently installed.)
  > Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ...
  > Unpacking libc6:i386 (2.28-10+rpi1) ...
  > dpkg: error processing archive newpack/libc6_2.28-10+rpi1_i386.deb 
(--install):
  > trying to overwrite shared '/usr/share/lintian/overrides/libc6', which is 
different from other instances of package libc6:i386
  > Processing triggers for libc-bin (2.28-10+rpi1) ...
  > Errors were encountered while processing:
  > newpack/libc6_2.28-10+rpi1_i386.deb

> > Do you think it is worth starting again with a fresh install?

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread humax99


cpd73 wrote: 
> I'll add an option to replace the player's icon in the toolbar with a
> power button.

Perfect! That's an elegant solution. Thanks. :D



humax99's Profile: http://forums.slimdevices.com/member.php?userid=69035
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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread philchillbill


didjean wrote: 
>  is it possible to install ngrok on a Pi & Max2Play?
> 

ngrok on:


- Pi with any of the Debian variants = yes. 
- pCP = yes, but trickier because undocumented. It's on my todo list.
  
- Max2Play = no idea, it was never discussed over at the MediaServer
  thread. I have no idea how 'heavy' the Linux underpinning Max2Play
  is.



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

2021-01-26 Thread cpd73


humax99 wrote: 
> Would it be possible to add a Power button for the currently selected
> player on the main screen?

I'll add an option to replace the player's icon in the toolbar with a
power button.



*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] Use Squeezebox Boom as default media player for Google Home?

2021-01-26 Thread Paul Webster


itm wrote: 
> If I wanted to use ngrok to set up SSL would I need to use a paid
> subscription service?

No - you can use the free version.
See the docs at
https://mediaserver.smartskills.tech/mediaserverhelp.html - and in
particular the "ngrok autoupdate" section.



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=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-26 Thread itm

philchillbill wrote: 
> Yes, it’s an Amazon requirement to use SSL. It’s actually pretty easy to
> set it all up using ngrok and the online help lays out how to do it in
> detail.

If I wanted to use ngrok to set up SSL would I need to use a paid
subscription service?



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

2021-01-26 Thread cpd73


slartibartfast wrote: 
> I waited this time and it took around 47 seconds counting in elephants
> [emoji3]

Which is probably because the long-poll timedout. And after that
(leaving the menu open), if you then toggle again - how long? Also,
don't suppose you had any debug with this?



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

2021-01-26 Thread TheCoyote


Hm, thanks. I did what you said and removed NEWS.Debian.gz. And then
NEWS.gz. And then changelog.gz. And then copyright. Now it's
/usr/share/lintian/overrides/libc6 that's wrong...

I don't think I'm on the right path here. :(

Code:

pi@raspberrypi4:~ $ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb
  (Reading database ... 104863 files and directories currently installed.)
  Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ...
  Unpacking libc6:i386 (2.28-10+rpi1) ...
  dpkg: error processing archive newpack/libc6_2.28-10+rpi1_i386.deb 
(--install):
  trying to overwrite shared '/usr/share/lintian/overrides/libc6', which is 
different from other instances of package libc6:i386
  Processing triggers for libc-bin (2.28-10+rpi1) ...
  Errors were encountered while processing:
  newpack/libc6_2.28-10+rpi1_i386.deb




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


Re: [SlimDevices: Plugins] Using an old iPhone (5) as a streamer to a Bluetooth device

2021-01-26 Thread kidstypike


rkrug wrote: 
> I am using picoreplayer on a Pi with bluetooth - works perfectly. 
> 
> Bluetooth is build in, and whenever the speaker connects, it stats
> playing.
> 
> Rainer

Same here Raspberry Pi (piCorePlayer) > Bluetooth > Amazon Echo Show 8.



*Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0/pi screen/Hifiberry DAC HAT Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113769

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


Re: [SlimDevices: Plugins] Using an old iPhone (5) as a streamer to a Bluetooth device

2021-01-26 Thread Rainer Krug
I am using picoreplayer on a Pi with bluetooth - works perfectly. 

Bluetooth is build in, and whenever the speaker connects, it stats playing.

Rainer

> On 26 Jan 2021, at 10:32, Pieman1972 
>  wrote:
> 
> 
> I have a number of players, howver the Squeezebox Radio I have been
> using in my BBQ Shack seems to have died a death. Not powering on either
> under battery or mains, I have swapped batteries with another radio and
> the charging leads and still no joy :-(  I will put a post in the Radio
> forum seeing what folks think about trying to repair.
> 
> So I am looking at the potential alternatives. My server is running on a
> Synology DS209+ NAS (Logitech Media Server Version: 7.9.0 - 023.1090 @
> Wed Jul 20 12:03:07 UTC 2016.yes I know it needs an upgrade but its
> getting round to it plus I think it was a Synology package).
> 
> I have an old iPhone 5 lie-ing around, I was thinking to use that a
> conduit to a external IPX7 (W-King possibly) Bluetooth speaker, Wifi to
> the shack is good. Music on the NAS is a collection of MP3 and FLAC
> format - from what I've read the iOS10 (which the iphone 5 runs) doesn't
> support FLAC natively so needs a player.so was thinking of an App to
> "play" the tracks on the phone and then Bluetooth to the speaker..
> 
> So questions - which software will do that for me - a quick search of
> the old Wiki seems to show only iPeng in existence now. On my Android
> phone I have Squeezer and SqueezePlayer. I don't really want to use my
> own phone as it would mean it would always need to stay in the shack
> whilst playing - plus it also has the Govee light strip app which
> connects via Bluetooth so if I want to change my light settings the
> music would stop!
> 
> Of course any other suggestions to suitable players - possibly Wifi
> enabled so could connect direct to the NAS most welcome (with any
> suggestions for iOS apps to control the music!) will be most welcome.
> 
> Thanks in advance!
> 
> 
> 
> Pieman1972's Profile: http://forums.slimdevices.com/member.php?userid=37424
> View this thread: http://forums.slimdevices.com/showthread.php?t=113769
> 
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/plugins




smime.p7s
Description: S/MIME cryptographic signature
___
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-26 Thread didjean


philchillbill wrote: 
> Yes, its an Amazon requirement to use SSL. Its actually
> pretty easy to set it all up using ngrok and the online help lays out
> how to do it in detail.

Sorry yet another question as I couldn't find the answer elsewhere: is
it possible to install ngrok on a Pi & Max2Play?



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

2021-01-26 Thread slartibartfast


cpd73 wrote: 
> Try longer :) The cometd long-poll has of 60 seconds, so update should
> at least occur then. It'd be interesting to see how long it takes to
> update after a "failure" and then how long for the next after that. This
> is becasue the first update after the "failure" might be due to the
> long-poll timeout, but the one after that should be the standard
> notification.I waited this time and it took around 47 seconds counting in 
> elephants
[emoji3]

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread cpd73


slartibartfast wrote: 
> I was waiting 5 seconds at least.

Try longer :) The cometd long-poll has of 60 seconds, so update should
at least occur then. It'd be interesting to see how long it takes to
update after a "failure" and then how long for the next after that. This
is becasue the first update after the "failure" might be due to the
long-poll timeout, but the one after that should be the standard
notification.



*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


[SlimDevices: Plugins] Using an old iPhone (5) as a streamer to a Bluetooth device

2021-01-26 Thread Pieman1972


I have a number of players, howver the Squeezebox Radio I have been
using in my BBQ Shack seems to have died a death. Not powering on either
under battery or mains, I have swapped batteries with another radio and
the charging leads and still no joy :-(  I will put a post in the Radio
forum seeing what folks think about trying to repair.

So I am looking at the potential alternatives. My server is running on a
Synology DS209+ NAS (Logitech Media Server Version: 7.9.0 - 023.1090 @
Wed Jul 20 12:03:07 UTC 2016.yes I know it needs an upgrade but its
getting round to it plus I think it was a Synology package).

I have an old iPhone 5 lie-ing around, I was thinking to use that a
conduit to a external IPX7 (W-King possibly) Bluetooth speaker, Wifi to
the shack is good. Music on the NAS is a collection of MP3 and FLAC
format - from what I've read the iOS10 (which the iphone 5 runs) doesn't
support FLAC natively so needs a player.so was thinking of an App to
"play" the tracks on the phone and then Bluetooth to the speaker..

So questions - which software will do that for me - a quick search of
the old Wiki seems to show only iPeng in existence now. On my Android
phone I have Squeezer and SqueezePlayer. I don't really want to use my
own phone as it would mean it would always need to stay in the shack
whilst playing - plus it also has the Govee light strip app which
connects via Bluetooth so if I want to change my light settings the
music would stop!

Of course any other suggestions to suitable players - possibly Wifi
enabled so could connect direct to the NAS most welcome (with any
suggestions for iOS apps to control the music!) will be most welcome.

Thanks in advance!



Pieman1972's Profile: http://forums.slimdevices.com/member.php?userid=37424
View this thread: http://forums.slimdevices.com/showthread.php?t=113769

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread slartibartfast


cpd73 wrote: 
> I still think its LMS delaying the notifications. How long do you wait
> when it doesn't work?I was waiting 5 seconds at least.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread cpd73


slartibartfast wrote: 
> When I closed the debug window it started happening again so I opened
> the debug webpage again and that seemed to fix it but after closing the
> webpage it still works. Make of that what you will. 
> In this case I was toggling power to a group player and the group icon
> changed colour but the individual players didn't, until I closed and
> reopened the menu. So sometimes it happens and sometimes it doesn't.

I still think its LMS delaying the notifications. How long do you wait
when it doesn't work?



*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-26 Thread slartibartfast


cpd73 wrote: 
> Well all I can suggest is to start Material with cometd debug enabled -
> http:// SERVER/9000/material/?debug=cometd then look for "COMETED
> SERVER" (just noticed that's a typo!) lines. these should list the state
> of each player. If one of these appears after you power off your
> mulptiple players, have a look at the "power:" entry for each. This is
> what Material uses. If the entry there is correct, but Material shows
> the wrong state then the issue is with Material. (I'll look at the code
> to see if I can see any obvious errors)When I closed the debug window it 
> started happening again so I opened
the debug webpage again and that seemed to fix it but after closing the
webpage it still works. Make of that what you will. 
In this case I was toggling power to a group player and the group icon
changed colour but the individual players didn't, until I closed and
reopened the menu. So sometimes it happens and sometimes it doesn't.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-01-26 Thread slartibartfast


cpd73 wrote: 
> Well all I can suggest is to start Material with cometd debug enabled -
> http:// SERVER/9000/material/?debug=cometd then look for "COMETED
> SERVER" (just noticed that's a typo!) lines. these should list the state
> of each player. If one of these appears after you power off your
> mulptiple players, have a look at the "power:" entry for each. This is
> what Material uses. If the entry there is correct, but Material shows
> the wrong state then the issue is with Material. (I'll look at the code
> to see if I can see any obvious errors)Of course as soon as I try to 
> investigate it stops happening [emoji3]

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

___
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-26 Thread rdmaidment


Apologies, I wasn't aware of the log file requirement which is now
attached.

I started playback of a 24/192 track, advanced to the end of the track
and it played out to the end and then just stopped although Roon showed
it was still playing (i.e. I could only pause), this was at 07:56.  At
07:59 I manually advanced to the next track which was in CD format 16/44
as it hadn't advanced on its own

Thank you

rdmaidment wrote: 
> I wonder if I can be given any assistance into an issue I am
> experiencing.
> 
> I use lms-to-upnp to bridge Roon with my Naim NDS.  It's been working
> well for 2 years.
> 
> However have identified an issue with mixed format playlists.
> 
> If I have a playlist which has a 24/192 track and the next track is say
> 24/96 when the track finishes it does not advance on to the next track. 
> I can go the other way so 24/96 to 24/192 is OK.
> 
> 24/192 tracks seem to be the only issue.  i.e. if I have a 24/96 track I
> can advance to a 16/44 track OK.
> 
> I can work around this in one of 2 ways.
> 
> 1. If I set stream_length to -2 the track will advance.  However the
> last 10 seconds of the track doesn't play, i.e. it advances 10 seconds
> too early.  This happens for all tracks regardless of format so isn't
> really workable.
> 
> 2. If I set FLAC compression in Roon to on then I don't see this issue. 
> I don't want to do this as Naim streamers perform best if they receive
> PCM/WAV and don't have to transcode.  If I get lms-to-upnp to transcode
> FLAC to PCM that track advance issue is reintroduced.
> 
> One thing I have noticed is that 24/192 files show as being played as
> WAV if I check on the streamer whereas all other formats show as PCM.  I
> wonder if it's the change from WAV to PCM that causes the issue?
> 
> I've tried many permutations of settings and cannot seem to get to the
> bottom of this so any help would be appreciated
> 
> Here's the Common section of the config file
> 
> 
> 1
> 1
> 0
> 0
> -3
> 120
> thru
> 1
> aac,ogg,ops,flc,alc,aif,pcm,mp3
> 1
> raw,wav,aif
> 4194304
> 1
> 1048576
> 1
> 1
> HASH(0x56020a82c150)
> 192000
> 100
> 192.168.2.51
> 1
> 
> 1
> 1
> 
> 
> and here is the device specific section
> 
> 
> Sitting Room
> bb:bb:f6:b1:d4:f3
> Sitting Room
> uuid:5F9EC1B3-ED59-79BB-4530-0011F6B1D4F3
> 1
> 1
> 
> 
> 
> Thank you


+---+
|Filename: Logfile.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33097|
+---+


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