Re: [SlimDevices: SqueezeCenter] Count of Artists

2016-03-02 Thread PasTim

I've tried to understand /ResultSet/contributor.pm, and the
countTotal routine, but my Perl skills are way too inadequate to even
know if I'm looking the the right place, let alone understand the code. 


I can see that attention is paid to the unified artists list (which I
have set on) and to the name of the 'compilation' artist (in my case
'Various'), but what the code is actually doing I can't tell.



LMS 7.9 on VortexBox Midi box, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. 
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to 405/2 amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 15.10 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.  
Also a Touch with EDO, plus spare, unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=105268

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


Re: [SlimDevices: SqueezeCenter] Count of Artists

2016-03-02 Thread Michael Herger

I've tried to understand /ResultSet/contributor.pm, and the


That's outdated code, never called in LMS itself. It could probably be 
removed...


The code we're using nowadays is in Slim/Control/Queries.pm -> 
artistsQuery(). But that's even more convoluted to cover even more use 
cases :-).


You could run LMS with the database.sql flag set to see most SQL 
queries. Then when firing up the web UI (or somewhere around the 
startup) you might see several "... totals query..." lines. But wth? The 
one for contributors is missing... I've just added it for you. Please 
make sure you get the latest code.


Here's what it _could_ be logging:

SELECT contributors.id, contributors.name, contributors.namesort FROM 
contributors JOIN contributor_album ON contributor_album.contributor = 
contributors.id WHERE (contributor_album.role IN (5,1,4,2,3,6) )


...where the numeric album roles (1-6 in this case) represent the roles 
you've chosen to be included as artists. I say _could_ be logging, 
because it also depends on your VA settings etc.


And from Slim::Schema::Contributors you can learn this:
'ARTIST'  => 1,
'COMPOSER'=> 2,
'CONDUCTOR'   => 3,
'BAND'=> 4,
'ALBUMARTIST' => 5,
'TRACKARTIST' => 6,

Good luck with your educated guessing :-)

--

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


Re: [SlimDevices: SqueezeCenter] Count of Artists

2016-03-02 Thread PasTim

mherger wrote: 
> > I've tried to understand /ResultSet/contributor.pm, and the
> 
> That's outdated code, never called in LMS itself. It could probably be 
> removed...
> 
> The code we're using nowadays is in Slim/Control/Queries.pm -> 
> artistsQuery(). But that's even more convoluted to cover even more use 
> cases :-).
> 
> You could run LMS with the database.sql flag set to see most SQL 
> queries. Then when firing up the web UI (or somewhere around the 
> startup) you might see several "... totals query..." lines. But wth? The
> 
> one for contributors is missing... I've just added it for you. Please 
> make sure you get the latest code.
> 
> Here's what it _could_ be logging:
> 
> SELECT contributors.id, contributors.name, contributors.namesort FROM 
> contributors JOIN contributor_album ON contributor_album.contributor = 
> contributors.id WHERE (contributor_album.role IN (5,1,4,2,3,6) )
> 
> where the numeric album roles (1-6 in this case) represent the roles
> 
> you've chosen to be included as artists. I say _could_ be logging, 
> because it also depends on your VA settings etc.
> 
> And from Slim::Schema::Contributors you can learn this:
>   'ARTIST'  => 1,
>   'COMPOSER'=> 2,
>   'CONDUCTOR'   => 3,
>   'BAND'=> 4,
>   'ALBUMARTIST' => 5,
>   'TRACKARTIST' => 6,
> 
> Good luck with your educated guessing :-)
> 
> -- 
> 
> Michael
OK - Thanks - I'll install the latest in a while.  

I know the 6 roles and have used them in my own database development
from the LMS data (I have none at all for role 0 - I never did quite
understand the logic of TRACKARTIST vs ARTIST - but no matter).  I can
see that the code is complex.  I'll try to make some sense of it and see
if I can spot any issues.



LMS 7.9 on VortexBox Midi box, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. 
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to 405/2 amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 15.10 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.  
Also a Touch with EDO, plus spare, unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=105268

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


Re: [SlimDevices: SqueezeCenter] Count of Artists

2016-03-02 Thread PasTim

PasTim wrote: 
> OK - Thanks - I'll install the latest in a while.  
> 
> I know the 6 roles and have used them in my own database development
> from the LMS data (I have none at all for role 0 - I never did quite
> understand the logic of TRACKARTIST vs ARTIST - but no matter).  I can
> see that the code is complex.  I'll try to make some sense of it and see
> if I can spot any issues.
I now understand how the calculation works - the log is below.  I failed
to work this out myself because I couldn't imagine that TRACKARTISTs
were excluded, but they are.  And whilst I have totals of the other
roles I hadn't got round to excluding duplicates from just Composers,
Conductors, Bands and Album Artists.  

My collection is mostly classical.  My AlbumArtists are usually one or
two key performers that appear on all (or almost all) tracks.  My
Artists are always converted to TrackArtists - is that because I always
have AlbumArtists set?  Many classical tracks have multiple Artists,
many of whom are not AlbumArtists since they only appear on a few
tracks, so these always turn into TrackArtists.

I also note that the 'Various' artist is included, but I don't think
that matters.  


Code:


  [16-03-02 11:27:10.7580] Slim::Control::Queries::artistsQuery (1033) Artists 
totals query: SELECT contributors.id, contributors.name, contributors.namesort 
FROM contributors JOIN contributor_album ON contributor_album.contributor = 
contributors.id WHERE (contributor_album.role IN (1,2,3,4,5) )  GROUP BY 
contributors.id  / []
  



It turns out that I've asked much the same question before (in June
2015) on a different thread but having little memory left to me had
forgotten.

So, to conclude, I failed to work out where the count came from because
it excludes those Artists that are only TrackArtists.  I don't
understand why that is the case.  However, I can see that the code is
non-trivial, and that changing the included roles in the
'artistOnlyRoles' function might have adverse and unexpected/unwanted
effects elsewhere.  I don't know how I would have set 'All' to the lists
of Artists, although that function seems to expect that as a
possibility.  As it happens I think I added my own 'additional browse
mode' item to include TRACKARTIST in an All Artists menu item, and
similarly added it to CustomScan items to get a unified Artist list
there.  

Now I guess I could temporarily modify my own code for 'artistOnlyRoles'
to add '6' to the list, unless you know a good reason why not.  I tried
looking at server.prefs to see if I could add it to a list there but
can't see where I could do that.  I'd be happy to run for a while with a
modification if I knew exactly what to change.  If you'd like me to try
please give me a clue or two.



LMS 7.9 on VortexBox Midi box, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. 
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to 405/2 amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 15.10 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.  
Also a Touch with EDO, plus spare, unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=105268

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


[SlimDevices: SqueezeCenter] LMS slow to respond periodically

2016-03-02 Thread paulsbox2...@gmail.com

Hi all,

I have LMS v 7.7.5 - 1416570306 running on Debian - EN - utf8 (Raspberry
Pi).  This setup is usually a lot quicker to respond than my old
configuration (same LMS version running on Server 2008 hardware). 
However, when trying to access Music Folders (from any device or web
browser) there is a delay in showing them of around 10-20 seconds, then
clicking on one there is a further delay showing the contents.  Some
times they display instantly.

What could be wrong or what could I do to troubleshoot the issue?

Thanks in advance
Paul



paulsbox2...@gmail.com's Profile: 
http://forums.slimdevices.com/member.php?userid=36643
View this thread: http://forums.slimdevices.com/showthread.php?t=105283

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


Re: [SlimDevices: SqueezeCenter] LMS slow to respond periodically

2016-03-02 Thread Michael Herger

I have LMS v 7.7.5 - 1416570306 running on Debian - EN - utf8 (Raspberry
Pi).  This setup is usually a lot quicker to respond than my old
configuration (same LMS version running on Server 2008 hardware).
However, when trying to access Music Folders (from any device or web
browser) there is a delay in showing them of around 10-20 seconds, then
clicking on one there is a further delay showing the contents.  Some
times they display instantly.


This is the result of one of the slowest operations in LMS combined with 
the weakest point of the Pi platform: disk I/O. Well, it is so slow in 
LMS because it does a lot of I/O operations. The fact that sometimes it 
seems to be fast most likely is thanks to some caching somewhere.



What could be wrong or what could I do to troubleshoot the issue?


Nothing's wrong. It's BMF. It's slow. It's on a Pi. It's even slower :-).

There are a few approaches how to ease the pain:

- make sure your cache folder is not on the same file system as your 
music collection

- update to LMS 7.9 - it adds more caching
- don't put too many items in one folder. The less, the faster. My Pi2 
requires a second or two to show 150 folders on the first level

- don't use BMF

--

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread nnck

Michael- I don't want to get too much into why I'm running LMS on 2
machines. It's mostly for convenience. But it's a bit beside the point
and might just derail the conversation, and it's not really pertinent to
the current problem really. Bottom line is I haven't even been using LMS
on the MacBook Air until a few days ago. For the past several years I
have been using LMS on my iMAC where my rather large music library is
stored.

I did indeed say that I have been using LMS 7.5.5 on my disk-based iMAC
for a long time now. When I first got the Squeezebox I was keeping up
with most current LMS versions that were being released, but at some
point the newer LMS versions started giving me these scanning errors
that I just described. I do recall contacting Logitech customer support
by email and phone at the time to try to resolve the issue. I had a case
assigned to my complaint, but there was never any solution. I also
recall that soon afterwards, Logitech officially stopped supporting the
product so it seemed like my chances of getting any sort of answer were
running out. My only choice at the time seemed to be to continue using
the last version that successfully scanned through my library, which was
probably 7.5.5. 

My music library is relatively large, although I am sure there must be
others like me that have large collections. Right now, I have about
370-380GB stored in a music folder on the iMAC that gets scanned by LMS.
There are almost 4000 albums and around 35-40K tracks in the folder. I
generally add 3-5 more albums to this folder every week.

I do appreciate your help with this Michael. I agree that it would be a
good idea to understand why the problem is occurring, and that's my
general philosophy with most things. However, I would need help to do
that in this case. *Right now, I do not even see an option to scan with
logging set to debug. Where is this option? (or am I not seeing it
because it is LMS 7.5.5?).*



nnck's Profile: http://forums.slimdevices.com/member.php?userid=65499
View this thread: http://forums.slimdevices.com/showthread.php?t=105266

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


Re: [SlimDevices: SqueezeCenter] Unable to connect to radio streams

2016-03-02 Thread Guut_Boy

I am still having this problem a lot. But as far as I understand from
Mnyb's link the problem with mysqueezebox.com is fixed (am I wrong?).

I noticed I also got a bunch of these errors in the logs:

Code:


  [16-03-02 20:26:09.3948] Slim::Networking::Async::Socket::UDP::mcast_add (48) 
Error: While adding multicast membership, UPnP may not work properly: No such 
device
  [16-03-02 20:26:10.0402] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0392] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  [16-03-02 20:26:10.0422] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0413] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  [16-03-02 20:26:10.0442] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0433] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  [16-03-02 20:26:10.0461] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0452] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  



So from the log it looks like it is some kind of DNS problem, which also
seems weird would have anything to do with mysb.com.

Does anyone have suggestions?



Guut_Boy's Profile: http://forums.slimdevices.com/member.php?userid=62318
View this thread: http://forums.slimdevices.com/showthread.php?t=105275

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread reinholdk

nnck wrote: 
> Right now, I do not even see an option to scan with logging set to
> debug. Where is this option? (or am I not seeing it because it is LMS
> 7.5.5?).

Not sure about 7.5.5, but it should be in web UI->Settings->Advanced,
select 'Logging' from the drop-down box and scroll to see the entries
like (scan.scanner), change the mode for them and click Apply on the
page.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=105266

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


Re: [SlimDevices: SqueezeCenter] Unable to connect to radio streams

2016-03-02 Thread d6jg

What is your lms server running on?



*Vortexbox LMS 7.8 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B&W P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

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

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


Re: [SlimDevices: SqueezeCenter] Running 2 LMS Services or Multi Library question

2016-03-02 Thread JJZolx

mherger wrote: 
> > Now that I recall, running multiple instances of the EXE may not be
> > possible. The issue I ran into was that it never picked up the
> > command-line option pointing to a different prefs folder. Works with
> the
> > Perl code.
> 
> I thought I had fixed this almost exactly one year ago:
> 
> https://github.com/Logitech/slimserver/commit/1b92e24b7cab860c98b099c65916ddbedf766c66

Here's a problem with that... You've hard-coded in the name of the
service and registry key. If the OP wanted to run multiple instances as
Windows services, then it won't work.


Code:


  + my $swKey = $Win32::TieRegistry::Registry->Open(
  + 
'LMachine/System/ControlSet001/services/squeezesvc', 
  



I know that same service name would be hard coded in the Control Panel
where the service is created, but like I said above, you'd install any
additional LMS services manually using a tool such as sc. I would have
to think there's a way that you can retrieve the service name and/or
registry key used to launch the Windows service.



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=105253

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


Re: [SlimDevices: SqueezeCenter] Running 2 LMS Services or Multi Library question

2016-03-02 Thread JJZolx

mherger wrote: 
> > Now that I recall, running multiple instances of the EXE may not be
> > possible. The issue I ran into was that it never picked up the
> > command-line option pointing to a different prefs folder. Works with
> the
> > Perl code.
> 
> I thought I had fixed this almost exactly one year ago:
> 
> https://github.com/Logitech/slimserver/commit/1b92e24b7cab860c98b099c65916ddbedf766c66

I'm not sure your fix works. If I try it with the standard "squeezesvc"
service that was installed by the Control Panel, I get an error. Here is
what I have in ImagePath in the registry:


Code:


  "C:\Program Files (x86)\Squeezebox\server\SqueezeSvr.exe" --prefsdir 
"C:\ProgramData\Squeeze\40\prefs" --cachedir "C:\ProgramData\Squeeze\40\cache" 
--logdir "C:\ProgramData\Squeeze\40\logs" --playeraddr 192.168.9.40 --cliaddr 
192.168.9.40 --streamaddr 192.168.9.40 --httpaddr 192.168.9.40 --d_startup



The error logged in the Windows Application event log:


Code:


  mkdir "C:\: Invalid argument; The filename, directory name, or volume label 
syntax is incorrect 
  at /Slim/Utils/Log.pm line 656



All of the folders already exist, with cache and logs empty, and prefs
contains a server.prefs file with correct paths, etc. Run from the
command line, the same string from ImagePath works fine and it looks it
recognizes all of the designated folders.



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=105253

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


Re: [SlimDevices: SqueezeCenter] Unable to connect to radio streams

2016-03-02 Thread Mnyb

Guut_Boy wrote: 
> I am still having this problem a lot. But as far as I understand from
> Mnyb's link the problem with mysqueezebox.com is fixed (am I wrong?).
> 
> I noticed I also got a bunch of these errors in the logs:
> > 
Code:

  >   > 
  > [16-03-02 20:26:09.3948] Slim::Networking::Async::Socket::UDP::mcast_add 
(48) Error: While adding multicast membership, UPnP may not work properly: No 
such device
  > [16-03-02 20:26:10.0402] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0392] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  > [16-03-02 20:26:10.0422] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0413] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  > [16-03-02 20:26:10.0442] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0433] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  > [16-03-02 20:26:10.0461] Slim::Utils::Misc::msg (1311) Warning: 
[20:26:10.0452] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /usr/share/squeezeboxserver/lib/AnyEvent/DNS.pm line 1114.
  > 

> > 
> 
> So from the log it looks like it is some kind of DNS problem, which
> also seems weird would have anything to do with mysb.com.
> 
> Does anyone have suggestions?

If it has a DNS problem it may not be able to connect with
mysqueezebox.com

Try restarting LMS after the machine have booted up .

Can you ping or trace http://www.mysqueezebox.com from the command line




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=105275

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread nnck

Thanks for the suggestions and I tried a few things. but in the end I'm
not sure what I accomplished.

I installed 7.9.0 for this instance since I read that the scanning is
faster. I went into the Advanced tab and set all of the 'scan' entries
to Debug as described. And then I went ahead and let LMS 7.9.0 scan my
library. In the end, it got stuck during Precaching (last line of
scanner log said: (619) Starting precacheArtwork for 2730 albums).  I
aborted it after it was stuck there for about 45-50min. 

And now I'm not sure what to do with the info from the scanner log.
There were a number of instances with errors, warnings, etc. As i said,
it is a rather large libraray. Since the scan was set to 'debug' I'm not
sure what it did, if anything. Should I post some of the lines from the
scanner log here? Several different types of errors appeared like,
'Invalid Replay Gain Tag', 'Couldn't Find Required File', 'Warning: APE:
[Invalid UTF-8 value', 'Unable to read at least  bytes'.

In the end, I had to revert back to 7.5.5. Still looking for more
suggestions. Thanks.



nnck's Profile: http://forums.slimdevices.com/member.php?userid=65499
View this thread: http://forums.slimdevices.com/showthread.php?t=105266

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread Mnyb

You make a zip file of the whole log , it's a text file . The link in
the web UI tells you where it sits .

Or if you had 7.9 there is a link to grab a zip file directly .




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=105266

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


Re: [SlimDevices: SqueezeCenter] Running 2 LMS Services or Multi Library question

2016-03-02 Thread Michael Herger

I'm not sure your fix works. If I try it with the standard "squeezesvc"
service that was installed by the Control Panel, I get an error. Here is
what I have in ImagePath in the registry:


Hmm... did you register this manually or simply modify an existing 
registration?


--

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread Michael Herger

My music library is relatively large, although I am sure there must be
others like me that have large collections. Right now, I have about
370-380GB stored in a music folder on the iMAC that gets scanned by LMS.
There are almost 4000 albums and around 35-40K tracks in the folder. I
generally add 3-5 more albums to this folder every week.


This size shouldn't cause any problem at all. There are users who claim 
to have collections 5-10x your size... But it might be about the size 
which really would take advantage of 7.9's max memory options.


If your log file is too big to upload here, feel free to upload it to my 
dropbox:


https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

--

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


Re: [SlimDevices: SqueezeCenter] Help a newbie get LMS software working on Macbook Air again for Squeezebox Touch

2016-03-02 Thread Michael Herger

I installed 7.9.0 for this instance since I read that the scanning is
faster.


Make sure you go to Settings/Advanced/Performance and set the Database 
Memory Config value to "Maximum". In particular when you're running a 
disk based system.


--

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