12-11-2018, 05:25 PM
It works fine on my Pi-ZeroW. The collection I use for testing is ~ 4000 tracks on a NAS.
Assuming the ashuffle process has not crashed, and given that RAM usage looks OK in your case then troubleshooting is a matter of trying to find the bottleneck.
First make sure that ashuffle is running
Then try the command below to see if a process or thread is hogging the CPU
Assuming the ashuffle process has not crashed, and given that RAM usage looks OK in your case then troubleshooting is a matter of trying to find the bottleneck.
First make sure that ashuffle is running
Code:
pgrep -l ashuffle
Then try the command below to see if a process or thread is hogging the CPU
Code:
top -H