Index: Slim/Player/Source.pm =================================================================== RCS file: /home/cvs/cvsroot/slim/server/Slim/Player/Source.pm,v retrieving revision 1.66 diff -u -p -B -r1.66 Source.pm --- Slim/Player/Source.pm 10 Mar 2004 21:29:38 -0000 1.66 +++ Slim/Player/Source.pm 12 Mar 2004 07:36:54 -0000 @@ -736,6 +736,10 @@ sub openSong { $::d_source && msg("openSong: getting duration $duration, size $size, and offset $offset for $fullpath\n"); if (!$size || !$duration) { $::d_source && msg("openSong: not bothering opening file with zero size or duration\n"); + my $line1 = string('PROBLEM_OPENING'); + my $line2 = Slim::Music::Info::standardTitle($client, Slim::Player::Playlist::song($client)); + Slim::Display::Animation::showBriefly($client, $line1, $line2, 1,1); + select(undef, undef, undef, 0.25); return undef; } }