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.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
