This is my first run on my NAS server. I have a lot of files. Songkong was exiting due to unknown reasons. I run in folder by folder with simple automation.
while read line;
do echo “$line”;
./songkong.sh -m “$line” >> nohupMedia02.out 2>&1 ;
done < fileListMedia02
The fileListMedia02 is the list of song folder at the lowest folder level with an entire list of 485 subdirectories. I rerun songkong again at the top folder and it ran smoothly.
Is it possible to make songkong run in batches instead of trying to accomplish a lot with smaller memory? Just saying that not everyone can run processes using command line utilities.
I recently purchased both Jaikoz and Songkong, both are using similar approach with same amount of memory utilization. It will be very useful to make songkong to work on one directory at a time and then aggregate using multiple passes.