pipetman;320685 Wrote: > To make sure all my files can be accessed correctly (the ones I found > happened more by accident and I don't want to check all of them > manually), I'd need some tool, that can either count the character > depths of all my files or that tests, if they are all correctly > accessible. Is there any way to accomplish this? Navigate to the root audio folder on the NAS and run a "dir /b/s > c:\somefolder\filelist.txt", then open the text file in Excel and use the len() function to determine the length of each row. To the extent that the path you see on your NAS when looking at it from the PC doesn't represent the true path on the NAS, add/ subtract from the length as appropriate to ascertain true path length.
You could use something like =if(len(cellref)>=256, "Error", "Ok") and filter results by that field to immediately spot potential problem files. -- egd Internet forums: conclusive proof depth of gene pool is indeed variable, monkeys can be taught to cut code, and world peace is utterly unrealistic... Integrating MusicIP with SqueezeCenter...'*here's how*' (http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter). ------------------------------------------------------------------------ egd's Profile: http://forums.slimdevices.com/member.php?userid=3425 View this thread: http://forums.slimdevices.com/showthread.php?t=49954 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
