[mythtv-commits] Ticket #11224: Duplicate recordings without manual resched - 0.26 regression

MythTV noreply at mythtv.org
Tue Nov 13 08:26:25 UTC 2012


#11224: Duplicate recordings without manual resched - 0.26 regression
--------------------------------------+----------------------------
 Reporter:  Bradley Baetz <bbaetz@…>  |          Owner:  gigem
     Type:  Bug Report - General      |         Status:  assigned
 Priority:  minor                     |      Milestone:  unknown
Component:  MythTV - Scheduling       |        Version:  0.26-fixes
 Severity:  medium                    |     Resolution:
 Keywords:                            |  Ticket locked:  0
--------------------------------------+----------------------------

Comment (by Bradley Baetz <bbaetz@…>):

 Yeah, that fixed it:

 {{{

 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: I Scheduler
 scheduler.cpp:2159 (HandleReschedule) Reschedule requested for CHECK -3
 300 0 UpdateRecStatus2 | The Love Boat | The Lady from Laramie | All
 aboard, the Love Boat is ready to set sail! What madcap misadventures and
 romantic rendezvous await the crew and passengers of the Pacific Princess?
 |
 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: D Scheduler
 mythdbcon.cpp:689 (exec) MSqlQuery::exec(SchedCon) UPDATE recordmatch rm
 INNER JOIN record r       ON rm.recordid = r.recordid INNER JOIN program p
 ON rm.chanid = p.chanid          AND rm.starttime = p.starttime
 AND rm.manualid = p.manualid SET oldrecduplicate = -1 WHERE p.generic = 0
 AND r.type NOT IN (1, 7, 8) AND p.title = 'The Love Boat' AND (0 OR
 p.subtitle = 'The Lady from Laramie' OR p.description = 'The Lady from
 Laramie' OR p.description = 'All aboard, the Love Boat is ready to set
 sail! What madcap misadventures and romantic rendezvous await the crew and
 passengers of the Pacific Princess?' OR p.subtitle = 'All aboard, the Love
 Boat is ready to set sail! What madcap misadventures and romantic
 rendezvous await the crew and passengers of the Pacific Princess?' )

 }}}

 without the odd per-character quoting too.

 and the "Before UpdateDuplicates()" debug dump has:

 {{{

 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: I Scheduler
 scheduler.cpp:81 (DumpRecordMatch) rid=300, chid=1011, st=Mon Nov 12
 15:00:00 2012, mid=0, ord=-1, rd=0, fd=0, ors=0, fid=0
 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: D Scheduler
 mythdbcon.cpp:759 (seekDebug) MSqlQuery::next(DBManager32) Result:
 "recordid = 300, chanid = 1011, starttime = 2012-11-13T00:00:00, manualid
 = 0, oldrecduplicate = -1, recduplicate = 0, findduplicate = 0,
 oldrecstatus = 0, findid = 0"
 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: I Scheduler
 scheduler.cpp:81 (DumpRecordMatch) rid=300, chid=1011, st=Tue Nov 13
 00:00:00 2012, mid=0, ord=-1, rd=0, fd=0, ors=0, fid=0
 Nov 13 12:10:00 guava mythlogserver: mythbackend[18663]: D Scheduler
 mythdbcon.cpp:759 (seekDebug) MSqlQuery::next(DBManager32) Result:
 "recordid = 300, chanid = 1011, starttime = 2012-11-13T15:00:00, manualid
 = 0, oldrecduplicate = -1, recduplicate = 0, findduplicate = 0,
 oldrecstatus = 0, findid = 0"

 }}}

 as expected.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11224#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list