Ticket #1370: mythbackend.log

File mythbackend.log, 73.3 KB (added by anonymous, 20 years ago)

backend log

Line 
12006-02-23 22:23:39.268 Using runtime prefix = /usr/local
22006-02-23 22:23:39.302 New DB connection, total: 1
32006-02-23 22:23:39.319 Connected to database 'mythconverg' at host: localhost
42006-02-23 22:23:39.323 Enabling Settings Cache.
52006-02-23 22:23:39.324 Clearing Settings Cache.
62006-02-23 22:23:39.325 Disabling Settings Cache.
72006-02-23 22:23:39.326 Clearing Settings Cache.
82006-02-23 22:23:39.328 MSqlQuery: SELECT data FROM settings WHERE value = 'DBSchemaVer' AND hostname = 'nova' ;
92006-02-23 22:23:39.330 MSqlQuery: SELECT data FROM settings WHERE value = 'DBSchemaVer' AND hostname IS NULL;
102006-02-23 22:23:39.332 Current Schema Version: 1127
112006-02-23 22:23:39.334 Enabling Settings Cache.
122006-02-23 22:23:39.335 Clearing Settings Cache.
132006-02-23 22:23:39.336 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendServerPort' AND hostname = 'nova' ;
142006-02-23 22:23:39.339 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendStatusPort' AND hostname = 'nova' ;
152006-02-23 22:23:39.342 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendServerIP' AND hostname = 'nova' ;
162006-02-23 22:23:39.344 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname = 'nova' ;
172006-02-23 22:23:39.345 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname IS NULL;
18Starting up as the master server.
192006-02-23 22:23:39.350 MSqlQuery: SELECT data FROM settings WHERE value = 'LogEnabled' AND hostname = 'nova' ;
202006-02-23 22:23:39.352 MSqlQuery: SELECT data FROM settings WHERE value = 'LogEnabled' AND hostname IS NULL;
212006-02-23 22:23:39.354 MSqlQuery: SELECT data FROM settings WHERE value = 'LogMaxCount' AND hostname = 'nova' ;
222006-02-23 22:23:39.356 MSqlQuery: SELECT data FROM settings WHERE value = 'LogPrintLevel' AND hostname = 'nova' ;
232006-02-23 22:23:39.358 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('mythbackend', 6, now(), 'nova', 'MythBackend started as master server', '' );
242006-02-23 22:23:39.362 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'mythbackend' ORDER BY logdate ASC ;
252006-02-23 22:23:39.364 New DB connection, total: 2
262006-02-23 22:23:39.365 Connected to database 'mythconverg' at host: localhost
272006-02-23 22:23:39.368 MSqlQuery: DELETE FROM mythlog WHERE logid= 21925 ;
282006-02-23 22:23:39.370 MSqlQuery: DELETE FROM inuseprograms WHERE hostname = 'nova' AND ( recusage = 'recorder' OR recusage LIKE 'Unknown %' );
292006-02-23 22:23:39.376 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 = '';
302006-02-23 22:23:39.378 MSqlQuery: UPDATE channel SET callsign=chanid WHERE callsign IS NULL OR callsign='';
312006-02-23 22:23:39.380 MSqlQuery: SELECT MIN(chanid) FROM channel;
322006-02-23 22:23:39.401 MSqlQuery: UPDATE record SET chanid = 1000 WHERE chanid IS NULL;
332006-02-23 22:23:39.408 MSqlQuery: SELECT record.chanid, channel.callsign FROM record LEFT JOIN channel ON record.chanid = channel.chanid WHERE record.station='';
342006-02-23 22:23:39.433 MSqlQuery: SELECT cardid, hostname FROM capturecard WHERE parentid = '0' ORDER BY cardid
352006-02-23 22:23:39.440 MSqlQuery: SELECT videodevice, vbidevice, audiodevice, audioratelimit, defaultinput, cardtype, skipbtaudio, 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
362006-02-23 22:23:39.472 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND capturecard.cardid = 1 AND inputname = 'DVBInput'
372006-02-23 22:23:39.512 DVB#0 Opening DVB channel
382006-02-23 22:23:39.514 DVB#0 Using DVB card 0, with frontend 'Zarlink MT352 DVB-T'.
392006-02-23 22:23:39.516 MSqlQuery: SELECT cardinputid, inputname, startchan, tunechan, externalcommand, sourceid, childcardid FROM cardinput WHERE cardid = 1
402006-02-23 22:23:39.518 ChannelBase(1): Input #1: 'DVBInput' schan(3) sourceid(1) ccid(1)
412006-02-23 22:23:39.520 ChannelBase(1): Current Input #1: 'DVBInput'
422006-02-23 22:23:39.521 DVB#0 SetChannelByString(3)
432006-02-23 22:23:39.523 MSqlQuery: SELECT chanid, serviceid, mplexid, atscsrcid, cardinputid FROM channel, cardinput, capturecard WHERE channel.channum='3' AND cardinput.sourceid = channel.sourceid AND capturecard.cardid = cardinput.cardid AND capturecard.cardtype = 'DVB' AND cardinput.cardid = '1'
442006-02-23 22:23:39.525 New DB connection, total: 3
452006-02-23 22:23:39.526 Connected to database 'mythconverg' at host: localhost
462006-02-23 22:23:39.552 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, cardinputid FROM dtv_multiplex, cardinput, capturecard WHERE dtv_multiplex.sourceid = cardinput.sourceid AND dtv_multiplex.mplexid = 5 AND cardinput.cardid = capturecard.cardid AND cardinput.cardid = 1
472006-02-23 22:23:39.559 DVB#0 Frequency: 585625000 BW: 7MHz HP: Auto LP: NoneC: QAM-64 TM: 8K H: None GI: auto
482006-02-23 22:23:39.560 DVB#0 Old Params: freq(0) type(OFDM)
492006-02-23 22:23:39.561 DVB#0 New Params: freq(585625000) type(OFDM)
502006-02-23 22:23:39.562 dvbchannel.cpp:wait_for_backend: Status:
512006-02-23 22:23:39.581 DVB#0 DVBChannel::Tune: Frequency tuning successful.
522006-02-23 22:23:39.583 DVB#0 Tuned to frequency for channel 3.
532006-02-23 22:23:39.586 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelOrdering' AND hostname = 'nova' ;
542006-02-23 22:23:39.588 MSqlQuery: SELECT channum + 0 FROM channel,capturecard,cardinput WHERE channel.channum = '3' AND channel.sourceid = cardinput.sourceid AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 1 AND capturecard.hostname = 'nova'
552006-02-23 22:23:39.590 MSqlQuery: SELECT channel.channum, channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum + 0 > '3' AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 1 AND capturecard.hostname = 'nova' AND channel.visible = 1 AND cardinput.sourceid = channel.sourceid ORDER BY channel.channum + 0 LIMIT 1
562006-02-23 22:23:39.592 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoTranscodeBeforeAutoCommflag' AND hostname = 'nova' ;
572006-02-23 22:23:39.594 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoTranscodeBeforeAutoCommflag' AND hostname IS NULL;
582006-02-23 22:23:39.597 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoCommflagWhileRecording' AND hostname = 'nova' ;
592006-02-23 22:23:39.599 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoCommflagWhileRecording' AND hostname IS NULL;
602006-02-23 22:23:39.601 MSqlQuery: SELECT data FROM settings WHERE value = 'JobsRunOnRecordHost' AND hostname = 'nova' ;
612006-02-23 22:23:39.603 MSqlQuery: SELECT data FROM settings WHERE value = 'JobsRunOnRecordHost' AND hostname IS NULL;
622006-02-23 22:23:39.605 MSqlQuery: SELECT data FROM settings WHERE value = 'AudioSampleRate' AND hostname = 'nova' ;
632006-02-23 22:23:39.606 MSqlQuery: SELECT data FROM settings WHERE value = 'AudioSampleRate' AND hostname IS NULL;
642006-02-23 22:23:39.609 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordOverTime' AND hostname = 'nova' ;
652006-02-23 22:23:39.611 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordOverTime' AND hostname IS NULL;
662006-02-23 22:23:39.613 MSqlQuery: SELECT data FROM settings WHERE value = 'CategoryOverTime' AND hostname = 'nova' ;
672006-02-23 22:23:39.614 MSqlQuery: SELECT data FROM settings WHERE value = 'CategoryOverTime' AND hostname IS NULL;
682006-02-23 22:23:39.617 MSqlQuery: SELECT data FROM settings WHERE value = 'OverTimeCategory' AND hostname = 'nova' ;
692006-02-23 22:23:39.619 MSqlQuery: SELECT data FROM settings WHERE value = 'OverTimeCategory' AND hostname IS NULL;
702006-02-23 22:23:39.622 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordFilePrefix' AND hostname = 'nova' ;
712006-02-23 22:23:39.625 TVRec(1): SetFlags(RunMainLoop,) -> RunMainLoop,
722006-02-23 22:23:39.627 TVRec(1): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
732006-02-23 22:23:39.629 MSqlQuery: SELECT videodevice, vbidevice, audiodevice, audioratelimit, defaultinput, cardtype, skipbtaudio, 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
742006-02-23 22:23:39.631 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND capturecard.cardid = 2 AND inputname = 'DVBInput'
752006-02-23 22:23:39.666 DVB#1 Opening DVB channel
762006-02-23 22:23:39.668 DVB#1 Using DVB card 1, with frontend 'Zarlink MT352 DVB-T'.
772006-02-23 22:23:39.669 MSqlQuery: SELECT cardinputid, inputname, startchan, tunechan, externalcommand, sourceid, childcardid FROM cardinput WHERE cardid = 2
782006-02-23 22:23:39.671 ChannelBase(2): Input #2: 'DVBInput' schan(9) sourceid(1) ccid(2)
792006-02-23 22:23:39.672 ChannelBase(2): Current Input #2: 'DVBInput'
802006-02-23 22:23:39.673 DVB#1 SetChannelByString(9)
812006-02-23 22:23:39.675 MSqlQuery: SELECT chanid, serviceid, mplexid, atscsrcid, cardinputid FROM channel, cardinput, capturecard WHERE channel.channum='9' AND cardinput.sourceid = channel.sourceid AND capturecard.cardid = cardinput.cardid AND capturecard.cardtype = 'DVB' AND cardinput.cardid = '2'
822006-02-23 22:23:39.677 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, cardinputid FROM dtv_multiplex, cardinput, capturecard WHERE dtv_multiplex.sourceid = cardinput.sourceid AND dtv_multiplex.mplexid = 3 AND cardinput.cardid = capturecard.cardid AND cardinput.cardid = 2
832006-02-23 22:23:39.679 DVB#1 Frequency: 191625000 BW: 7MHz HP: Auto LP: AutoC: QAM-64 TM: 8K H: None GI: auto
842006-02-23 22:23:39.680 DVB#1 Old Params: freq(0) type(OFDM)
852006-02-23 22:23:39.681 DVB#1 New Params: freq(191625000) type(OFDM)
862006-02-23 22:23:39.682 dvbchannel.cpp:wait_for_backend: Status:
872006-02-23 22:23:39.688 DVB#1 DVBChannel::Tune: Frequency tuning successful.
882006-02-23 22:23:39.695 DVB#1 Tuned to frequency for channel 9.
892006-02-23 22:23:39.702 MSqlQuery: SELECT channum + 0 FROM channel,capturecard,cardinput WHERE channel.channum = '9' AND channel.sourceid = cardinput.sourceid AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 2 AND capturecard.hostname = 'nova'
902006-02-23 22:23:39.706 MSqlQuery: SELECT channel.channum, channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum + 0 > '9' AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 2 AND capturecard.hostname = 'nova' AND channel.visible = 1 AND cardinput.sourceid = channel.sourceid ORDER BY channel.channum + 0 LIMIT 1
912006-02-23 22:23:39.710 TVRec(2): SetFlags(RunMainLoop,) -> RunMainLoop,
922006-02-23 22:23:39.711 TVRec(2): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
932006-02-23 22:23:39.713 New DB scheduler connection
942006-02-23 22:23:39.714 Connected to database 'mythconverg' at host: localhost
952006-02-23 22:23:39.716 MSqlQuery: SELECT NULL FROM capturecard;
962006-02-23 22:23:39.750 MSqlQuery: SELECT sourceid,name FROM videosource ORDER BY sourceid;
972006-02-23 22:23:39.757 MSqlQuery: SELECT cardinputid FROM cardinput WHERE sourceid = 1 ORDER BY cardinputid;
982006-02-23 22:23:39.759 MSqlQuery: SELECT cardinputid FROM cardinput WHERE sourceid = 4 ORDER BY cardinputid;
99Video is defined, but isn't attached to a cardinput.
1002006-02-23 22:23:39.772 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueCPU' AND hostname = 'nova' ;
1012006-02-23 22:23:39.772 MSqlQuery: SELECT data FROM settings WHERE value = 'blockSDWUwithoutClient' AND hostname = 'nova' ;
1022006-02-23 22:23:39.794 mythbackend version: 0.19.20060121-2 www.mythtv.org
1032006-02-23 22:23:39.796 Enabled verbose msgs: all
1042006-02-23 22:23:39.798 AutoExpire: Found 2 recorders w/max rate of 277 MiB/min
1052006-02-23 22:23:39.801 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' AND hostname = 'nova' ;
1062006-02-23 22:23:39.802 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' AND hostname IS NULL;
1072006-02-23 22:23:39.804 AutoExpire: Required Free Space: 3.2 GB w/freq: 5 min
1082006-02-23 22:23:39.793 JobQueue: RecoverQueue: Checking for unfinished jobs to recover.
1092006-02-23 22:23:39.794 MSqlQuery: SELECT data FROM settings WHERE value = 'blockSDWUwithoutClient' AND hostname IS NULL;
1102006-02-23 22:23:39.840 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;
1112006-02-23 22:23:39.846 JobQueue: GetJobsInQueue: findJobs search bitmask 4, found 0 total jobs
1122006-02-23 22:23:39.847 MSqlQuery: UPDATE oldrecorded SET recstatus = -4 WHERE recstatus = -2
1132006-02-23 22:23:39.865 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterBackendOverride' AND hostname = 'nova' ;
1142006-02-23 22:23:39.866 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterBackendOverride' AND hostname IS NULL;
1152006-02-23 22:23:39.870 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLslaveBackendsCommand' AND hostname = 'nova' ;
1162006-02-23 22:23:39.872 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLslaveBackendsCommand' AND hostname IS NULL;
1172006-02-23 22:23:41.855 Reschedule requested for id -1.
1182006-02-23 22:23:41.858 MSqlQuery: DELETE FROM recordmatch WHERE recordid = -1 OR -1 = -1;
1192006-02-23 22:23:41.869 MSqlQuery: DELETE FROM program WHERE manualid = -1 OR (manualid <> 0 AND -1 = -1)
1202006-02-23 22:23:41.872 MSqlQuery: SELECT recordid,search,subtitle,description FROM record WHERE search <> 0 AND (recordid = -1 OR -1 = -1)
121Query 0: /record.search = :NRST AND (record.recordid = :NRRECORDID OR :NRRECORDID = -1) AND program.manualid = 0 AND program.title = record.title
1222006-02-23 22:23:41.876 |-- Start DB Query 0...
1232006-02-23 22:23:41.883 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)) ) ) ) ) ) ) ) ))
1242006-02-23 22:23:41.885 |-- -1 results in 0.007171 sec.
1252006-02-23 22:23:41.886 +-- Done.
1262006-02-23 22:23:41.890 MSqlQuery: SELECT data FROM settings WHERE value = 'SchedMoveHigher' AND hostname = 'nova' ;
1272006-02-23 22:23:41.892 MSqlQuery: SELECT data FROM settings WHERE value = 'SchedMoveHigher' AND hostname IS NULL;
1282006-02-23 22:23:41.894 PruneOldRecords...
1292006-02-23 22:23:41.895 AddNewRecords...
1302006-02-23 22:23:41.898 MSqlQuery: SELECT recordid,title,maxepisodes,maxnewest FROM record;
1312006-02-23 22:23:41.901 |-- Start DB Query...
1322006-02-23 22:23:41.955 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 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 recorded.duplicate <> 0 AND program.title = recorded.title AND recorded.recgroup <> 'LiveTV' 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
1332006-02-23 22:23:41.958 |-- 38 results in 0.055898 sec. Processing...
1342006-02-23 22:23:41.962 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelRecordRecPriority' AND hostname = 'nova' ;
1352006-02-23 22:23:41.966 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelRecordRecPriority' AND hostname IS NULL;
1362006-02-23 22:23:41.973 MSqlQuery: SELECT data FROM settings WHERE value = 'TimeslotRecordRecPriority' AND hostname = 'nova' ;
1372006-02-23 22:23:41.977 MSqlQuery: SELECT data FROM settings WHERE value = 'TimeslotRecordRecPriority' AND hostname IS NULL;
1382006-02-23 22:23:41.981 MSqlQuery: SELECT data FROM settings WHERE value = 'FindOneRecordRecPriority' AND hostname = 'nova' ;
1392006-02-23 22:23:41.984 MSqlQuery: SELECT data FROM settings WHERE value = 'FindOneRecordRecPriority' AND hostname IS NULL;
1402006-02-23 22:23:41.990 +-- Cleanup...
1412006-02-23 22:23:41.992 AddNotListed...
1422006-02-23 22:23:41.993 |-- Start DB Query...
1432006-02-23 22:23:41.995 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
1442006-02-23 22:23:41.996 |-- 0 results in 0.002013 sec. Processing...
1452006-02-23 22:23:41.997 Sort by time...
1462006-02-23 22:23:41.999 PruneOverlaps...
1472006-02-23 22:23:42.000 Sort by priority...
1482006-02-23 22:23:42.001 BuildListMaps...
1492006-02-23 22:23:42.002 SchedNewRecords...
1502006-02-23 22:23:42.003 Scheduling:
151 +Numb3rs - "Better or Worse" 10 1017 27 20:30-21:30 1 1 1 w 1 0
152 +Cold Case - "The Promise" 9 1010 27 21:35-22:35 1 1 1 T 1 0
153 +Will &amp; Grace - "Von Trapped" 7 1004 26 17:00-17:30 1 1 1 C 1 0
154 +Law &amp; Order: S.V.U - "Strain" 10 1017 26 20:30-21:30 1 1 1 C 1 0
155 +Law &amp; Order: Criminal Intent - 10 1017 26 21:30-22:30 1 1 1 C 1 0
156 +South Park - "Free Willzyx" 3 1022 27 20:30-21:00 1 2 2 C 2 0
157 +Stand Alone Complex 3 1022 23 22:00-22:30 1 1 1 C 1 0
158 +Midsomer Murders - "A Tale of Two H 9 1010 23 20:30-22:40 1 2 2 C 2 0
1592006-02-23 22:23:42.015 ClearListMaps...
1602006-02-23 22:23:42.016 Sort by time...
1612006-02-23 22:23:42.017 PruneRedundants...
1622006-02-23 22:23:42.019 Sort by time...
163--- print list start ---
164Title - Subtitle Chan ChID Day Start End S C I T N Pri
165Midsomer Murders - "A Tale of Two H 9 1010 23 20:30-22:40 1 2 2 C 2 0
166Stand Alone Complex 3 1022 23 22:00-22:30 1 1 1 C 1 0
167Will &amp; Grace - "Von Trapped" 7 1004 26 17:00-17:30 1 1 1 C 1 0
168Law &amp; Order: S.V.U - "Strain" 10 1017 26 20:30-21:30 1 1 1 C 1 0
169Law &amp; Order: Criminal Intent - 10 1017 26 21:30-22:30 1 1 1 C 1 0
170South Park - "Free Willzyx" 3 1022 27 20:30-21:00 1 2 2 C 2 0
171Numb3rs - "Better or Worse" 10 1017 27 20:30-21:30 1 1 1 w 1 0
172Cold Case - "The Promise" 9 1010 27 21:35-22:35 1 1 1 T 1 0
173--- print list end ---
1742006-02-23 22:23:42.031 Scheduled 8 items in 0.2 = 0.03 match + 0.13 place
1752006-02-23 22:23:42.033 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('scheduler', 6, now(), 'nova', 'Scheduled items', 'Scheduled 8 items in 0.2 = 0.03 match + 0.13 place' );
1762006-02-23 22:23:42.037 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'scheduler' ORDER BY logdate ASC ;
1772006-02-23 22:23:42.039 MSqlQuery: DELETE FROM mythlog WHERE logid= 22565 ;
1782006-02-23 22:23:42.041 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordPreRoll' AND hostname = 'nova' ;
1792006-02-23 22:23:42.044 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordPreRoll' AND hostname IS NULL;
1802006-02-23 22:23:42.047 MSqlQuery: SELECT data FROM settings WHERE value = 'idleTimeoutSecs' AND hostname = 'nova' ;
1812006-02-23 22:23:42.050 MSqlQuery: SELECT data FROM settings WHERE value = 'idleTimeoutSecs' AND hostname IS NULL;
1822006-02-23 22:23:42.053 MSqlQuery: SELECT data FROM settings WHERE value = 'idleWaitForRecordingTime' AND hostname = 'nova' ;
1832006-02-23 22:23:42.056 MSqlQuery: SELECT data FROM settings WHERE value = 'idleWaitForRecordingTime' AND hostname IS NULL;
1842006-02-23 22:23:42.058 Recording starts soon, AUTO-Startup assumed
1852006-02-23 22:23:42.061 MSqlQuery: SELECT data FROM settings WHERE value = 'startupCommand' AND hostname = 'nova' ;
1862006-02-23 22:23:42.064 MSqlQuery: SELECT data FROM settings WHERE value = 'startupCommand' AND hostname IS NULL;
1872006-02-23 22:23:42.067 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireMethod' AND hostname = 'nova' ;
1882006-02-23 22:23:42.069 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireMethod' AND hostname IS NULL;
1892006-02-23 22:23:42.071 TVRec(2): StartRecording(Midsomer Murders)
1902006-02-23 22:23:42.073 TVRec(2): ClearFlags(AskAllowRecording,) -> RunMainLoop,
1912006-02-23 22:23:42.076 MSqlQuery: DELETE FROM inuseprograms WHERE chanid = '1010' AND starttime = '2006-02-23T22:24:00' AND hostname = 'nova' AND recusage = 'recorder' ;
1922006-02-23 22:23:42.079 MSqlQuery: INSERT INTO inuseprograms (chanid, starttime, recusage, hostname, lastupdatetime) VALUES ('1010', '2006-02-23T22:24:00', 'recorder', 'nova', '2006-02-23T22:23:42');
1932006-02-23 22:23:42.082 MSqlQuery: SELECT data FROM settings WHERE value = 'LongChannelFormat' AND hostname = 'nova' ;
1942006-02-23 22:23:42.084 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelFormat' AND hostname = 'nova' ;
1952006-02-23 22:23:42.088 MSqlQuery: SELECT data FROM settings WHERE value = 'TimeFormat' AND hostname = 'nova' ;
1962006-02-23 22:23:42.090 MSqlQuery: SELECT data FROM settings WHERE value = 'DateFormat' AND hostname = 'nova' ;
1972006-02-23 22:23:42.093 MSqlQuery: SELECT data FROM settings WHERE value = 'ShortDateFormat' AND hostname = 'nova' ;
1982006-02-23 22:23:42.100 MSqlQuery: SELECT data FROM settings WHERE value = 'HaveRepeats' AND hostname = 'nova' ;
1992006-02-23 22:23:42.102 MSqlQuery: SELECT data FROM settings WHERE value = 'HaveRepeats' AND hostname IS NULL;
2002006-02-23 22:23:42.107 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc1' AND hostname = 'nova' ;
2012006-02-23 22:23:42.109 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc1' AND hostname IS NULL;
2022006-02-23 22:23:42.112 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc2' AND hostname = 'nova' ;
2032006-02-23 22:23:42.114 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc2' AND hostname IS NULL;
2042006-02-23 22:23:42.117 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc3' AND hostname = 'nova' ;
2052006-02-23 22:23:42.119 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc3' AND hostname IS NULL;
2062006-02-23 22:23:42.122 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc4' AND hostname = 'nova' ;
2072006-02-23 22:23:42.124 MSqlQuery: SELECT data FROM settings WHERE value = 'UserJobDesc4' AND hostname IS NULL;
2082006-02-23 22:23:42.127 MSqlQuery: SELECT chanid FROM record WHERE recordid = 277;
2092006-02-23 22:23:42.134 MSqlQuery: SELECT station FROM record WHERE recordid = 277;
2102006-02-23 22:23:42.137 MSqlQuery: SELECT title FROM record WHERE recordid = 277;
2112006-02-23 22:23:42.139 MSqlQuery: SELECT subtitle FROM record WHERE recordid = 277;
2122006-02-23 22:23:42.141 MSqlQuery: SELECT description FROM record WHERE recordid = 277;
2132006-02-23 22:23:42.143 MSqlQuery: SELECT starttime FROM record WHERE recordid = 277;
2142006-02-23 22:23:42.145 MSqlQuery: SELECT endtime FROM record WHERE recordid = 277;
2152006-02-23 22:23:42.147 MSqlQuery: SELECT startdate FROM record WHERE recordid = 277;
2162006-02-23 22:23:42.149 MSqlQuery: SELECT enddate FROM record WHERE recordid = 277;
2172006-02-23 22:23:42.151 MSqlQuery: SELECT category FROM record WHERE recordid = 277;
2182006-02-23 22:23:42.153 MSqlQuery: SELECT seriesid FROM record WHERE recordid = 277;
2192006-02-23 22:23:42.155 MSqlQuery: SELECT programid FROM record WHERE recordid = 277;
2202006-02-23 22:23:42.157 MSqlQuery: SELECT findday FROM record WHERE recordid = 277;
2212006-02-23 22:23:42.159 MSqlQuery: SELECT findtime FROM record WHERE recordid = 277;
2222006-02-23 22:23:42.161 MSqlQuery: SELECT findid FROM record WHERE recordid = 277;
2232006-02-23 22:23:42.164 MSqlQuery: SELECT parentid FROM record WHERE recordid = 277;
2242006-02-23 22:23:42.166 MSqlQuery: SELECT search FROM record WHERE recordid = 277;
2252006-02-23 22:23:42.169 MSqlQuery: SELECT type FROM record WHERE recordid = 277;
2262006-02-23 22:23:42.172 MSqlQuery: SELECT recpriority FROM record WHERE recordid = 277;
2272006-02-23 22:23:42.175 MSqlQuery: SELECT startoffset FROM record WHERE recordid = 277;
2282006-02-23 22:23:42.178 MSqlQuery: SELECT endoffset FROM record WHERE recordid = 277;
2292006-02-23 22:23:42.181 MSqlQuery: SELECT dupmethod FROM record WHERE recordid = 277;
2302006-02-23 22:23:42.184 MSqlQuery: SELECT dupin FROM record WHERE recordid = 277;
2312006-02-23 22:23:42.188 MSqlQuery: SELECT inactive FROM record WHERE recordid = 277;
2322006-02-23 22:23:42.191 MSqlQuery: SELECT profile FROM record WHERE recordid = 277;
2332006-02-23 22:23:42.194 MSqlQuery: SELECT DISTINCT recgroup FROM recorded
2342006-02-23 22:23:42.197 MSqlQuery: SELECT DISTINCT recgroup FROM record
2352006-02-23 22:23:42.201 MSqlQuery: SELECT recgroup FROM record WHERE recordid = 277;
2362006-02-23 22:23:42.238 MSqlQuery: SELECT name FROM playgroup WHERE name <> 'Default' ORDER BY name;
2372006-02-23 22:23:42.240 MSqlQuery: SELECT playgroup FROM record WHERE recordid = 277;
2382006-02-23 22:23:42.242 MSqlQuery: SELECT autoexpire FROM record WHERE recordid = 277;
2392006-02-23 22:23:42.244 MSqlQuery: SELECT maxepisodes FROM record WHERE recordid = 277;
2402006-02-23 22:23:42.248 MSqlQuery: SELECT maxnewest FROM record WHERE recordid = 277;
2412006-02-23 22:23:42.250 MSqlQuery: SELECT autocommflag FROM record WHERE recordid = 277;
2422006-02-23 22:23:42.252 MSqlQuery: SELECT autotranscode FROM record WHERE recordid = 277;
2432006-02-23 22:23:42.255 MSqlQuery: SELECT name, id FROM recordingprofiles WHERE profilegroup = 6 ORDER BY id;
2442006-02-23 22:23:42.258 MSqlQuery: SELECT transcoder FROM record WHERE recordid = 277;
2452006-02-23 22:23:42.260 MSqlQuery: SELECT autouserjob1 FROM record WHERE recordid = 277;
2462006-02-23 22:23:42.262 MSqlQuery: SELECT autouserjob2 FROM record WHERE recordid = 277;
2472006-02-23 22:23:42.264 MSqlQuery: SELECT autouserjob3 FROM record WHERE recordid = 277;
2482006-02-23 22:23:42.266 MSqlQuery: SELECT autouserjob4 FROM record WHERE recordid = 277;
2492006-02-23 22:23:42.270 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1010';
2502006-02-23 22:23:42.272 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1010';
2512006-02-23 22:23:42.275 MSqlQuery: LOCK TABLES recorded WRITE
2522006-02-23 22:23:42.277 MSqlQuery: SELECT recordid FROM recorded WHERE chanid = '1010' AND starttime = '2006-02-23T22:24:00'
2532006-02-23 22:23:42.281 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, profile, duplicate) VALUES ('1010', '2006-02-23T22:24:00', '2006-02-23T22:40:00', 'Midsomer Murders', 'A Tale of Two Hamlets', '(M)', 'nova', 'Drama', 'Default', 1, 277, '246304915', '',0, 0, '2006-02-23', 0, 0, 'Default', 0, '1010_20060223222400.mpg', '2006-02-23T20:30:00', '2006-02-23T22:40:00', 'Default', 0)
2542006-02-23 22:23:42.283 MSqlQuery: UNLOCK TABLES
2552006-02-23 22:23:42.285 MSqlQuery: DELETE FROM recordedmarkup WHERE chanid = '1010' AND starttime = '2006-02-23T22:24:00';
2562006-02-23 22:23:42.287 MSqlQuery: REPLACE INTO recordedcredits SELECT * FROM credits WHERE chanid = '1010' AND starttime = '2006-02-23T20:30:00';
2572006-02-23 22:23:42.291 MSqlQuery: REPLACE INTO recordedprogram SELECT * from program WHERE chanid = '1010' AND starttime = '2006-02-23T20:30:00';
2582006-02-23 22:23:42.294 MSqlQuery: REPLACE INTO recordedrating SELECT * from programrating WHERE chanid = '1010' AND starttime = '2006-02-23T20:30:00';
2592006-02-23 22:23:42.295 TVRec(2): StartedRecording(0x813df50) fn(/data/visual/tv/1010_20060223222400.mpg)
2602006-02-23 22:23:42.298 TVRec(2): ClearFlags(CancelNextRecording,) -> RunMainLoop,
2612006-02-23 22:23:42.300 TVRec(2): Changing from None to RecordingOnly
2622006-02-23 22:23:42.301 TVRec(2): ClearFlags(FrontendReady,CancelNextRecording,) -> RunMainLoop,
2632006-02-23 22:23:42.303 TVRec(2): SetFlags(AskAllowRecording,) -> RunMainLoop,AskAllowRecording,
2642006-02-23 22:23:42.304 TVRec(2): Request: Program(yes) channel() input() flags(Recording,)
2652006-02-23 22:23:42.307 MSqlQuery: SELECT channel.channum, cardinput.inputname FROM channel, capturecard, cardinput WHERE channel.chanid = '1010' AND cardinput.cardid = capturecard.cardid AND cardinput.sourceid = 1 AND capturecard.cardid = 2
2662006-02-23 22:23:42.309 TVRec(2): HW Tuner: 2->2
2672006-02-23 22:23:42.311 TVRec(2): ClearFlags(PENDINGACTIONS,) -> RunMainLoop,AskAllowRecording,
2682006-02-23 22:23:42.314 MSqlQuery: SELECT channel.channum, cardinput.inputname FROM channel, capturecard, cardinput WHERE channel.chanid = '1010' AND cardinput.cardid = capturecard.cardid AND cardinput.sourceid = 1 AND capturecard.cardid = 2
2692006-02-23 22:23:42.317 DVB#1 Opening DVB channel
2702006-02-23 22:23:42.318 DVB#1 SetChannelByString(9)
2712006-02-23 22:23:42.320 DVB#1 SetChannelByString(9): already on channel
2722006-02-23 22:23:42.322 TVRec(2): Starting Signal Monitor
2732006-02-23 22:23:42.324 TVRec(2): SetupSignalMonitor(1, 0)
2742006-02-23 22:23:42.325 DVB#1 Opening DVB channel
2752006-02-23 22:23:42.347 SM(1)::AddFlags: Seen() Match() Wait(Sig,SNR,BER,UB,)
2762006-02-23 22:23:42.349 DVBSM(1)::constructor(): initial flags 0x7400000
2772006-02-23 22:23:42.350 TVRec(2): Signal monitor successfully created
2782006-02-23 22:23:42.351 TVRec(2): Setting up table monitoring.
2792006-02-23 22:23:42.352 TVRec(2): MPEG program number: 1025
2802006-02-23 22:23:42.354 MSqlQuery: SELECT freetoaironly FROM cardinput WHERE cardid = 2 AND inputname = 'DVBInput'
2812006-02-23 22:23:42.355 DTVSM(1)::SetProgramNumber(1025):
2822006-02-23 22:23:42.357 SM(1)::RemoveFlags: Seen(PMT,) Match(PMT,) Wait()
2832006-02-23 22:23:42.359 SM(1)::AddFlags: Seen() Match() Wait(PMT,)
2842006-02-23 22:23:42.360 SM(1)::AddFlags: Seen() Match() Wait(PAT,PMT,)
2852006-02-23 22:23:42.361 TVRec(2): Successfully set up MPEG table monitoring.
2862006-02-23 22:23:42.362 SM(1)::Start: begin
2872006-02-23 22:23:42.370 SM(1)::Start: end
2882006-02-23 22:23:42.379 TVRec(2): SetFlags(SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,SignalMonitorRunning,
2892006-02-23 22:23:42.387 TVRec(2): ClearFlags(WaitingForSignal,) -> RunMainLoop,AskAllowRecording,SignalMonitorRunning,
2902006-02-23 22:23:42.392 TVRec(2): SetFlags(WaitingForSignal,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,SignalMonitorRunning,
2912006-02-23 22:23:42.393 TVRec(2): ClearFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,SignalMonitorRunning,
2922006-02-23 22:23:42.394 TVRec(2): SetFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,NeedToStartRecorder,SignalMonitorRunning,
2932006-02-23 22:23:42.397 MSqlQuery: REPLACE INTO oldrecorded (chanid,starttime,endtime,title,subtitle,description,category,seriesid,programid,findid,recordid,station,rectype,recstatus,duplicate,reactivate) VALUES('1010','2006-02-23T20:30:00','2006-02-23T22:40:00','Midsomer Murders','A Tale of Two Hamlets','(M)','Drama','246304915','',0,277,'Nine Digital',3,-2,0,0);
2942006-02-23 22:23:42.398 Started recording: Midsomer Murders "A Tale of Two Hamlets": channel 1010 on cardid 2, sourceid 1
2952006-02-23 22:23:42.400 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('scheduler', 5, now(), 'nova', 'Started recording', 'Midsomer Murders "A Tale of Two Hamlets": channel 1010 on cardid 2, sourceid 1' );
2962006-02-23 22:23:42.403 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'scheduler' ORDER BY logdate ASC ;
2972006-02-23 22:23:42.406 MSqlQuery: DELETE FROM mythlog WHERE logid= 22564 ;
2982006-02-23 22:23:42.407 TVRec(1): StartRecording(Stand Alone Complex)
2992006-02-23 22:23:42.391 DVBSM(1)::UpdateValues: Signal Locked
3002006-02-23 22:23:42.409 TVRec(1): ClearFlags(AskAllowRecording,) -> RunMainLoop,
3012006-02-23 22:23:42.417 MSqlQuery: DELETE FROM inuseprograms WHERE chanid = '1022' AND starttime = '2006-02-23T22:24:00' AND hostname = 'nova' AND recusage = 'recorder' ;
3022006-02-23 22:23:42.419 MSqlQuery: INSERT INTO inuseprograms (chanid, starttime, recusage, hostname, lastupdatetime) VALUES ('1022', '2006-02-23T22:24:00', 'recorder', 'nova', '2006-02-23T22:23:42');
3032006-02-23 22:23:42.428 MSqlQuery: SELECT chanid FROM record WHERE recordid = 329;
3042006-02-23 22:23:42.431 MSqlQuery: SELECT station FROM record WHERE recordid = 329;
3052006-02-23 22:23:42.433 MSqlQuery: SELECT title FROM record WHERE recordid = 329;
3062006-02-23 22:23:42.435 MSqlQuery: SELECT subtitle FROM record WHERE recordid = 329;
3072006-02-23 22:23:42.438 MSqlQuery: SELECT description FROM record WHERE recordid = 329;
3082006-02-23 22:23:42.440 MSqlQuery: SELECT starttime FROM record WHERE recordid = 329;
3092006-02-23 22:23:42.442 MSqlQuery: SELECT endtime FROM record WHERE recordid = 329;
3102006-02-23 22:23:42.444 MSqlQuery: SELECT startdate FROM record WHERE recordid = 329;
3112006-02-23 22:23:42.446 MSqlQuery: SELECT enddate FROM record WHERE recordid = 329;
3122006-02-23 22:23:42.448 MSqlQuery: SELECT category FROM record WHERE recordid = 329;
3132006-02-23 22:23:42.450 MSqlQuery: SELECT seriesid FROM record WHERE recordid = 329;
3142006-02-23 22:23:42.452 MSqlQuery: SELECT programid FROM record WHERE recordid = 329;
3152006-02-23 22:23:42.454 MSqlQuery: SELECT findday FROM record WHERE recordid = 329;
3162006-02-23 22:23:42.457 MSqlQuery: SELECT findtime FROM record WHERE recordid = 329;
3172006-02-23 22:23:42.459 MSqlQuery: SELECT findid FROM record WHERE recordid = 329;
3182006-02-23 22:23:42.461 MSqlQuery: SELECT parentid FROM record WHERE recordid = 329;
3192006-02-23 22:23:42.463 MSqlQuery: SELECT search FROM record WHERE recordid = 329;
3202006-02-23 22:23:42.465 MSqlQuery: SELECT type FROM record WHERE recordid = 329;
3212006-02-23 22:23:42.467 MSqlQuery: SELECT recpriority FROM record WHERE recordid = 329;
3222006-02-23 22:23:42.469 MSqlQuery: SELECT startoffset FROM record WHERE recordid = 329;
3232006-02-23 22:23:42.471 MSqlQuery: SELECT endoffset FROM record WHERE recordid = 329;
3242006-02-23 22:23:42.473 MSqlQuery: SELECT dupmethod FROM record WHERE recordid = 329;
3252006-02-23 22:23:42.475 MSqlQuery: SELECT dupin FROM record WHERE recordid = 329;
3262006-02-23 22:23:42.417 DVBSM(1)::UpdateValues: Waiting for table monitor to start
3272006-02-23 22:23:42.479 DVBSM(1)::UpdateValues: Table monitor started
3282006-02-23 22:23:42.477 MSqlQuery: SELECT inactive FROM record WHERE recordid = 329;
3292006-02-23 22:23:42.482 MSqlQuery: SELECT profile FROM record WHERE recordid = 329;
3302006-02-23 22:23:42.485 MSqlQuery: SELECT DISTINCT recgroup FROM recorded
3312006-02-23 22:23:42.488 MSqlQuery: SELECT DISTINCT recgroup FROM record
3322006-02-23 22:23:42.490 MSqlQuery: SELECT recgroup FROM record WHERE recordid = 329;
3332006-02-23 22:23:42.492 MSqlQuery: SELECT name FROM playgroup WHERE name <> 'Default' ORDER BY name;
3342006-02-23 22:23:42.494 MSqlQuery: SELECT playgroup FROM record WHERE recordid = 329;
3352006-02-23 22:23:42.496 MSqlQuery: SELECT autoexpire FROM record WHERE recordid = 329;
3362006-02-23 22:23:42.498 MSqlQuery: SELECT maxepisodes FROM record WHERE recordid = 329;
3372006-02-23 22:23:42.500 MSqlQuery: SELECT maxnewest FROM record WHERE recordid = 329;
3382006-02-23 22:23:42.502 MSqlQuery: SELECT autocommflag FROM record WHERE recordid = 329;
3392006-02-23 22:23:42.504 MSqlQuery: SELECT autotranscode FROM record WHERE recordid = 329;
3402006-02-23 22:23:42.507 MSqlQuery: SELECT name, id FROM recordingprofiles WHERE profilegroup = 6 ORDER BY id;
3412006-02-23 22:23:42.509 MSqlQuery: SELECT transcoder FROM record WHERE recordid = 329;
3422006-02-23 22:23:42.511 MSqlQuery: SELECT autouserjob1 FROM record WHERE recordid = 329;
3432006-02-23 22:23:42.513 MSqlQuery: SELECT autouserjob2 FROM record WHERE recordid = 329;
3442006-02-23 22:23:42.515 MSqlQuery: SELECT autouserjob3 FROM record WHERE recordid = 329;
3452006-02-23 22:23:42.517 MSqlQuery: SELECT autouserjob4 FROM record WHERE recordid = 329;
3462006-02-23 22:23:42.520 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1022';
3472006-02-23 22:23:42.522 MSqlQuery: SELECT channum, callsign, name FROM channel WHERE chanid = '1022';
3482006-02-23 22:23:42.524 MSqlQuery: LOCK TABLES recorded WRITE
3492006-02-23 22:23:42.526 MSqlQuery: SELECT recordid FROM recorded WHERE chanid = '1022' AND starttime = '2006-02-23T22:24:00'
3502006-02-23 22:23:42.529 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, profile, duplicate) VALUES ('1022', '2006-02-23T22:24:00', '2006-02-23T22:30:00', 'Stand Alone Complex', '', 'Cult animation (M)', 'nova', 'Childrens', 'Default', 1, 329, '148534168', '',0, 0, '2006-02-23', 0, 0, 'Default', 0, '1022_20060223222400.mpg', '2006-02-23T22:00:00', '2006-02-23T22:30:00', 'Default', 0)
3512006-02-23 22:23:42.531 MSqlQuery: UNLOCK TABLES
3522006-02-23 22:23:42.533 MSqlQuery: DELETE FROM recordedmarkup WHERE chanid = '1022' AND starttime = '2006-02-23T22:24:00';
3532006-02-23 22:23:42.418 DVBSM(1)::AddPIDFilter(0x0):
3542006-02-23 22:23:42.539 DVBSM(1)::RemovePIDFilter(0x0):
3552006-02-23 22:23:42.535 MSqlQuery: REPLACE INTO recordedcredits SELECT * FROM credits WHERE chanid = '1022' AND starttime = '2006-02-23T22:00:00';
3562006-02-23 22:23:42.542 MSqlQuery: REPLACE INTO recordedprogram SELECT * from program WHERE chanid = '1022' AND starttime = '2006-02-23T22:00:00';
3572006-02-23 22:23:42.544 MSqlQuery: REPLACE INTO recordedrating SELECT * from programrating WHERE chanid = '1022' AND starttime = '2006-02-23T22:00:00';
3582006-02-23 22:23:42.545 TVRec(1): StartedRecording(0x8131068) fn(/data/visual/tv/1022_20060223222400.mpg)
3592006-02-23 22:23:42.548 MSqlQuery: UPDATE recorded SET commflagged = 3 WHERE chanid = '1022' AND starttime = '2006-02-23T22:24:00' ;
3602006-02-23 22:23:42.549 TVRec(1): ClearFlags(CancelNextRecording,) -> RunMainLoop,
3612006-02-23 22:23:42.551 TVRec(1): Changing from None to RecordingOnly
3622006-02-23 22:23:42.552 TVRec(1): ClearFlags(FrontendReady,CancelNextRecording,) -> RunMainLoop,
3632006-02-23 22:23:42.554 TVRec(1): SetFlags(AskAllowRecording,) -> RunMainLoop,AskAllowRecording,
3642006-02-23 22:23:42.555 TVRec(1): Request: Program(yes) channel() input() flags(Recording,)
3652006-02-23 22:23:42.557 MSqlQuery: SELECT channel.channum, cardinput.inputname FROM channel, capturecard, cardinput WHERE channel.chanid = '1022' AND cardinput.cardid = capturecard.cardid AND cardinput.sourceid = 1 AND capturecard.cardid = 1
3662006-02-23 22:23:42.558 TVRec(1): HW Tuner: 1->1
3672006-02-23 22:23:42.559 TVRec(1): ClearFlags(PENDINGACTIONS,) -> RunMainLoop,AskAllowRecording,
3682006-02-23 22:23:42.561 MSqlQuery: SELECT channel.channum, cardinput.inputname FROM channel, capturecard, cardinput WHERE channel.chanid = '1022' AND cardinput.cardid = capturecard.cardid AND cardinput.sourceid = 1 AND capturecard.cardid = 1
3692006-02-23 22:23:42.562 DVB#0 Opening DVB channel
3702006-02-23 22:23:42.563 DVB#0 SetChannelByString(3)
3712006-02-23 22:23:42.564 DVB#0 SetChannelByString(3): already on channel
3722006-02-23 22:23:42.565 TVRec(1): Starting Signal Monitor
3732006-02-23 22:23:42.566 TVRec(1): SetupSignalMonitor(1, 0)
3742006-02-23 22:23:42.567 DVB#0 Opening DVB channel
3752006-02-23 22:23:42.590 SM(0)::AddFlags: Seen() Match() Wait(Sig,SNR,BER,UB,)
3762006-02-23 22:23:42.591 DVBSM(0)::constructor(): initial flags 0x7400000
3772006-02-23 22:23:42.592 TVRec(1): Signal monitor successfully created
3782006-02-23 22:23:42.593 TVRec(1): Setting up table monitoring.
3792006-02-23 22:23:42.594 TVRec(1): MPEG program number: 817
3802006-02-23 22:23:42.596 MSqlQuery: SELECT freetoaironly FROM cardinput WHERE cardid = 1 AND inputname = 'DVBInput'
3812006-02-23 22:23:42.597 DTVSM(0)::SetProgramNumber(817):
3822006-02-23 22:23:42.599 SM(0)::RemoveFlags: Seen(PMT,) Match(PMT,) Wait()
3832006-02-23 22:23:42.600 SM(0)::AddFlags: Seen() Match() Wait(PMT,)
3842006-02-23 22:23:42.601 SM(0)::AddFlags: Seen() Match() Wait(PAT,PMT,)
3852006-02-23 22:23:42.602 TVRec(1): Successfully set up MPEG table monitoring.
3862006-02-23 22:23:42.603 SM(0)::Start: begin
3872006-02-23 22:23:42.821 SM(0)::Start: end
3882006-02-23 22:23:42.834 TVRec(1): SetFlags(SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,SignalMonitorRunning,
3892006-02-23 22:23:42.833 DVBSM(0)::UpdateValues: Signal Locked
3902006-02-23 22:23:42.841 DVBSM(1): RunTableMonitorTS(): begin (# of pids 2)
3912006-02-23 22:23:42.841 TVRec(1): ClearFlags(WaitingForSignal,) -> RunMainLoop,AskAllowRecording,SignalMonitorRunning,
3922006-02-23 22:23:42.850 TVRec(1): SetFlags(WaitingForSignal,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,SignalMonitorRunning,
3932006-02-23 22:23:42.851 TVRec(1): ClearFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,SignalMonitorRunning,
3942006-02-23 22:23:42.852 TVRec(1): SetFlags(NeedToStartRecorder,) -> RunMainLoop,AskAllowRecording,WaitingForSignal,NeedToStartRecorder,SignalMonitorRunning,
3952006-02-23 22:23:42.848 DVBSM(0)::UpdateValues: Waiting for table monitor to start
3962006-02-23 22:23:42.855 DVBSM(0)::UpdateValues: Table monitor started
3972006-02-23 22:23:42.849 DVBSM(1)::AddPIDFilter(0x0):
3982006-02-23 22:23:42.855 MSqlQuery: REPLACE INTO oldrecorded (chanid,starttime,endtime,title,subtitle,description,category,seriesid,programid,findid,recordid,station,rectype,recstatus,duplicate,reactivate) VALUES('1022','2006-02-23T22:00:00','2006-02-23T22:30:00','Stand Alone Complex','','Cult animation (M)','Childrens','148534168','',0,329,'SBS DIGITAL 1',3,-2,0,0);
3992006-02-23 22:23:42.860 Started recording: Stand Alone Complex: channel 1022 on cardid 1, sourceid 1
4002006-02-23 22:23:42.859 DVBSM(1)::AddPIDFilter(0x1ffb):
4012006-02-23 22:23:42.848 DVBSM(0)::AddPIDFilter(0x0):
4022006-02-23 22:23:42.866 DVBSM(0)::RemovePIDFilter(0x0):
4032006-02-23 22:23:42.885 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
4042006-02-23 22:23:42.886 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
4052006-02-23 22:23:42.887 CreatePATSingleProgram()
4062006-02-23 22:23:42.888 PAT in input stream
4072006-02-23 22:23:42.889 Program Association Table
408 PSIP tableID(0x0) length(25) extension(0x400)
409 version(16) current(1) section(0) last_section(0)
410 tsid: 1024
411 programCount: 4
412 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
413 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
414 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
415 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
416
4172006-02-23 22:23:42.890 desired_program(1025) pid(0x101)
4182006-02-23 22:23:42.891 pmt_pid(0x101)
4192006-02-23 22:23:42.893 PAT for output stream
4202006-02-23 22:23:42.895 Program Association Table
421 PSIP tableID(0x0) length(13) extension(0x400)
422 version(8) current(0) section(0) last_section(0)
423 tsid: 1024
424 programCount: 1
425 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
426
4272006-02-23 22:23:42.896 DVBSM(1)::AddPIDFilter(0x101):
4282006-02-23 22:23:42.926 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
4292006-02-23 22:23:42.927 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
4302006-02-23 22:23:42.928 CreatePATSingleProgram()
4312006-02-23 22:23:42.929 PAT in input stream
4322006-02-23 22:23:42.930 Program Association Table
433 PSIP tableID(0x0) length(25) extension(0x400)
434 version(16) current(1) section(0) last_section(0)
435 tsid: 1024
436 programCount: 4
437 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
438 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
439 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
440 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
441
4422006-02-23 22:23:42.931 desired_program(1025) pid(0x101)
4432006-02-23 22:23:42.932 pmt_pid(0x101)
4442006-02-23 22:23:42.933 PAT for output stream
4452006-02-23 22:23:42.934 Program Association Table
446 PSIP tableID(0x0) length(13) extension(0x400)
447 version(8) current(0) section(0) last_section(0)
448 tsid: 1024
449 programCount: 1
450 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
451
4522006-02-23 22:23:42.935 Parsing PMT(0x0xaf400b10) i(0) len(11)
4532006-02-23 22:23:42.936 Parsing PMT(0x0xaf400b10) i(1) len(12)
4542006-02-23 22:23:42.937 Parsing PMT(0x0xaf400b10) i(2) len(14)
4552006-02-23 22:23:42.938 Parsing PMT(0x0xaf400b10) i(3) len(10)
4562006-02-23 22:23:42.939 Parsed PMT(0x0xaf400b10)
457Program Map Table ver(16) pid(0x101) pnum(1025) len(103)
458 System Clock Descriptor (0xb) length(2)
459 Multiplex Buffer Utilization Descriptor (0xc) length(4)
460 Maximum Bitrate Descriptor (0xe) length(3)
461 Smoothing Buffer Descriptor (0x10) length(6)
462
463 Stream #0 pid(0x201) type(video-mpeg2 0x2)
464 Video Descriptor (0x2) length(3)
465 Stream Identifier Descriptor (0x52) length(1)
466 Unknown(6) Descriptor (0x6) length(1)
467 Stream #1 pid(0x294) type(audio-mp2-layer[1,2,3] 0x4)
468 Audio Descriptor (0x3) length(1)
469 ISO-639 Language: code(eng) canonical(eng) eng(English)
470 Stream Identifier Descriptor (0x52) length(1)
471 Stream #2 pid(0x295) type(private-data 0x6)
472 AC-3 Descriptor (0x6a) length(3)
473 ISO-639 Language: code(eng) canonical(eng) eng(English)
474 Stream Identifier Descriptor (0x52) length(1)
475 Stream #3 pid(0x241) type(private-data 0x6)
476 Teletext Descriptor (0x56) length(5)
477 Stream Identifier Descriptor (0x52) length(1)
478
4792006-02-23 22:23:42.941 SM(1)::AddFlags: Seen(PMT,) Match() Wait()
4802006-02-23 22:23:42.942 SM(1)::AddFlags: Seen() Match(PMT,) Wait()
4812006-02-23 22:23:42.943 CreatePMTSingleProgram()
4822006-02-23 22:23:42.944 PMT in input stream
4832006-02-23 22:23:42.945 Program Map Table ver(16) pid(0x101) pnum(1025) len(103)
484 System Clock Descriptor (0xb) length(2)
485 Multiplex Buffer Utilization Descriptor (0xc) length(4)
486 Maximum Bitrate Descriptor (0xe) length(3)
487 Smoothing Buffer Descriptor (0x10) length(6)
488
489 Stream #0 pid(0x201) type(video-mpeg2 0x2)
490 Video Descriptor (0x2) length(3)
491 Stream Identifier Descriptor (0x52) length(1)
492 Unknown(6) Descriptor (0x6) length(1)
493 Stream #1 pid(0x294) type(audio-mp2-layer[1,2,3] 0x4)
494 Audio Descriptor (0x3) length(1)
495 ISO-639 Language: code(eng) canonical(eng) eng(English)
496 Stream Identifier Descriptor (0x52) length(1)
497 Stream #2 pid(0x295) type(private-data 0x6)
498 AC-3 Descriptor (0x6a) length(3)
499 ISO-639 Language: code(eng) canonical(eng) eng(English)
500 Stream Identifier Descriptor (0x52) length(1)
501 Stream #3 pid(0x241) type(private-data 0x6)
502 Teletext Descriptor (0x56) length(5)
503 Stream Identifier Descriptor (0x52) length(1)
504
5052006-02-23 22:23:42.947 Parsing PMT(0x0xaf400b10) i(0) len(11)
5062006-02-23 22:23:42.948 Parsing PMT(0x0xaf400b10) i(1) len(12)
5072006-02-23 22:23:42.949 Parsing PMT(0x0xaf400b10) i(2) len(14)
5082006-02-23 22:23:42.966 TVRec(2): Got good signal
5092006-02-23 22:23:42.988 TVRec(2): MPEG program num(1025)
5102006-02-23 22:23:42.990 TVRec(2): TeardownSignalMonitor() -- begin
5112006-02-23 22:23:42.991 DVBSM(1)::Stop: begin
5122006-02-23 22:23:42.993 SM(1)::Stop: begin
5132006-02-23 22:23:42.987 Parsing PMT(0x0xaf400b10) i(3) len(10)
5142006-02-23 22:23:42.995 Parsed PMT(0x0xaf400b10)
515Program Map Table ver(16) pid(0x101) pnum(1025) len(103)
516 System Clock Descriptor (0xb) length(2)
517 Multiplex Buffer Utilization Descriptor (0xc) length(4)
518 Maximum Bitrate Descriptor (0xe) length(3)
519 Smoothing Buffer Descriptor (0x10) length(6)
520
521 Stream #0 pid(0x201) type(video-mpeg2 0x2)
522 Video Descriptor (0x2) length(3)
523 Stream Identifier Descriptor (0x52) length(1)
524 Unknown(6) Descriptor (0x6) length(1)
525 Stream #1 pid(0x294) type(audio-mp2-layer[1,2,3] 0x4)
526 Audio Descriptor (0x3) length(1)
527 ISO-639 Language: code(eng) canonical(eng) eng(English)
528 Stream Identifier Descriptor (0x52) length(1)
529 Stream #2 pid(0x295) type(private-data 0x6)
530 AC-3 Descriptor (0x6a) length(3)
531 ISO-639 Language: code(eng) canonical(eng) eng(English)
532 Stream Identifier Descriptor (0x52) length(1)
533 Stream #3 pid(0x241) type(private-data 0x6)
534 Teletext Descriptor (0x56) length(5)
535 Stream Identifier Descriptor (0x52) length(1)
536
5372006-02-23 22:23:42.997 Parsed PMT(0x0xaf400e40)
538Program Map Table ver(16) pid(0x0) pnum(0) len(9)
539
540
5412006-02-23 22:23:42.999 PMT for output stream
5422006-02-23 22:23:43.000 Program Map Table ver(8) pid(0x101) pnum(1) len(28)
543
544 Stream #0 pid(0x201) type(video-mpeg2 0x2)
545 Stream #1 pid(0x294) type(audio-mp2-layer[1,2,3] 0x4)
546 Stream #2 pid(0x295) type(private-data 0x6)
547
5482006-02-23 22:23:43.001 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
5492006-02-23 22:23:43.003 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
5502006-02-23 22:23:43.004 CreatePATSingleProgram()
5512006-02-23 22:23:43.005 PAT in input stream
5522006-02-23 22:23:43.006 Program Association Table
553 PSIP tableID(0x0) length(25) extension(0x400)
554 version(16) current(1) section(0) last_section(0)
555 tsid: 1024
556 programCount: 4
557 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
558 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
559 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
560 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
561
5622006-02-23 22:23:43.007 desired_program(1025) pid(0x101)
5632006-02-23 22:23:43.008 pmt_pid(0x101)
5642006-02-23 22:23:43.009 PAT for output stream
5652006-02-23 22:23:43.011 Program Association Table
566 PSIP tableID(0x0) length(13) extension(0x400)
567 version(8) current(0) section(0) last_section(0)
568 tsid: 1024
569 programCount: 1
570 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
571
5722006-02-23 22:23:43.012 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
5732006-02-23 22:23:43.014 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
5742006-02-23 22:23:43.015 CreatePATSingleProgram()
5752006-02-23 22:23:43.016 PAT in input stream
5762006-02-23 22:23:43.017 Program Association Table
577 PSIP tableID(0x0) length(25) extension(0x400)
578 version(16) current(1) section(0) last_section(0)
579 tsid: 1024
580 programCount: 4
581 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
582 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
583 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
584 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
585
5862006-02-23 22:23:43.191 desired_program(1025) pid(0x101)
5872006-02-23 22:23:43.193 pmt_pid(0x101)
5882006-02-23 22:23:43.195 PAT for output stream
5892006-02-23 22:23:43.196 Program Association Table
590 PSIP tableID(0x0) length(13) extension(0x400)
591 version(8) current(0) section(0) last_section(0)
592 tsid: 1024
593 programCount: 1
594 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
595
5962006-02-23 22:23:43.197 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
5972006-02-23 22:23:43.191 SM(1)::Stop: end
5982006-02-23 22:23:43.200 DVBSM(0): RunTableMonitorTS(): begin (# of pids 2)
5992006-02-23 22:23:43.201 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
6002006-02-23 22:23:43.204 CreatePATSingleProgram()
6012006-02-23 22:23:43.205 PAT in input stream
6022006-02-23 22:23:43.206 Program Association Table
603 PSIP tableID(0x0) length(25) extension(0x400)
604 version(16) current(1) section(0) last_section(0)
605 tsid: 1024
606 programCount: 4
607 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
608 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
609 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
610 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
611
6122006-02-23 22:23:43.207 desired_program(1025) pid(0x101)
6132006-02-23 22:23:43.208 pmt_pid(0x101)
6142006-02-23 22:23:43.209 PAT for output stream
6152006-02-23 22:23:43.210 Program Association Table
616 PSIP tableID(0x0) length(13) extension(0x400)
617 version(8) current(0) section(0) last_section(0)
618 tsid: 1024
619 programCount: 1
620 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
621
6222006-02-23 22:23:43.211 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
6232006-02-23 22:23:43.212 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
6242006-02-23 22:23:43.213 CreatePATSingleProgram()
6252006-02-23 22:23:43.214 PAT in input stream
6262006-02-23 22:23:43.215 Program Association Table
627 PSIP tableID(0x0) length(25) extension(0x400)
628 version(16) current(1) section(0) last_section(0)
629 tsid: 1024
630 programCount: 4
631 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
632 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
633 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
634 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
635
6362006-02-23 22:23:43.216 desired_program(1025) pid(0x101)
6372006-02-23 22:23:43.217 pmt_pid(0x101)
6382006-02-23 22:23:43.218 PAT for output stream
6392006-02-23 22:23:43.219 Program Association Table
640 PSIP tableID(0x0) length(13) extension(0x400)
641 version(8) current(0) section(0) last_section(0)
642 tsid: 1024
643 programCount: 1
644 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
645
6462006-02-23 22:23:43.220 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
6472006-02-23 22:23:43.221 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
6482006-02-23 22:23:43.222 CreatePATSingleProgram()
6492006-02-23 22:23:43.223 PAT in input stream
6502006-02-23 22:23:43.225 Program Association Table
651 PSIP tableID(0x0) length(25) extension(0x400)
652 version(16) current(1) section(0) last_section(0)
653 tsid: 1024
654 programCount: 4
655 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
656 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
657 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
658 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
659
6602006-02-23 22:23:43.227 desired_program(1025) pid(0x101)
6612006-02-23 22:23:43.229 pmt_pid(0x101)
6622006-02-23 22:23:43.230 PAT for output stream
6632006-02-23 22:23:43.231 Program Association Table
664 PSIP tableID(0x0) length(13) extension(0x400)
665 version(8) current(0) section(0) last_section(0)
666 tsid: 1024
667 programCount: 1
668 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
669
6702006-02-23 22:23:43.232 SM(1)::AddFlags: Seen(PAT,) Match() Wait()
6712006-02-23 22:23:43.233 SM(1)::AddFlags: Seen() Match(PAT,) Wait()
6722006-02-23 22:23:43.234 CreatePATSingleProgram()
6732006-02-23 22:23:43.235 PAT in input stream
6742006-02-23 22:23:43.236 Program Association Table
675 PSIP tableID(0x0) length(25) extension(0x400)
676 version(16) current(1) section(0) last_section(0)
677 tsid: 1024
678 programCount: 4
679 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
680 program number 1025 has PID 0x 101 data 0x4 0x1 0x225 0x1
681 program number 1030 has PID 0x 100 data 0x4 0x6 0x225 0x0
682 program number 1152 has PID 0x 102 data 0x4 0x128 0x225 0x2
683
6842006-02-23 22:23:43.237 desired_program(1025) pid(0x101)
6852006-02-23 22:23:43.238 pmt_pid(0x101)
6862006-02-23 22:23:43.240 PAT for output stream
6872006-02-23 22:23:43.241 Program Association Table
688 PSIP tableID(0x0) length(13) extension(0x400)
689 version(8) current(0) section(0) last_section(0)
690 tsid: 1024
691 programCount: 1
692 program number 1 has PID 0x 101 data 0x0 0x1 0x225 0x1
693
6942006-02-23 22:23:43.242 DVBSM(1): RunTableMonitorSR(): shutdown
6952006-02-23 22:23:43.243 DVBSM(1)::RemovePIDFilter(0x0):
6962006-02-23 22:23:43.244 DVBSM(1)::RemovePIDFilter(0x101):
6972006-02-23 22:23:43.245 DVBSM(1)::RemovePIDFilter(0x1ffb):
6982006-02-23 22:23:43.203 DVBSM(0)::AddPIDFilter(0x0):
6992006-02-23 22:23:43.249 DVBSM(0)::AddPIDFilter(0x1ffb):
7002006-02-23 22:23:43.299 SM(0)::AddFlags: Seen(PAT,) Match() Wait()
7012006-02-23 22:23:43.300 SM(0)::AddFlags: Seen() Match(PAT,) Wait()
7022006-02-23 22:23:43.301 CreatePATSingleProgram()
7032006-02-23 22:23:43.302 PAT in input stream
7042006-02-23 22:23:43.303 Program Association Table
705 PSIP tableID(0x0) length(37) extension(0x330)
706 version(31) current(1) section(0) last_section(0)
707 tsid: 816
708 programCount: 7
709 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
710 program number 816 has PID 0x 400 data 0x3 0x48 0x228 0x0
711 program number 817 has PID 0x 401 data 0x3 0x49 0x228 0x1
712 program number 818 has PID 0x 402 data 0x3 0x50 0x228 0x2
713 program number 819 has PID 0x 408 data 0x3 0x51 0x228 0x8
714 program number 830 has PID 0x 403 data 0x3 0x62 0x228 0x3
715 program number 831 has PID 0x 404 data 0x3 0x63 0x228 0x4
716
7172006-02-23 22:23:43.304 desired_program(817) pid(0x401)
7182006-02-23 22:23:43.306 pmt_pid(0x401)
7192006-02-23 22:23:43.307 PAT for output stream
7202006-02-23 22:23:43.308 Program Association Table
721 PSIP tableID(0x0) length(13) extension(0x330)
722 version(15) current(0) section(0) last_section(0)
723 tsid: 816
724 programCount: 1
725 program number 1 has PID 0x 401 data 0x0 0x1 0x228 0x1
726
7272006-02-23 22:23:43.309 DVBSM(0)::AddPIDFilter(0x401):
7282006-02-23 22:23:43.328 Parsing PMT(0x0x813ef78) i(0) len(9)
7292006-02-23 22:23:43.330 Parsing PMT(0x0x813ef78) i(1) len(9)
7302006-02-23 22:23:43.331 Parsing PMT(0x0x813ef78) i(2) len(16)
7312006-02-23 22:23:43.332 Parsing PMT(0x0x813ef78) i(3) len(49)
7322006-02-23 22:23:43.333 Parsing PMT(0x0x813ef78) i(4) len(8)
7332006-02-23 22:23:43.334 Parsed PMT(0x0x813ef78)
734Program Map Table ver(26) pid(0x401) pnum(817) len(129)
735
736 Stream #0 pid(0xa1) type(video-mpeg2 0x2)
737 ISO-639 Language: code(eng) canonical(eng) eng(English)
738 Stream Identifier Descriptor (0x52) length(1)
739 Stream #1 pid(0x51) type(audio-mp1-layer[1,2,3] 0x3)
740 ISO-639 Language: code(eng) canonical(eng) eng(English)
741 Stream Identifier Descriptor (0x52) length(1)
742 Stream #2 pid(0x29) type(private-data 0x6)
743 ISO-639 Language: code(eng) canonical(eng) eng(English)
744 Stream Identifier Descriptor (0x52) length(1)
745 Teletext Descriptor (0x56) length(5)
746 Stream #3 pid(0x387) type(dsmcc-b std data 0x11)
747 Stream Identifier Descriptor (0x52) length(1)
748 Unknown(19) Descriptor (0x13) length(25)
749 Unknown(20) Descriptor (0x14) length(13)
750 Data Broadcast Identifier Descriptor (0x66) length(2)
751 Stream #4 pid(0x1f7) type(private-sec 0x5)
752 Stream Identifier Descriptor (0x52) length(1)
753 Application Signalling Descriptor (0x6f) length(3)
754
7552006-02-23 22:23:43.336 SM(0)::AddFlags: Seen(PMT,) Match() Wait()
7562006-02-23 22:23:43.338 SM(0)::AddFlags: Seen() Match(PMT,) Wait()
7572006-02-23 22:23:43.339 CreatePMTSingleProgram()
7582006-02-23 22:23:43.340 PMT in input stream
7592006-02-23 22:23:43.341 Program Map Table ver(26) pid(0x401) pnum(817) len(129)
760
761 Stream #0 pid(0xa1) type(video-mpeg2 0x2)
762 ISO-639 Language: code(eng) canonical(eng) eng(English)
763 Stream Identifier Descriptor (0x52) length(1)
764 Stream #1 pid(0x51) type(audio-mp1-layer[1,2,3] 0x3)
765 ISO-639 Language: code(eng) canonical(eng) eng(English)
766 Stream Identifier Descriptor (0x52) length(1)
767 Stream #2 pid(0x29) type(private-data 0x6)
768 ISO-639 Language: code(eng) canonical(eng) eng(English)
769 Stream Identifier Descriptor (0x52) length(1)
770 Teletext Descriptor (0x56) length(5)
771 Stream #3 pid(0x387) type(dsmcc-b std data 0x11)
772 Stream Identifier Descriptor (0x52) length(1)
773 Unknown(19) Descriptor (0x13) length(25)
774 Unknown(20) Descriptor (0x14) length(13)
775 Data Broadcast Identifier Descriptor (0x66) length(2)
776 Stream #4 pid(0x1f7) type(private-sec 0x5)
777 Stream Identifier Descriptor (0x52) length(1)
778 Application Signalling Descriptor (0x6f) length(3)
779
7802006-02-23 22:23:43.343 Parsing PMT(0x0x813ef78) i(0) len(9)
7812006-02-23 22:23:43.345 Parsing PMT(0x0x813ef78) i(1) len(9)
7822006-02-23 22:23:43.346 Parsing PMT(0x0x813ef78) i(2) len(16)
7832006-02-23 22:23:43.346 TVRec(1): Got good signal
7842006-02-23 22:23:43.348 TVRec(1): MPEG program num(817)
7852006-02-23 22:23:43.349 TVRec(1): TeardownSignalMonitor() -- begin
7862006-02-23 22:23:43.350 DVBSM(0)::Stop: begin
7872006-02-23 22:23:43.351 SM(0)::Stop: begin
7882006-02-23 22:23:43.347 Parsing PMT(0x0x813ef78) i(3) len(49)
7892006-02-23 22:23:43.354 Parsing PMT(0x0x813ef78) i(4) len(8)
7902006-02-23 22:23:43.355 Parsed PMT(0x0x813ef78)
791Program Map Table ver(26) pid(0x401) pnum(817) len(129)
792
793 Stream #0 pid(0xa1) type(video-mpeg2 0x2)
794 ISO-639 Language: code(eng) canonical(eng) eng(English)
795 Stream Identifier Descriptor (0x52) length(1)
796 Stream #1 pid(0x51) type(audio-mp1-layer[1,2,3] 0x3)
797 ISO-639 Language: code(eng) canonical(eng) eng(English)
798 Stream Identifier Descriptor (0x52) length(1)
799 Stream #2 pid(0x29) type(private-data 0x6)
800 ISO-639 Language: code(eng) canonical(eng) eng(English)
801 Stream Identifier Descriptor (0x52) length(1)
802 Teletext Descriptor (0x56) length(5)
803 Stream #3 pid(0x387) type(dsmcc-b std data 0x11)
804 Stream Identifier Descriptor (0x52) length(1)
805 Unknown(19) Descriptor (0x13) length(25)
806 Unknown(20) Descriptor (0x14) length(13)
807 Data Broadcast Identifier Descriptor (0x66) length(2)
808 Stream #4 pid(0x1f7) type(private-sec 0x5)
809 Stream Identifier Descriptor (0x52) length(1)
810 Application Signalling Descriptor (0x6f) length(3)
811
8122006-02-23 22:23:43.357 Parsed PMT(0x0x815d8f0)
813Program Map Table ver(16) pid(0x0) pnum(0) len(9)
814
815
8162006-02-23 22:23:43.359 PMT for output stream
8172006-02-23 22:23:43.360 Program Map Table ver(13) pid(0x401) pnum(1) len(23)
818
819 Stream #0 pid(0xa1) type(video-mpeg2 0x2)
820 Stream #1 pid(0x51) type(audio-mp1-layer[1,2,3] 0x3)
821
8222006-02-23 22:23:43.398 SM(0)::AddFlags: Seen(PAT,) Match() Wait()
8232006-02-23 22:23:43.515 SM(0)::AddFlags: Seen() Match(PAT,) Wait()
8242006-02-23 22:23:43.516 DVBSM(1): RunTableMonitorSR(): end
8252006-02-23 22:23:43.516 SM(0)::Stop: end
8262006-02-23 22:23:43.518 CreatePATSingleProgram()
8272006-02-23 22:23:43.527 PAT in input stream
8282006-02-23 22:23:43.528 Program Association Table
829 PSIP tableID(0x0) length(37) extension(0x330)
830 version(31) current(1) section(0) last_section(0)
831 tsid: 816
832 programCount: 7
833 program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
834 program number 816 has PID 0x 400 data 0x3 0x48 0x228 0x0
835 program number 817 has PID 0x 401 data 0x3 0x49 0x228 0x1
836 program number 818 has PID 0x 402 data 0x3 0x50 0x228 0x2
837 program number 819 has PID 0x 408 data 0x3 0x51 0x228 0x8
838 program number 830 has PID 0x 403 data 0x3 0x62 0x228 0x3
839 program number 831 has PID 0x 404 data 0x3 0x63 0x228 0x4
840
8412006-02-23 22:23:43.524 DVBSM(1)::Stop: end
8422006-02-23 22:23:43.531 DVBSM(1)::Stop: begin
8432006-02-23 22:23:43.532 SM(1)::Stop: begin
8442006-02-23 22:23:43.534 SM(1)::Stop: end
8452006-02-23 22:23:43.535 DVBSM(1)::Stop: end
8462006-02-23 22:23:43.530 desired_program(817) pid(0x401)
8472006-02-23 22:23:43.538 pmt_pid(0x401)
8482006-02-23 22:23:43.537 DVBSM(1)::Stop: begin
8492006-02-23 22:23:43.541 SM(1)::Stop: begin
8502006-02-23 22:23:43.542 SM(1)::Stop: end
8512006-02-23 22:23:43.543 DVBSM(1)::Stop: end
8522006-02-23 22:23:43.545 TVRec(2): TeardownSignalMonitor() -- end
8532006-02-23 22:23:43.546 TVRec(2): ClearFlags(WaitingForSignal,SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,NeedToStartRecorder,
8542006-02-23 22:23:43.547 TVRec(2): prog_num(1025) vs. dvbc->srv_id(1025)
8552006-02-23 22:23:43.540 PAT for output stream
8562006-02-23 22:23:43.550 Program Association Table
857 PSIP tableID(0x0) length(13) extension(0x330)
858 version(15) current(0) section(0) last_section(0)
859 tsid: 816
860 programCount: 1
861 program number 1 has PID 0x 401 data 0x0 0x1 0x228 0x1
862
8632006-02-23 22:23:43.552 DVBSM(0): RunTableMonitorSR(): shutdown
8642006-02-23 22:23:43.553 DVBSM(0)::RemovePIDFilter(0x0):
8652006-02-23 22:23:43.554 DVBSM(0)::RemovePIDFilter(0x401):
8662006-02-23 22:23:43.555 DVBSM(0)::RemovePIDFilter(0x1ffb):
8672006-02-23 22:23:43.549 SIParser: About to do a reset
8682006-02-23 22:23:43.557 SIParser: Descriptor Stats -- begin
8692006-02-23 22:23:43.558 SIParser: Descriptor Stats -- end
8702006-02-23 22:23:43.559 SIParser: Closing all PIDs
8712006-02-23 22:23:43.560 SIParser: DelAllPids does nothing
8722006-02-23 22:23:43.545 DVBSM(1)::Stop: begin
8732006-02-23 22:23:43.563 SM(1)::Stop: begin
8742006-02-23 22:23:43.564 SM(1)::Stop: end
8752006-02-23 22:23:43.565 DVBSM(1)::Stop: end
8762006-02-23 22:23:43.566 SM(1)::Stop: begin
8772006-02-23 22:23:43.567 SM(1)::Stop: end
8782006-02-23 22:23:43.562 SIParser: Resetting all Table Handlers
8792006-02-23 22:23:43.570 SIParser: SIParser Reset due to channel change
8802006-02-23 22:23:43.572 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language0' AND hostname = 'nova' ;
8812006-02-23 22:23:43.574 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language1' AND hostname = 'nova' ;
8822006-02-23 22:23:43.576 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language2' AND hostname = 'nova' ;
8832006-02-23 22:23:43.578 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language2' AND hostname IS NULL;
8842006-02-23 22:23:43.579 SIParser: Added initial preferred language 'aar' with priority 1
8852006-02-23 22:23:43.580 SIParser: Added initial preferred language 'aar' with priority 2
8862006-02-23 22:23:43.581 DVB#1 DVB SI Table Parser Started
8872006-02-23 22:23:43.873 DVBSM(0): RunTableMonitorSR(): end
8882006-02-23 22:23:43.874 SIParser: ReinitSIParser(std dvb, service #1025)
8892006-02-23 22:23:43.883 FillPMap(str dvb)
8902006-02-23 22:23:43.884 FillPMap(SIS dvb)
8912006-02-23 22:23:43.883 DVBSM(0)::Stop: end
8922006-02-23 22:23:43.887 DVBSM(0)::Stop: begin
8932006-02-23 22:23:43.889 SM(0)::Stop: begin
8942006-02-23 22:23:43.890 SM(0)::Stop: end
8952006-02-23 22:23:43.891 DVBSM(0)::Stop: end
8962006-02-23 22:23:43.893 DVBSM(0)::Stop: begin
8972006-02-23 22:23:43.894 SM(0)::Stop: begin
8982006-02-23 22:23:43.874 DVBSIParser: Starting DVB Section Reader thread
8992006-02-23 22:23:43.886 SIParser: Requesting PAT
9002006-02-23 22:23:43.898 SIParser: Adding PMT program number #1025 to the request list
9012006-02-23 22:23:43.896 SM(0)::Stop: end
9022006-02-23 22:23:43.901 DVBSM(0)::Stop: end
9032006-02-23 22:23:43.902 TVRec(1): TeardownSignalMonitor() -- end
9042006-02-23 22:23:43.903 TVRec(1): ClearFlags(WaitingForSignal,SignalMonitorRunning,) -> RunMainLoop,AskAllowRecording,NeedToStartRecorder,
9052006-02-23 22:23:43.902 DVBSM(0)::Stop: begin
9062006-02-23 22:23:43.906 SM(0)::Stop: begin
9072006-02-23 22:23:43.908 SM(0)::Stop: end
9082006-02-23 22:23:43.898 SIParser: Table[0]->RequirePIDs() == true
9092006-02-23 22:23:43.905 TVRec(1): prog_num(817) vs. dvbc->srv_id(817)
9102006-02-23 22:23:43.913 SIParser: About to do a reset
9112006-02-23 22:23:43.912 DVBSIParser: Adding PID 0x 0 Filter 0x 0 Mask 0xff Buffer 40960
9122006-02-23 22:23:43.918 SIParser: Table[2]->RequirePIDs() == true
9132006-02-23 22:23:43.919 DVBSIParser: Adding PID 0x1ffb Filter 0xff Mask 0x 0 Buffer 40960
9142006-02-23 22:23:43.910 DVBSM(0)::Stop: end
9152006-02-23 22:23:43.922 SM(0)::Stop: begin
9162006-02-23 22:23:43.921 SIParser: Table[3]->RequirePIDs() == true
9172006-02-23 22:23:43.926 DVBSIParser: Adding PID 0x1ffb Filter 0xff Mask 0x 0 Buffer 40960
9182006-02-23 22:23:43.927 SIParser: Table[5]->RequirePIDs() == true
9192006-02-23 22:23:43.928 DVBSIParser: Adding PID 0x 10 Filter 0x40 Mask 0xff Buffer 40960
9202006-02-23 22:23:43.924 SM(0)::Stop: end
9212006-02-23 22:23:43.915 SIParser: Descriptor Stats -- begin
9222006-02-23 22:23:43.932 SIParser: Descriptor Stats -- end
9232006-02-23 22:23:43.934 SIParser: Closing all PIDs
9242006-02-23 22:23:43.936 SIParser: DelAllPids does nothing
9252006-02-23 22:23:43.937 SIParser: Resetting all Table Handlers
9262006-02-23 22:23:43.930 TVRec(2): SetFlags(WaitingForSIParser,SIParserRunning,) -> RunMainLoop,AskAllowRecording,WaitingForSIParser,NeedToStartRecorder,SIParserRunning,
9272006-02-23 22:23:43.931 SIParser: PAT Version: 16 Tuned to TransportID: 1024
9282006-02-23 22:23:43.943 SIParser: NIT Present on this transport on PID 0x0
9292006-02-23 22:23:43.945 SIParser: Table[0]->Complete() == true
9302006-02-23 22:23:43.939 SIParser: SIParser Reset due to channel change
9312006-02-23 22:23:43.947 SIParser: Added initial preferred language 'aar' with priority 1
9322006-02-23 22:23:43.946 SIParser: Table[1]->RequirePIDs() == true
9332006-02-23 22:23:43.950 DVBSIParser: Adding PID 0x 101 Filter 0x 2 Mask 0xff Buffer 40960
9342006-02-23 22:23:43.949 SIParser: Added initial preferred language 'aar' with priority 2