Index: Slim/Music/Info.pm =================================================================== RCS file: /cvsroot/slim/server/Slim/Music/Info.pm,v retrieving revision 1.140 diff -u -r1.140 Info.pm --- Slim/Music/Info.pm 11 Aug 2004 15:43:15 -0000 1.140 +++ Slim/Music/Info.pm 12 Aug 2004 22:18:49 -0000 @@ -2426,7 +2426,7 @@ } if (defined($artwork) && $artwork =~ /^%(.*?)(\..*?){0,1}$/) { my $suffix = $2 ? $2 : ".jpg"; - $artwork = infoFormat(Slim::Utils::Misc::fileURLFromPath($file), $1)."$suffix"; + $artwork = infoFormat(Slim::Utils::Misc::fileURLFromPath($fullpath), $1)."$suffix"; my $artworktype = $image eq 'thumb' ? "Thumbnail" : "Cover"; $::d_artwork && Slim::Utils::Misc::msg("Variable $artworktype: $artwork from $1\n"); my $artpath = catdir(@components, $artwork);