Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread Michael Herger

There's no harm in deleting static files that can be restored at will.
Like you say, if it works then great, if it doesn't then just reset and
try to find another solution.


I don't doubt you know what you're talking about. But it's little 
helpful here, as I'm trying to understand why something that should just 
work does not work.


As I said: feel free to start a new discussion in the dev group to look 
into your suggestions in detail. But not here. It's noise - and 
potentially doing more harm to users' installations. Thanks for your 
understanding.

--

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread Michael Herger

Ok thanks for the effort Michael but I think we're back to square one.
When trying to start LMS it stops with the following error message (a
bit longer but removed some...)


Can you tell me what exact package you installed? It looks to me as if 
you didn't install a recent nightly 8.1 build.


--

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


Re: [SlimDevices: SqueezeCenter] iTunes Playlist Folders - can LMS handle them?

2020-12-19 Thread Michael Herger

Can LMS show the Playlist FOLDERS correctly?


No, it currently doesn't.


On the mac Mini, were i run
it, i go to Safari and under localhost:9000 i see all the (917)
Playlists and i know why i use the playlist folders since ever... ;-)


iTunes support is a bit of an issue anyway, as iTunes no longer exists, 
and the XML interface we were using with iTunes isn't supported by Apple 
Music any more either.


--

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


Re: [SlimDevices: SqueezeCenter] PicorePlayer LMS Media scan terminated unexpectedly and then rescans randomly

2020-12-19 Thread Michael Herger

I am very sorry for having missed the scan file. Maybe I can go ahead in
the next few days and try again.
Even with memory on high, it did not finish the scan, it’s canceled
unexpectedly on database optimization.


Can you share this scanner.log anyway?

--

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread barrymcl


BosseJ wrote: 
> Have you checked that either /etc/init.d/squeezeboxserver or
> /etc/init.d/logitechmediaserver exists?
> If any of them exist (e.g. /etc(init.d/squeezeboxserver) try to start
> using the command : 
> > 
Code:

  >   > sudo /etc/init.d/squeezeboxserver start

> > 

Same result:

/etc/init.d/squeezeboxserver start
redirecting to systemctl start squeezeboxserver.service
Failed to start squeezeboxserver.service: Unit squeezeboxserver.service
not found.



barrymcl's Profile: http://forums.slimdevices.com/member.php?userid=71006
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


Re: [SlimDevices: SqueezeCenter] Problems with TuneIn

2020-12-19 Thread nicklouse


You are aware that Tunein is no longer providing streams to many none UK
radio streams due the the result of the court case brought by some
record companies.
https://torrentfreak.com/tunein-radio-infringed-sony-warners-copyrights-high-court-rules-191101/



"Do not follow where the path may lead, Go instead where there is no
path, and Leave a Trail."

nicklouse's Profile: http://forums.slimdevices.com/member.php?userid=25954
View this thread: http://forums.slimdevices.com/showthread.php?t=113408

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread agt


barrymcl wrote: 
> Same result: Failed to start logitechmediaserver.service: Unit
> logitechmediaserver.service not found.
> 
> On my system (openSUSE Linux), LMS has always installed as
> squeezeboxserver.  Installing from the RPM creates
> /etc/init.d/squeezeboxserver, /etc/sysconfig/squeezeboxserver, and some
> config files in /etc/squeezeboxserver.  I think this is not the standard
> systemd way of doing things, but I never had a problem starting or
> checking LMS using systemctl until recently.  When my existing LMS
> installation ran into problems after updating Perl to 5.32, I
> uninstalled it, and then reinstalled it later to try again, but now it
> has this new "service not found" problem.

Hi Barry - sorry to hear you're still fighting the fight.
Sounds like you're much like I am - able to get by, but out of my depth
when things go a bit wrong.
If you can check my notes in this post, it might help narrow things
down.
Even if my help is limited to letting the gurus here know how a working
openSUSE instance is configured!

I've just now run an OS update on my other (home vs. office) server, so
have this fresh in my head.
To put the critical bits of the great help I got from Roland in one
place, and assuming that your install of OpenSUSE Tumbleweed is very
similar to mine (all with sudo as needed):

- Verify that /etc/ld.so.conf.d contains the line   
Code:

include /etc/ld.so.conf.d/*.conf


- Add file /etc/ld.so.conf.d/99libperl.conf with content   
Code:

/usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE

 -obv. the 5.32 will change if we refer to this in future
- Create symlinks for expected libperl:   
Code:

cd /usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE
ln -s libperl.so libperl.so.5.32
ln -s libperl.so libperl.so.5.32.0


- Run   
Code:

/sbin/ldconfig
ldd 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto/XML/Parser/Expat/Expat.so
 | grep -i libperl


  This latter should return a path - I get libperl.so.5.32 =>
  /usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE/libperl.so.5.32
  (0x7f96b63c6000)
  
In my case, that and an update to latest LMS did the job.
Also note that as you say, openSUSE still sees this as squeezeboxserver
for me, so I start with "service squeezeboxserver start".



Thanks, Alex



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread gordonb3


mherger wrote: 
> > The solution is somewhat rude, but what you need to do is delete all
> > files from the LMS `lib` and `CPAN` folders for which an equally
> named
> > file exists in your system's Perl vendor path (for version 5.28 that
> > would typically be /usr/lib/perl/vendor_perl/5.28).
> 
> No, please don't recommend doing this. It's asking for trouble. If it 
> works for you, then great. And let's take the topic to the dev forum 
> where we can see how we could handle the Perl udpgrade for everybody.
> 
> But for the time being the latest nightly builds should just work. They
> 
> wouldn't use the latest Perl installed, they wouldn't use the M1 binary,
> 
> but they should just work anyway. If it doesn't work, then we have to 
> understand why.
> 
> -- 
> 
> Michael
There's no harm in deleting static files that can be restored at will.
Like you say, if it works then great, if it doesn't then just reset and
try to find another solution.

Either way, what has worked for me from Perl 5.20 to 5.30 is in fact
hinted in bootstrap.pm:


Code:


  # This causes a problem in that when we 'use' one of these modules,
  # the CPAN/Foo.pm would be loaded, and then Dynaloader would be
  # called, which loads the architecture specifc parts - But Dynaloader
  # ignores @INC, and tries to pull from the system install of perl. If
  # that module exists in the system perl, but the $VERSION's aren't the
  # same, Dynaloader fails.
  



As I see it, there are two possible approaches to this issue. You either
use a dedicated Perl to run LMS as a portable application, which still
requires building the appropriate arch dependant binaries, or you make
sure that the versions match by deleting the one that can't be used in
the present system.



gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=113345

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread BosseJ


barrymcl wrote: 
> Same result: Failed to start logitechmediaserver.service: Unit
> logitechmediaserver.service not found.
> 
> On my system (openSUSE Linux), LMS has always installed as
> squeezeboxserver.  Installing from the RPM creates
> /etc/init.d/squeezeboxserver, /etc/sysconfig/squeezeboxserver, and some
> config files in /etc/squeezeboxserver.  I think this is not the standard
> systemd way of doing things, but I never had a problem starting or
> checking LMS using systemctl until recently.  When my existing LMS
> installation ran into problems after updating Perl to 5.32, I
> uninstalled it, and then reinstalled it later to try again, but now it
> has this new "service not found" problem.

Have you checked that either /etc/init.d/squeezeboxserver or
/etc/init.d/logitechmediaserver exists?
If any of them exist (e.g. /etc(init.d/squeezeboxserver) try to start
using the command : 

Code:

sudo /etc/init.d/squeezeboxserver start




2 Touch, 2 Picoreplayer  v6.1.0 on RaspBerry 3B
LMS 8.0.1 on Ubuntu 20.04.1 on Intel Core2 Duo E4500 @ 2.20GHz, 2GB. All
wired
Main audio system: Magnepan 3.6, amp "Gdis 400", DAC & pre: NAD M51,
streamers: SB Touch // NAD M50

BosseJ's Profile: http://forums.slimdevices.com/member.php?userid=67378
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread bpa


The cue files looks like the previous problem cue file and so fix should
work.
To see what is happening. Can you enable logging formats.playlist to
WARN and then do a "clear library and rescan everyhting".  This will
give a manageable level of logging.

Check the log file for message like

Code:


  [20-12-19 22:13:12.0195] Slim::Music::Import::runImporter (577) Starting 
Slim::Media::MediaFolderScan scan
  [20-12-19 22:13:12.0197] Slim::Utils::Scanner::Local::rescan (179) 
Discovering audio files in /mnt/hddrive/home/albums
  .
  .
  [20-12-19 22:13:18.2866] Slim::Utils::Scanner::Local::new (905) Handling new 
playlist 
file:///mnt/hddrive/home/albums/Rock/Silver_and_Gold-Flac/Silver_and_Gold-flc.cue
  .



and possibly

Code:


  [20-12-19 22:13:19.0669] Slim::Formats::Playlists::CUE::parse (215) Found 
INDEX 01 after FILE but before TRACK. Looks like non-comlaint CUE. Skipping.




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread barrymcl


BosseJ wrote: 
> Try start using the command "service logitechmediaserver start" or
> "systemctl start logitechmediaserver.service".

Same result: Failed to start logitechmediaserver.service: Unit
logitechmediaserver.service not found.

On my system (openSUSE Linux), LMS has always installed as
squeezeboxserver.  Installing from the RPM creates
/etc/init.d/squeezeboxserver, /etc/sysconfig/squeezeboxserver, and some
config files in /etc/squeezeboxserver.  I think this is not the standard
systemd way of doing things, but I never had a problem starting or
checking LMS using systemctl until recently.  When my existing LMS
installation ran into problems after updating Perl to 5.32, I
uninstalled it, and then reinstalled it later to try again, but now it
has this new "service not found" problem.



barrymcl's Profile: http://forums.slimdevices.com/member.php?userid=71006
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread BosseJ


barrymcl wrote: 
> Glad to hear your problem is sorted out... it gives me some hope, though
> I'm still struggling with mine. Do you have any thoughts about why I'm
> getting this message when I attempt to start LMS?
> 
> Failed to start squeezeboxserver.service: Unit squeezeboxserver.service
> not found.
> 
> Barry

Try start using the command "service logitechmediaserver start" or
"systemctl start logitechmediaserver.service".



2 Touch, 2 Picoreplayer  v6.1.0 on RaspBerry 3B
LMS 8.0.1 on Ubuntu 20.04.1 on Intel Core2 Duo E4500 @ 2.20GHz, 2GB. All
wired
Main audio system: Magnepan 3.6, amp "Gdis 400", DAC & pre: NAD M51,
streamers: SB Touch // NAD M50

BosseJ's Profile: http://forums.slimdevices.com/member.php?userid=67378
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-19 Thread barrymcl


agt wrote: 
> Excellent, all is well with the world.
> 
> Many thanks for your assistance!

Glad to hear your problem is sorted out... it gives me some hope, though
I'm still struggling with mine. Do you have any thoughts about why I'm
getting this message when I attempt to start LMS?

Failed to start squeezeboxserver.service: Unit squeezeboxserver.service
not found.

Barry



barrymcl's Profile: http://forums.slimdevices.com/member.php?userid=71006
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

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


[SlimDevices: SqueezeCenter] Constant rebuffering since upgrade to LMS 8 (Raspi 4 server)

2020-12-19 Thread mots


Hi!
I'm using a Squezeebox Classic and running LMS on a Raspberry Pi. This
worked fine with 7.x, but ever since I upgraded to 8.0, I get constant
rebuffering and stutters. Can anyone help me debug this?



mots's Profile: http://forums.slimdevices.com/member.php?userid=71103
View this thread: http://forums.slimdevices.com/showthread.php?t=113464

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


[SlimDevices: SqueezeCenter] Options for my dedicated Optiplex 9020

2020-12-19 Thread Bukem


I have a faily large collection (140+ tracks of variying quality) and am
wanting to move away from Synolgy and they're soon to be dropping their
support.

I purched an Optiplex 9020 w/8gb ram and stuck a 1tb SSD in the there to
house my muisic collection and whatever software I choose. I tried
Daphile but getting the files on the same drive as daphile has been
proven to be difficult

I would love a barebones Picoreplayer/LMS install experience but dont
seem to see Picoreplayer for x86-64. 

Debian/ubuntu service is always a route I could take but am wanting the
least headaches.

Any help would be greatly appreciate!



Bukem's Profile: http://forums.slimdevices.com/member.php?userid=71028
View this thread: http://forums.slimdevices.com/showthread.php?t=113463

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


Re: [SlimDevices: SqueezeCenter] Media Server 7.9.2 not working on ReadyNAS Ultra

2020-12-19 Thread mps

Hi Ligérien,
Just wondering if LMS 8 is continuing to work well on OS 6.

Thanks,
Mike



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=113243

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-12-19 Thread giugius


Sorry i'm completely new on lms and squeezebox.
just tried to install the qpkg on qts 4.5.1.
Installation ok, webui ok, but cannot access and browse music folders on
my shares i only view the shares names but they are all empty..
Any suggestion?
Thank you



giugius's Profile: http://forums.slimdevices.com/member.php?userid=71102
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread bpa


CypherMK wrote: 
> Sorry I can't help you with that. I did not create these files.
> I only know i updated to 8.0.0 because lms told me there was a new
> version. That didn't work out. Then I updated to the last nightly, which
> was a few days ago. I think the 17th.

What does the WebUI Settings/Information page say is the version of LMS
?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread jritsval


mherger wrote: 
> > Tried that. First command gave me a lot of info about Perl 5.18 and
> 
> Which was?...
> 
> > running the second command just gave me
> > 
> > "#!/usr/bin/perl5.18"
> 
> Ok, that's good. This should make sure LMS is using Perl 5.18, none of 
> the others.
> 
> > So no errors there. However the server does still not start. So I
> guess
> 
> The command were only for me to better understand what's going on. They
> 
> wouldn't change LMS at all.
> 
> > uninstalling and installing is the way to go but how do I uninstall
> LMS?
> > It's not in the App Tray so I cannot just throw it in the bin.
> 
> No need to uninstall. Just install the latest on top of it.
> 
> (if you still want to uninstall: you can right click the pref pane to 
> delete it)
> -- 
> 
> Michael


Ok thanks for the effort Michael but I think we're back to square one.
When trying to start LMS it stops with the following error message (a
bit longer but removed some...)

Exiting..
Can't locate Tie/Cache/LRU.pm in @INC (you may need to install the
Tie::Cache::LRU module) 

So it seems like the answer would be to install a Tie::Cache::LRU
module. However that is done. I am very new to Mac. Have worked mainly
with Windows and Linux before. On those two operating systems (Linux
Mint) there is no problem. The LMS runs like a charm. I however was
hoping to retire those machines in favor or my brand new Mac...

Best Regards

/Jan



jritsval's Profile: http://forums.slimdevices.com/member.php?userid=71082
View this thread: http://forums.slimdevices.com/showthread.php?t=113345

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread CypherMK


bpa wrote: 
> How was the cue created - please give detailed steps & tools so that if
> necessary I can create a similar one with my test file.
> 
> Saying 8.0 had a problem does not help - the "cue" file fix was made on
> Dec 10th. You could be using an "old"  development build of 8.0.
> 
> Supply the build date of 8.0 or better use 8.0.1 or 8.1.0 with a build
> date within Dec 11th or later.

Sorry I can't help you with that. I did not create these files.
I only know i updated to 8.0.0 because lms told me there was a new
version. That didn't work out. Then I updated to the last nightly, which
was a few days ago. I think the 17th.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


[SlimDevices: SqueezeCenter] iTunes Playlist Folders - can LMS handle them?

2020-12-19 Thread Pummelfee


Hi!!

Can LMS show the Playlist FOLDERS correctly? On the mac Mini, were i run
it, i go to Safari and under localhost:9000 i see all the (917)
Playlists and i know why i use the playlist folders since ever... ;-)

Thank you!!



Pummelfee's Profile: http://forums.slimdevices.com/member.php?userid=71098
View this thread: http://forums.slimdevices.com/showthread.php?t=113458

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


Re: [SlimDevices: SqueezeCenter] Podcast

2020-12-19 Thread SimonG156


philippe_44 wrote: 
> I've submitted a few PR to LMS 8.0 for podcasts to improve the "last
> position" feature and to add a "recently played" item at the bottom of
> the podcasts list. They are now part of the 8.0 nightly. 
> 
> 

Excellent news as a big podcast listener. where is the recently played
stored?



SimonG156's Profile: http://forums.slimdevices.com/member.php?userid=40383
View this thread: http://forums.slimdevices.com/showthread.php?t=112587

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread Michael Herger

Tried that. First command gave me a lot of info about Perl 5.18 and


Which was?...


running the second command just gave me

"#!/usr/bin/perl5.18"


Ok, that's good. This should make sure LMS is using Perl 5.18, none of 
the others.



So no errors there. However the server does still not start. So I guess


The command were only for me to better understand what's going on. They 
wouldn't change LMS at all.



uninstalling and installing is the way to go but how do I uninstall LMS?
It's not in the App Tray so I cannot just throw it in the bin.


No need to uninstall. Just install the latest on top of it.

(if you still want to uninstall: you can right click the pref pane to 
delete it)

--

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


Re: [SlimDevices: SqueezeCenter] Tidal hi-res through LMS 8.0 - bitrate limited to 44.1?

2020-12-19 Thread coyrls


prutser wrote: 
> Brings me aslo to a question, it seems Qobuz is still delivering true CD
> quality, which might replace my Tidal subscription. Is Qobuz supported
> by LMS ?

Yes it is (with a plugin) and works well.  LMS 8 also integrates your
Qobuz favourites and playlists into your LMS library



coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
View this thread: http://forums.slimdevices.com/showthread.php?t=113430

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread jritsval


Just run that command in a terminal:


Code:

SETARCH="arch -x86_64" perl5.18 -V





Code:

head -n1 
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl



I think you should start over with re-installing the latest nightly:

http://downloads.slimdevices.com/nightly/?ver=8.1

Then please run the above two commands in a terminal window and post the
results.

Thanks!

Ok :-).

Tried that. First command gave me a lot of info about Perl 5.18 and
running the second command just gave me

"#!/usr/bin/perl5.18"

So no errors there. However the server does still not start. So I guess
uninstalling and installing is the way to go but how do I uninstall LMS?
It's not in the App Tray so I cannot just throw it in the bin.

Best Regards

/Jan



jritsval's Profile: http://forums.slimdevices.com/member.php?userid=71082
View this thread: http://forums.slimdevices.com/showthread.php?t=113345

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread bpa


CypherMK wrote: 
> The currents cue file was also problematic with 8.0, but worked ok with
> the nightly build.
How was the cue created - please give detailed steps & tools so that if
necessary I can create a similar one with my test file.

Saying 8.0 had a problem does not help - the "cue" file fix was made on
Dec 10th. You could be using an "old"  development build of 8.0.

Supply the build date of 8.0 or better use 8.0.1 or 8.1.0 with a build
date within Dec 11th or later.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] Plugins gone + no 'third party plugins' checkbox

2020-12-19 Thread SlimPvC


Sorry for another question, this is quite complex material for me. 

I have downloaded the x86_64 package from the other thread mentioned
above. Can I simply update the existing package with this v8.0 by
uploading the *.spk package to my DSM 218+? 
I'm hesitant to do that because when it does not work I'm afraid I
cannot revert to the existing (beta) package since it is not available
anymore to reinstall. (And I cannot find a way to safely export existing
packages to re-use later)

Installing the docker lms package seems to be a good alternative but
this is somewhat beyond my capabilities to configure :(



SlimPvC's Profile: http://forums.slimdevices.com/member.php?userid=51
View this thread: http://forums.slimdevices.com/showthread.php?t=113450

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread CypherMK


CypherMK wrote: 
> I had a snapshot of my SD card (I use a pi4), so everything is OK now. I
> will post the cue file. And yes, I did a full scan & clean.

The currents cue file was also problematic with 8.0, but worked ok with
the nightly build.


+---+
|Filename: Currents.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32571|
+---+


CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread CypherMK


bpa wrote: 
> Did you "clear database and rescan everything"
> 
> You'll have to go back to 7.9.* pre Oct 08 2020 to find "old"
> behaviour.
> 
> There were "fixes" in Oct & Nov which had various different effects but
> handling is never right across all menus.

I had a snapshot of my SD card (I use a pi4), so everything is OK now. I
will post the cue file. And yes, I did a full scan & clean.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread bpa


CypherMK wrote: 
> I have to come back from this statement. I have found an album with
> double entries. I'm gonna go back to 7.9 to see if was there too.

If you have a problem with double track in latest 8.0.1 or 8.1.0 after a
scan which "clears data and rescans everything"  - post a copy of the
cue file so that it can be examined - that is the only way it will be
fixed.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread bpa


CypherMK wrote: 
> I have to come back from this statement. I have found an album with
> double entries. I'm gonna go back to 7.9 to see if was there too.
Did you "clear database and rescan everything"

You'll have to go back to 7.9.* pre Oct 08 2020 to find "old" behaviour.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


[SlimDevices: SqueezeCenter] Search problems - LMS 8.0.0 on Synology

2020-12-19 Thread kosmonaut_75


Hi,
I am running LMS 8.0.0 on a Synology machine (x86_64). The following
issues appear equally when using the LMS web interface or my Android
controllers (SqueezeCtrl, Orange Squeeze). Full text search plugin is
activated (Can I work on the settings anywhere, can't find it...?) I
have two problems related to search functions:

1) I enter in the regular search field field an artist name - it doesn't
matter which name - as a result always (!) 67 artists appear in the
artists category among which the searched artist is. However, the
results for the albums category is correct! Only albums of the
respective artists are shown. Actually, artist search is effectively not
usable right now... 

2) Is there a way or a plugin to activate a search history for my music
as in Spotty? I think it's rather tiresome to type in alway the search
terms...



kosmonaut_75's Profile: http://forums.slimdevices.com/member.php?userid=69351
View this thread: http://forums.slimdevices.com/showthread.php?t=113457

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


Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 running, but does not play files

2020-12-19 Thread CypherMK


CypherMK wrote: 
> I did a full scan, and everything is working now. No double entry's
> anymore.

I have to come back from this statement. I have found an album with
double entries. I'm gonna go back to 7.9 to see if was there too.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=113355

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


Re: [SlimDevices: SqueezeCenter] Tidal hi-res through LMS 8.0 - bitrate limited to 44.1?

2020-12-19 Thread prutser


Tidal HIFI used to deliver (at least they claimed) CD quality audio. In
the past Tidal 'master' tracks where FLAC (lossless) compressed
24bit/96kHz files. Then MQA came into the picture, MQA is a proprietary

format to (lossy) compress the additional samples into the LSB bits  of
the audio data. Although not many details ar known it boils down to the
fact that e.g. that take 96Khz/17 bit audio, downsample this to 48kHz
fs, then use the the lower 2 or 3 bits to store some (lossy) compressed
data. This compressed data is used in the (MQA licensed) playback chain 
to 'recover' (which is in fact not possible) the original 96kHz fs. 
There is a lot of filtering an processing done with MQA, whther it sound
better or worse is a matter of personal taste, but it is definately not
tha master recording as the performer and the audio engineer intended it
to be. 

Since MQA is proprietary, the process can only be done on licensed
hardware and/or software. At this moment many of the Tidal tracks are
being 'upgraded' to 'hi-res'. In fact, many of those 'hi-res' tracks are
44.1kHz 16 FLAC MQA encoded, which means the lower 3 bits contain noise
if not processed by an MQA licenced DAC or decoder. This means you get
worse than CD quality for a premium price when played back via an SB or
one of the many existing receivers with Tiday support. For me the reason
to cancel my Tidal subscription after many years. 

Besides the above, feaures like room correction, digital crossovers and
digital volume control algorithims also will make things worse when
applied to MQA encoded audio. 

MQA is nothing more than a lot of marketing fuzz to sell the same music
again in another format. To introduce a new form of DRM and to make
people buy new hardware. The fact that it's proprietary implies also the
risk that you end up with something like Betamax or SACD for which you
might not able to buy playback devices later.  

One of the many articles about MQA: 
https://benchmarkmedia.com/blogs/application_notes/163302855-is-mqa-doa


Brings me aslo to a question, it seems Qobuz is still delivering true CD
quality, which might replace my Tidal subscription. Is Qobuz this
supported by LMS ?



prutser's Profile: http://forums.slimdevices.com/member.php?userid=44996
View this thread: http://forums.slimdevices.com/showthread.php?t=113430

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


Re: [SlimDevices: SqueezeCenter] PicorePlayer LMS Media scan terminated unexpectedly and then rescans randomly

2020-12-19 Thread Pommes

mherger wrote: 
> > Attached is the serverlog.
> 
> Could you please provide the scanner.log, too?
> 
> > I am trying to finish the scan in High, not maximum performance.
> 
> Oh... that means that the previous scanner.log is lost... what a pity
> :-(
> 
> > Mem: 983680K used, 15360K free, 119872K shrd, 1320K buff, 327964K
> > cached
> 
> "used" is high, as is "cached" - which means there still was some slack
> 
> at this moment. Did you ever see cached, buffered etc. go really low?
> 
> -- 
> 
> Michael

I am very sorry for having missed the scan file. Maybe I can go ahead in
the next few days and try again.
Even with memory on high, it did not finish the scan, it’s canceled
unexpectedly on database optimization.
The memory usage was always this high.
I had to restore my old image, and this one runs fine.
With this image, the memory usage is the same.
I also went ahead and ordered a raspberry PI 4.



The Earth Has Music For Those Who Listen

Pommes's Profile: http://forums.slimdevices.com/member.php?userid=67682
View this thread: http://forums.slimdevices.com/showthread.php?t=113445

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


Re: [SlimDevices: SqueezeCenter] LMS and Apple M1 Mac

2020-12-19 Thread mherger


> So lets see if I understand you correctly Michael.

Great!

> I have added the line

Oops... nope, that's not what I wanted you to do :-).

Just run that command in a terminal:


Code:

SETARCH="arch -x86_64" perl5.18 -V



> At least that's how I interpreted
> head -n1

That should have been another line to be executed in the terminal:


Code:

head -n1 
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl



> I'm sorry to say that some of the Perl libraries does still not load

I think you should start over with re-installing the latest nightly:

http://downloads.slimdevices.com/nightly/?ver=8.1

Then please run the above two commands in a terminal window and post the
results.

Thanks!



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=113345

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