I have pinned down the problem to the Audio::scan module. This module is OK on Linux but on Windows for the large 192Khz Flac file - the module returned no data so getTag returns undef and so no track details.
I suspect the root problem is the file size (>2Gb) and this only shows with high sample rate files. I presume small 192Khz Flac files are scanned OK. Since the Audio::scan module is OK on Linux it is probably a Windows C Build issue (e.g. 32bit vs 64 bit variable) as it is a module written in C. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=108131 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
