[mythtv] Re: [mythtv-commits] Re: Ticket #465: Find one showing finds more than one

Bruce Markey bjm at lvcm.com
Fri Oct 14 17:50:46 UTC 2005


Ian Caulfield wrote:
> On Fri, 14 Oct 2005, Bruce Markey wrote:
> 
>> MythTV wrote:
>>
>>> #465: Find one showing finds more than one
>>>
>>> --------------------------------+------------------------------------------- 
>>>
>>>  Reporter:  imc25 at cam.ac.uk  |        Owner:  bjm at lvcm.com
>>>      Type:  defect              |       Status:  new          
>>> Priority: minor               |    Milestone:              
>>> Component:  mythtv |      Version:               Severity:  
>>> medium              | Resolution: 
>>> --------------------------------+------------------------------------------- 
>>>
>>> Comment (by anonymous):
>>>
>>>  Here you go. FindOne used to work until recently - I had a successful
>>>  FindOne recording on Monday, which didn't keep recording. Can't 
>>> remember
>>>  which svn rev I was running, though...
>>
>>
>> No doubt. The mechanism has changed recently and the find parameters
>> now need to be set when the rule is created. However, they are only
>> set for a small number of your rules. This also means that FindDaily
>> or FindWeekly rules would not have worked correctly for you either,
>> the intervals would not have started at the right day or time.
>>
>> As a guess, I tried MythWeb and these fields were not set. Is it
>> possible that you set most of your rules through MythWeb?
> 
> 
> Yes I did - have the changes not propagated there yet?

Got it. I have a proof of concept fix but I need help from gigem
and xris to fill in correct values.

In the meantime, you can fix your your current rules by removing
the rule (Cancel this schedule) for things that already recorded.
If there are any waiting to record, do this:

UPDATE record SET findid=TO_DAYS(startdate) WHERE type=6;

Use mythfrontend to set new find rules until there is a fix for
mythweb.

--  bjm


More information about the mythtv-dev mailing list