dkskl wrote: 
> Hi RobbH
> 
> Well it sounds plausible to me. But i have no clue if it's even possible
> to increase the time before the HDD spins down. I guess it wouldn't be
> an issue with a SSD...
> 
> Can't remember to have seen a wrong track being shown as "now playing".
> But occasionally i have seen that progress bar (do you call it that in
> English?) isn't moving after a skip.

Before I switched to SSD, I had problems like this. Not a lot,
necessarily, but more than now. One thing that seemed to help while I
was still using a HDD was running a command to write something trivial
to the problem disk every two minutes, while music was playing. This
works in Linux:


Code:
--------------------
    while true; do echo "$(date)" > "<PROBLEM_DRIVE>/keepawake.txt"; sleep 120; 
done &
--------------------


That simply writes the current date and time to the root directory of
the drive every two minutes.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired
------------------------------------------------------------------------
RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=112723

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to