On 02/13/2005 02:28 PM, Tom Clark wrote:
1. When watching a recording, as you approach the end (Final 15 seconds or
so) playback becomes very jittery, almost freezing during the last few
seconds before sending you back to the "Watch Recordings" screen.
Haven't had this problem.
2. When watching a recording, having it chuck you out in the middle with the
"You have finished watching...." when you haven't actually reached the end.
Haven't had this problem either.
Amazingly this just started happening to me a week or two ago. I have always run from /usr/local, and I hadn't changed anything in my config. So I was at a loss as to why it happened. Anyway, I am running FC2 and the init scripts set a path when they are run. I had to fix this by adding the following before the start() function in /etc/init.d/mythbackend:
3. Queued commercial flagging jobs failing with message "ERROR: Unable to
find mythcommflag." when mythcommflag is present under /usr/local/bin/ with
the rest of the binaries.
if ! strstr "$PATH" "/usr/local/bin" ; then PATH=$PATH:/usr/local/bin fi
After making this change, I stopped and restarted the backend so it would have the new path. This goes for slave backends also.
BTW, I also found in order to run the commercial flag jobs over (once I fixed the path), I could set the status in jobqueue to 1. Here is the sql command I used:
update jobqueue set status = 1 where status = 304;
HTH, David
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
