[mythtv-users] Edit commercial cutlist...

Ian Campbell ijc at hellion.org.uk
Thu Jan 13 02:16:59 EST 2005


On Wed, 2005-01-12 at 21:06 -0600, Rob Greene wrote:
> I'm either confused or I'm locking up the front-end when trying to
> bring up the edit mode for a show I've recorded.

With version 0.16 and a PVR-350 I needed the following patch (from CVS)
to solve the symptoms you described.

Ian.

Index: ./libs/libmythtv/NuppelVideoPlayer.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ./libs/libmythtv/NuppelVideoPlayer.cpp	11 Sep 2004 06:17:15 -0000	1.371
+++ ./libs/libmythtv/NuppelVideoPlayer.cpp	12 Sep 2004 18:29:57 -0000	1.372
@@ -1735,6 +1735,11 @@
             killplayer = true;
         }
 
+        if (rewindtime < 0)
+            rewindtime = 0;
+        if (fftime < 0)
+            fftime = 0;
+
         if (paused)
         {
             if (!previously_paused)

-- 
Ian Campbell

The best man for the job is often a woman.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20050113/328aed59/attachment.pgp


More information about the mythtv-users mailing list