Re: [SlimDevices: SqueezeCenter] Local plugin/patch repository?

2022-09-20 Thread fastfwd


mherger wrote: 
> Would you mind sharing the lines you added? We could make them 
> part of the default definitions.

I only needed to add one line, for .zip files.  But if you're modifying
types.conf, you might want to update the header comments while you're in
there:


Code:

--- types.conf  2009-08-03 08:14:33.0 -0700
  +++ newtypes.conf   2022-09-20 06:55:56.531677387 -0700
  @@ -1,9 +1,9 @@
  # content types supported by the Logitech Media Server
  -# first column is unique three letter identifier or URL scheme
  +# first column is unique identifier or URL scheme
  # second column is file suffixes or URL
  # third column are MIME content-types
  # fourth column is a Logitech Media Server file type
  -# blank lines, non-three column lines and content after a # is ignored.
  +# blank lines, non-four column lines and content after a # is ignored.
  
  #
  #ID Suffix  Mime Content-Type   Server File Type#
  @@ -61,6 +61,7 @@
  xml xml,xsl text/xml-
  xpf xspfapplication/xspf+xmlplaylist
  xul xul application/vnd.mozilla.xul+xml -
  +zip zip application/zip -
  
  # Special content type for Transporter's digital inputs.
  src -   audio/x-digital-input   audio
  




-*lms 8.3.0* on debian jessie (x86-64)-
*touch w/ edo* --> benchmark dac3 hgc --> counterpoint nps200 mkii +
nps400 --> meadowlark heron
*touch w/ edo* --> schiit bifrost 2/64 --> eddie current aficionado -->
sennheiser hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=116800

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


Re: [SlimDevices: SqueezeCenter] Local plugin/patch repository?

2022-09-19 Thread fastfwd


mherger wrote: 
> Drop a custom-types.conf file in the root of your installation. Then add
> 
> the necessary types following the structure of the types.conf 
> (https://github.com/Logitech/slimserver/blob/public/8.3/types.conf).

I put the custom-types.conf file in /etc/squeezeboxserver/ and it
worked!

Thanks for all the patient help, Michael.



-*lms 8.3.0* on debian jessie (x86-64)-
*touch w/ edo* --> benchmark dac3 hgc --> counterpoint nps200 mkii +
nps400 --> meadowlark heron
*touch w/ edo* --> schiit bifrost 2/64 --> eddie current aficionado -->
sennheiser hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=116800

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


Re: [SlimDevices: SqueezeCenter] Local plugin/patch repository?

2022-09-18 Thread fastfwd


Ok, I think I'm at the last problem:  LMS refuses (with a 404 error) to
send files with .zip or .patch suffixes.

It will send .html, .xml, and .txt files, and files with no suffix.  So
I tried removing the .zip suffix from my patch files, and the Patch
Installer actually does download the file and validate its SHA1 hash.

Unfortunately, the Patch Installer doesn't seem to know what to do with
the suffix-less file after it's been downloaded, so it just restarts the
player without unzipping and installing the patch.

Is there a setting or config file somewhere that can be modified to
allow LMS to send .zip files?



-*lms 8.3.0* on debian jessie (x86-64)-
*touch w/ edo* --> benchmark dac3 hgc --> counterpoint nps200 mkii +
nps400 --> meadowlark heron
*touch w/ edo* --> schiit bifrost 2/64 --> eddie current aficionado -->
sennheiser hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=116800

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


Re: [SlimDevices: SqueezeCenter] Local plugin/patch repository?

2022-09-17 Thread fastfwd


mherger wrote: 
> 127.0.0.1 or localhost always 
> point to the system itself. If requested on a player, then that player 
> would try to access the URL on itself, rather than the LMS machine.

Ugh, of course. Thank you.



-*lms 8.3.0* on debian jessie (x86-64)-
*touch w/ edo* --> benchmark dac3 hgc --> counterpoint nps200 mkii +
nps400 --> meadowlark heron
*touch w/ edo* --> schiit bifrost 2/64 --> eddie current aficionado -->
sennheiser hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=116800

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


Re: [SlimDevices: SqueezeCenter] Local plugin/patch repository?

2022-09-17 Thread fastfwd


Thanks, Michael.

It is almost working.

At first the Plugins page was showing errors reading repo.xml, but that
turned out to be my fault -- I have "Block incoming conections" enabled
in Settings:Security.  Adding 127.0.0.1 to the allowlist fixed that
problem.

But now there is a further problem:

My repo.xml points to a bunch of patches for Patch Installer, and they
show up fine in the patch list on the player.  But when I try to install
one, the server rejects the request and the player gets a "connection
refused" error:


Code:

Sep 17 00:27:51 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:172 Got lua directory: /usr/
  Sep 17 00:27:51 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:72 Patch Installer
  Sep 17 00:27:51 squeezeplay: INFO   applet.PatchInstaller - 
PatchInstallerApplet.lua:91 sending query to SlimServer {NAS1} player nil
  Sep 17 00:27:52 squeezeplay: INFO   applet.PatchInstaller - 
PatchInstallerApplet.lua:205 reponse received from SlimServer {NAS1}
  Sep 17 00:27:52 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:224 Checking response from SlimServer {NAS1} with 11
  Sep 17 00:27:52 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:226 Storing response from SlimServer {NAS1}
  Sep 17 00:27:58 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:391 Applying patch: 06. DarkMeter2
  Sep 17 00:27:58 squeezeplay: DEBUG  applet.PatchInstaller - 
PatchInstallerApplet.lua:501 Downloading 
http://localhost:9000/html/VU/DarkMeter2-1.0.zip ...
  Sep 17 00:27:58 squeezeplay: ERROR  net.http - SocketHttp.lua:390 SocketHttp 
{localhost}:t_sendRequest.pump: connection refused
  Sep 17 00:27:58 squeezeplay: stack traceback:
  Sep 17 00:27:58 squeezeplay:/usr/share/jive/jive/net/SocketHttp.lua:390: 
in function 'pump'
  Sep 17 00:27:58 squeezeplay:/usr/share/jive/jive/net/SocketTcp.lua:200: 
in function 'writePump'
  Sep 17 00:27:58 squeezeplay:/usr/share/jive/jive/net/Socket.lua:186: in 
function 
  Sep 17 00:27:58 squeezeplay: WARN   applet.PatchInstaller - 
PatchInstallerApplet.lua:514 Mismatched sha on 
http://localhost:9000/html/VU/DarkMeter2-1.0.zip got 
da39a3ee5e6b4b0d3255bfef95601890afd80709 expected 
0eac09508a56d6564370e55aeff0300502640886
  Sep 17 00:27:58 squeezeplay: WARN   applet.PatchInstaller - 
PatchInstallerApplet.lua:397 Failed verifying sha checksum for: 06. DarkMeter2
  #



Here is what is on the server:


Code:

# ll /usr/share/squeezeboxserver/HTML/EN/html/VU
  total 2920
  drwxr-xr-x 1 root root422 Sep 17 00:51 ./
  drwxr-xr-x 1 root root490 Sep 16 17:33 ../
  -rw-r--r-- 1 root root 676270 Sep 16 17:31 DarkBlueGlowVUMeter.zip
  -rw-r--r-- 1 root root 126736 Sep 16 17:31 DarkMeter-1.0.zip
  -rw-r--r-- 1 root root  93548 Sep 16 17:31 DarkMeter2-1.0.zip
  -rw-r--r-- 1 root root 950044 Sep 16 17:31 DiscoVUMeter.zip
  -rw-r--r-- 1 root root 698774 Sep 16 17:31 LightBlueGlowVUMeter.zip
  -rw-r--r-- 1 root root  38497 Sep 16 17:31 OriginalMeter.zip
  -rw-r--r-- 1 root root  48387 Sep 16 17:31 OriginalWhiteMeter.zip
  -rw-r--r-- 1 root root  94770 Sep 16 17:31 RainbowMeter.zip
  -rw-r--r-- 1 root root   3979 Sep 16 17:39 repo.xml
  -rw-r--r-- 1 root root 118502 Sep 16 17:31 VintageDarkerGoldVUMeter.zip
  -rw-r--r-- 1 root root 124816 Sep 16 17:31 VintageVUMeter-1.0.zip
  #



The incoming-connections allowlist already included 192.168.*.*, so that
isn't the problem.  I tried completely disabling the incoming-connection
block anyway, just to be sure, but no joy.

Is there something else I need to do in order to allow the patches to be
served?



-*lms 8.3.0* on debian jessie (x86-64)-
*touch w/ edo* --> benchmark dac3 hgc --> counterpoint nps200 mkii +
nps400 --> meadowlark heron
*touch w/ edo* --> schiit bifrost 2/64 --> eddie current aficionado -->
sennheiser hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=116800

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


Re: [SlimDevices: SqueezeCenter] LMS 8.1.2 (2/20) showing only FIRST album only under ALBUM ARTIST

2021-02-21 Thread fastfwd


I'm seeing exactly the same thing, with the same errors in my server
log.  Last week's 8.1.2-1613284909 is the most recent earlier build I
have, and it does not exhibit the problem.



-*lms 8.1.1* + *edo* on debian jessie-
*touch* --> benchmark dac3 hgc --> counterpoint nps200 mkii + nps400 -->
meadowlark heron
*touch* --> schiit bifrost 2 --> eddie current aficionado --> sennheiser
hd800 sdr, zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=114003

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


Re: [SlimDevices: SqueezeCenter] Bypassing / defeating volume control

2020-10-22 Thread fastfwd


Davidz wrote: 
> I was wondering if there is a way for LMS to store the recent history of
> tracks played maybe the last 10 or 20 items.

You want the "What was that tune?" plugin:
https://forums.slimdevices.com/showthread.php?100756-Announce-What-Was-That-Tune-plugin



-*lms 8.0* + *edo* on debian jessie-
*touch* --> benchmark dac3 hgc --> counterpoint nps200 mkii + nps400 -->
meadowlark heron
*touch* --> schiit bifrost 2 --> eddie current aficionado --> hd800 sdr,
zmf verite ziricote
and a third *touch* for remote control, and a *radio*, and a couple
*sb3*s and a *transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=113104

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server on Ubuntu 20.04

2020-10-04 Thread fastfwd


TonioRoffo wrote: 
> With this file, and the one before it, I can start logitechmediaserver
> but it shuts down every 5 seconds and spawns a new process.

FWIW, I tried it too -- with basically the same results.  In my case I
got a stable squeezeboxserver_safe, a stable squeezeboxserver, and then
a second instance of squeezeboxserver that would die and be restarted
every 5 seconds.

I don't know exactly how squeezeboxserver_safe works, but I tried for a
little while to debug the problem anyway.  Didn't see anything obvious,
though, and my linux distro includes start-stop-daemon -- so I reverted
to the init script from the .deb package, and everything works fine
again.



_*LMS_8.0*_+_*EDO*,_Debian_Jessie_
*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112185

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


Re: [SlimDevices: SqueezeCenter] 09/04 nightly

2020-09-05 Thread fastfwd


FYI, the most recent four 8.0 nightlies are always available at
http://downloads.slimdevices.com/nightly/8.0/lms/ .  Build timestamps
are in the filenames.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112885

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem

2020-08-18 Thread fastfwd


RobbH wrote: 
> As one of the Linux users experiencing this issue, after upgrading the
> OS, my system now reports IO::Socket::SSL: 2.044. The third party
> plugins repository now loads without an error.

Upgrading IO::Socket::SSL -- to the latest version, in my case -- fixed
the plugins page for me as well.  Thank you, @bpa, for spotting the
problem.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=111658

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


Re: [SlimDevices: SqueezeCenter] My Pandora stations are not showing up in LMS

2020-08-17 Thread fastfwd


RobbH wrote: 
> Five hours later, Pandora seems to be accessible again.

And for me as well.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112722

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


Re: [SlimDevices: SqueezeCenter] My Pandora stations are not showing up in LMS

2020-08-16 Thread fastfwd


mherger wrote: 
> >Try removing/re-adding credentials on mysqueezebox.com.

I successfully removed my credentials, but when I attempt to re-add,
mysqueezebox.com says "Internal Pandora Error".



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112722

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


Re: [SlimDevices: SqueezeCenter] My Pandora stations are not showing up in LMS

2020-08-16 Thread fastfwd


RobbH wrote: 
> It's not just you. I'm also getting Internal Pandora Error on LMS 8.

It also doesn't appear to be anything new in LMS: The problem persists
even after downgrading to
logitechmediaserver_8.0.0_1591685001_amd64.deb, a nightly build from
over two months ago.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112722

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


Re: [SlimDevices: SqueezeCenter] Accessing Plugin tab in settings (web interface) crashes LMS. How to debug?

2020-08-16 Thread fastfwd


bpa wrote: 
> Your IO::Socket::SSL is very old v 2.002 is from 2014 - before
> Heartbleed !!
> 
> Many https connections need a much newer version of SSL/TLS support.

That version of IO::Socket::SSL is only in the squeezeboxserver CPAN
library, so I assume that it is the latest version included in the
nightly builds.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112758

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


Re: [SlimDevices: SqueezeCenter] Accessing Plugin tab in settings (web interface) crashes LMS. How to debug?

2020-08-16 Thread fastfwd


My Plugins tab doesn't crash, but on my Linux/LMS8 system I get the same
repo-connection timeout that others have been reporting for
Win10/7.9.2:

Logitech Media Server Version: 8.0.0 - 1597395964 @ Fri Aug 14 11:18:53
CEST 2020
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.20.2 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.002
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

[20-08-16 10:08:01.6063] Slim::Networking::Repositories::__ANON__ (145)
Failed to fetch https://www.herger.net/slim-plugins/repo.xml: Connect
timed out: Bad file descriptor
[20-08-16 10:08:01.8299] Slim::Networking::Repositories::__ANON__ (145)
Failed to fetch https://www.herger.net/slim-plugins/test.xml: Connect
timed out: Bad file descriptor
[20-08-16 10:08:02.0979] Slim::Networking::Repositories::__ANON__ (145)
Failed to fetch https://repos.squeezecommunity.org/extensions.xml:
Connect timed out: Bad file descriptor



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112758

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


Re: [SlimDevices: SqueezeCenter] Odd display of artist and album names

2020-08-01 Thread fastfwd


mherger wrote: 
> I think I have a bug fix/workaround for this issue in LMS8. It's not
> perfect, but will hopefully be better than before.

Michael, the new version
(logitechmediaserver_8.0.0~1596228919_amd64.deb) solves the problem
perfectly for my data.  Thank you!



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112584

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


Re: [SlimDevices: SqueezeCenter] Upgrading LMS 7.9.3 to 8.x on Netgear ReadyNAS

2020-07-26 Thread fastfwd


darwinesque wrote: 
> I simply changed the XML file in the non-updated one (located in
> /var/lib/squeezeboxserver/Plugins) to read "*".

Ugh, I made a mistake in the instructions: I said to COPY the plugin
when I should have said to MOVE it.  If the old plugin remains in the
original location, LMS will not see the edited plugin in the new
location.

For future readers, I have edited my original post to correct the error.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112652

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


Re: [SlimDevices: SqueezeCenter] Upgrading LMS 7.9.3 to 8.x on Netgear ReadyNAS

2020-07-25 Thread fastfwd


darwinesque wrote: 
> The only hiccup that I've seen is the NPR plugin, which is the one you
> highlighted in your example. I copied it to
> /var/lib/squeezeboxserver/Plugins and edited the XML file ("7.x -> "*"),
> but LMS:Plugins is reading "Plugin is incompatible..." Should I copy it
> back to "var/lib/Plugins" and overwrite the folder that's there?

Hmm, I updated mine to "8.*" and it works fine.  Your "*" edit should
work, too.

So, ok, two things to try:

First, diff the two files to make sure that you didn't change anything
that you didn't want to:


Code:

diff 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/NPRRadio/install.xml 
/var/lib/squeezeboxserver/Plugins/NPRRadio/install.xml



You should see something like this, showing that there was only one
change, from "7.*" to "*" (the "17c17" might be different for your
file):


Code:

17c17
  < 7.*
  ---
  > *



If that's ok, maybe your file system is different from mine?  Go to
LMS:Settings:Information.  Down near the bottom of the page, I have:


Plugin Folders:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins,
/usr/sbin/Plugins, /usr/share/squeezeboxserver/Plugins

What I did was copy the plugin from the Plugins folder under
squeezeboxserver/cache/ to the one under squeezeboxserver/.  If your
folders are different, you'll have to modify my instructions
appropriately to accomplish the same thing.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112652

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


Re: [SlimDevices: SqueezeCenter] Upgrading LMS 7.9.3 to 8.x on Netgear ReadyNAS

2020-07-25 Thread fastfwd


darwinesque wrote: 
> Before I start tinkering and get myself in trouble, I was wondering if
> anyone had any experience upgrading an LMS 7.x install on the Netgear
> ReadyNAS to LMS 8.x?
> 
> What I'd like to do is just download the ReadyNas Pro Installer Package
> (i386) from 'here' (http://downloads.slimdevices.com/nightly/?ver=8.0)
> and then install that via the GUI.

No.  That file is for old ReadyNAS devices running OS4.  The one you
want is "Debian Installer Package (x86_64)" (or "Debian Installer
Package (i386, x86_64, ARM EABI, PowerPC)").

There are two ways to install it.  The first way is done entirely within
your web browser but will lose all plugins whose MaxVersion hasn't been
updated for LMS8: Download the package, open the NAS admin web page, go
to the Apps tab, click Upload, and upload the file (and if the LMS icon
disappears from the page afterward, upload Poussin's file to make it
come back).

The second way -- the way I'd recommend, if you're comfortable working
in the NAS's shell -- is:

1. Go to LMS Settings:Plugins and make sure that there are no plugins
waiting to be updated.

2. In the shell, show the maxVersion for all your installed plugins:


Code:

cd /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins
  grep -r maxVersion *



3. Scan the displayed list. Versions shown as "8.*" or just "*" are
fine, but any that are "7.*" will stop working when you update.  For all
"7.*" plugins that you want to keep, copy the plugin's directory to
/var/lib/squeezeboxserver/Plugins/ .  For example, if you see this in
the list of maxVersions:


Code:

NPRRadio/install.xml:7.*



then you should copy the NPRRadio plugin to
/var/lib/squeezeboxserver/Plugins:


Code:

cp -a NPRRadio/ /var/lib/squeezeboxserver/Plugins



4. In /var/lib/squeezeboxserver/Plugins, go into each of your copied
plugin directories and edit the install.xml file to change maxVersion to
"8.*" or "*".

5. Download the Debian Installer Package to the NAS.  It'll be called
something like 'logitechmediaserver_8.0.0~1594451286_amd64.deb'.  The
most appropriate place to put it would be
/var/lib/squeezeboxserver/cache/updates/, but anyplace is fine.

6. Install the new LMS over the old:


Code:

dpkg -i 
/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.0.0~1594451286_amd64.deb



7. Give it a minute or two to start up.  Check the version number in LMS
Settings:Information, then confirm that your edited plugins are present
in LMS Settings:Plugins.

After this initial upgrade to 8.0, future 8.x updates will work the way
you're used to: The new package will be automatically downloaded and
you'll just SSH into the NAS and install it with dpkg.



*Touch* --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
*Touch* --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third *Touch* for remote control, and a *Radio*, and a couple
*SB3*s and a *Transporter* somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112652

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0 problem? - Music folder > new albums not added to database without a scan.

2020-07-22 Thread fastfwd


kidstypike wrote: 
> Thanks for the reply, however, I don't have "Rescan Music Library"
> installed on either LMS instance.

"AutoRescan". not "Rescan Music Library".



Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112634

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0 problem? - Music folder > new albums not added to database without a scan.

2020-07-21 Thread fastfwd


kidstypike wrote: 
> I/we have always been able to add a new album to the folder that LMS
> scans, and just by browsing to the new album and playing it, it is added
> to the database without the need for a scan. For the last few
> weeks/months (?) this is no longer happening, I need to scan the folder
> to add the new album to the database. This is with LMS 8.0.
> 
> Just added the same album to a 7.9.2 LMS running on Win10, and browsing
> > Music Folder > new album > it's added to the database.

I suspect that your 7.9.2 has the AutoRescan plugin, and your 8.0 does
not.  If that's the case, you will need to modify the plugin's
install.xml to change its maxVersion to "8.*'.  The instructions in this
post look reasonable:
https://forums.slimdevices.com/showthread.php?111715-LMS-8-0-0-and-AutoRescan-Plugin=965840=1#post965840



Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112634

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


Re: [SlimDevices: SqueezeCenter] C-3PO plugin, a trnscoding helper.

2020-07-16 Thread fastfwd


Simonef wrote: 
> the problem is the "-f" which i guess is related to "hi precision
> clock", this option is not documented on sox documentation

Not a direct response to your main question, but FYI, the "-f" option
sets rolloff to "allow none" (as opposed to "allow small").  The "use
high-precision clock" option is "-t".

SoX's documentation lags far behind current development.  I haven't been
able to find the latest syntax for "rate" anywhere else on the web, so
here it is (as I understand it from examining the code):


rate [] [] 

The quality-level options are as follows:


-q = quick
-l = low
-m = medium
-g = medium-high
-h = high
-e = extra-high
-v = very high
-u = ultra

These quality levels set the resampler parameters to:


filter phase = linear (50%)
anti-aliasing bandwidth percentage = 100 (no aliasing above the audio
passband)



quality
level
0dbB
bandwidth
-3dB
bandwidth
noise
rejection
bit
depth
rolloff
allowed


q
n/a
n/a
~30 dB
16
0.35dB


l
68%
80%
96 dB
16
0.35dB


m
91%
95%
96 dB
16
0.35dB


g
91%
95%
96 dB
16
0.01dB


h
91%
95%
20
120
0.01dB


e
91%
95%
24
144
0.01dB


v
91%
95%
28
168
0.01dB


u
91%
95%
32
192
0.01dB



The override-options parameters, if provided, will override the values
in the above table.  In the list below, options on the same line are
mutually exclusive.  For example, you can use -s, or -b , or -B ,
or none of those three, but you cannot use any combination of -s, -b,
and -B.  Also, some options limit others.  For example, bit depth and
noise rejection are related: You cannot specify a low bit depth with
high noise rejection.


-Q <0 .. 7> = numeric quality levels that correspond to
q|l|m|g|h|e|v|u
-M, -I, -L, -p <0 .. 100> = filter phase: Minimum (0%), Intermediate
(25%), Linear (50%), specified
-a, A <85 .. 100> = allow aliasing above the 3dB audio passband, above a
specified bandwidth percentage
-s, -b <74 .. 99.7>, -B <53 .. 99.5> = audio passband percentage: -3dB
99% (steep filter), -3dB specified, 0dB specified
-R <90 .. 200> = noise rejection dB
-d <15 .. 33> = bit depth
-f = no passband rolloff allowed

The following override-options parameters are also supported, but they
merely change the internal implementation of certain aspects of the
resampler.  They are for software testing and development and are not
intended to have any effect on the sound:


-t = use high-precision clock (i.e., increase irrational ratio
accuracy)
-i <-1 .. 2> = force a particular coefficient interpolator
-c <100 .. INT_MAX> = maximum number of bytes used for coefficients
-n: no small integer optimization



Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

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


Re: [SlimDevices: SqueezeCenter] Odd display of artist and album names

2020-07-14 Thread fastfwd

dolodobendan wrote: 
> Artist A1, A2, Ä1 -> Jump list entries: A, Ä
> 
> A bucket: A1, Ä1
> Ä bucket: A2
> 

Oh, I see.  Yes, that is exactly what has happened.  Thank you.

I do have albums whose names begin with accented letters -- África
Brasil, Ænima, etc -- so it is now obvious what the problem is:

There is a section of code which sorts the album titles and then scans
the sorted list to create the buckets.  This code is sensitive to the
accented characters, and it sorts accented A's after unaccented A's.  So
it creates, say, an "A" bucket with items 1 through 100 of the sorted
list, an "Á" bucket with item 101, and an "Æ" bucket with item 102.

But then there is another section of code which sorts the titles again
and uses the results of the earlier scan to display the contents of each
bucket, and this code does NOT sort accented vowels after non-accented
vowels.  Instead, it converts the accented characters to ASCII (or some
other character set without accents) before sorting.  So when it tries
to display the "A" bucket by showing items 1 through 100 of its sorted
list, África Brasil and Ænima are in that group.  And when it tries to
display items 101 and 102 for the "Á" and "Æ" buckets, it incorrectly
shows the second-to-last and last "A" items.

Sure enough, here in the "A" bucket are all four of my accented-A
albums, sorted insensitively to the accents (and to leading
punctuation):

31044

I'll open a bug report.


+---+
|Filename: accented-albums-2.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31044|
+---+


Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112584

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


Re: [SlimDevices: SqueezeCenter] Odd display of artist and album names

2020-07-14 Thread fastfwd

dolodobendan wrote: 
> I assume that clicking on "Á", "É", and "Ö" won't open artists that
> start with these characters (as the pictures indicate). However, you
> will find artists that start with these characters when clicking on the
> - I always call them pockets but that's wrong - character bundle before
> that, right? In other words, you will find the "Á" artist under "A", the
> "É" artist under "E" and the "Ö" artist under "O".

If I understand you correctly, you are asking whether the artist in the
accented-vowel bucket is also found in the correct bucket?  If so, the
answer is no.  If I have, say, 100 "A" artists, LMS will put the first
99 in the "A" bucket and the last one *only *in the "Á" bucket. And
similarly with the "E" and "O" artists: All but one are in the correct
bucket, and that last one is *only *in the erroneous accented-vowel
bucket.

With the album list, LMS created three different erroneous
accented-vowel buckets and put four "A" albums in them.  But again,
those albums are only found in the accented-vowel buckets, not also in
the correct "A" bucket.



Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112584

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


[SlimDevices: SqueezeCenter] Odd display of artist and album names

2020-07-11 Thread fastfwd


I'm seeing something odd in the main LMS window.

My setup:


Logitech Media Server Version: 8.0.0 - 1594371635 @ Fri Jul 10
11:18:48 CEST 2020
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.20.2 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.002
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

Newly cleared and scanned library

In Settings:Interface, I have Items Per Page set to 10, to give me one
page of information per initial letter, more-or-less.  But instead of
putting all the "A" albums on one page, LMS has incorrectly treated the
last few of them as though they begin with accented A's -- you can see
this in the row of initial letters at the top of the page.  And so it
places those albums on a second page, followed by all the "B" albums:


30996

LMS does the same thing to artist names:


30997
30998
30999

I have confirmed that there are no accented characters in those artist
and album names, by direct examination of the tags in Foobar 2000 and
also by setting all the scanner logging levels to Debug and examining
the 500MB+ log.

Any ideas why this is happening?  Is this a known issue?


+---+
|Filename: accented-artists-3.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30999|
+---+


Touch --> Benchmark DAC3 HGC --> Counterpoint NPS200 MkII + NPS400 -->
Meadowlark Heron
Touch --> Schiit Bifrost 2 --> Eddie Current Aficionado --> HD800 SDR,
ZMF Verite Ziricote
and a third Touch for remote control, and a Radio, and a couple SB3s and
a Transporter somewhere

fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112584

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


[SlimDevices: SqueezeCenter] LMS 8.0: Only scanning half the changed files?

2020-06-28 Thread fastfwd


This is happening with LMS 8.0, specifically this setup:


Logitech Media Server Version: 8.0.0 - 1593258969 @ Sat Jun 27
14:19:11 CEST 2020
Server HTTP Port Number: 9000
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.20.2 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.002
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)


I don't remember it happening with versions before 8.0, but it may
have.

When I rescan after changing lots of music file tags, the scanner
discovers all the changed files but then scans only about half of them
-- the progress bar moves incrementally over the first half of the set,
then suddenly jumps to the end.  If I repeat the scan after it
completes, approximately half of the original number of changed files
are discovered, and again only half of those are scanned.

This repeats, successively halving the number of discovered changes,
until eventually only a small number (like 50) are found, and then those
are completely scanned.

I can reproduce this at will:

1. Use foobar2000 to modify tags of 1000 files.
2. In Settings:Basic Settings:Rescan Media Files, configure for "Look
for new and changed media files" and click Rescan.
3. In Settings:Information, watch as 1000 changed files are discovered
and allegedly scanned.
4. When the scan completes, repeat from step 2 and notice that this
time, around 500 changed files are discovered and scanned.  Repeat again
and see 250 changed files, etc.

In the screenshots below, you can see the progression in successive
scans: from 1761 files, to 861, to 411, to 200, to 100.  Only 5 images
may be attached to a post, but the final two stages were 50 and 0.

Is this a known issue?  If not, any idea why it might be happening on my
system?

(Sorry for the image quality.  I uploaded as GIF, but the images were
automatically transformed to blurry JPG.)

30863
30864
30865
30866
30867


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


fastfwd's Profile: http://forums.slimdevices.com/member.php?userid=62073
View this thread: http://forums.slimdevices.com/showthread.php?t=112493

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