Page 1 of 1

Better Logitech Media Server Scanning in PnP III (perhaps)

Posted: Thu Sep 20, 2012 9:49 pm
by offbeatdave
Thanks to ilovemyjoggler for highlighting this potential fix for some people with their Logitech Media Server scanning in PnP III:
ilovemyjoggler wrote:
offbeatdave wrote:Build in progress:
v3.048 Updates Logitech Media Server from v7.7.1 to v7.7.2
Fix wrong reference to busybox in startup scripts linked to LMS scanning - is this causing people's scanning problem
Well whatever you did, it worked. I couldn't scan my usb into the squeezeplay atom before. Updated to your newest version this evening and hey presto! Had a couple of false starts (my fault) but it scanned in minutes and I'm thrilled. Thanks!
I think that it is all to do with the startup script fix I made rather than the LMS update. For those on earlier versions on PnP III, you need to edit the file /etc/init.d/boot.d/S98squeezebox.server and change the line

Code: Select all

echo rescan | /media/gforums/busybox nc -w1 localhost 9090
to read

Code: Select all

echo rescan | /bin/busybox nc -w1 localhost 9090