*** Slim/Utils/Misc.pm.orig 2011-06-15 11:03:00.000000000 +0200 --- Slim/Utils/Misc.pm 2011-06-17 01:23:50.844081725 +0200 *************** *** 743,749 **** return 0 unless (-l _ || -d _ || -f _); # Make sure we can read the file. ! return 0 if !-r _; my $target; --- 743,753 ---- return 0 unless (-l _ || -d _ || -f _); # Make sure we can read the file. ! { ! use filetest 'access'; ! return 0 if ! -r $fullpath; ! } ! $scannerlog->error("92 ### readble"); my $target;