die on File not found
[HTML5TV.git] / bin / mplayer.pl
index 41a5080..b3c6dd7 100755 (executable)
@@ -739,6 +739,8 @@ sub from_mplayer {
 
                warn "slide $nr from video $pos file $shot\n";
                save_subtitles;
+       } elsif ( $line =~ m{File not found} ) {
+               die $line;
        } else {
                warn "IGNORE $line";
        }