Ticket #2967: nuvexport.patch2

File nuvexport.patch2, 724 bytes (added by anonymous, 17 years ago)
Line 
1diff -ru nuvexport-new/mythtv/recordings.pm nuvexport-newer/mythtv/recordings.pm
2--- nuvexport-new/mythtv/recordings.pm  2006-12-04 10:06:41.000000000 +1100
3+++ nuvexport-newer/mythtv/recordings.pm        2007-01-02 21:57:44.000000000 +1100
4@@ -113,7 +113,8 @@
5                 $cutlist_frames  += $self->{'last_frame'} - $last_mark;
6             }
7         # Skip shows without cutlists?
8-            next if (arg('require_cutlist') && !$info{'cutlist'});
9+            next if (arg('require_cutlist') && !$info{'cutlist'} &&
10+                     !arg('infile'));
11         # Pull out GOP info for mpeg files
12             $sh->execute($info{'chanid'}, $info{'starttime'})
13                 or die "Could not execute ($q):  $!\n\n";