Ticket #689: still borked - 8029

File still borked - 8029, 52.7 KB (added by tephra@…, 18 years ago)
Line 
1mythtv@mythbox:~$ mythbackend -v all
22005-11-24 13:13:32.598 Using runtime prefix = /usr/local
32005-11-24 13:13:32.606 New DB connection, total: 1
42005-11-24 13:13:32.609 Enabling Settings Cache.
52005-11-24 13:13:32.609 Clearing Settings Cache.
62005-11-24 13:13:32.610 MSqlQuery: SELECT data FROM settings WHERE value  = 'DBSchemaVer' AND hostname = 'mythbox' ;
72005-11-24 13:13:32.611 MSqlQuery: SELECT data FROM settings WHERE value = 'DBSchemaVer' AND hostname IS NULL;
82005-11-24 13:13:32.611 Current Schema Version: 1110
92005-11-24 13:13:32.612 MSqlQuery: SELECT data FROM settings WHERE value  = 'BackendServerPort' AND hostname = 'mythbox' ;
102005-11-24 13:13:32.612 MSqlQuery: SELECT data FROM settings WHERE value  = 'BackendStatusPort' AND hostname = 'mythbox' ;
112005-11-24 13:13:32.613 MSqlQuery: SELECT data FROM settings WHERE value  = 'BackendServerIP' AND hostname = 'mythbox' ;
122005-11-24 13:13:32.613 MSqlQuery: SELECT data FROM settings WHERE value  = 'MasterServerIP' AND hostname = 'mythbox' ;
132005-11-24 13:13:32.614 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname IS NULL;
14Starting up as the master server.
152005-11-24 13:13:32.615 MSqlQuery: SELECT data FROM settings WHERE value  = 'LogEnabled' AND hostname = 'mythbox' ;
162005-11-24 13:13:32.616 MSqlQuery: SELECT data FROM settings WHERE value = 'LogEnabled' AND hostname IS NULL;
172005-11-24 13:13:32.616 MSqlQuery: SELECT data FROM settings WHERE value  = 'LogMaxCount' AND hostname = 'mythbox' ;
182005-11-24 13:13:32.617 MSqlQuery: SELECT data FROM settings WHERE value  = 'LogPrintLevel' AND hostname = 'mythbox' ;
192005-11-24 13:13:32.617 MSqlQuery: DELETE FROM inuseprograms WHERE hostname = 'mythbox' and recusage = 'recorder' ;
202005-11-24 13:13:32.618 MSqlQuery: UPDATE recorded SET basename = CONCAT(chanid, '_', DATE_FORMAT(starttime, '%Y%m%d%H%i00'), '_', DATE_FORMAT(endtime, '%Y%m%d%H%i00'), '.nuv') WHERE basename = '';
212005-11-24 13:13:32.619 MSqlQuery: UPDATE channel SET callsign=chanid WHERE callsign IS NULL OR callsign='';
222005-11-24 13:13:32.619 MSqlQuery: SELECT MIN(chanid) FROM channel;
232005-11-24 13:13:32.620 MSqlQuery: UPDATE record SET chanid = 1001 WHERE chanid IS NULL;
242005-11-24 13:13:32.620 New DB connection, total: 2
252005-11-24 13:13:32.622 MSqlQuery: SELECT record.chanid, channel.callsign FROM record LEFT JOIN channel ON record.chanid = channel.chanid WHERE record.station='';
262005-11-24 13:13:32.622 MSqlQuery: SELECT cardid,hostname FROM capturecard ORDER BY cardid;
272005-11-24 13:13:32.623 MSqlQuery: SELECT videodevice,      vbidevice,           audiodevice,           audioratelimit,   defaultinput,        cardtype,              skipbtaudio,       dvb_hw_decoder,   dvb_recordts,        dvb_wait_for_seqstart,       dvb_on_demand,       firewire_port,    firewire_node,       firewire_speed,        firewire_model,   firewire_connection,                        dbox2_port,       dbox2_host,          dbox2_httpport,        signal_timeout,   channel_timeout                      FROM capturecard WHERE cardid = 1
282005-11-24 13:13:32.624 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND       capturecard.cardid = 1          AND       inputname          = 'DVBInput'
292005-11-24 13:13:32.625 DVB#0 Opening DVB channel
302005-11-24 13:13:32.625 DVB#0 Using DVB card 0, with frontend 'Conexant CX22702 DVB-T'.
312005-11-24 13:13:32.625 DVB#0 SetChannelByString(2)
322005-11-24 13:13:32.626 MSqlQuery: SELECT chanid, serviceid, mplexid, atscsrcid FROM channel, cardinput, capturecard WHERE channel.channum='2' AND       cardinput.sourceid = channel.sourceid AND       capturecard.cardid = cardinput.cardid AND       capturecard.cardtype = 'DVB' AND       cardinput.cardid = '1'
332005-11-24 13:13:32.627 New DB connection, total: 3
342005-11-24 13:13:32.628 MSqlQuery: SELECT frequency,         inversion,      symbolrate,        fec,               polarity,       dvb_diseqc_type,        diseqc_port,       diseqc_pos,     lnb_lof_switch,        lnb_lof_hi,        lnb_lof_lo,     sistandard,        hp_code_rate,      lp_code_rate,   constellation,        transmission_mode, guard_interval, hierarchy,        modulation,        bandwidth FROM dtv_multiplex, cardinput, capturecard WHERE dtv_multiplex.sourceid = cardinput.sourceid AND mplexid = '4' AND capturecard.cardid = '1'
352005-11-24 13:13:32.629 DVB#0 Frequency: 226500000 BW: 7MHz HP: 3/4 LP: 1/2C: QAM-64 TM: 8K H: None GI: 1/16
362005-11-24 13:13:32.629 DVB#0 Old Params: freq(0) type(OFDM)
372005-11-24 13:13:32.629 DVB#0 New Params: freq(226500000) type(OFDM)
382005-11-24 13:13:32.661 dvbchannel.cpp:wait_for_backend: Status: Signal,
392005-11-24 13:13:32.661 DVB#0 DVBChannel::Tune: Frequency tuning successful.
402005-11-24 13:13:32.661 DVB#0 Tuned to frequency for channel 2.
412005-11-24 13:13:32.662 MSqlQuery: SELECT data FROM settings WHERE value  = 'ChannelOrdering' AND hostname = 'mythbox' ;
422005-11-24 13:13:32.663 MSqlQuery: SELECT channum + 0 FROM channel,capturecard,cardinput WHERE channel.channum      = '2'           AND       channel.sourceid     = cardinput.sourceid AND       cardinput.cardid     = capturecard.cardid AND       capturecard.cardid   = 1            AND       capturecard.hostname = 'mythbox'
432005-11-24 13:13:32.664 MSqlQuery: SELECT channel.channum, channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum + 0 > '2'  AND       cardinput.cardid     = capturecard.cardid AND capturecard.cardid   = 1            AND capturecard.hostname = 'mythbox'          AND channel.visible      = 1                  AND cardinput.sourceid = channel.sourceid  ORDER BY channel.channum + 0  LIMIT 1
442005-11-24 13:13:32.664 DVB#0 Closing DVB channel
452005-11-24 13:13:32.665 MSqlQuery: SELECT data FROM settings WHERE value  = 'AutoTranscodeBeforeAutoCommflag' AND hostname = 'mythbox' ;
462005-11-24 13:13:32.665 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoTranscodeBeforeAutoCommflag' AND hostname IS NULL;
472005-11-24 13:13:32.666 MSqlQuery: SELECT data FROM settings WHERE value  = 'AutoCommflagWhileRecording' AND hostname = 'mythbox' ;
482005-11-24 13:13:32.666 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoCommflagWhileRecording' AND hostname IS NULL;
492005-11-24 13:13:32.666 MSqlQuery: SELECT data FROM settings WHERE value  = 'JobsRunOnRecordHost' AND hostname = 'mythbox' ;
502005-11-24 13:13:32.667 MSqlQuery: SELECT data FROM settings WHERE value = 'JobsRunOnRecordHost' AND hostname IS NULL;
512005-11-24 13:13:32.667 MSqlQuery: SELECT data FROM settings WHERE value  = 'AudioSampleRate' AND hostname = 'mythbox' ;
522005-11-24 13:13:32.668 MSqlQuery: SELECT data FROM settings WHERE value = 'AudioSampleRate' AND hostname IS NULL;
532005-11-24 13:13:32.668 MSqlQuery: SELECT data FROM settings WHERE value  = 'RecordOverTime' AND hostname = 'mythbox' ;
542005-11-24 13:13:32.668 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordOverTime' AND hostname IS NULL;
552005-11-24 13:13:32.669 MSqlQuery: SELECT data FROM settings WHERE value  = 'CategoryOverTime' AND hostname = 'mythbox' ;
562005-11-24 13:13:32.669 MSqlQuery: SELECT data FROM settings WHERE value = 'CategoryOverTime' AND hostname IS NULL;
572005-11-24 13:13:32.670 MSqlQuery: SELECT data FROM settings WHERE value  = 'OverTimeCategory' AND hostname = 'mythbox' ;
582005-11-24 13:13:32.670 MSqlQuery: SELECT data FROM settings WHERE value = 'OverTimeCategory' AND hostname IS NULL;
592005-11-24 13:13:32.670 MSqlQuery: SELECT data FROM settings WHERE value  = 'RecordFilePrefix' AND hostname = 'mythbox' ;
602005-11-24 13:13:32.671 TVRec(1): SetFlags(RunMainLoop,) -> RunMainLoop,
612005-11-24 13:13:32.671 TVRec(1): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
622005-11-24 13:13:32.672 MSqlQuery: SELECT videodevice,      vbidevice,           audiodevice,           audioratelimit,   defaultinput,        cardtype,              skipbtaudio,       dvb_hw_decoder,   dvb_recordts,        dvb_wait_for_seqstart,       dvb_on_demand,       firewire_port,    firewire_node,       firewire_speed,        firewire_model,   firewire_connection,                        dbox2_port,       dbox2_host,          dbox2_httpport,        signal_timeout,   channel_timeout                      FROM capturecard WHERE cardid = 2
632005-11-24 13:13:32.672 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND       capturecard.cardid = 2          AND       inputname          = 'DVBInput'
642005-11-24 13:13:32.688 DVB#1 Opening DVB channel
652005-11-24 13:13:32.688 DVB#1 Using DVB card 1, with frontend 'Zarlink MT352 DVB-T'.
662005-11-24 13:13:32.688 DVB#1 SetChannelByString(2)
672005-11-24 13:13:32.689 MSqlQuery: SELECT chanid, serviceid, mplexid, atscsrcid FROM channel, cardinput, capturecard WHERE channel.channum='2' AND       cardinput.sourceid = channel.sourceid AND       capturecard.cardid = cardinput.cardid AND       capturecard.cardtype = 'DVB' AND       cardinput.cardid = '2'
682005-11-24 13:13:32.690 MSqlQuery: SELECT frequency,         inversion,      symbolrate,        fec,               polarity,       dvb_diseqc_type,        diseqc_port,       diseqc_pos,     lnb_lof_switch,        lnb_lof_hi,        lnb_lof_lo,     sistandard,        hp_code_rate,      lp_code_rate,   constellation,        transmission_mode, guard_interval, hierarchy,        modulation,        bandwidth FROM dtv_multiplex, cardinput, capturecard WHERE dtv_multiplex.sourceid = cardinput.sourceid AND mplexid = '4' AND capturecard.cardid = '2'
692005-11-24 13:13:32.691 DVB#1 Frequency: 226500000 BW: 7MHz HP: 3/4 LP: 1/2C: QAM-64 TM: 8K H: None GI: 1/16
702005-11-24 13:13:32.691 DVB#1 Old Params: freq(0) type(OFDM)
712005-11-24 13:13:32.691 DVB#1 New Params: freq(226500000) type(OFDM)
722005-11-24 13:13:32.691 dvbchannel.cpp:wait_for_backend: Status:
732005-11-24 13:13:32.691 DVB#1 DVBChannel::Tune: Frequency tuning successful.
742005-11-24 13:13:32.691 DVB#1 Tuned to frequency for channel 2.
752005-11-24 13:13:32.711 MSqlQuery: SELECT channum + 0 FROM channel,capturecard,cardinput WHERE channel.channum      = '2'           AND       channel.sourceid     = cardinput.sourceid AND       cardinput.cardid     = capturecard.cardid AND       capturecard.cardid   = 2            AND       capturecard.hostname = 'mythbox'
762005-11-24 13:13:32.712 MSqlQuery: SELECT channel.channum, channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum + 0 > '2'  AND       cardinput.cardid     = capturecard.cardid AND capturecard.cardid   = 2            AND capturecard.hostname = 'mythbox'          AND channel.visible      = 1                  AND cardinput.sourceid = channel.sourceid  ORDER BY channel.channum + 0  LIMIT 1
772005-11-24 13:13:32.712 DVB#1 Closing DVB channel
782005-11-24 13:13:32.713 TVRec(2): SetFlags(RunMainLoop,) -> RunMainLoop,
792005-11-24 13:13:32.713 TVRec(2): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
802005-11-24 13:13:32.713 New DB scheduler connection
812005-11-24 13:13:32.715 MSqlQuery: SELECT NULL FROM capturecard;
822005-11-24 13:13:32.715 MSqlQuery: SELECT sourceid,name FROM videosource ORDER BY sourceid;
832005-11-24 13:13:32.716 MSqlQuery: SELECT cardinputid FROM cardinput WHERE sourceid = 1 ORDER BY cardinputid;
842005-11-24 13:13:32.716 MSqlQuery: SELECT data FROM settings WHERE value  = 'JobQueueCPU' AND hostname = 'mythbox' ;
852005-11-24 13:13:32.717 MSqlQuery: SELECT data FROM settings WHERE value  = 'blockSDWUwithoutClient' AND hostname = 'mythbox' ;
862005-11-24 13:13:32.718 MSqlQuery: SELECT data FROM settings WHERE value = 'blockSDWUwithoutClient' AND hostname IS NULL;
872005-11-24 13:13:32.719 MSqlQuery: UPDATE oldrecorded SET recstatus = -4   WHERE recstatus = -2
882005-11-24 13:13:32.719 JobQueue::RecoverQueue: Checking for unfinished jobs to recover.
892005-11-24 13:13:32.720 MSqlQuery: SELECT j.id, j.chanid, j.starttime, j.inserttime, j.type, j.cmds, j.flags, j.status, j.statustime, j.hostname, j.args, j.comment, r.endtime FROM jobqueue j, recorded r WHERE j.chanid = r.chanid AND j.starttime = r.starttime ORDER BY j.inserttime, j.chanid, j.id;
902005-11-24 13:13:32.720 JobQueue::GetJobsInQueue: findJobs search bitmask 4, found 0 total jobs
912005-11-24 13:13:32.724 mythbackend version: 0.19.20051122-1 www.mythtv.org
922005-11-24 13:13:32.724 Enabled verbose msgs :all
932005-11-24 13:13:32.724 AutoExpire: Found 2 recorders w/max rate of 277 MiB/min
942005-11-24 13:13:32.725 MSqlQuery: SELECT data FROM settings WHERE value  = 'AutoExpireExtraSpace' AND hostname = 'mythbox' ;
952005-11-24 13:13:32.725 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' AND hostname IS NULL;
962005-11-24 13:13:32.725 AutoExpire: Required Free Space: 2.2 GB w/freq: 5 min
972005-11-24 13:13:32.726 MSqlQuery: SELECT data FROM settings WHERE value  = 'MasterBackendOverride' AND hostname = 'mythbox' ;
982005-11-24 13:13:32.727 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterBackendOverride' AND hostname IS NULL;
992005-11-24 13:13:32.727 MSqlQuery: SELECT data FROM settings WHERE value  = 'WOLslaveBackendsCommand' AND hostname = 'mythbox' ;
1002005-11-24 13:13:32.728 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLslaveBackendsCommand' AND hostname IS NULL;
1012005-11-24 13:13:34.720 Reschedule requested for id -1.
1022005-11-24 13:13:34.721 MSqlQuery: DELETE FROM recordmatch WHERE recordid = -1 OR -1 = -1;
1032005-11-24 13:13:34.725 MSqlQuery: DELETE FROM program WHERE manualid = -1 OR  (manualid <> 0 AND -1 = -1)
1042005-11-24 13:13:34.726 MSqlQuery: SELECT recordid,search,subtitle,description FROM record WHERE search <> 0 AND (recordid = -1 OR -1 = -1)
105Query 0: /record.search = :NRST AND (record.recordid = :NRRECORDID OR :NRRECORDID = -1) AND program.manualid = 0 AND program.title = record.title
1062005-11-24 13:13:34.727  |-- Start DB Query 0...
1072005-11-24 13:13:34.728 MSqlQuery: INSERT INTO recordmatch (recordid, chanid, starttime, manualid) SELECT record.recordid, program.chanid, program.starttime,  IF(search = 5, recordid, 0) FROM record, program  INNER JOIN channel ON (channel.chanid = program.chanid) WHERE record.search = 0 AND (record.recordid = -1 OR -1 = -1) AND program.manualid = 0 AND program.title = record.title  AND channel.visible = 1 AND ((record.type = 4 OR record.type = 6 OR record.type = 9 OR record.type = 10)  OR  ((record.station = channel.callsign)   AND   ((record.type = 3)    OR   ((TIME_TO_SEC(record.starttime) = TIME_TO_SEC(program.starttime))     AND     ((record.type = 2)      OR     ((DAYOFWEEK(record.startdate) = DAYOFWEEK(program.starttime)       AND       ((record.type = 5)        OR       ((TO_DAYS(record.startdate) = TO_DAYS(program.starttime))         )       )      )     )    )   )  ) ))
1082005-11-24 13:13:34.728  |-- -1 results in 0.001772 sec.
1092005-11-24 13:13:34.729  +-- Done.
1102005-11-24 13:13:34.730 MSqlQuery: SELECT data FROM settings WHERE value  = 'SchedMoveHigher' AND hostname = 'mythbox' ;
1112005-11-24 13:13:34.730 PruneOldRecords...
1122005-11-24 13:13:34.730 AddNewRecords...
1132005-11-24 13:13:34.730 MSqlQuery: SELECT recordid,title,maxepisodes,maxnewest FROM record;
1142005-11-24 13:13:34.731  |-- Start DB Query...
1152005-11-24 13:13:34.736 MSqlQuery: SELECT DISTINCT channel.chanid, channel.sourceid, program.starttime, program.endtime, program.title, program.subtitle, program.description, channel.channum, channel.callsign, channel.name, oldrecorded.endtime IS NOT NULL AS oldrecduplicate, program.category, record.recpriority, record.dupin, recorded.endtime IS NOT NULL AND recorded.endtime < NOW() AS recduplicate, oldfind.findid IS NOT NULL AS findduplicate, record.type, record.recordid, program.starttime - INTERVAL record.startoffset minute AS recstartts, program.endtime + INTERVAL record.endoffset minute AS recendts, program.previouslyshown, record.recgroup, record.dupmethod, channel.commfree, capturecard.cardid, cardinput.cardinputid, UPPER(cardinput.shareable) = 'Y' AS shareable, program.seriesid, program.programid, program.category_type, program.airdate, program.stars, program.originalairdate, record.inactive, record.parentid, (CASE record.type   WHEN 6    THEN record.findid   WHEN 9    THEN to_days(date_sub(program.starttime, interval                 time_format(record.findtime, '%H:%i') hour_minute))   WHEN 10    THEN floor((to_days(date_sub(program.starttime, interval                time_format(record.findtime, '%H:%i') hour_minute)) -                record.findday)/7) * 7 + record.findday   WHEN 7    THEN record.findid   ELSE 0  END) , record.playgroup, oldrecstatus.recstatus, oldrecstatus.reactivate, channel.recpriority + cardinput.preference FROM recordmatch  INNER JOIN record ON (recordmatch.recordid = record.recordid)  INNER JOIN program ON (recordmatch.chanid = program.chanid AND                         recordmatch.starttime = program.starttime AND                         recordmatch.manualid = program.manualid)  INNER JOIN channel ON (channel.chanid = program.chanid)  INNER JOIN cardinput ON (channel.sourceid = cardinput.sourceid)  INNER JOIN capturecard ON (capturecard.cardid = cardinput.cardid)  LEFT JOIN oldrecorded as oldrecstatus ON   ( oldrecstatus.station = channel.callsign AND     oldrecstatus.starttime = program.starttime AND     oldrecstatus.title = program.title )  LEFT JOIN oldrecorded ON   (     record.dupmethod > 1 AND     oldrecorded.duplicate <> 0 AND     program.title = oldrecorded.title      AND      (       (program.programid <> '' AND program.generic = 0        AND program.programid = oldrecorded.programid)       OR       (oldrecorded.findid <> 0 AND         oldrecorded.findid = (CASE record.type   WHEN 6    THEN record.findid   WHEN 9    THEN to_days(date_sub(program.starttime, interval                 time_format(record.findtime, '%H:%i') hour_minute))   WHEN 10    THEN floor((to_days(date_sub(program.starttime, interval                time_format(record.findtime, '%H:%i') hour_minute)) -                record.findday)/7) * 7 + record.findday   WHEN 7    THEN record.findid   ELSE 0  END) )       OR       (        program.generic = 0        AND        (program.programid = '' OR oldrecorded.programid = '')        AND        (((record.dupmethod & 0x02) = 0) OR (program.subtitle <> ''           AND program.subtitle = oldrecorded.subtitle))        AND        (((record.dupmethod & 0x04) = 0) OR (program.description <> ''           AND program.description = oldrecorded.description))       )      )   )  LEFT JOIN recorded ON   (     record.dupmethod > 1 AND     program.title = recorded.title      AND      (       (program.programid <> '' AND program.generic = 0        AND program.programid = recorded.programid)       OR       (recorded.findid <> 0 AND         recorded.findid = (CASE record.type   WHEN 6    THEN record.findid   WHEN 9    THEN to_days(date_sub(program.starttime, interval                 time_format(record.findtime, '%H:%i') hour_minute))   WHEN 10    THEN floor((to_days(date_sub(program.starttime, interval                time_format(record.findtime, '%H:%i') hour_minute)) -                record.findday)/7) * 7 + record.findday   WHEN 7    THEN record.findid   ELSE 0  END) )       OR       (        program.generic = 0        AND        (program.programid = '' OR recorded.programid = '')        AND        (((record.dupmethod & 0x02) = 0) OR (program.subtitle <> ''           AND program.subtitle = recorded.subtitle))        AND        (((record.dupmethod & 0x04) = 0) OR (program.description <> ''           AND program.description = recorded.description))       )      )   )  LEFT JOIN oldfind ON   (oldfind.recordid = recordmatch.recordid AND    oldfind.findid = (CASE record.type   WHEN 6    THEN record.findid   WHEN 9    THEN to_days(date_sub(program.starttime, interval                 time_format(record.findtime, '%H:%i') hour_minute))   WHEN 10    THEN floor((to_days(date_sub(program.starttime, interval                time_format(record.findtime, '%H:%i') hour_minute)) -                record.findday)/7) * 7 + record.findday   WHEN 7    THEN record.findid   ELSE 0  END) )  ORDER BY record.recordid DESC
1162005-11-24 13:13:34.737  |-- 18 results in 0.006124 sec. Processing...
1172005-11-24 13:13:34.738 MSqlQuery: SELECT data FROM settings WHERE value  = 'SingleRecordRecPriority' AND hostname = 'mythbox' ;
1182005-11-24 13:13:34.739 MSqlQuery: SELECT data FROM settings WHERE value = 'SingleRecordRecPriority' AND hostname IS NULL;
1192005-11-24 13:13:34.742 MSqlQuery: SELECT data FROM settings WHERE value  = 'ChannelRecordRecPriority' AND hostname = 'mythbox' ;
1202005-11-24 13:13:34.742 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelRecordRecPriority' AND hostname IS NULL;
1212005-11-24 13:13:34.742  +-- Cleanup...
1222005-11-24 13:13:34.742 AddNotListed...
1232005-11-24 13:13:34.742  |-- Start DB Query...
1242005-11-24 13:13:34.744 MSqlQuery: SELECT record.recordid, record.type, record.chanid, record.starttime, record.startdate, record.endtime, record.enddate, record.startoffset, record.endoffset, record.title, record.subtitle, record.description, channel.channum, channel.callsign, channel.name FROM record  INNER JOIN channel ON (channel.chanid = record.chanid)  LEFT JOIN recordmatch on record.recordid = recordmatch.recordid WHERE (type = 1 OR type = 7) AND recordmatch.chanid IS NULL
1252005-11-24 13:13:34.744  |-- 0 results in 0.001363 sec. Processing...
1262005-11-24 13:13:34.744 Sort by time...
1272005-11-24 13:13:34.744 PruneOverlaps...
1282005-11-24 13:13:34.744 Sort by priority...
1292005-11-24 13:13:34.744 BuildListMaps...
1302005-11-24 13:13:34.744 SchedNewRecords...
1312005-11-24 13:13:34.744 Scheduling:
132  +Down to Earth - "All Together Now"     2 1002  24 13:00-14:00  1 1 1  S 1   1
133  +Mythbusters - "Escape Slide Parachu   30 1030  28 19:30-20:30  1 1 1  C 1   0
1342005-11-24 13:13:34.745 ClearListMaps...
1352005-11-24 13:13:34.745 Sort by time...
1362005-11-24 13:13:34.745 PruneRedundants...
1372005-11-24 13:13:34.745 Sort by time...
138--- print list start ---
139Title - Subtitle                    Chan ChID Day Start  End   S C I  T N Pri
140Down to Earth - "All Together Now"     2 1002  24 13:00-14:00  1 1 1  S 1   1
141Mythbusters - "Escape Slide Parachu   30 1030  28 19:30-20:30  1 1 1  C 1   0
142---  print list end  ---
1432005-11-24 13:13:34.745 Scheduled 2 items in 0.0 = 0.01 match + 0.02 place
1442005-11-24 13:13:34.746 MSqlQuery: SELECT data FROM settings WHERE value  = 'RecordPreRoll' AND hostname = 'mythbox' ;
1452005-11-24 13:13:34.746 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordPreRoll' AND hostname IS NULL;
1462005-11-24 13:13:34.747 MSqlQuery: SELECT data FROM settings WHERE value  = 'idleTimeoutSecs' AND hostname = 'mythbox' ;
1472005-11-24 13:13:34.747 MSqlQuery: SELECT data FROM settings WHERE value = 'idleTimeoutSecs' AND hostname IS NULL;
1482005-11-24 13:13:34.748 MSqlQuery: SELECT data FROM settings WHERE value  = 'idleWaitForRecordingTime' AND hostname = 'mythbox' ;
1492005-11-24 13:13:34.748 MSqlQuery: SELECT data FROM settings WHERE value = 'idleWaitForRecordingTime' AND hostname IS NULL;
1502005-11-24 13:13:34.748 Recording starts soon, AUTO-Startup assumed
1512005-11-24 13:13:34.749 MSqlQuery: SELECT data FROM settings WHERE value  = 'startupCommand' AND hostname = 'mythbox' ;
1522005-11-24 13:13:34.749 MSqlQuery: SELECT data FROM settings WHERE value = 'startupCommand' AND hostname IS NULL;
1532005-11-24 13:13:34.750 MSqlQuery: SELECT data FROM settings WHERE value  = 'AutoExpireMethod' AND hostname = 'mythbox' ;
1542005-11-24 13:13:34.750 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireMethod' AND hostname IS NULL;
1552005-11-24 13:13:34.750 TVRec(1): ClearFlags(AskAllowRecording,) -> RunMainLoop,
1562005-11-24 13:13:34.751 MSqlQuery: DELETE FROM inuseprograms WHERE chanid = '1002' AND starttime = '2005-11-24T13:14:00' AND hostname = 'mythbox' AND recusage = 'recorder' ;
1572005-11-24 13:13:34.752 MSqlQuery: INSERT INTO inuseprograms  (chanid, starttime, recusage, hostname, lastupdatetime)  VALUES  ('1002', '2005-11-24T13:14:00', 'recorder', 'mythbox', '2005-11-24T13:13:34');
1582005-11-24 13:13:34.753 MSqlQuery: SELECT data FROM settings WHERE value  = 'LongChannelFormat' AND hostname = 'mythbox' ;
1592005-11-24 13:13:34.753 MSqlQuery: SELECT data FROM settings WHERE value  = 'ChannelFormat' AND hostname = 'mythbox' ;
1602005-11-24 13:13:34.754 MSqlQuery: SELECT data FROM settings WHERE value  = 'TimeFormat' AND hostname = 'mythbox' ;
1612005-11-24 13:13:34.754 MSqlQuery: SELECT data FROM settings WHERE value  = 'DateFormat' AND hostname = 'mythbox' ;
1622005-11-24 13:13:34.755 MSqlQuery: SELECT data FROM settings WHERE value  = 'ShortDateFormat' AND hostname = 'mythbox' ;
1632005-11-24 13:13:34.756 MSqlQuery: SELECT data FROM settings WHERE value  = 'HaveRepeats' AND hostname = 'mythbox' ;
1642005-11-24 13:13:34.756 MSqlQuery: SELECT data FROM settings WHERE value = 'HaveRepeats' AND hostname IS NULL;
1652005-11-24 13:13:34.758 MSqlQuery: SELECT data FROM settings WHERE value  = 'UserJobDesc1' AND hostname = 'mythbox' ;
1662005-11-24 13:13:34.758 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc1' AND hostname IS NULL;
1672005-11-24 13:13:34.759 MSqlQuery: SELECT data FROM settings WHERE value  = 'UserJobDesc2' AND hostname = 'mythbox' ;
1682005-11-24 13:13:34.760 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc2' AND hostname IS NULL;
1692005-11-24 13:13:34.760 MSqlQuery: SELECT data FROM settings WHERE value  = 'UserJobDesc3' AND hostname = 'mythbox' ;
1702005-11-24 13:13:34.761 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc3' AND hostname IS NULL;
1712005-11-24 13:13:34.761 MSqlQuery: SELECT data FROM settings WHERE value  = 'UserJobDesc4' AND hostname = 'mythbox' ;
1722005-11-24 13:13:34.762 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc4' AND hostname IS NULL;
1732005-11-24 13:13:34.763 MSqlQuery: SELECT chanid FROM record WHERE recordid = 286;
1742005-11-24 13:13:34.763 MSqlQuery: SELECT station FROM record WHERE recordid = 286;
1752005-11-24 13:13:34.763 MSqlQuery: SELECT title FROM record WHERE recordid = 286;
1762005-11-24 13:13:34.763 MSqlQuery: SELECT subtitle FROM record WHERE recordid = 286;
1772005-11-24 13:13:34.764 MSqlQuery: SELECT description FROM record WHERE recordid = 286;
1782005-11-24 13:13:34.764 MSqlQuery: SELECT starttime FROM record WHERE recordid = 286;
1792005-11-24 13:13:34.764 MSqlQuery: SELECT endtime FROM record WHERE recordid = 286;
1802005-11-24 13:13:34.765 MSqlQuery: SELECT startdate FROM record WHERE recordid = 286;
1812005-11-24 13:13:34.765 MSqlQuery: SELECT enddate FROM record WHERE recordid = 286;
1822005-11-24 13:13:34.765 MSqlQuery: SELECT category FROM record WHERE recordid = 286;
1832005-11-24 13:13:34.766 MSqlQuery: SELECT seriesid FROM record WHERE recordid = 286;
1842005-11-24 13:13:34.766 MSqlQuery: SELECT programid FROM record WHERE recordid = 286;
1852005-11-24 13:13:34.766 MSqlQuery: SELECT findday FROM record WHERE recordid = 286;
1862005-11-24 13:13:34.766 MSqlQuery: SELECT findtime FROM record WHERE recordid = 286;
1872005-11-24 13:13:34.767 MSqlQuery: SELECT findid FROM record WHERE recordid = 286;
1882005-11-24 13:13:34.767 MSqlQuery: SELECT parentid FROM record WHERE recordid = 286;
1892005-11-24 13:13:34.767 MSqlQuery: SELECT search FROM record WHERE recordid = 286;
1902005-11-24 13:13:34.768 MSqlQuery: SELECT type FROM record WHERE recordid = 286;
1912005-11-24 13:13:34.768 MSqlQuery: SELECT recpriority FROM record WHERE recordid = 286;
1922005-11-24 13:13:34.768 MSqlQuery: SELECT startoffset FROM record WHERE recordid = 286;
1932005-11-24 13:13:34.769 MSqlQuery: SELECT endoffset FROM record WHERE recordid = 286;
1942005-11-24 13:13:34.769 MSqlQuery: SELECT dupmethod FROM record WHERE recordid = 286;
1952005-11-24 13:13:34.769 MSqlQuery: SELECT dupin FROM record WHERE recordid = 286;
1962005-11-24 13:13:34.770 MSqlQuery: SELECT inactive FROM record WHERE recordid = 286;
1972005-11-24 13:13:34.770 MSqlQuery: SELECT profile FROM record WHERE recordid = 286;
1982005-11-24 13:13:34.771 MSqlQuery: SELECT DISTINCT recgroup FROM recorded
1992005-11-24 13:13:34.771 MSqlQuery: SELECT DISTINCT recgroup FROM record
2002005-11-24 13:13:34.772 MSqlQuery: SELECT recgroup FROM record WHERE recordid = 286;
2012005-11-24 13:13:34.772 MSqlQuery: SELECT name FROM playgroup WHERE name <> 'Default' ORDER BY name;
2022005-11-24 13:13:34.772 MSqlQuery: SELECT playgroup FROM record WHERE recordid = 286;
2032005-11-24 13:13:34.773 MSqlQuery: SELECT autoexpire FROM record WHERE recordid = 286;
2042005-11-24 13:13:34.773 MSqlQuery: SELECT maxepisodes FROM record WHERE recordid = 286;
2052005-11-24 13:13:34.773 MSqlQuery: SELECT maxnewest FROM record WHERE recordid = 286;
2062005-11-24 13:13:34.774 MSqlQuery: SELECT autocommflag FROM record WHERE recordid = 286;
2072005-11-24 13:13:34.774 MSqlQuery: SELECT autotranscode FROM record WHERE recordid = 286;
2082005-11-24 13:13:34.775 MSqlQuery: SELECT name, id FROM recordingprofiles WHERE profilegroup = 6 ORDER BY id;
2092005-11-24 13:13:34.775 MSqlQuery: SELECT transcoder FROM record WHERE recordid = 286;
2102005-11-24 13:13:34.775 MSqlQuery: SELECT autouserjob1 FROM record WHERE recordid = 286;
2112005-11-24 13:13:34.776 MSqlQuery: SELECT autouserjob2 FROM record WHERE recordid = 286;
2122005-11-24 13:13:34.776 MSqlQuery: SELECT autouserjob3 FROM record WHERE recordid = 286;
2132005-11-24 13:13:34.777 MSqlQuery: SELECT autouserjob4 FROM record WHERE recordid = 286;
2142005-11-24 13:13:34.777 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1002';
2152005-11-24 13:13:34.778 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1002';
2162005-11-24 13:13:34.778 MSqlQuery: LOCK TABLES recorded WRITE
2172005-11-24 13:13:34.779 MSqlQuery: SELECT recordid     FROM recorded     WHERE chanid    = '1002' AND           starttime = '2005-11-24T13:14:00'
2182005-11-24 13:13:34.780 MSqlQuery: INSERT INTO recorded    (chanid,    starttime,   endtime,         title,                subtitle,  description, hostname,        category,             recgroup,  autoexpire,  recordid,        seriesid,             programid, stars,       previouslyshown, originalairdate,      findid,    transcoder,  playgroup,       recpriority,          basename,  progstart,   progend) VALUES  ('1002',   '2005-11-24T13:14:00',     '2005-11-24T14:00:00',           'Down to Earth',               'All Together Now', 'Muddied but unbowed, the Addis family dig in for a third series in glorious Devon. As the family prepares for Marcus and Celeste''s wedding, a series of rows threatens to upset the peace and Celeste is hardly the unflappable bride.',       'mythbox',       'Drama',            'Default', 0,    286,       '170233432',            '',0,      0,         '2005-11-24',         0,   27, 'Default',      0,          '1002_20051124131400.mpg', '2005-11-24T13:00:00',  '2005-11-24T14:00:00')
2192005-11-24 13:13:34.781 MSqlQuery: UNLOCK TABLES
2202005-11-24 13:13:34.782 MSqlQuery: DELETE FROM recordedmarkup WHERE chanid = '1002' AND starttime = '2005-11-24T13:14:00';
2212005-11-24 13:13:34.783 MSqlQuery: REPLACE INTO recordedcredits SELECT * FROM credits WHERE chanid = '1002' AND starttime = '2005-11-24T13:00:00';
2222005-11-24 13:13:34.784 MSqlQuery: REPLACE INTO recordedprogram SELECT * from program WHERE chanid = '1002' AND starttime = '2005-11-24T13:00:00';
2232005-11-24 13:13:34.785 MSqlQuery: REPLACE INTO recordedrating SELECT * from programrating WHERE chanid = '1002' AND starttime = '2005-11-24T13:00:00';
2242005-11-24 13:13:34.785 TVRec(1): StartedRecording(0x8151b70) fn(/mythtv/1002_20051124131400.mpg)
2252005-11-24 13:13:34.785 TVRec(1): ClearFlags(CancelNextRecording,) -> RunMainLoop,
2262005-11-24 13:13:34.785 TVRec(1): Changing from None to RecordingOnly
2272005-11-24 13:13:34.785 TVRec(1): ClearFlags(FrontendReady,CancelNextRecording,) -> RunMainLoop,
2282005-11-24 13:13:34.786 TVRec(1): SetFlags(AskAllowRecording,) -> RunMainLoop,AskAllowRecording,
2292005-11-24 13:13:34.786 TVRec(1): Request: Program(yes) channel() input() flags(Recording,)
2302005-11-24 13:13:34.786 TVRec(1): ClearFlags(PENDINGACTIONS,) -> RunMainLoop,AskAllowRecording,
2312005-11-24 13:13:34.787 MSqlQuery: SELECT channel.channum, cardinput.inputname FROM channel, capturecard, cardinput WHERE channel.chanid     = '1002'            AND       cardinput.cardid   = capturecard.cardid AND       cardinput.sourceid = 1          AND       capturecard.cardid = 1
2322005-11-24 13:13:34.787 DVB#0 Opening DVB channel
2332005-11-24 13:13:34.787 DVB#0 Using DVB card 0, with frontend 'Conexant CX22702 DVB-T'.
2342005-11-24 13:13:34.787 DVB#0 SetChannelByString(2)
2352005-11-24 13:13:34.788 MSqlQuery: SELECT chanid, serviceid, mplexid, atscsrcid FROM channel, cardinput, capturecard WHERE channel.channum='2' AND       cardinput.sourceid = channel.sourceid AND       capturecard.cardid = cardinput.cardid AND       capturecard.cardtype = 'DVB' AND       cardinput.cardid = '1'
2362005-11-24 13:13:34.788 MSqlQuery: SELECT frequency,         inversion,      symbolrate,        fec,               polarity,       dvb_diseqc_type,        diseqc_port,       diseqc_pos,     lnb_lof_switch,        lnb_lof_hi,        lnb_lof_lo,     sistandard,        hp_code_rate,      lp_code_rate,   constellation,        transmission_mode, guard_interval, hierarchy,        modulation,        bandwidth FROM dtv_multiplex, cardinput, capturecard WHERE dtv_multiplex.sourceid = cardinput.sourceid AND mplexid = '4' AND capturecard.cardid = '1'
2372005-11-24 13:13:34.789 DVB#0 Frequency: 226500000 BW: 7MHz HP: 3/4 LP: 1/2C: QAM-64 TM: 8K H: None GI: 1/16
2382005-11-24 13:13:34.789 DVB#0 Old Params: freq(226500000) type(OFDM)
2392005-11-24 13:13:34.789 DVB#0 New Params: freq(226500000) type(OFDM)
2402005-11-24 13:13:34.821 dvbchannel.cpp:wait_for_backend: Status: Signal,
2412005-11-24 13:13:34.821 DVB#0 DVBChannel::Tune: Frequency tuning successful.
2422005-11-24 13:13:34.821 DVB#0 Tuned to frequency for channel 2.
2432005-11-24 13:13:34.821 TVRec(1): Starting Signal Monitor
2442005-11-24 13:13:34.821 TVRec(1): SetupSignalMonitor(1, 0)
2452005-11-24 13:13:34.821 DVB#0 Opening DVB channel
2462005-11-24 13:13:34.840 SM(0)::AddFlags: Seen() Match() Wait(Sig,SNR,BER,UB,)
2472005-11-24 13:13:34.846 DVBSM(0)::constructor(): initial flags 0x7400000
2482005-11-24 13:13:34.846 TVRec(1): Signal monitor successfully created
2492005-11-24 13:13:34.846 TVRec(1): Setting up table monitoring.
2502005-11-24 13:13:34.846 TVRec(1): MPEG program number: 561
2512005-11-24 13:13:34.847 MSqlQuery: SELECT freetoaironly FROM cardinput WHERE cardid='1' AND inputname='DVBInput'
2522005-11-24 13:13:34.847 DTVSM(0)::SetProgramNumber(561):
2532005-11-24 13:13:34.847 SM(0)::RemoveFlags: Seen(PMT,) Match(PMT,) Wait()
2542005-11-24 13:13:34.847 SM(0)::AddFlags: Seen() Match() Wait(PMT,)
2552005-11-24 13:13:34.847 SM(0)::AddFlags: Seen() Match() Wait(PAT,PMT,)
2562005-11-24 13:13:34.847 TVRec(1): Successfully set up MPEG table monitoring.
2572005-11-24 13:13:34.847 SM(0)::Start: begin
2582005-11-24 13:13:34.853 SM(0)::Start: end
2592005-11-24 13:13:34.853 TVRec(1): SetFlags(SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,SignalMonitorRunning,
2602005-11-24 13:13:34.853 TVRec(1): SetFlags(WaitingForSignal,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,SignalMonitorRunning,
2612005-11-24 13:13:34.853 TVRec(1): SetFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,NeedToStartRecorder,SignalMonitorRunning,
2622005-11-24 13:13:34.855 MSqlQuery: REPLACE INTO oldrecorded (chanid,starttime,endtime,title,subtitle,description,category,seriesid,programid,findid,recordid,station,rectype,recstatus,duplicate,reactivate) VALUES('1002','2005-11-24T13:00:00','2005-11-24T14:00:00','Down to Earth','All Together Now','Muddied but unbowed, the Addis family dig in for a third series in glorious Devon. As the family prepares for Marcus and Celeste''s wedding, a series of rows threatens to upset the peace and Celeste is hardly the unflappable bride.','Drama','170233432','',0,286,'ABC TV Melbourne',1,-2,0,0);
2632005-11-24 13:13:34.855 Started recording: Down to Earth "All Together Now": channel 1002 on cardid 1, sourceid 1
2642005-11-24 13:13:35.231 DVBSM(0)::UpdateValues: Signal Locked
2652005-11-24 13:13:35.231 DVBSM(0)::UpdateValues: Waiting for table monitor to start
2662005-11-24 13:13:35.231 DVBSM(0)::AddPIDFilter(0x0):
2672005-11-24 13:13:35.236 DVBSM(0)::UpdateValues: Table monitor started
2682005-11-24 13:13:35.291 DVBSM(0): Will use TS table monitoring
2692005-11-24 13:13:35.291 DVBSM(0)::RemovePIDFilter(0x0):
2702005-11-24 13:13:35.564 DVBSM(0): RunTableMonitorTS(): begin (# of pids 2)
2712005-11-24 13:13:35.564 DVBSM(0)::AddPIDFilter(0x0):
2722005-11-24 13:13:35.565 DVBSM(0)::AddPIDFilter(0x1ffb):
2732005-11-24 13:13:35.676 SM(0)::AddFlags: Seen(PAT,) Match() Wait()
2742005-11-24 13:13:35.676 SM(0)::AddFlags: Seen() Match(PAT,) Wait()
2752005-11-24 13:13:35.677 CreatePATSingleProgram()
2762005-11-24 13:13:35.677 PAT in input stream
2772005-11-24 13:13:35.677 Program Association Table
278 PSIP prefix(0x0) tableID(0x0) length(37) extension(0x231)
279      version(17) current(1) section(0) last_section(0)
280         tsid: 561
281 programCount: 7
282  program number 0 has PID 0x  10   data  0x0 0x0 0x224 0x16
283  program number 560 has PID 0x 102   data  0x2 0x48 0x225 0x2
284  program number 561 has PID 0x 100   data  0x2 0x49 0x225 0x0
285  program number 562 has PID 0x 101   data  0x2 0x50 0x225 0x1
286  program number 563 has PID 0x 103   data  0x2 0x51 0x225 0x3
287  program number 566 has PID 0x 104   data  0x2 0x54 0x225 0x4
288  program number 567 has PID 0x 105   data  0x2 0x55 0x225 0x5
289
2902005-11-24 13:13:35.677 desired_program(561) pid(0x100)
2912005-11-24 13:13:35.677 pmt_pid(0x100)
2922005-11-24 13:13:35.677 PAT for output stream
2932005-11-24 13:13:35.677 Program Association Table
294 PSIP prefix(0x0) tableID(0x0) length(13) extension(0x231)
295      version(17) current(1) section(0) last_section(0)
296         tsid: 561
297 programCount: 1
298  program number 1 has PID 0x 100   data  0x0 0x1 0x225 0x0
299
3002005-11-24 13:13:35.677 DVBSM(0)::AddPIDFilter(0x100):
3012005-11-24 13:13:35.728 Parsed PMT(0x0x8156018) Program Map Table ver(16) pid(0x100) pnum(561)
302     Unknown Descriptor (0x10) length(6)
303
304 Stream #0 pid(0x200) type(video-mpeg2  0x2)
305     Unknown Descriptor (0x2) length(3)
306     Stream Identifier Descriptor (0x52) length(1)
307 Stream #1 pid(0x28a) type(audio-mp2-layer[1,2,3]  0x4)
308     Unknown Descriptor (0x3) length(1)
309     ISO-639 Language Descriptor (0xa) length(4)
310     Stream Identifier Descriptor (0x52) length(1)
311 Stream #2 pid(0x294) type(private-data  0x6)
312     AC-3 Descriptor (0x6a) length(3)
313     ISO-639 Language Descriptor (0xa) length(4)
314     Stream Identifier Descriptor (0x52) length(1)
315 Stream #3 pid(0x240) type(private-data  0x6)
316     Teletext Descriptor (0x56) length(5)
317     Stream Identifier Descriptor (0x52) length(1)
318
3192005-11-24 13:13:35.729 SM(0)::AddFlags: Seen(PMT,) Match() Wait()
3202005-11-24 13:13:35.729 SM(0)::AddFlags: Seen() Match(PMT,) Wait()
3212005-11-24 13:13:35.729 CreatePMTSingleProgram()
3222005-11-24 13:13:35.729 PMT in input stream
3232005-11-24 13:13:35.729 Program Map Table ver(16) pid(0x100) pnum(561)
324     Unknown Descriptor (0x10) length(6)
325
326 Stream #0 pid(0x200) type(video-mpeg2  0x2)
327     Unknown Descriptor (0x2) length(3)
328     Stream Identifier Descriptor (0x52) length(1)
329 Stream #1 pid(0x28a) type(audio-mp2-layer[1,2,3]  0x4)
330     Unknown Descriptor (0x3) length(1)
331     ISO-639 Language Descriptor (0xa) length(4)
332     Stream Identifier Descriptor (0x52) length(1)
333 Stream #2 pid(0x294) type(private-data  0x6)
334     AC-3 Descriptor (0x6a) length(3)
335     ISO-639 Language Descriptor (0xa) length(4)
336     Stream Identifier Descriptor (0x52) length(1)
337 Stream #3 pid(0x240) type(private-data  0x6)
338     Teletext Descriptor (0x56) length(5)
339     Stream Identifier Descriptor (0x52) length(1)
340
3412005-11-24 13:13:35.729 Parsed PMT(0x0x8156018) Program Map Table ver(16) pid(0x100) pnum(561)
342     Unknown Descriptor (0x10) length(6)
343
344 Stream #0 pid(0x200) type(video-mpeg2  0x2)
345     Unknown Descriptor (0x2) length(3)
346     Stream Identifier Descriptor (0x52) length(1)
347 Stream #1 pid(0x28a) type(audio-mp2-layer[1,2,3]  0x4)
348     Unknown Descriptor (0x3) length(1)
349     ISO-639 Language Descriptor (0xa) length(4)
350     Stream Identifier Descriptor (0x52) length(1)
351 Stream #2 pid(0x294) type(private-data  0x6)
352     AC-3 Descriptor (0x6a) length(3)
353     ISO-639 Language Descriptor (0xa) length(4)
354     Stream Identifier Descriptor (0x52) length(1)
355 Stream #3 pid(0x240) type(private-data  0x6)
356     Teletext Descriptor (0x56) length(5)
357     Stream Identifier Descriptor (0x52) length(1)
358
3592005-11-24 13:13:35.730 Parsed PMT(0x0x8156108) Program Map Table ver(0) pid(0x0) pnum(0)
360
361
3622005-11-24 13:13:35.730 PMT for output stream
3632005-11-24 13:13:35.730 Program Map Table ver(16) pid(0x100) pnum(1)
364
365 Stream #0 pid(0x200) type(video-mpeg2  0x2)
366 Stream #1 pid(0x28a) type(audio-mp2-layer[1,2,3]  0x4)
367 Stream #2 pid(0x294) type(private-data  0x6)
368
3692005-11-24 13:13:35.740 TVRec(1): Got good signal
3702005-11-24 13:13:35.740 TVRec(1): MPEG program num(561)
3712005-11-24 13:13:35.740 TVRec(1): TeardownSignalMonitor() -- begin
3722005-11-24 13:13:35.741 DVBSM(0)::Stop: begin
3732005-11-24 13:13:35.741 SM(0)::Stop: begin
3742005-11-24 13:13:35.796 SM(0)::Stop: end
3752005-11-24 13:13:35.840 DVBSM(0): RunTableMonitorTS(): shutdown
3762005-11-24 13:13:35.840 DVBSM(0)::RemovePIDFilter(0x0):
3772005-11-24 13:13:35.840 DVBSM(0)::RemovePIDFilter(0x100):
3782005-11-24 13:13:35.840 DVBSM(0)::RemovePIDFilter(0x1ffb):
3792005-11-24 13:13:36.100 DVBSM(0): RunTableMonitorTS(): end
3802005-11-24 13:13:36.100 DVBSM(0)::Stop: end
3812005-11-24 13:13:36.101 DVBSM(0)::Stop: begin
3822005-11-24 13:13:36.101 SM(0)::Stop: begin
3832005-11-24 13:13:36.101 SM(0)::Stop: end
3842005-11-24 13:13:36.101 DVBSM(0)::Stop: end
3852005-11-24 13:13:36.101 DVBSM(0)::Stop: begin
3862005-11-24 13:13:36.101 SM(0)::Stop: begin
3872005-11-24 13:13:36.101 SM(0)::Stop: end
3882005-11-24 13:13:36.101 DVBSM(0)::Stop: end
3892005-11-24 13:13:36.101 TVRec(1): TeardownSignalMonitor() -- end
3902005-11-24 13:13:36.101 TVRec(1): ClearFlags(WaitingForSignal,SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,NeedToStartRecorder,
3912005-11-24 13:13:36.101 TVRec(1): prog_num(561) vs. dvbc->srv_id(561)
3922005-11-24 13:13:36.101 SIParser: About to do a reset
3932005-11-24 13:13:36.101 SIParser: Closing all PIDs
3942005-11-24 13:13:36.101 SIParser: Using DelAllPids from SIParser which does nothing
3952005-11-24 13:13:36.102 SIParser: Resetting all Table Handlers
3962005-11-24 13:13:36.102 SIParser: SIParser Reset due to channel change
3972005-11-24 13:13:36.102 DVBSM(0)::Stop: begin
3982005-11-24 13:13:36.103 MSqlQuery: SELECT data FROM settings WHERE value  = 'ISO639Language0' AND hostname = 'mythbox' ;
3992005-11-24 13:13:36.103 SM(0)::Stop: begin
4002005-11-24 13:13:36.103 SM(0)::Stop: end
4012005-11-24 13:13:36.103 DVBSM(0)::Stop: end
4022005-11-24 13:13:36.103 SM(0)::Stop: begin
4032005-11-24 13:13:36.103 SM(0)::Stop: end
4042005-11-24 13:13:36.104 MSqlQuery: SELECT data FROM settings WHERE value  = 'ISO639Language1' AND hostname = 'mythbox' ;
4052005-11-24 13:13:36.104 MSqlQuery: SELECT data FROM settings WHERE value  = 'ISO639Language2' AND hostname = 'mythbox' ;
4062005-11-24 13:13:36.105 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language2' AND hostname IS NULL;
4072005-11-24 13:13:36.105 SIParser: Added initial preferred language 'aar' with priority 1
4082005-11-24 13:13:36.105 SIParser: Added initial preferred language 'aar' with priority 2
4092005-11-24 13:13:36.105 DVB#0 DVB SI Table Parser Started
4102005-11-24 13:13:36.105 SIParser: ReinitSIParser(std dvb, service #561)
4112005-11-24 13:13:36.105 FillPMap(str dvb)
4122005-11-24 13:13:36.105 FillPMap(SIS dvb)
4132005-11-24 13:13:36.105 SIParser: Requesting PAT
4142005-11-24 13:13:36.105 SIParser: Adding the Service with ID 561 in the SDT to the request list
4152005-11-24 13:13:36.105 TVRec(1): SetFlags(WaitingForSIParser,SIParserRunning,) -> RunMainLoop,AskAllowRecording,WaitingForSIParser,NeedToStartRecorder,SIParserRunning,
4162005-11-24 13:13:36.106 SIParser: Starting DVB Section Reader thread
4172005-11-24 13:13:36.106 SIParser: Table[0]->RequirePIDs() == true
4182005-11-24 13:13:36.106 SIParser: Adding PID 0x   0 Filter 0x 0 Mask 0xff Buffer 40960
4192005-11-24 13:13:36.108 SIParser: Table[2]->RequirePIDs() == true
4202005-11-24 13:13:36.108 SIParser: Adding PID 0x1ffb Filter 0xff Mask 0x 0 Buffer 40960
4212005-11-24 13:13:36.108 SIParser: Table[3]->RequirePIDs() == true
4222005-11-24 13:13:36.108 SIParser: Adding PID 0x1ffb Filter 0xff Mask 0x 0 Buffer 40960
4232005-11-24 13:13:36.108 SIParser: Table[6]->RequirePIDs() == true
4242005-11-24 13:13:36.108 SIParser: Adding PID 0x  10 Filter 0x40 Mask 0xff Buffer 40960
4252005-11-24 13:13:36.166 SIParser: PAT Version = 2
4262005-11-24 13:13:36.166 SIParser: Tuned to TransportID: 561
4272005-11-24 13:13:36.166 SIParser: NIT Present on this transport on PID 0x10
4282005-11-24 13:13:36.166 SIParser: PMT #560 on PID 0x258
4292005-11-24 13:13:36.166 SIParser: PMT #561 on PID 0x256
4302005-11-24 13:13:36.167 SIParser: PMT #562 on PID 0x257
4312005-11-24 13:13:36.167 SIParser: PMT #563 on PID 0x259
4322005-11-24 13:13:36.167 SIParser: PMT #566 on PID 0x260
4332005-11-24 13:13:36.167 SIParser: PMT #567 on PID 0x261
4342005-11-24 13:13:36.167 SIParser: Services on this Transport: 560 561 562 563 566 567
4352005-11-24 13:13:36.167 SIParser: Table[0]->Complete() == true
4362005-11-24 13:13:36.167 SIParser: Table[1]->RequirePIDs() == true
4372005-11-24 13:13:36.167 SIParser: Adding PID 0x 100 Filter 0x 2 Mask 0xff Buffer 40960
4382005-11-24 13:13:36.274 SIParser: PMT ServiceID: 561 Version = 1
4392005-11-24 13:13:36.275 SIParser: Unused Descriptor:
440   Unknown Descriptor (0x10) length(6)
4412005-11-24 13:13:36.275 SIParser: PID: 512
4422005-11-24 13:13:36.275 SIParser: Unused Descriptor:
443   Unknown Descriptor (0x2) length(3)
4442005-11-24 13:13:36.275 SIParser: Unused Descriptor:
445   Stream Identifier Descriptor (0x52) length(1)
4462005-11-24 13:13:36.275 SIParser: PID: 650
4472005-11-24 13:13:36.275 SIParser: Unused Descriptor:
448   Unknown Descriptor (0x3) length(1)
4492005-11-24 13:13:36.275 SIParser: Unused Descriptor:
450   Stream Identifier Descriptor (0x52) length(1)
4512005-11-24 13:13:36.275 SIParser: PID: 660
4522005-11-24 13:13:36.275 SIParser: AC3 Descriptor
4532005-11-24 13:13:36.275 SIParser: Unused Descriptor:
454   Stream Identifier Descriptor (0x52) length(1)
4552005-11-24 13:13:36.275 SIParser: PID: 576
4562005-11-24 13:13:36.275 SIParser: Teletext Descriptor
4572005-11-24 13:13:36.275 SIParser:   lang: eng, type: 2, mag: 0, page: 1
4582005-11-24 13:13:36.275 SIParser: Unused Descriptor:
459   Stream Identifier Descriptor (0x52) length(1)
4602005-11-24 13:13:36.275 SIParser: Table[1]->EmitRequired() == true
4612005-11-24 13:13:36.275 DVB#0 SetPMT  ServiceID=561, PCRPID=128 (0x80)
4622005-11-24 13:13:36.276 TVRec(1): Got SIParser PMT
4632005-11-24 13:13:36.276 TVRec(1): ClearFlags(WaitingForSIParser,) -> RunMainLoop,AskAllowRecording,NeedToStartRecorder,SIParserRunning,
4642005-11-24 13:13:36.276 TVRec(1): Starting Recorder
4652005-11-24 13:13:36.277 MSqlQuery: SELECT recordingprofiles.id, profilegroups.hostname,        profilegroups.is_default FROM recordingprofiles, profilegroups, capturecard WHERE profilegroups.id       = recordingprofiles.profilegroup AND       capturecard.cardtype   = profilegroups.cardtype         AND       capturecard.cardid     = 1                        AND       recordingprofiles.name = 'Default'
4662005-11-24 13:13:36.277 MSqlQuery: SELECT cardtype FROM profilegroups, recordingprofiles WHERE profilegroups.id     = recordingprofiles.profilegroup AND       recordingprofiles.id = 17
4672005-11-24 13:13:36.278 MSqlQuery: SELECT name FROM recordingprofiles WHERE id = 17;
4682005-11-24 13:13:36.278 MSqlQuery: SELECT value FROM codecparams WHERE profile = 17 AND name = 'transcoderesize';
4692005-11-24 13:13:36.278 MSqlQuery: SELECT value FROM codecparams WHERE profile = 17 AND name = 'autotranscode';
4702005-11-24 13:13:36.278 TVRec(1): Using profile 'Default' to record
4712005-11-24 13:13:36.296 MSqlQuery: SELECT data FROM settings WHERE value  = 'TVFormat' AND hostname = 'mythbox' ;
4722005-11-24 13:13:36.297 MSqlQuery: SELECT data FROM settings WHERE value = 'TVFormat' AND hostname IS NULL;
4732005-11-24 13:13:36.297 RecBase(0): SetRingBuffer(0x815d358) '/mythtv/1002_20051124131400.mpg'
4742005-11-24 13:13:36.297 RecBase(0): SetRecording(0x8151b70) title(Down to Earth)
4752005-11-24 13:13:36.298 MSqlQuery: SELECT channel.videofilters FROM channel, capturecard, cardinput WHERE channel.channum      = '2'           AND       channel.sourceid     = cardinput.sourceid AND       cardinput.inputname  = 'DVBInput'             AND       cardinput.cardid     = capturecard.cardid AND       capturecard.cardid   = 1            AND       capturecard.hostname = 'mythbox'
4762005-11-24 13:13:36.299 DVBRec(0): Card opened successfully (using TS mode).
4772005-11-24 13:13:36.299 DVBRec(0): SetPMTObject()
4782005-11-24 13:13:36.299 DVBRec(0): AutoPID for MPEG Program Number(561), PCR PID(0x80)
4792005-11-24 13:13:36.299 DVBRec(0): AutoPID selecting PID 0x200, MPEG-2 Video
4802005-11-24 13:13:36.299 DVBRec(0): AutoPID selecting PID 0x28a, MPEG-2 Audio (eng
4812005-11-24 13:13:36.300 DVBRec(0): AutoPID selecting PID 0x294, AC3 Audio (eng
4822005-11-24 13:13:36.300 DVBRec(0): AutoPID selecting PID 0x240, Teletext
4832005-11-24 13:13:36.300 DVBRec(0): AutoPID Complete - PAT/PMT Loaded for service
4842005-11-24 13:13:36.300 DVBRec(0): A/V Stream is unencrypted
4852005-11-24 13:13:36.300 DVBRec(0): Resetting Demux Filters
4862005-11-24 13:13:36.300 DVBRec(0): Adding pid 0x200 size(3600384)
4872005-11-24 13:13:36.301 DVBRec(0): Set demux buffer size for pid 0x200 to 3600384,
488                         which gives us a 1500 msec buffer.
4892005-11-24 13:13:36.301 DVBRec(0): Adding pid 0x28a size(94208)
4902005-11-24 13:13:36.301 DVBRec(0): Set demux buffer size for pid 0x28a to 94208,
491                         which gives us a 1500 msec buffer.
4922005-11-24 13:13:36.301 DVBRec(0): Adding pid 0x294 size(94208)
4932005-11-24 13:13:36.301 DVBRec(0): Set demux buffer size for pid 0x294 to 94208,
494                         which gives us a 1500 msec buffer.
4952005-11-24 13:13:36.302 DVBRec(0): Adding pid 0x240 size(94208)
4962005-11-24 13:13:36.302 DVBRec(0): Set demux buffer size for pid 0x240 to 94208,
497                         which gives us a 1500 msec buffer.
4982005-11-24 13:13:36.302 DVBRec(0): Adding pid 0x80 size(94208)
4992005-11-24 13:13:36.302 DVBRec(0): Set demux buffer size for pid 0x80 to 94208,
500                         which gives us a 1500 msec buffer.
5012005-11-24 13:13:36.302 Parsed PMT(0x0x815c118) Program Map Table ver(16) pid(0x20) pnum(1)
502     Unknown Descriptor (0x10) length(6)
503
504 Stream #0 pid(0x200) type(video-mpeg2  0x2)
505     Unknown Descriptor (0x2) length(3)
506     Stream Identifier Descriptor (0x52) length(1)
507 Stream #1 pid(0x28a) type(audio-mp2-layer[1,2,3]  0x4)
508     Unknown Descriptor (0x3) length(1)
509     ISO-639 Language Descriptor (0xa) length(4)
510     Stream Identifier Descriptor (0x52) length(1)
511 Stream #2 pid(0x294) type(audio-ac3  0x129)
512     AC-3 Descriptor (0x6a) length(3)
513     ISO-639 Language Descriptor (0xa) length(4)
514     Stream Identifier Descriptor (0x52) length(1)
515 Stream #3 pid(0x240) type(private-data  0x6)
516     Teletext Descriptor (0x56) length(5)
517     Stream Identifier Descriptor (0x52) length(1)
518
5192005-11-24 13:13:36.308 DVB#0 Data read from DMX - This is for debugging with transform.c
5202005-11-24 13:13:36.308 TVRec(1): SetFlags(RecorderRunning,) -> RunMainLoop,AskAllowRecording,NeedToStartRecorder,SIParserRunning,RecorderRunning,
5212005-11-24 13:13:36.308 TVRec(1): ClearFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,SIParserRunning,RecorderRunning,
5222005-11-24 13:13:36.309 MSqlQuery: UPDATE cardinput SET startchan = '2' WHERE cardid    = 1 AND       inputname = 'DVBInput'
5232005-11-24 13:13:36.477 MSqlQuery: INSERT INTO recordedmarkup (chanid, starttime, mark, type, offset) VALUES ( '1002' , '2005-11-24T13:14:00' , '0' , 9 , '0' );
5242005-11-24 13:13:36.478 MSqlQuery: UPDATE recorded SET filesize = '0' WHERE chanid = '1002' AND starttime = '2005-11-24T13:14:00' ;
5252005-11-24 13:13:36.985 MSqlQuery: SELECT private_type, private_value FROM dtv_privatetypes WHERE networkid = 4112 AND sitype = 'dvb'
5262005-11-24 13:13:36.985 SIParser: Private Type channel_numbers = 131 defined for NetworkID 4112
5272005-11-24 13:13:36.985 SIParser: ChannelNumbers Present using Descriptor 131
5282005-11-24 13:13:36.985 SIParser: Unused Descriptor:
529   Service List Descriptor (0x41) length(18)
5302005-11-24 13:13:36.985 SIParser: Unused Descriptor:
531   Private Data Specifier Descriptor (0x5f) length(4)
5322005-11-24 13:13:36.985 SIParser: Table[6]->Complete() == true
5332005-11-24 13:13:36.985 SIParser: Table[5]->RequirePIDs() == true
5342005-11-24 13:13:36.985 SIParser: Adding PID 0x  11 Filter 0x46 Mask 0xfb Buffer 40960
5352005-11-24 13:13:37.369 SIParser: SDT: NetworkID=4112 TransportID=561
5362005-11-24 13:13:37.369 SIParser: SDT: sid=563 type=1 eit_present=0 eit_requested=0 name=ABC TV
5372005-11-24 13:13:37.369 SIParser: SDT: sid=560 type=1 eit_present=0 eit_requested=0 name=ABC HDTV
5382005-11-24 13:13:37.369 SIParser: SDT: sid=562 type=1 eit_present=0 eit_requested=0 name=ABC2
5392005-11-24 13:13:37.369 SIParser: SDT: sid=561 type=1 eit_present=0 eit_requested=0 name=ABC TV Melbourne
5402005-11-24 13:13:37.369 SIParser: SDT: sid=566 type=2 eit_present=0 eit_requested=0 name=ABC DiG Radio
5412005-11-24 13:13:37.369 SIParser: SDT: sid=567 type=2 eit_present=0 eit_requested=0 name=ABC DiG Jazz
5422005-11-24 13:13:37.369 SIParser: Table[4]->RequirePIDs() == true
5432005-11-24 13:13:37.369 SIParser: Adding PID 0x  12 Filter 0x 0 Mask 0x 0 Buffer 4096000