[mythtv] FW: [mythtv-users] CVS mythfrontend hangs
uponentering"watch recordings" Problem with framesPlayed?
Shane Shrybman
shrybman at aei.ca
Mon Dec 6 17:44:16 UTC 2004
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".
More information about the mythtv-dev
mailing list