Re: [SlimDevices: SqueezeCenter] LMS no longer imports MusicIP headers after reinstalling

2022-01-17 Thread w-h-o


Hi Tomusz,

I had exactly the same problem with MusicIP, running LMS on Win11.
I found out: localhost:10002 is not available at starting time of LMS
(start of LMS at system start).
My solution: start of LMS at user login.

Maybe this can help you.



w-h-o's Profile: http://forums.slimdevices.com/member.php?userid=72481
View this thread: http://forums.slimdevices.com/showthread.php?t=114101

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


Re: [SlimDevices: SqueezeCenter] How to update Docker install

2022-01-17 Thread carp


I always used the following instructions to update a docker image on my
Synology DS-920+:
https://mariushosting.com/synology-how-to-update-docker-image/

The installation of "Watchtower" makes updating of docker images even
easier. There is a description for installing "Watchtower" in the
instructiones mentioned above, too.



Carsten

carp's Profile: http://forums.slimdevices.com/member.php?userid=3584
View this thread: http://forums.slimdevices.com/showthread.php?t=115770

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


Re: [SlimDevices: SqueezeCenter] Control Panel for LMS is not starting up after upgrade to 8.0.1, when LMS is running

2022-01-17 Thread mtreloar


Same problem with my new install of Windows 10 x64 and LMS 8.3, 8.2 and
8.1. Reverting the Locale to not use the beta UTF setting fixed the LMS
problem. Here is what windows reports (see below). Big thank you to
@bstrulo for finding this problem!
Source
Logitech Media Server Control Panel

Summary
Stopped working

Date
2022-01-17 11:00

Status
Report sent

Description
Faulting Application Path:  C:\Program Files
(x86)\Squeezebox\server\squeezeboxcp.exe

Problem signature
Problem Event Name: APPCRASH
Application Name:   squeezeboxcp.exe
Application Version:62989.0.0.0
Application Timestamp:  4e209e9f
Fault Module Name:  Wx.dll_unloaded
Fault Module Version:   0.0.0.0
Fault Module Timestamp: 516c5dcb
Exception Code: c005
Exception Offset:   00067cc0
OS Version: 10.0.19044.2.0.0.256.48
Locale ID:  4105
Additional Information 1:   215b
Additional Information 2:   215b4c8319a3fe37f1e40e3123093079
Additional Information 3:   f8a7
Additional Information 4:   f8a7b5b467b75ba11b878d6191fba0f8

Extra information about the problem
Bucket ID:  a4698d7196f65071f8f2bbdd3e106b8c (1797705760177679244)



mtreloar's Profile: http://forums.slimdevices.com/member.php?userid=48048
View this thread: http://forums.slimdevices.com/showthread.php?t=113424

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


Re: [SlimDevices: SqueezeCenter] Control Panel for LMS is not starting up after upgrade to 8.0.1, when LMS is running

2022-01-17 Thread spectrumtic


mtreloar wrote: 
> Same problem with my new install of Windows 10 x64 and LMS 8.3, 8.2 and
> 8.1. Reverting the Locale to not use the beta UTF setting fixed the LMS
> problem. Here is what windows reports (see below). Big thank you to
> @bstrulo for finding this problem!
> Source
> Logitech Media Server Control Panel
> 
> 

Thanks.  My install is on Windows Server 2016 Essentials, and
unfortunately I don't have that beta UTF setting.  Only just the regular
system locale drop-down list, set to English (United States).



spectrumtic's Profile: http://forums.slimdevices.com/member.php?userid=71086
View this thread: http://forums.slimdevices.com/showthread.php?t=113424

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


Re: [SlimDevices: SqueezeCenter] Slim::Control::Request::renderAsArray (2233) Error: request should set useIxHashes in

2022-01-17 Thread rgdawson


SamY wrote: 
> It was way before my involvement with LMS but 'this thread'
> (https://forums.slimdevices.com/showthread.php?74458-Adding-a-player-parameter)
> from 2010 explains its origin. It seems that the notification's callback
> was originally defined only in the iPeng client app, which is where
> Chris was seeing the error messages. However, it's possible that the
> Squeezelite-X client might also be using it. As you said though, it
> doesn't seem to result in any harmful behavior beyond the log messages
> so maybe toning down the message is all that is needed.

I just got pointed to this thread and quickly read through all the
pages.  There does seem to be alot of moving parts.  I can answer any
questions as to what SLX does and does not do.  So far, from what I have
read, this mysterious error message appears when SLX is running in
Material Skin and the squeezelite player is running and is the one being
controlled.  Apparently, the error message also appears when running
iPeng.  I have no idea what the message even means, at this point.

SLX does create a CLI Telnet connection to the server and uses it login
and monitor a few things that SLX needs to know.

SLX does not use cometd, but iPeng and Material Skin do.

As this message seems to appear on an LMS restart, here is a summary of
what happens in SLX and these are the CLI commands that SLX would use on
an LMS restart.

On an LMS restart, SLX detects that the telnet connection is lost and
SLX will immediately terminate its own squeezelite-win instances.  SLX
will set a repeating timer and attempt to reconnect over CLI/Telnet
(about every 8 seconds, if I recall).  Meanwhile the Material Skin is
doing whatever it does, SLX leaves the browser alone.  Once SLX
successfully reconnects over CLI/Telnet, then it will go through the
rest of its connection initialization stuff, including restarting the
squeezelite-win instance(s), and including using the following CLI
commands:

login
can material ? 
subscribe power,client,name,playlist,mixer
syncgroups ?
players 0 999 
pref language ?
pref httpport ?
status - 1 subscribe
title ?
artist ?
album ?
serverstatus 0 0

SLX does not use the notification callback mentioned earlier, but I do
not know what the Material Skin is doing.

R Greg Dawson



Squeezelite-X

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

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


Re: [SlimDevices: SqueezeCenter] Slim::Control::Request::renderAsArray (2233) Error: request should set useIxHashes in

2022-01-17 Thread Michael Herger
Thanks for your feedback, Greg. I decided to tone down the warning. It 
has been around for years, but nobody seems to have experienced any 
negative effect. 8.3 should not longer show this message unless you 
incrase the log level.

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


[SlimDevices: SqueezeCenter] LMS 8.2.0 on fresh Ubuntu 20.04 missing perl modules

2022-01-17 Thread pgf


I hate having to ask this here -- this feels like it should be easy to
fix.

I've installed a new server, using Ubuntu Server 20.04.3.

I used dpkg to install logitechmediaserver_8.2.0_i386.deb

On startup, I get:

Code:

Jan 17 16:12:13 flax squeezeboxserver[24866]: The following modules failed 
to load: DBI EV XML::Parser::Expat HTML::Parser JSON::XS Digest::SHA1 Sub::Name
  Jan 17 16:12:13 flax squeezeboxserver[24866]: This is perl 5, version 30, 
subversion 0 (v5.30.0) built for x86_64-linux-gnu-thread-multi
  Jan 17 16:12:13 flax squeezeboxserver[24866]: (with 50 registered patches, 
see perl -V for more detail)



I've installed these perl modules, in hopes of getting rid of at least
some of those load failures:

Code:

libdbi-perl:amd64 (1.643-1ubuntu0.1),
  libyaml-perl:amd64 (1.30-1),
  libjson-xs-perl:amd64 (4.020-1build1),
  libev-perl:amd64 (4.32-1),
  libdigest-sha-perl:amd64 (6.02-1build2),
  libxml-parser-perl:amd64 (2.46-1),
  



But the errors remain.

I don't recall having this trouble on the server I'm replacing, which
was running 18.04, and perl 5.26, and LMS 8.2.0.  But I first installed
it many years ago, so maybe there were extra steps then, as well.

Am I missing something basic?  Like  a README, or a sticky thread?   (He
said, hopefully.  ;-)

paul



pgf's Profile: http://forums.slimdevices.com/member.php?userid=58510
View this thread: http://forums.slimdevices.com/showthread.php?t=115786

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


[SlimDevices: SqueezeCenter] Slow web interface, probably after Perl updates

2022-01-17 Thread troffasky


Logitech Media Server Version: 8.2.1 - 1628483320 @ Mon Aug 9 06:43:27
CEST 2021

Operating system: Debian - EN - iso-8859-1
Platform Architecture: x86_64-linux
Perl Version: 5.32.1 - x86_64-linux-gnu-thread-multi
Audio::Scan: 1.02
IO::Socket::SSL: 2.074
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 4

After a restart I have noticed that the LMS web interface has become
incredibly slow, taking multiple seconds to respond to inputs. Starting
it with:

sudo -u squeezeboxserver squeezeboxserver  --perfwarn=1

a lot of this is logged - almost always about 10s which suggests
something is waiting 10s, then doing it's thing:


Code:


  [22-01-17 22:24:42.8066] Logging Async HTTP   >  1.0s
  [22-01-17 22:24:42.8067] Logging Request  >  1.0s
  [22-01-17 22:24:42.8068] Logging Notify   >  1.0s
  [22-01-17 22:24:42.8069] Logging IR Delay >  1.0s
  [22-01-17 22:24:42.8070] Logging DB Access>  1.0s
  [22-01-17 22:24:42.8071] Logging AnyEvent CB  >  1.0s
  [22-01-17 22:24:42.8071] Logging Template >  1.0s
  [22-01-17 22:24:42.8072] Logging Scheduler>  1.0s
  [22-01-17 22:24:42.8073] Logging Timer>  1.0s
  [22-01-17 22:24:42.8074] Logging IO   >  1.0s
  [22-01-17 22:24:42.8074] Logging Page Build   >  1.0s
  [22-01-17 22:24:56.4551] IO  10.00867 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:06.6097] IO  10.00755 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:16.7495] IO  10.00951 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:26.8576] IO  10.00694 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:36.9815] IO  10.00994 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:47.0934] IO  10.00940 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:25:57.2891] IO  10.01004 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:07.3976] IO  10.00811 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:17.5056] IO  10.00714 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:27.6154] IO  10.00901 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:37.7257] IO  10.00943 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:47.8360] IO  10.00960 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:26:57.9455] IO  10.00870 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:27:08.0564] IO  10.00993 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:27:18.1655] IO  10.00849 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:27:28.2735] IO  10.00694 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:27:38.3815] IO  10.00723 : Slim::Web::HTTP::processHTTP
  [22-01-17 22:27:48.4894] IO  10.00700 : Slim::Web::HTTP::processHTTP
  



This matches up with the Network tab in Web Developer Tools, looks like
10s for each request to be served.



These are the Perl packages I updated recently:

Code:


  2022-01-05 19:48:08 status installed libfile-stripnondeterminism-perl:all 
1.13.0-1
  2022-01-05 19:48:12 status installed libwww-perl:all 6.60-1
  2022-01-05 19:48:22 status installed libdebhelper-perl:all 13.6
  2022-01-05 19:48:23 status installed libnet-dns-perl:all 1.33-1
  2022-01-05 19:48:24 status installed libimage-exiftool-perl:all 12.38+dfsg-1
  2022-01-05 19:48:42 status installed libdbd-sqlite3-perl:amd64 1.70-3
  2022-01-05 19:49:07 status installed libio-socket-ssl-perl:all 2.073-1
  2022-01-05 19:49:07 status installed libdatetime-perl:amd64 2:1.55-1
  2022-01-08 14:33:09 status installed libhttp-message-perl:all 6.36-1
  2022-01-15 20:08:25 status installed libnet-ssleay-perl:amd64 1.92-1
  2022-01-15 20:08:51 status installed libxml-libxml-perl:amd64 2.0207+dfsg-2
  2022-01-15 20:08:54 status installed libcrypt-openssl-rsa-perl:amd64 0.32-2
  2022-01-15 20:08:54 status installed libmro-compat-perl:all 0.15-1
  2022-01-15 20:08:57 status installed libio-socket-ssl-perl:all 2.074-2
  2022-01-15 20:08:57 status installed libfile-mimeinfo-perl:all 0.31-1
  



I suspect the most recent batch is the culprit, although I am not sure.



troffasky's Profile: http://forums.slimdevices.com/member.php?userid=70248
View this thread: http://forums.slimdevices.com/showthread.php?t=115787

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


[SlimDevices: SqueezeCenter] Website - Icecast - LMS

2022-01-17 Thread tfec


:cool: The situation:
a) LMS runs on a QNAP NAS in a Docker container
b) the music is not available online as a stream, it is only available
via the 'website'
(https://www.ndr.de/kultur/sendungen/neo/Musik-von-The-Road-up-North-John-Glacier-und-Midnight-Sister-mit-Charlotte-Oe,audio1044260.html)
c) the sound is rendered on a Mac using 'blackhole 2ch'
(https://github.com/ExistentialAudio/BlackHole), redirected to
d) App ''butt' (https://danielnoethen.de/butt/)', which then forwards to
an 'Icecast server' (https://www.qnapclub.eu/de/qpkg/210), which in turn
runs on QNAP
e) the Icecast2 then delivers the music as QGG Vorbis to the server
address xxx.xxx.x.xx:48000/stream, which is then streamed from the LMS
to my end devices.

:confused: The question:
Is there an easier way to play the music on the LMS?



lms 8.3 in docker on qnap ts-453b | 1x raspberry pi zero 2 w + 'moode 7
upnp' (https://moodeaudio.org/) as usb-player + 'teac ud-501'
(http://www.teac.com/product/ud-501/) usb-dac + 'phonitor mini'
(https://spl.info/en/products/headphone-amplifier/phonitor-mini/overview.html)
headphone amplifier + 'akg k812'
(http://www.akg.com/headphones/professional%20headphones/k812.html?dwvar_k812_color=black-global-current#start=1)
headphones | 3x squeezbox radio | 1x raspberry pi3 with 'hifimediy
es9023 dac' (http://hifimediy.com/dacs/diy-dacs/i2s-dac) + 'moode 7
upnp' (https://moodeaudio.org/) + tannoy reveal monitors | 1x raspbery
pi4 + allo boss 2 + marantz pm 8000 + b nautilus 805  | 1x squeezelite
on macbook pro monterey

tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057
View this thread: http://forums.slimdevices.com/showthread.php?t=115789

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


Re: [SlimDevices: SqueezeCenter] Website - Icecast - LMS

2022-01-17 Thread Paul Webster


The ARD Mediatek plugin might be a good starting point.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

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

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


Re: [SlimDevices: SqueezeCenter] Music streaming stops intermittently

2022-01-17 Thread bwong


I am seeing the same problem but my LMS server is running Rocky 8 as a
VM under Centos 7. The client is running on Windows 10. I have not been
able to track it to the level of detail here which is impressive but I
am seeing the same mode of operation.



bwong's Profile: http://forums.slimdevices.com/member.php?userid=70367
View this thread: http://forums.slimdevices.com/showthread.php?t=114661

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


Re: [SlimDevices: SqueezeCenter] Website - Icecast - LMS

2022-01-17 Thread Paul Webster


Try to play this as a stream URL
https://mediandr-a.akamaihd.net/progressive/2022/0109/AU-20220109-1647-3100.mp3

If that works then you might be able to predict the URL for other shows,
otherwise maybe someone could make a plugin that parses their data.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

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

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