[mythtv] [PATCH] Typo in recent programinfo.cpp changes

Rudy Zijlstra mythtv at edsons.demon.nl
Sun Dec 26 01:44:56 UTC 2004


Shane Shrybman wrote:

>On Sat, 2004-12-25 at 16:56, Rudy Zijlstra wrote:
>  
>
>>Shane Shrybman wrote:
>>
>>    
>>
>>With this applied I can seek again. Recordings made with this not in, 
>>are not seekable though. Any jump will jump to start of recording.
>>I've tried to repair with mythcommflag, with --rebuild as well as a full 
>>run, but no luck. Any idea on how to make such recordings seekable again?
>>
>>    
>>
>
>Yup, same problem here. This commit log entry says that commflag should
>fix it? Didn't seem to work for me either.
>
>http://www.gossamer-threads.com/lists/mythtv/commits/65000?search_string=seektable;#65000
>
>  
>
go into mysql and manually delete all info of the programs that have 
this problem from recordedmarkup. Than run mythcommflag.
Some info in the recordedmarkup table about those recordings is totally 
wrong and not deleted by mythcommflag when you ask for a rebuild. A 
manual delete from the table clears that out. An example of the mysql 
command i used:

mysql> delete from recordedmarkup where chanid=1 and 
starttime=20041225201400;

(after first checking this is indeed in the table).

Cheers,

Rudy


More information about the mythtv-dev mailing list