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

MythTV mythtv at cvs.mythtv.org
Thu Oct 13 20:46:51 UTC 2005


#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 bjm at lvcm.com):

 Thank you. This includes all the info I needed and shows what goes with
 what.

 The 'findid' is used to mark when a showing has successfully recorded for
 that rule in the time interval (daily, weekly, or forever with FindOne).
 The findtime, findday and findid should all be set when the rule is
 created. However, your rules have these as all blank.

 One possibility is that there were some recent changes that did not update
 rules properly. If possible, please check your mythfrontend logs or
 console to see if there were any "DB Error" messages at the time you
 created these rules.

 Check out current SVN to another directory and do a clean make then
 install (you can revert by doing as make install from your usual working
 directory) then create a new FindOne rule for a movie as well as a
 FindWeekly for testing purposes.

 I'd like to see if the findday and findtime had been set in the past as
 well as for these new rules. Please send the output for the following:

 {{{
 $ mysql -u mythtv -pmythtv mythconverg
 mysql> select recordid,type,search,startdate,findtime,findday,findid from
 record order by recordid;
 }}}
 Thank you for your help in tracking this down.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/465>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list