SlimChances wrote: > The code(Mr.Cs) will work for indivdual Albums but using it to test an > entire directory produces output with file names but not parent > directories. So for example running the code within my Blues directory > it found 10 songs with this error message "WARNING, cannot check MD5 > signature since it was unset in the STREAMINFO " but identified only the > file name not the folder they belonged to. It was easy to find the > particular album in this case as all 10 songs belonged to one album and > I used Nemo's search function (using Cinnamon DE) to identify the folder > name. If the output of errors was of a much larger size it would be > tedious finding the parent folders. > However this gives me another way of testing my FLACs and I am most > grateful.
The easiest way under Linux (or any UNIX/POSIX-like OS, such as OSX) is probably "find -type f -name '*<some part of the file name>*'", where <some part of the file name> is any suitably unique subpart of the file name. ------------------------------------------------------------------------ Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050 View this thread: http://forums.slimdevices.com/showthread.php?t=97923 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
