On Mon, 2004-12-06 at 11:34, Asher Schaffer wrote:
> Well I have this problem regardless of if the backend is recording or
> not.  This problem exists in the 11/30 CVS, but not 11/29, I've been
> looking through the commits to try and see what would have caused
> this.
> 

Hmm, I thought I had problems with 11/29 CVS version. Side question: Is
there more than one CVS repository mythtv? (Could I be pulling from a
repository that is lagging behind?)

I too will have a look at the commit logs.

One thing I did change, that is probably not correct, but did seem to
help with the double pathname problem. Was to change the bottom of
MainServer::LocalFilePath

    }
    else
    {
        lpath = lpath.section('/', -1);
        //lpath = gContext->GetFilePrefix() + url.path();
        lpath = gContext->GetFilePrefix() + "/" + lpath;
    }
    return lpath;

Also, David Engel has just posted a patch hich might help under the
thread "Re: [mythtv] [patch] Fix for sluggish pause".

_______________________________________________
mythtv-dev mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to