[mythtv-users] Edit commercial cutlist...

Rob Greene robgreene at gmail.com
Thu Jan 13 13:26:16 EST 2005


Yaay! 

Does anyone know if this exists in the apt-get libraries, or do I need
to start building Myth myself? (And then, is this the frontend or
backend ... or is it all one big hunk of code?)
-Rob

On Thu, 13 Jan 2005 07:16:59 +0000, Ian Campbell <ijc at hellion.org.uk> wrote:
> 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.
> 
> 
>


More information about the mythtv-users mailing list