Ticket #2093: mythbackend.log

File mythbackend.log, 127.2 KB (added by smalenfant@…, 19 years ago)

The mythbackend -v all debug

Line 
12006-07-24 21:02:25.432 Using runtime prefix = /usr
22006-07-24 21:02:25.483 New DB connection, total: 1
32006-07-24 21:02:25.493 Connected to database 'mythconverg' at host: localhost
42006-07-24 21:02:25.496 Enabling Settings Cache.
52006-07-24 21:02:25.497 Clearing Settings Cache.
62006-07-24 21:02:25.497 Disabling Settings Cache.
72006-07-24 21:02:25.497 Clearing Settings Cache.
82006-07-24 21:02:25.499 MSqlQuery: SELECT data FROM settings WHERE value = 'DBSchemaVer' AND hostname = 'SM_MythTV' ;
92006-07-24 21:02:25.501 MSqlQuery: SELECT data FROM settings WHERE value = 'DBSchemaVer' AND hostname IS NULL;
102006-07-24 21:02:25.502 Current Schema Version: 1154
112006-07-24 21:02:25.502 Enabling Settings Cache.
122006-07-24 21:02:25.502 Clearing Settings Cache.
132006-07-24 21:02:25.504 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendServerPort' AND hostname = 'SM_MythTV' ;
142006-07-24 21:02:25.505 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendStatusPort' AND hostname = 'SM_MythTV' ;
152006-07-24 21:02:25.507 MSqlQuery: SELECT data FROM settings WHERE value = 'BackendServerIP' AND hostname = 'SM_MythTV' ;
162006-07-24 21:02:25.508 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname = 'SM_MythTV' ;
172006-07-24 21:02:25.510 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname IS NULL;
182006-07-24 21:02:25.558 MSqlQuery: SELECT data FROM settings WHERE value = 'LogEnabled' AND hostname = 'SM_MythTV' ;
192006-07-24 21:02:25.559 MSqlQuery: SELECT data FROM settings WHERE value = 'LogEnabled' AND hostname IS NULL;
202006-07-24 21:02:25.560 MSqlQuery: SELECT data FROM settings WHERE value = 'LogMaxCount' AND hostname = 'SM_MythTV' ;
212006-07-24 21:02:25.562 MSqlQuery: SELECT data FROM settings WHERE value = 'LogPrintLevel' AND hostname = 'SM_MythTV' ;
222006-07-24 21:02:25.564 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('mythbackend', 6, now(), 'SM_MythTV', 'MythBackend started as master server', '' );
232006-07-24 21:02:25.566 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'mythbackend' ORDER BY logdate ASC ;
242006-07-24 21:02:25.568 New DB connection, total: 2
252006-07-24 21:02:25.569 Connected to database 'mythconverg' at host: localhost
262006-07-24 21:02:25.570 MSqlQuery: DELETE FROM mythlog WHERE logid= 7518 ;
272006-07-24 21:02:25.571 mythbackend: MythBackend started as master server
282006-07-24 21:02:25.572 MSqlQuery: DELETE FROM inuseprograms WHERE hostname = 'SM_MythTV' AND ( recusage = 'recorder' OR recusage LIKE 'Unknown %' );
292006-07-24 21:02:25.576 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-07-24 21:02:25.577 MSqlQuery: UPDATE channel SET callsign=chanid WHERE callsign IS NULL OR callsign='';
312006-07-24 21:02:25.577 MSqlQuery: SELECT MIN(chanid) FROM channel;
322006-07-24 21:02:25.578 MSqlQuery: UPDATE record SET chanid = 1021 WHERE chanid IS NULL;
332006-07-24 21:02:25.580 MSqlQuery: SELECT record.chanid, channel.callsign FROM record LEFT JOIN channel ON record.chanid = channel.chanid WHERE record.station='';
342006-07-24 21:02:25.581 MSqlQuery: SELECT cardid, hostname FROM capturecard WHERE parentid = '0' ORDER BY cardid
352006-07-24 21:02:25.583 MSqlQuery: SELECT data FROM settings WHERE value = 'EITTimeOffset' AND hostname = 'SM_MythTV' ;
362006-07-24 21:02:25.584 MSqlQuery: SELECT data FROM settings WHERE value = 'EITTimeOffset' AND hostname IS NULL;
372006-07-24 21:02:25.584 EITHelper: localtime offset -4:00:00
382006-07-24 21:02:25.586 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language0' AND hostname = 'SM_MythTV' ;
392006-07-24 21:02:25.587 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language1' AND hostname = 'SM_MythTV' ;
402006-07-24 21:02:25.589 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language2' AND hostname = 'SM_MythTV' ;
412006-07-24 21:02:25.590 MSqlQuery: SELECT data FROM settings WHERE value = 'ISO639Language2' AND hostname IS NULL;
422006-07-24 21:02:25.595 MSqlQuery: SELECT videodevice, vbidevice, audiodevice, audioratelimit, defaultinput, cardtype, skipbtaudio, signal_timeout, channel_timeout, dvb_wait_for_seqstart, dvb_on_demand, dvb_tuning_delay, firewire_port, firewire_node, firewire_speed, firewire_model, firewire_connection, dbox2_port, dbox2_host, dbox2_httpport FROM capturecard WHERE cardid = 1
432006-07-24 21:02:25.685 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND capturecard.cardid = 1 AND inputname = 'DVBInput'
442006-07-24 21:02:25.686 DVBChan(0): Opening DVB channel
452006-07-24 21:02:25.686 DVBChan(0): Using DVB card 0, with frontend 'Broadcom BCM3510 VSB/QAM frontend'.
462006-07-24 21:02:25.772 MSqlQuery: SELECT cardinputid, inputname, startchan, tunechan, externalcommand, sourceid, childcardid FROM cardinput WHERE cardid = 1
472006-07-24 21:02:25.773 New DB connection, total: 3
482006-07-24 21:02:25.774 Connected to database 'mythconverg' at host: localhost
492006-07-24 21:02:25.776 MSqlQuery: SELECT chanid, favid FROM favorites
502006-07-24 21:02:25.777 MSqlQuery: SELECT channum, callsign, chanid, atsc_major_chan, atsc_minor_chan, name, icon FROM channel WHERE sourceid='1'
512006-07-24 21:02:25.779 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelOrdering' AND hostname = 'SM_MythTV' ;
522006-07-24 21:02:25.779 ChannelBase(1): Input #1: 'DVBInput' schan(11_1) sourceid(1) ccid(1)
532006-07-24 21:02:25.780 ChannelBase(1): Current Input #1: 'DVBInput'
542006-07-24 21:02:25.780 DVBChan(0): SetChannelByString(11_1):
552006-07-24 21:02:25.781 MSqlQuery: SELECT channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum = '11_1' AND channel.sourceid = cardinput.sourceid AND cardinput.inputname = 'DVBInput' AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 1 AND capturecard.hostname = 'SM_MythTV'
562006-07-24 21:02:25.783 MSqlQuery: SELECT finetune, freqid, tvformat, freqtable, commfree, mplexid, atsc_major_chan, atsc_minor_chan, serviceid FROM channel, videosource WHERE videosource.sourceid = channel.sourceid AND channum = '11_1' AND channel.sourceid = 1
572006-07-24 21:02:25.785 MSqlQuery: SELECT transportid, networkid, frequency, modulation FROM dtv_multiplex WHERE mplexid = 10
582006-07-24 21:02:25.786 MSqlQuery: SELECT frequency, inversion, symbolrate, fec, polarity, hp_code_rate, lp_code_rate, constellation, transmission_mode, guard_interval, hierarchy, modulation, bandwidth FROM dtv_multiplex WHERE dtv_multiplex.mplexid = 10
592006-07-24 21:02:25.786 DVBChan(0): Frequency: 195000000 Modulation: QPSK
602006-07-24 21:02:25.787 DVBChan(0): Old Params: Frequency: 0 Modulation: QPSK
61 DVBChan(0): New Params: Frequency: 195000000 Modulation: QPSK
622006-07-24 21:02:25.787 DVBChan(0): Tune(): Tuning to 195000000Hz
632006-07-24 21:02:25.787 dvbchannel.cpp:wait_for_backend: Status:
642006-07-24 21:02:25.787 DVBChan(0): Tune(): Frequency tuning successful.
652006-07-24 21:02:25.787 DVBChan(0): SetChannelByString(11_1): Tuned to frequency.
662006-07-24 21:02:25.787 DVBChan(0): Closing DVB channel
672006-07-24 21:02:25.789 MSqlQuery: SELECT data FROM settings WHERE value = 'EITIgnoresSource' AND hostname = 'SM_MythTV' ;
682006-07-24 21:02:25.791 MSqlQuery: SELECT data FROM settings WHERE value = 'EITIgnoresSource' AND hostname IS NULL;
692006-07-24 21:02:25.792 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoTranscodeBeforeAutoCommflag' AND hostname = 'SM_MythTV' ;
702006-07-24 21:02:25.793 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoTranscodeBeforeAutoCommflag' AND hostname IS NULL;
712006-07-24 21:02:25.794 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoCommflagWhileRecording' AND hostname = 'SM_MythTV' ;
722006-07-24 21:02:25.796 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoCommflagWhileRecording' AND hostname IS NULL;
732006-07-24 21:02:25.797 MSqlQuery: SELECT data FROM settings WHERE value = 'JobsRunOnRecordHost' AND hostname = 'SM_MythTV' ;
742006-07-24 21:02:25.798 MSqlQuery: SELECT data FROM settings WHERE value = 'JobsRunOnRecordHost' AND hostname IS NULL;
752006-07-24 21:02:25.800 MSqlQuery: SELECT data FROM settings WHERE value = 'EITTransportTimeout' AND hostname = 'SM_MythTV' ;
762006-07-24 21:02:25.801 MSqlQuery: SELECT data FROM settings WHERE value = 'EITTransportTimeout' AND hostname IS NULL;
772006-07-24 21:02:25.802 MSqlQuery: SELECT data FROM settings WHERE value = 'EITCrawIdleStart' AND hostname = 'SM_MythTV' ;
782006-07-24 21:02:25.803 MSqlQuery: SELECT data FROM settings WHERE value = 'EITCrawIdleStart' AND hostname IS NULL;
792006-07-24 21:02:25.806 MSqlQuery: SELECT data FROM settings WHERE value = 'AudioSampleRate' AND hostname = 'SM_MythTV' ;
802006-07-24 21:02:25.808 MSqlQuery: SELECT data FROM settings WHERE value = 'AudioSampleRate' AND hostname IS NULL;
812006-07-24 21:02:25.809 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordOverTime' AND hostname = 'SM_MythTV' ;
822006-07-24 21:02:25.810 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordOverTime' AND hostname IS NULL;
832006-07-24 21:02:25.812 MSqlQuery: SELECT data FROM settings WHERE value = 'CategoryOverTime' AND hostname = 'SM_MythTV' ;
842006-07-24 21:02:25.813 MSqlQuery: SELECT data FROM settings WHERE value = 'CategoryOverTime' AND hostname IS NULL;
852006-07-24 21:02:25.814 MSqlQuery: SELECT data FROM settings WHERE value = 'OverTimeCategory' AND hostname = 'SM_MythTV' ;
862006-07-24 21:02:25.815 MSqlQuery: SELECT data FROM settings WHERE value = 'OverTimeCategory' AND hostname IS NULL;
872006-07-24 21:02:25.817 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordFilePrefix' AND hostname = 'SM_MythTV' ;
882006-07-24 21:02:25.818 TVRec(1): SetFlags(RunMainLoop,) -> RunMainLoop,
892006-07-24 21:02:25.818 TVRec(1): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
902006-07-24 21:02:25.819 EITHelper: localtime offset -4:00:00
912006-07-24 21:02:25.909 MSqlQuery: SELECT videodevice, vbidevice, audiodevice, audioratelimit, defaultinput, cardtype, skipbtaudio, signal_timeout, channel_timeout, dvb_wait_for_seqstart, dvb_on_demand, dvb_tuning_delay, firewire_port, firewire_node, firewire_speed, firewire_model, firewire_connection, dbox2_port, dbox2_host, dbox2_httpport FROM capturecard WHERE cardid = 2
922006-07-24 21:02:25.910 MSqlQuery: SELECT startchan FROM capturecard, cardinput WHERE capturecard.cardid = cardinput.cardid AND capturecard.cardid = 2 AND inputname = 'DVBInput'
932006-07-24 21:02:25.913 DVBChan(1): Opening DVB channel
942006-07-24 21:02:25.913 DVBChan(1): Using DVB card 1, with frontend 'Broadcom BCM3510 VSB/QAM frontend'.
952006-07-24 21:02:25.915 MSqlQuery: SELECT cardinputid, inputname, startchan, tunechan, externalcommand, sourceid, childcardid FROM cardinput WHERE cardid = 2
962006-07-24 21:02:26.001 MSqlQuery: SELECT chanid, favid FROM favorites
972006-07-24 21:02:26.002 MSqlQuery: SELECT channum, callsign, chanid, atsc_major_chan, atsc_minor_chan, name, icon FROM channel WHERE sourceid='1'
982006-07-24 21:02:26.003 ChannelBase(2): Input #2: 'DVBInput' schan(5-1) sourceid(1) ccid(2)
992006-07-24 21:02:26.003 ChannelBase(2): Current Input #2: 'DVBInput'
1002006-07-24 21:02:26.003 DVBChan(1): SetChannelByString(5-1):
1012006-07-24 21:02:26.005 MSqlQuery: SELECT channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum = '5-1' AND channel.sourceid = cardinput.sourceid AND cardinput.inputname = 'DVBInput' AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = 2 AND capturecard.hostname = 'SM_MythTV'
1022006-07-24 21:02:26.007 MSqlQuery: SELECT finetune, freqid, tvformat, freqtable, commfree, mplexid, atsc_major_chan, atsc_minor_chan, serviceid FROM channel, videosource WHERE videosource.sourceid = channel.sourceid AND channum = '5-1' AND channel.sourceid = 1
1032006-07-24 21:02:26.094 MSqlQuery: SELECT transportid, networkid, frequency, modulation FROM dtv_multiplex WHERE mplexid = 19
1042006-07-24 21:02:26.096 MSqlQuery: SELECT frequency, inversion, symbolrate, fec, polarity, hp_code_rate, lp_code_rate, constellation, transmission_mode, guard_interval, hierarchy, modulation, bandwidth FROM dtv_multiplex WHERE dtv_multiplex.mplexid = 19
1052006-07-24 21:02:26.096 DVBChan(1): Frequency: 551000000 Modulation: QPSK
1062006-07-24 21:02:26.097 DVBChan(1): Old Params: Frequency: 0 Modulation: QPSK
107 DVBChan(1): New Params: Frequency: 551000000 Modulation: QPSK
1082006-07-24 21:02:26.097 DVBChan(1): Tune(): Tuning to 551000000Hz
1092006-07-24 21:02:26.097 dvbchannel.cpp:wait_for_backend: Status:
1102006-07-24 21:02:26.097 DVBChan(1): Tune(): Frequency tuning successful.
1112006-07-24 21:02:26.097 DVBChan(1): SetChannelByString(5-1): Tuned to frequency.
1122006-07-24 21:02:26.097 DVBChan(1): Closing DVB channel
1132006-07-24 21:02:26.099 TVRec(2): SetFlags(RunMainLoop,) -> RunMainLoop,
1142006-07-24 21:02:26.177 TVRec(2): ClearFlags(ExitPlayer,FinishRecording,) -> RunMainLoop,
1152006-07-24 21:02:26.252 New DB scheduler connection
1162006-07-24 21:02:26.253 Connected to database 'mythconverg' at host: localhost
1172006-07-24 21:02:26.254 MSqlQuery: SELECT NULL FROM capturecard;
1182006-07-24 21:02:26.255 MSqlQuery: SELECT sourceid,name FROM videosource ORDER BY sourceid;
1192006-07-24 21:02:26.257 MSqlQuery: SELECT cardinputid FROM cardinput WHERE sourceid = 1 ORDER BY cardinputid;
1202006-07-24 21:02:26.258 MSqlQuery: SELECT cardinputid FROM cardinput WHERE sourceid = 2 ORDER BY cardinputid;
1212006-07-24 21:02:26.331 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueCPU' AND hostname = 'SM_MythTV' ;
1222006-07-24 21:02:26.481 MSqlQuery: SELECT data FROM settings WHERE value = 'blockSDWUwithoutClient' AND hostname = 'SM_MythTV' ;
1232006-07-24 21:02:26.553 MSqlQuery: SELECT data FROM settings WHERE value = 'blockSDWUwithoutClient' AND hostname IS NULL;
1242006-07-24 21:02:26.628 MSqlQuery: UPDATE oldrecorded SET recstatus = -4 WHERE recstatus = -2
1252006-07-24 21:02:26.629 JobQueue: RecoverQueue: Checking for unfinished jobs to recover.
1262006-07-24 21:02:26.703 Main::Starting HttpServer
1272006-07-24 21:02:26.707 MSqlQuery: SELECT data FROM settings WHERE value = 'ThreadCountInitial_HTTP' AND hostname = 'SM_MythTV' ;
1282006-07-24 21:02:26.852 MSqlQuery: SELECT data FROM settings WHERE value = 'ThreadCountInitial_HTTP' AND hostname IS NULL;
1292006-07-24 21:02:26.854 MSqlQuery: SELECT data FROM settings WHERE value = 'ThreadCountMax_HTTP' AND hostname = 'SM_MythTV' ;
1302006-07-24 21:02:26.930 MSqlQuery: SELECT data FROM settings WHERE value = 'ThreadCountMax_HTTP' AND hostname IS NULL;
1312006-07-24 21:02:27.005 MSqlQuery: SELECT data FROM settings WHERE value = 'HTTPKeepAliveTimeoutSecs' AND hostname = 'SM_MythTV' ;
1322006-07-24 21:02:27.007 MSqlQuery: SELECT data FROM settings WHERE value = 'HTTPKeepAliveTimeoutSecs' AND hostname IS NULL;
1332006-07-24 21:02:27.086 Main::Registering HttpStatus Extension
1342006-07-24 21:02:27.162 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordPreRoll' AND hostname = 'SM_MythTV' ;
1352006-07-24 21:02:27.241 MSqlQuery: SELECT data FROM settings WHERE value = 'RecordPreRoll' AND hostname IS NULL;
1362006-07-24 21:02:27.242 UPnp::UPnp:Begin
1372006-07-24 21:02:27.317 UPnp::UPnp:Starting TaskQueue
1382006-07-24 21:02:27.318 UPnp::UPnp:Loading UPnp Description
1392006-07-24 21:02:27.393 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpDescXmlPath' AND hostname = 'SM_MythTV' ;
1402006-07-24 21:02:27.476 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpDescXmlPath' AND hostname IS NULL;
1412006-07-24 21:02:27.563 UPnp::UPnp:Starting SSDP Thread
1422006-07-24 21:02:27.564 UPnp::UPnp:Adding Context Listener
1432006-07-24 21:02:27.640 UPnp::UPnp:End
1442006-07-24 21:02:27.641 Main::Registering UPnpCDSTv Extension
1452006-07-24 21:02:27.641 Main::Registering UPnpCDSMusic Extension
1462006-07-24 21:02:27.716 mythbackend version: 0.19.20060708-1 www.mythtv.org
1472006-07-24 21:02:27.717 Enabled verbose msgs: all
1482006-07-24 21:02:27.718 AutoExpire: Found 2 recorders w/max rate of 277 MiB/min
1492006-07-24 21:02:27.802 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' AND hostname = 'SM_MythTV' ;
1502006-07-24 21:02:27.806 MSqlQuery: SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' AND hostname IS NULL;
1512006-07-24 21:02:27.956 AutoExpire: Required Free Space: 3.2 GB w/freq: 5 min
1522006-07-24 21:02:27.805 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpTTL' AND hostname = 'SM_MythTV' ;
1532006-07-24 21:02:27.805 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;
1542006-07-24 21:02:28.034 JobQueue: GetJobsInQueue: findJobs search bitmask 4, found 1 total jobs
1552006-07-24 21:02:28.035 JobQueue: GetJobsInQueue: Found 'Flag Commercials' Job for 1111 @ 20060724205100 in Queued state.
1562006-07-24 21:02:28.037 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpTTL' AND hostname IS NULL;
1572006-07-24 21:02:28.116 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterBackendOverride' AND hostname = 'SM_MythTV' ;
1582006-07-24 21:02:28.118 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterBackendOverride' AND hostname IS NULL;
1592006-07-24 21:02:28.196 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLslaveBackendsCommand' AND hostname = 'SM_MythTV' ;
1602006-07-24 21:02:28.198 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLslaveBackendsCommand' AND hostname IS NULL;
1612006-07-24 21:02:28.277 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpMaxAge' AND hostname = 'SM_MythTV' ;
1622006-07-24 21:02:28.278 MSqlQuery: SELECT data FROM settings WHERE value = 'upnpMaxAge' AND hostname IS NULL;
1632006-07-24 21:02:28.281 MSqlQuery: SELECT data FROM settings WHERE value = 'upnp:UDN:urn:schemas-upnp-org:device:MediaServer:1' AND hostname = 'SM_MythTV' ;
1642006-07-24 21:02:28.631 Reschedule requested for id -1.
1652006-07-24 21:02:28.633 MSqlQuery: DELETE FROM recordmatch WHERE recordid = -1 OR -1 = -1;
1662006-07-24 21:02:28.657 MSqlQuery: DELETE FROM program WHERE manualid = -1 OR (manualid <> 0 AND -1 = -1)
1672006-07-24 21:02:28.659 MSqlQuery: SELECT recordid,search,subtitle,description FROM record WHERE search <> 0 AND (recordid = -1 OR -1 = -1)
168Query 0: /record.search = :NRST AND (record.recordid = :NRRECORDID OR :NRRECORDID = -1) AND program.manualid = 0 AND program.title = record.title
1692006-07-24 21:02:28.659 |-- Start DB Query 0...
1702006-07-24 21:02:28.664 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)) ) ) ) ) ) ) ) ))
1712006-07-24 21:02:28.664 |-- -1 results in 0.00481 sec.
1722006-07-24 21:02:28.665 +-- Done.
1732006-07-24 21:02:28.665 Encoder card 1 free space 77918208
1742006-07-24 21:02:28.665 Encoder card 2 free space 77918208
1752006-07-24 21:02:28.666 MSqlQuery: SELECT data FROM settings WHERE value = 'SchedMoveHigher' AND hostname = 'SM_MythTV' ;
1762006-07-24 21:02:28.668 MSqlQuery: SELECT data FROM settings WHERE value = 'SchedMoveHigher' AND hostname IS NULL;
1772006-07-24 21:02:28.668 PruneOldRecords...
1782006-07-24 21:02:28.668 AddNewRecords...
1792006-07-24 21:02:28.670 MSqlQuery: SELECT data FROM settings WHERE value = 'ComplexPriority' AND hostname = 'SM_MythTV' ;
1802006-07-24 21:02:28.671 MSqlQuery: SELECT data FROM settings WHERE value = 'ComplexPriority' AND hostname IS NULL;
1812006-07-24 21:02:28.673 MSqlQuery: SELECT data FROM settings WHERE value = 'PrefInputPriority' AND hostname = 'SM_MythTV' ;
1822006-07-24 21:02:28.674 MSqlQuery: SELECT data FROM settings WHERE value = 'PrefInputPriority' AND hostname IS NULL;
1832006-07-24 21:02:28.676 MSqlQuery: SELECT data FROM settings WHERE value = 'OnceRecPriority' AND hostname = 'SM_MythTV' ;
1842006-07-24 21:02:28.677 MSqlQuery: SELECT data FROM settings WHERE value = 'OnceRecPriority' AND hostname IS NULL;
1852006-07-24 21:02:28.678 MSqlQuery: SELECT data FROM settings WHERE value = 'HDTVRecPriority' AND hostname = 'SM_MythTV' ;
1862006-07-24 21:02:28.680 MSqlQuery: SELECT data FROM settings WHERE value = 'HDTVRecPriority' AND hostname IS NULL;
1872006-07-24 21:02:28.681 MSqlQuery: SELECT data FROM settings WHERE value = 'CCRecPriority' AND hostname = 'SM_MythTV' ;
1882006-07-24 21:02:28.683 MSqlQuery: SELECT data FROM settings WHERE value = 'CCRecPriority' AND hostname IS NULL;
1892006-07-24 21:02:28.684 MSqlQuery: SELECT recordid,title,maxepisodes,maxnewest FROM record;
1902006-07-24 21:02:28.686 |-- Start DB Query...
1912006-07-24 21:02:28.733 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.recpriority, record.prefinput, program.hdtv, program.closecaptioned, program.first, program.last, program.stereo 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
1922006-07-24 21:02:28.733 |-- 80 results in 0.047274 sec. Processing...
1932006-07-24 21:02:28.735 MSqlQuery: SELECT data FROM settings WHERE value = 'SingleRecordRecPriority' AND hostname = 'SM_MythTV' ;
1942006-07-24 21:02:28.737 MSqlQuery: SELECT data FROM settings WHERE value = 'SingleRecordRecPriority' AND hostname IS NULL;
1952006-07-24 21:02:28.740 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelRecordRecPriority' AND hostname = 'SM_MythTV' ;
1962006-07-24 21:02:28.741 MSqlQuery: SELECT data FROM settings WHERE value = 'ChannelRecordRecPriority' AND hostname IS NULL;
1972006-07-24 21:02:28.759 +-- Cleanup...
1982006-07-24 21:02:28.759 AddNotListed...
1992006-07-24 21:02:28.759 |-- Start DB Query...
2002006-07-24 21:02:28.761 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
2012006-07-24 21:02:28.761 |-- 0 results in 0.001793 sec. Processing...
2022006-07-24 21:02:28.761 Sort by time...
2032006-07-24 21:02:28.762 PruneOverlaps...
2042006-07-24 21:02:28.762 Sort by priority...
2052006-07-24 21:02:28.762 BuildListMaps...
2062006-07-24 21:02:28.762 SchedNewRecords...
2072006-07-24 21:02:28.762 Scheduling:
208 +So You Think You Can Dance 5-1 1051 26 21:00-22:00 2 2 C 2 1/0
209 +Grey's Anatomy - "Shake Your Groove 2_1 1021 27 21:00-22:00 2 2 C 2 1/0
210 #So You Think You Can Dance 5-1 1051 27 21:00-22:00 2 2 C - 1/0
211 !Grey's Anatomy - "Shake Your Groove 2_1 1021 27 21:00-22:00 2 2 C 2 1/0
212 +Windfall - "Answered Prayers" 11_1 1111 27 22:00-23:00 2 2 C 2 1/0
213 +Living With Fran - "Masquerading Wi 36_1 1361 28 21:30-22:00 2 2 C 2 1/0
214 +60 Minutes 46_1 1461 30 19:00-20:00 2 2 C 2 1/0
215 +Atlanta Roadtrip, a Day Away 30_1 1301 31 20:00-20:30 2 2 C 2 1/0
216 +So You Think You Can Dance 5-1 1051 02 21:00-22:00 2 2 C 2 1/0
217 +So You Think You Can Dance 5-1 1051 03 21:00-22:00 2 2 C 2 1/0
218 +Windfall - "The Myth of More" 11_1 1111 03 22:00-23:00 2 2 C 2 1/0
219 +Kyle XY - "Blame It on the Rain" 2_1 1021 04 21:00-22:00 2 2 C 2 1/0
220 +60 Minutes 46_1 1461 06 19:00-20:00 2 2 C 2 1/0
221 ?So You Think You Can Dance 5-1 1051 27 21:00-22:00 2 2 C - 1/0
222 >So You Think You Can Dance 5-1 1051 27 21:00-22:00 2 2 C - 1/0
223 #So You Think You Can Dance 5-1 1051 27 21:00-22:00 1 1 C - 0/0
224 -So You Think You Can Dance 5-1 1051 27 21:00-22:00 2 2 C L 1/0
225 +So You Think You Can Dance 5-1 1051 27 21:00-22:00 1 1 C 1 0/0
2262006-07-24 21:02:28.767 ClearListMaps...
2272006-07-24 21:02:28.767 Sort by time...
2282006-07-24 21:02:28.767 PruneRedundants...
2292006-07-24 21:02:28.767 Sort by time...
230--- print list start ---
231Title - Subtitle Chan ChID Day Start End C I T N Pri
232How I Met Your Mother - "Cupcake" 46_1 1461 24 21:31-22:00 0 0 C P 1/0
233House - "Skin Deep" 5-1 1051 25 20:00-21:00 0 0 C P 6/0
234George Lopez - "You Dropped a Mom o 2_1 1021 25 20:30-21:00 0 0 C r 1/0
235House - "Sex Kills" 5-1 1051 25 21:00-22:00 0 0 C P 6/0
236So You Think You Can Dance 5-1 1051 26 21:00-22:00 2 2 C 2 1/0
237My Name Is Earl - "Monkeys in Space 11_1 1111 27 20:00-20:30 0 0 C P 1/0
238So You Think You Can Dance 5-1 1051 27 21:00-22:00 1 1 C 1 0/0
239Grey's Anatomy - "Shake Your Groove 2_1 1021 27 21:00-22:00 2 2 C 2 1/0
240Windfall - "Answered Prayers" 11_1 1111 27 22:00-23:00 2 2 C 2 1/0
241Atlanta Roadtrip, a Day Away 30_1 1301 27 23:30-00:00 0 0 C R 1/0
242Living With Fran - "Masquerading Wi 36_1 1361 28 21:30-22:00 2 2 C 2 1/0
243Atlanta Roadtrip, a Day Away 30_1 1301 29 16:00-16:30 0 0 C R 1/0
24460 Minutes 46_1 1461 30 19:00-20:00 2 2 C 2 1/0
245Desperate Housewives - "One More Ki 2_1 1021 30 21:00-22:00 0 0 C P 1/0
246The War at Home - "13 Going On $30, 5-1 1051 30 21:30-22:00 0 0 C P 6/0
247Grey's Anatomy - "Grandma Got Run O 2_1 1021 30 22:00-23:00 0 0 C P 1/0
248Atlanta Roadtrip, a Day Away 30_1 1301 31 20:00-20:30 2 2 C 2 1/0
249How I Met Your Mother - "Life Among 46_1 1461 31 20:30-21:00 0 0 C P 1/0
250How I Met Your Mother - "Nothing Go 46_1 1461 31 21:31-22:00 0 0 C P 1/0
251House - "Clueless" 5-1 1051 01 20:00-21:00 0 0 C P 6/0
252George Lopez - "George's Dog Days o 2_1 1021 01 20:30-21:00 0 0 C P 1/0
253House - "Safe" 5-1 1051 01 21:00-22:00 0 0 C P 6/0
254So You Think You Can Dance 5-1 1051 02 21:00-22:00 2 2 C 2 1/0
255My Name Is Earl - "Barn Burner" 11_1 1111 03 20:00-20:30 0 0 C P 1/0
256So You Think You Can Dance 5-1 1051 03 21:00-22:00 2 2 C 2 1/0
257Grey's Anatomy - "If Tomorrow Never 2_1 1021 03 21:00-22:00 0 0 C P 1/0
258Windfall - "The Myth of More" 11_1 1111 03 22:00-23:00 2 2 C 2 1/0
259Kyle XY - "Blame It on the Rain" 2_1 1021 04 21:00-22:00 2 2 C 2 1/0
26060 Minutes 46_1 1461 06 19:00-20:00 2 2 C 2 1/0
261Desperate Housewives - "Don't Look 2_1 1021 06 21:00-22:00 0 0 C P 1/0
262The War at Home - "Cheers" 5-1 1051 06 21:30-22:00 0 0 C P 6/0
263Grey's Anatomy - "Begin the Begin" 2_1 1021 06 22:00-23:00 0 0 C P 1/0
264--- print list end ---
2652006-07-24 21:02:28.769 Scheduled 32 items in 0.1 = 0.03 match + 0.10 place
2662006-07-24 21:02:28.771 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('scheduler', 6, now(), 'SM_MythTV', 'Scheduled items', 'Scheduled 32 items in 0.1 = 0.03 match + 0.10 place' );
2672006-07-24 21:02:28.774 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'scheduler' ORDER BY logdate ASC ;
2682006-07-24 21:02:28.776 MSqlQuery: DELETE FROM mythlog WHERE logid= 7689 ;
2692006-07-24 21:02:28.776 scheduler: Scheduled items: Scheduled 32 items in 0.1 = 0.03 match + 0.10 place
2702006-07-24 21:02:28.777 MSqlQuery: SELECT data FROM settings WHERE value = 'idleTimeoutSecs' AND hostname = 'SM_MythTV' ;
2712006-07-24 21:02:28.779 MSqlQuery: SELECT data FROM settings WHERE value = 'idleTimeoutSecs' AND hostname IS NULL;
2722006-07-24 21:02:28.780 MSqlQuery: SELECT data FROM settings WHERE value = 'idleWaitForRecordingTime' AND hostname = 'SM_MythTV' ;
2732006-07-24 21:02:28.782 MSqlQuery: SELECT data FROM settings WHERE value = 'idleWaitForRecordingTime' AND hostname IS NULL;
2742006-07-24 21:02:28.782 Seem to be woken up by USER
2752006-07-24 21:02:28.784 MSqlQuery: SELECT data FROM settings WHERE value = 'startupCommand' AND hostname = 'SM_MythTV' ;
2762006-07-24 21:02:28.786 MSqlQuery: SELECT data FROM settings WHERE value = 'startupCommand' AND hostname IS NULL;
2772006-07-24 21:02:35.580 MSqlQuery: INSERT INTO mythlog (module, priority, logdate, host, message, details) values ('mythbackend', 7, now(), 'SM_MythTV', 'Running housekeeping thread', '' );
2782006-07-24 21:02:35.584 MSqlQuery: SELECT logid FROM mythlog WHERE module= 'mythbackend' ORDER BY logdate ASC ;
2792006-07-24 21:02:35.585 MSqlQuery: DELETE FROM mythlog WHERE logid= 7521 ;
2802006-07-24 21:02:35.586 mythbackend: Running housekeeping thread
2812006-07-24 21:02:35.639 MSqlQuery: SELECT data FROM settings WHERE value = 'LogCleanEnabled' AND hostname = 'SM_MythTV' ;
2822006-07-24 21:02:35.641 MSqlQuery: SELECT data FROM settings WHERE value = 'LogCleanPeriod' AND hostname = 'SM_MythTV' ;
2832006-07-24 21:02:35.642 MSqlQuery: SELECT lastrun FROM housekeeping WHERE tag = 'LogClean' ;
2842006-07-24 21:02:35.652 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillEnabled' AND hostname = 'SM_MythTV' ;
2852006-07-24 21:02:35.654 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillEnabled' AND hostname IS NULL;
2862006-07-24 21:02:35.655 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillPeriod' AND hostname = 'SM_MythTV' ;
2872006-07-24 21:02:35.657 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillPeriod' AND hostname IS NULL;
2882006-07-24 21:02:35.658 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillMinHour' AND hostname = 'SM_MythTV' ;
2892006-07-24 21:02:35.660 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillMinHour' AND hostname IS NULL;
2902006-07-24 21:02:35.661 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillMaxHour' AND hostname = 'SM_MythTV' ;
2912006-07-24 21:02:35.672 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillMaxHour' AND hostname IS NULL;
2922006-07-24 21:02:35.673 MSqlQuery: SELECT COUNT(*) FROM videosource WHERE xmltvgrabber IN ( 'datadirect', 'technovera' );
2932006-07-24 21:02:35.675 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillGrabberSuggestsTime' AND hostname = 'SM_MythTV' ;
2942006-07-24 21:02:35.676 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillGrabberSuggestsTime' AND hostname IS NULL;
2952006-07-24 21:02:35.678 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillSuggestedRunTime' AND hostname = 'SM_MythTV' ;
2962006-07-24 21:02:35.679 MSqlQuery: SELECT data FROM settings WHERE value = 'MythFillSuggestedRunTime' AND hostname IS NULL;
2972006-07-24 21:02:35.681 MSqlQuery: SELECT lastrun FROM housekeeping WHERE tag = 'MythFillDB' ;
2982006-07-24 21:02:35.682 MSqlQuery: SELECT lastrun FROM housekeeping WHERE tag = 'JobQueueCleanup' ;
2992006-07-24 21:02:35.684 MSqlQuery: SELECT lastrun FROM housekeeping WHERE tag = 'InUseProgramsCleanup' ;
3002006-07-24 21:02:35.685 MSqlQuery: SELECT lastrun FROM housekeeping WHERE tag = 'JobQueueRecover-SM_MythTV' ;
3012006-07-24 21:02:38.039 JobQueue: ProcessQueue() started
3022006-07-24 21:02:38.041 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueCheckFrequency' AND hostname = 'SM_MythTV' ;
3032006-07-24 21:02:38.129 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueWindowStart' AND hostname = 'SM_MythTV' ;
3042006-07-24 21:02:38.130 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueWindowEnd' AND hostname = 'SM_MythTV' ;
3052006-07-24 21:02:38.132 MSqlQuery: SELECT data FROM settings WHERE value = 'JobQueueMaxSimultaneousJobs' AND hostname = 'SM_MythTV' ;
3062006-07-24 21:02:38.132 JobQueue: Currently set at 1 job(s) max and to run new jobs from 00:00 to 20:00
3072006-07-24 21:02:38.134 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;
3082006-07-24 21:02:38.134 JobQueue: GetJobsInQueue: findJobs search bitmask 4, found 1 total jobs
3092006-07-24 21:02:38.134 JobQueue: GetJobsInQueue: Found 'Flag Commercials' Job for 1111 @ 20060724205100 in Queued state.
3102006-07-24 21:02:38.136 JobQueue: Currently Running 0 jobs. Jobs in Queue, but we are outside of the Job Queue time window, no new jobs can be started, next window starts at 00:00.
3112006-07-24 21:02:38.136 JobQueue: Skipping 'Flag Commercials' job for chanid 1111 @ 20060724205100, Current time is outside of the Job Queue processing window.
3122006-07-24 21:02:46.632 MSqlQuery: SELECT chanid, starttime, lastupdatetime, recusage, hostname FROM inuseprograms;
3132006-07-24 21:02:46.632 AutoExpire: Adding Programs to 'Do Not Expire' List
3142006-07-24 21:02:46.632 1111 @ Thu Jun 15 22:00:00 2006 in use by Preview on SM_MythTV
3152006-07-24 21:02:46.633 AutoExpire: ExpireLiveTV(10000)
3162006-07-24 21:02:46.635 MSqlQuery: SELECT recorded.chanid, starttime, endtime, title, subtitle, description, hostname, channum, name, callsign, seriesid, programid, recorded.recpriority, progstart, progend, filesize, recgroup FROM recorded LEFT JOIN channel ON recorded.chanid = channel.chanid WHERE recgroup = 'LiveTV' AND endtime < DATE_ADD(starttime, INTERVAL '2' MINUTE) AND endtime <= DATE_ADD(NOW(), INTERVAL '-1' MINUTE) AND hostname = 'SM_MythTV' AND deletepending = 0 ORDER BY autoexpire DESC, starttime ASC
3172006-07-24 21:02:46.645 AutoExpire: SendDeleteMessages. Nothing to expire.
3182006-07-24 21:02:54.472 MythSocket(94c0d90:14): new socket
3192006-07-24 21:02:54.472 MythSocket(94c0d90:14): setSocket: 13
3202006-07-24 21:02:54.472 MythSocket(94c0d90:13): state change Idle -> Connected
3212006-07-24 21:02:54.473 MythSocket(94c0d90:13): UpRef: 1
3222006-07-24 21:02:54.474 MythSocket: readyread thread start
3232006-07-24 21:02:54.561 MythSocket(94c0d90:13): socket is readable
3242006-07-24 21:02:54.561 MythSocket(94c0d90:13): cb->readyRead()
3252006-07-24 21:02:54.561 MythSocket(94c0d90:13): UpRef: 2
3262006-07-24 21:02:54.562 read <- 13 21 MYTH_PROTO_VERSION 30
3272006-07-24 21:02:54.562 write -> 13 13 ACCEPT[]:[]30
3282006-07-24 21:02:54.563 MythSocket(94c0d90:13): DownRef: 1
3292006-07-24 21:02:54.564 MythSocket(94c0d90:13): socket is readable
3302006-07-24 21:02:54.564 MythSocket(94c0d90:13): cb->readyRead()
3312006-07-24 21:02:54.564 MythSocket(94c0d90:13): UpRef: 2
3322006-07-24 21:02:54.564 read <- 13 23 ANN Monitor SM_MythTV 0
3332006-07-24 21:02:54.564 MainServer::HandleAnnounce Monitor
3342006-07-24 21:02:54.564 adding: SM_MythTV as a client (events: 0)
3352006-07-24 21:02:54.565 write -> 13 2 OK
3362006-07-24 21:02:54.565 MythSocket(94c0d90:13): DownRef: 1
3372006-07-24 21:02:54.799 MythSocket(94c0d90:13): socket is readable
3382006-07-24 21:02:54.800 MythSocket(94c0d90:13): cb->readyRead()
3392006-07-24 21:02:54.800 MythSocket(94c0d90:13): UpRef: 2
3402006-07-24 21:02:54.800 read <- 13 19 QUERY_GETALLPENDING
3412006-07-24 21:02:54.805 write -> 13 15818 0[]:[]32[]:[]How I Met Your Mother[]:[]Cupcake[]:[]A culinary institute in Germany offers Victoria a fellowship.[]:[]Sitcom[]:[]1461[]:[]46_1[]:[]WGCL HD[]:[]WGCL DIGITAL TELEVISION[]:[][]:[]0[]:[]0[]:[]1153791060[]:[]1153792800[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]223[]:[]3[]:[]15[]:[]6[]:[]1153791060[]:[]1153792800[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH753796[]:[]EP7537960018[]:[]1153789348[]:[]0.000000[]:[]1141621200[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]Skin Deep[]:[]While treating a supermodel for heroin addiction, Dr. House uncovers a startling secret; Wilson hopes that House's increased leg pain is proof that his nerves are regenerating.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1153872000[]:[]1153875600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]151[]:[]3[]:[]15[]:[]6[]:[]1153872000[]:[]1153875600[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590036[]:[]1153789348[]:[]0.000000[]:[]1140411600[]:[]1[]:[]Default[]:[]0[]:[]George Lopez[]:[]You Dropped a Mom on Me[]:[]Carmen insists that she and Jason get married and have a baby so they can stay together.[]:[]Sitcom[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1153873800[]:[]1153875600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]9[]:[]218[]:[]3[]:[]4[]:[]6[]:[]1153873800[]:[]1153875600[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH495479[]:[]EP4954790107[]:[]1153789348[]:[]0.000000[]:[]1128484800[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]Sex Kills[]:[]House believes a patient's (Howard Hesseman) seizure was caused by an infection, but the man's sudden heart attack forces the team to change direction and opt for a heart transplant.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1153875600[]:[]1153879200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]151[]:[]3[]:[]15[]:[]6[]:[]1153875600[]:[]1153879200[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590037[]:[]1153789348[]:[]0.000000[]:[]1141707600[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Top eight perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1153962000[]:[]1153965600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]271[]:[]3[]:[]15[]:[]6[]:[]1153962000[]:[]1153965600[]:[]0[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000030[]:[]1153789348[]:[]0.000000[]:[]1153886400[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]Monkeys in Space[]:[]When Earl's old friend Hank is arrested, Earl decides to make Hank's last free day a good one.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[][]:[]0[]:[]0[]:[]1154044800[]:[]1154046600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]219[]:[]3[]:[]15[]:[]6[]:[]1154044800[]:[]1154046600[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600015[]:[]1153789348[]:[]0.000000[]:[]1138251600[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]Shake Your Groove Thing[]:[]Meredith believes she may have erred during surgery and endangered her career; nothing goes as planned for Izzie, who tries to throw a party for her new boyfriend.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154048400[]:[]1154052000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]236[]:[]3[]:[]15[]:[]6[]:[]1154048400[]:[]1154052000[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830005[]:[]1153789348[]:[]0.000000[]:[]1114315200[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Two of eight voted off.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154048400[]:[]1154052000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]1[]:[]1[]:[]0[]:[]-1[]:[]271[]:[]3[]:[]15[]:[]6[]:[]1154048400[]:[]1154052000[]:[]0[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000031[]:[]1153789348[]:[]0.000000[]:[]1153972800[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]Answered Prayers[]:[]Peter prepares to unveil his company's new motorcycle and celebrate; Cameron and Nina's situation becomes increasingly complicated; Beth crosses paths with Kimberly.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[][]:[]0[]:[]0[]:[]1154052000[]:[]1154055600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]270[]:[]3[]:[]15[]:[]6[]:[]1154052000[]:[]1154055600[]:[]0[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120008[]:[]1153789348[]:[]0.000000[]:[]1153972800[]:[]1[]:[]Default[]:[]0[]:[]Atlanta Roadtrip, a Day Away[]:[][]:[]Tree-climbing; NASCAR; Chestatee Wildlife Preserve; Babyland General Hospital.[]:[]Travel[]:[]1301[]:[]30_1[]:[]WPBA-HD[]:[]WPBA-HD[]:[][]:[]0[]:[]0[]:[]1154057400[]:[]1154059200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]3[]:[]278[]:[]3[]:[]15[]:[]6[]:[]1154057400[]:[]1154059200[]:[]0[]:[]0[]:[]Default[]:[]0[]:[][]:[]SH843963[]:[]EP8439630004[]:[]1153789348[]:[]0.000000[]:[]1153713600[]:[]1[]:[]Default[]:[]0[]:[]Living With Fran[]:[]Masquerading With Fran[]:[]Fran and Riley crash a Halloween party so that Fran can drum up clients for her interior decorating business.[]:[]Sitcom[]:[]1361[]:[]36_1[]:[]WATL-DT[]:[]WATL Atlanta[]:[][]:[]0[]:[]0[]:[]1154136600[]:[]1154138400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]273[]:[]3[]:[]15[]:[]6[]:[]1154136600[]:[]1154138400[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH726799[]:[]EP7267990014[]:[]1153789348[]:[]0.000000[]:[]1140152400[]:[]1[]:[]Default[]:[]0[]:[]Atlanta Roadtrip, a Day Away[]:[][]:[]Tree-climbing; NASCAR; Chestatee Wildlife Preserve; Babyland General Hospital.[]:[]Travel[]:[]1301[]:[]30_1[]:[]WPBA-HD[]:[]WPBA-HD[]:[][]:[]0[]:[]0[]:[]1154203200[]:[]1154205000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]3[]:[]278[]:[]3[]:[]15[]:[]6[]:[]1154203200[]:[]1154205000[]:[]0[]:[]0[]:[]Default[]:[]0[]:[][]:[]SH843963[]:[]EP8439630004[]:[]1153789348[]:[]0.000000[]:[]1153713600[]:[]1[]:[]Default[]:[]0[]:[]60 Minutes[]:[][]:[]The television magazine series covers a broad spectrum of modern life.[]:[]Newsmagazine[]:[]1461[]:[]46_1[]:[]WGCL HD[]:[]WGCL DIGITAL TELEVISION[]:[][]:[]0[]:[]0[]:[]1154300400[]:[]1154304000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]249[]:[]3[]:[]15[]:[]6[]:[]1154300400[]:[]1154304000[]:[]1[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH000035[]:[]SH0000350000[]:[]1153789348[]:[]0.000000[]:[]-1[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]One More Kiss[]:[]Lynette catches Gabrielle kissing Tom; Mike tries to bond with Zach, and Paul feels threatened; the neighbors on Wisteria Lane become increasingly suspicious of the Applewhite family.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154307600[]:[]1154311200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]228[]:[]3[]:[]15[]:[]6[]:[]1154307600[]:[]1154311200[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180035[]:[]1153789348[]:[]0.000000[]:[]1136696400[]:[]1[]:[]Default[]:[]0[]:[]The War at Home[]:[]13 Going On $30,000[]:[]Dave thinks Mike's request for a bar mitzvah is all about the party and gifts.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154309400[]:[]1154311200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]161[]:[]3[]:[]15[]:[]6[]:[]1154309400[]:[]1154311200[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH754215[]:[]EP7542150018[]:[]1153789348[]:[]0.000000[]:[]1144555200[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]Grandma Got Run Over By a Reindeer[]:[]Burke and Yang disagree on how to treat a young boy who does not seem to want a needed heart-transplant.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154311200[]:[]1154314800[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]236[]:[]3[]:[]15[]:[]6[]:[]1154311200[]:[]1154314800[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830021[]:[]1153789348[]:[]0.000000[]:[]1134277200[]:[]1[]:[]Default[]:[]0[]:[]Atlanta Roadtrip, a Day Away[]:[][]:[]Booth Museum; Flyfishing; Segway tours of Atlanta; Barnsley Gardens.[]:[]Travel[]:[]1301[]:[]30_1[]:[]WPBA-HD[]:[]WPBA-HD[]:[][]:[]0[]:[]0[]:[]1154390400[]:[]1154392200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]278[]:[]3[]:[]15[]:[]6[]:[]1154390400[]:[]1154392200[]:[]0[]:[]0[]:[]Default[]:[]0[]:[][]:[]SH843963[]:[]EP8439630005[]:[]1153789348[]:[]0.000000[]:[]1154318400[]:[]1[]:[]Default[]:[]0[]:[]How I Met Your Mother[]:[]Life Among the Gorillas[]:[]Marshall takes an internship at Barney's company and changes his personality in order to fit in.[]:[]Sitcom[]:[]1461[]:[]46_1[]:[]WGCL HD[]:[]WGCL DIGITAL TELEVISION[]:[][]:[]0[]:[]0[]:[]1154392200[]:[]1154394000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]223[]:[]3[]:[]15[]:[]6[]:[]1154392200[]:[]1154394000[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH753796[]:[]EP7537960019[]:[]1153789348[]:[]0.000000[]:[]1142830800[]:[]1[]:[]Default[]:[]0[]:[]How I Met Your Mother[]:[]Nothing Good Happens After 2AM[]:[]Ted accepts a late-night invitation to Robin's place.[]:[]Sitcom[]:[]1461[]:[]46_1[]:[]WGCL HD[]:[]WGCL DIGITAL TELEVISION[]:[][]:[]0[]:[]0[]:[]1154395860[]:[]1154397600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]223[]:[]3[]:[]15[]:[]6[]:[]1154395860[]:[]1154397600[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH753796[]:[]EP7537960020[]:[]1153789348[]:[]0.000000[]:[]1144641600[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]Clueless[]:[]A man suffers from a breathing attack while role-playing in the bedroom with his wife.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154476800[]:[]1154480400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]151[]:[]3[]:[]15[]:[]6[]:[]1154476800[]:[]1154480400[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590038[]:[]1153789348[]:[]0.000000[]:[]1143522000[]:[]1[]:[]Default[]:[]0[]:[]George Lopez[]:[]George's Dog Days of Bummer[]:[]When Los Angeles Mayor Antonio Villaraigosa hears that George has been imitating him in order to bully a menacing biker, he decides to pay a visit.[]:[]Sitcom[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154478600[]:[]1154480400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]218[]:[]3[]:[]4[]:[]6[]:[]1154478600[]:[]1154480400[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH495479[]:[]EP4954790085[]:[]1153789348[]:[]0.000000[]:[]1129089600[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]Safe[]:[]A young heart-transplant patient has a severe allergic reaction and goes into shock despite living in a "clean" room.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154480400[]:[]1154484000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]151[]:[]3[]:[]15[]:[]6[]:[]1154480400[]:[]1154484000[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590039[]:[]1153789348[]:[]0.000000[]:[]1144123200[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Top six perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154566800[]:[]1154570400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]271[]:[]3[]:[]15[]:[]6[]:[]1154566800[]:[]1154570400[]:[]0[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000032[]:[]1153789348[]:[]0.000000[]:[]1154491200[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]Barn Burner[]:[]Earl builds a pen for the Right Choice Ranch's new ostrich in order to make amends for burning down a barn many years earlier.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[][]:[]0[]:[]0[]:[]1154649600[]:[]1154651400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]219[]:[]3[]:[]15[]:[]6[]:[]1154649600[]:[]1154651400[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600011[]:[]1153789348[]:[]0.000000[]:[]1136437200[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]If Tomorrow Never Comes[]:[]Alex works hard to gain the trust of Annie, a shy patient with a gargantuan tumor, only to make a fool of himself in front of her later.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154653200[]:[]1154656800[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]236[]:[]3[]:[]15[]:[]6[]:[]1154653200[]:[]1154656800[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830006[]:[]1153789348[]:[]0.000000[]:[]1114920000[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Two of six voted off.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154653200[]:[]1154656800[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]271[]:[]3[]:[]15[]:[]6[]:[]1154653200[]:[]1154656800[]:[]0[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000033[]:[]1153789348[]:[]0.000000[]:[]1154577600[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]The Myth of More[]:[]Nina feels guilty about her affair with Cameron; Peter faces allegations that the biker his company endorsed is using performance-enhancing drugs; Sean and Tally receive startling evidence about Zoe.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[][]:[]0[]:[]0[]:[]1154656800[]:[]1154660400[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]270[]:[]3[]:[]15[]:[]6[]:[]1154656800[]:[]1154660400[]:[]0[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120009[]:[]1153789348[]:[]0.000000[]:[]1154577600[]:[]1[]:[]Default[]:[]0[]:[]Kyle XY[]:[]Blame It on the Rain[]:[]Kyle's inability to remember his past frustrates him; Declan's family secrets.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154739600[]:[]1154743200[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]275[]:[]3[]:[]15[]:[]6[]:[]1154739600[]:[]1154743200[]:[]0[]:[]256[]:[]Default[]:[]0[]:[][]:[]SH832965[]:[]EP8329650006[]:[]1153789348[]:[]0.000000[]:[]1154318400[]:[]1[]:[]Default[]:[]0[]:[]60 Minutes[]:[][]:[]The television magazine series covers a broad spectrum of modern life.[]:[]Newsmagazine[]:[]1461[]:[]46_1[]:[]WGCL HD[]:[]WGCL DIGITAL TELEVISION[]:[][]:[]0[]:[]0[]:[]1154905200[]:[]1154908800[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]2[]:[]2[]:[]1[]:[]-1[]:[]249[]:[]3[]:[]15[]:[]6[]:[]1154905200[]:[]1154908800[]:[]1[]:[]384[]:[]Default[]:[]0[]:[][]:[]SH000035[]:[]SH0000350000[]:[]1153789348[]:[]0.000000[]:[]-1[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]Don't Look at Me[]:[]Carlos and Gabrielle get temporary custody of Lily; Bree's father and stepmother (Carol Burnett) come to town to mediate; Susan suddenly finds Karl back in her life.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154912400[]:[]1154916000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]228[]:[]3[]:[]15[]:[]6[]:[]1154912400[]:[]1154916000[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180044[]:[]1153789348[]:[]0.000000[]:[]1145160000[]:[]1[]:[]Default[]:[]0[]:[]The War at Home[]:[]Cheers[]:[]Vicky bans alcohol after she and Dave catch Hillary and her friend drunk in the kitchen in the middle of the night.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[][]:[]0[]:[]0[]:[]1154914200[]:[]1154916000[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]6[]:[]2[]:[]161[]:[]3[]:[]15[]:[]6[]:[]1154914200[]:[]1154916000[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH754215[]:[]EP7542150009[]:[]1153789348[]:[]0.000000[]:[]1132462800[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]Begin the Begin[]:[]Izzie cannot ignore the chemistry she shares with a patient awaiting a heart transplant; George treats Bex, a teenage hermaphrodite.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[][]:[]0[]:[]0[]:[]1154916000[]:[]1154919600[]:[]0[]:[]0[]:[]0[]:[][]:[]1[]:[]0[]:[]0[]:[]1[]:[]2[]:[]236[]:[]3[]:[]15[]:[]6[]:[]1154916000[]:[]1154919600[]:[]1[]:[]896[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830023[]:[]1153789348[]:[]0.000000[]:[]1137301200[]:[]1[]:[]Default[]:[]0
3422006-07-24 21:02:54.806 MythSocket(94c0d90:13): DownRef: 1
3432006-07-24 21:02:54.985 MythSocket(94c0d90:13): socket is readable
3442006-07-24 21:02:54.985 MythSocket(94c0d90:13): cb->readyRead()
3452006-07-24 21:02:54.985 MythSocket(94c0d90:13): UpRef: 2
3462006-07-24 21:02:54.985 read <- 13 23 QUERY_RECORDINGS Delete
3472006-07-24 21:02:55.053 MSqlQuery: SELECT DISTINCT chanid, starttime, recusage FROM inuseprograms WHERE lastupdatetime >= '2006-07-24T20:01:55' ;
3482006-07-24 21:02:55.163 MSqlQuery: SELECT recorded.chanid,recorded.starttime,recorded.endtime,recorded.title,recorded.subtitle,recorded.description,recorded.hostname,channum,name,callsign,commflagged,cutlist,recorded.autoexpire,editing,bookmark,recorded.category,recorded.recgroup,record.dupin,record.dupmethod,record.recordid,outputfilters,recorded.seriesid,recorded.programid,recorded.filesize, recorded.lastmodified, recorded.findid, recorded.originalairdate, recorded.playgroup, recorded.basename, recorded.progstart, recorded.progend, recorded.stars, recordedprogram.stereo, recordedprogram.hdtv, recordedprogram.closecaptioned, transcoded, recorded.recpriority FROM recorded LEFT JOIN record ON recorded.recordid = record.recordid LEFT JOIN channel ON recorded.chanid = channel.chanid LEFT JOIN recordedprogram ON ( recorded.chanid = recordedprogram.chanid AND recorded.starttime = recordedprogram.starttime ) WHERE ( recorded.deletepending = 0 OR DATE_ADD(recorded.lastmodified, INTERVAL 5 MINUTE) <= NOW() ) ORDER BY recorded.starttime DESC,atsc_major_chan,atsc_minor_chan,channum,callsign
3492006-07-24 21:02:55.471 write -> 13 46841 83[]:[]Project Runway[]:[][]:[][]:[]Reality[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060724205100.mpg[]:[]0[]:[]1095322216[]:[]1153785600[]:[]1153789200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]280[]:[]0[]:[]15[]:[]6[]:[]1153788660[]:[]1153789200[]:[]0[]:[]4[]:[]Default[]:[]0[]:[][]:[]SH705529[]:[]EP7055290040[]:[]1153789206[]:[]0.000000[]:[]1153281600[]:[]1[]:[]Default[]:[]0[]:[]Hell's Kitchen[]:[]6 Chefs[]:[]Ramsay lets the two teams create their menu.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060724205000.mpg[]:[]0[]:[]728261804[]:[]1153785600[]:[]1153789200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]279[]:[]0[]:[]15[]:[]6[]:[]1153788600[]:[]1153789200[]:[]0[]:[]4[]:[]Default[]:[]0[]:[][]:[]SH739929[]:[]EP7399290015[]:[]1153789206[]:[]0.000000[]:[]1153108800[]:[]1[]:[]Default[]:[]0[]:[]Atlanta Roadtrip, a Day Away[]:[][]:[]Tree-climbing; NASCAR; Chestatee Wildlife Preserve; Babyland General Hospital.[]:[]Travel[]:[]1301[]:[]30_1[]:[]WPBA-HD[]:[]WPBA-HD[]:[]/mnt/store//1301_20060724200000.mpg[]:[]0[]:[]-36358772[]:[]1153785600[]:[]1153787400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]278[]:[]0[]:[]15[]:[]6[]:[]1153785600[]:[]1153787400[]:[]0[]:[]4[]:[]Default[]:[]0[]:[][]:[]SH843963[]:[]EP8439630004[]:[]1153787405[]:[]0.000000[]:[]1153713600[]:[]1[]:[]Default[]:[]0[]:[]Kyle XY[]:[]Diving In[]:[]The mystery man takes steps to cover his tracks; the three Trager children face romantic predicaments.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060721210000.mpg[]:[]1[]:[]2047623672[]:[]1153530000[]:[]1153533600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]275[]:[]0[]:[]15[]:[]6[]:[]1153530000[]:[]1153533600[]:[]0[]:[]901[]:[]Default[]:[]0[]:[][]:[]SH832965[]:[]EP8329650004[]:[]1153551284[]:[]0.000000[]:[]1153108800[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]Changing Partners[]:[]Peter heads to Belgium on business; Nina's daughter is hospitalized; Cameron and Nina find complex feelings between them; Tally and Sean make a discovery about Zoe's death.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060720220000.mpg[]:[]1[]:[]-1619056648[]:[]1153447200[]:[]1153450800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1153447200[]:[]1153450800[]:[]0[]:[]909[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120007[]:[]1153692753[]:[]0.000000[]:[]1153368000[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]The judges eliminate two of the 10 remaining contestants; Chris Brown performs.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060720210000.mpg[]:[]0[]:[]-580616188[]:[]1153443600[]:[]1153447200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1153443600[]:[]1153447200[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000029[]:[]1153542851[]:[]0.000000[]:[]1153368000[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]The 10 remaining dancers perform; contestants choose new partners at random; viewers can vote for individual dancers instead of couples.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060719200000.mpg[]:[]1[]:[]-409819132[]:[]1153353600[]:[]1153360800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1153353600[]:[]1153360800[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000028[]:[]1153542336[]:[]0.000000[]:[]1153281600[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]Need to Know[]:[]A housewife (Julie Warner) on fertility medication visits Princeton Plainsboro Hospital when her inexplicable muscle-flailing causes her to crash her car.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060718200000.mpg[]:[]0[]:[]-319002620[]:[]1153267200[]:[]1153270800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]5[]:[]-3[]:[]151[]:[]0[]:[]15[]:[]6[]:[]1153267200[]:[]1153270800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590034[]:[]1153541422[]:[]0.000000[]:[]1139288400[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]Much Too Much[]:[]A man who has priapism comes to the hospital, and Meredith awkwardly realizes that he is her one-night stand.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060716220000.mpg[]:[]1[]:[]230086660[]:[]1153101600[]:[]1153105200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]236[]:[]0[]:[]15[]:[]6[]:[]1153101600[]:[]1153105200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830019[]:[]1153294848[]:[]0.000000[]:[]1133067600[]:[]1[]:[]Default[]:[]0[]:[]Kyle XY[]:[]The Lies That Bind[]:[]Police discover a skeleton in the woods near the spot where Kyle originally appeared; the lies in the Trager household confuse Kyle.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060714210000.mpg[]:[]1[]:[]125769732[]:[]1152925200[]:[]1152928800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]275[]:[]0[]:[]15[]:[]6[]:[]1152925200[]:[]1152928800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH832965[]:[]EP8329650003[]:[]1153294274[]:[]0.000000[]:[]1152504000[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]White Knights[]:[]Sean and Tally learn the destination of Zoe's lottery money; Peter and Cameron clash over their new business; Cameron makes a startling revelation to Beth.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060713220000.mpg[]:[]1[]:[]643031044[]:[]1152842400[]:[]1152846000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1152842400[]:[]1152846000[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120006[]:[]1153293725[]:[]0.000000[]:[]1152763200[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]Winning a Battle, Losing the War[]:[]Interns compete to treat the most severe injuries as the emergency room fills up with an assortment of patients from the annual bike messenger race.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060713210000.mpg[]:[]1[]:[]219668484[]:[]1152838800[]:[]1152842400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]236[]:[]0[]:[]15[]:[]6[]:[]1152838800[]:[]1152842400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830003[]:[]1153293034[]:[]0.000000[]:[]1113105600[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]The judges eliminate two more dancers; the Pussycat Dolls perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060713210000.mpg[]:[]0[]:[]-589762556[]:[]1152838800[]:[]1152842400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1152838800[]:[]1152842400[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000027[]:[]1153292386[]:[]0.000000[]:[]1152763200[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]The remaining six couples perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060712210000.mpg[]:[]0[]:[]-250007548[]:[]1152752400[]:[]1152756000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1152752400[]:[]1152756000[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000026[]:[]1153291849[]:[]0.000000[]:[]1152676800[]:[]1[]:[]Default[]:[]0[]:[]Grey's Anatomy[]:[]The First Cut Is the Deepest[]:[]A young woman clings to life after a brutal attack, leaving the surgical staff optimistic; Meredith puts her career on the line to save a newborn in the hospital nursery.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060706220000.mpg[]:[]1[]:[]85708804[]:[]1152237600[]:[]1152241200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]236[]:[]0[]:[]15[]:[]6[]:[]1152237600[]:[]1152241200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH732283[]:[]EP7322830002[]:[]1153290897[]:[]0.000000[]:[]1112504400[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]Money Changers[]:[]An accidental shooting; Sean and Tally hire a private investigator to search for Zoe; Peter and Nina struggle to fit into their new lifestyle; Beth and Cameron exchange words about starting a family.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060706220000.mpg[]:[]1[]:[]-1595909712[]:[]1152237600[]:[]1152241200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1152237600[]:[]1152241200[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120005[]:[]1152589986[]:[]0.000000[]:[]1152158400[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Judges eliminate two more dancers; Ne-Yo performs.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060706210000.mpg[]:[]0[]:[]-305623036[]:[]1152234000[]:[]1152237600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1152234000[]:[]1152237600[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000025[]:[]1153290897[]:[]0.000000[]:[]1152158400[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Top 14 perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060705200000.mpg[]:[]1[]:[]-175466492[]:[]1152144000[]:[]1152151200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1152144000[]:[]1152151200[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000024[]:[]1153289836[]:[]0.000000[]:[]1152072000[]:[]1[]:[]Default[]:[]0[]:[]Kyle XY[]:[]Pilot[]:[]Kyle, a mysterious teen savant, is found wandering in traffic; Nicole removes Kyle from the institution and introduces him to her family.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060630210000.mpg[]:[]0[]:[]-160593916[]:[]1151715600[]:[]1151719200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]275[]:[]0[]:[]15[]:[]6[]:[]1151715600[]:[]1151719200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH832965[]:[]EP8329650001[]:[]1153288807[]:[]0.000000[]:[]1151294400[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]Running With the Devil[]:[]The police inform the lottery winners of Zoe's disappearance; Cameron and Nina struggle with their marriages; Peter leaves town; Damien tries to show his affection for Frankie.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060629220000.mpg[]:[]1[]:[]513607684[]:[]1151632800[]:[]1151636400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1151632800[]:[]1151636400[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120004[]:[]1153288266[]:[]0.000000[]:[]1151553600[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Two are eliminated; Natasha Bedingfield performs.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060629210000.mpg[]:[]0[]:[]-813912060[]:[]1151629200[]:[]1151632800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1151629200[]:[]1151632800[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000023[]:[]1153287665[]:[]0.000000[]:[]1151553600[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]Top 16 perform.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060628200000.mpg[]:[]1[]:[]-448460796[]:[]1151539200[]:[]1151546400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1151539200[]:[]1151546400[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000022[]:[]1153545741[]:[]0.000000[]:[]1151467200[]:[]1[]:[]Default[]:[]0[]:[]House[]:[]The Mistake[]:[]A young mother with stomach pain dies, and Stacy (Sela Ward) must determine whether Chase made a mistake that caused her death.[]:[]Mystery[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060627210000.mpg[]:[]0[]:[]-918204412[]:[]1151456400[]:[]1151460000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]5[]:[]-3[]:[]151[]:[]0[]:[]15[]:[]6[]:[]1151456400[]:[]1151460000[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH688359[]:[]EP6883590031[]:[]1153543814[]:[]0.000000[]:[]1133240400[]:[]1[]:[]Default[]:[]0[]:[]A Bug's Life[]:[][]:[]An inventor ant teams up with other insects to keep a gang of grasshoppers from terrorizing his colony. Animated.[]:[]Children[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060624200000.mpg[]:[]1[]:[]-410873852[]:[]1151193600[]:[]1151200800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1151193600[]:[]1151200800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[][]:[]MV0653810000[]:[]1151468086[]:[]0.750000[]:[]1151121600[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]There and Gone Again[]:[]An unclaimed dollar causes hysteria; tension grows between Cameron and Beth; Sean fears that something bad has happened to Zoe; Damien struggles with loneliness.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060622220000.mpg[]:[]1[]:[]589156356[]:[]1151028000[]:[]1151031600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1151028000[]:[]1151031600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120003[]:[]1153545741[]:[]0.000000[]:[]1150948800[]:[]1[]:[]Default[]:[]0[]:[]So You Think You Can Dance[]:[][]:[]The judges eliminate two more contestants; Rihanna performs.[]:[]Reality[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060622210000.mpg[]:[]0[]:[]-758865916[]:[]1151024400[]:[]1151028000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]271[]:[]0[]:[]15[]:[]6[]:[]1151024400[]:[]1151028000[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH751700[]:[]EP7517000021[]:[]1153545741[]:[]0.000000[]:[]1150948800[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]The Getaway[]:[]Beth and Nina plan a shopping spree in Paris; Kimberly worries about Ethan; Frankie tries to drown her sorrows; Sean and Zoe make plans to share their winnings together.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060615220000.mpg[]:[]1[]:[]-1556287960[]:[]1150423200[]:[]1150426800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1150423200[]:[]1150426800[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120002[]:[]1150556122[]:[]0.000000[]:[]1150344000[]:[]1[]:[]Default[]:[]0[]:[]Windfall[]:[]Pilot[]:[]Twenty friends unexpectedly become millionaires; new wealth challenges relationships; lives are forever changed.[]:[]Drama[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060611220000.mpg[]:[]1[]:[]-1588108840[]:[]1150077600[]:[]1150081200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]270[]:[]0[]:[]15[]:[]6[]:[]1150077600[]:[]1150081200[]:[]0[]:[]925[]:[]Default[]:[]0[]:[][]:[]SH808412[]:[]EP8084120001[]:[]1150340044[]:[]0.000000[]:[]1149739200[]:[]1[]:[]Default[]:[]0[]:[]Toy Story 2[]:[][]:[]When a toy collector kidnaps Woody, Buzz Lightyear and the other toys band together to bring him home. Animated.[]:[]Children[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060610200000.mpg[]:[]1[]:[]-404250620[]:[]1149984000[]:[]1149991200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1149984000[]:[]1149991200[]:[]0[]:[]1668[]:[]Default[]:[]0[]:[][]:[][]:[]MV0815330000[]:[]1153552287[]:[]0.875000[]:[]1149912000[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]Y2K[]:[]In 1999, all confuse Y2K with the apocalypse and believe they are the last surviving people on Earth.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060608210000.mpg[]:[]0[]:[]-1830922236[]:[]1149814800[]:[]1149816600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]219[]:[]0[]:[]15[]:[]6[]:[]1149814800[]:[]1149816600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600019[]:[]1149950167[]:[]0.000000[]:[]1143090000[]:[]1[]:[]Default[]:[]0[]:[]Toy Story[]:[][]:[]A flashy new action hero's arrival creates upset in a community of toys that comes to life when people are absent. Animated.[]:[]Children[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060603200000.mpg[]:[]1[]:[]-1415337980[]:[]1149379200[]:[]1149390000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1149379200[]:[]1149390000[]:[]0[]:[]1668[]:[]Default[]:[]0[]:[][]:[][]:[]MV0441190000[]:[]1149949917[]:[]1.000000[]:[]1149307200[]:[]1[]:[]Default[]:[]0[]:[]2 Fast 2 Furious[]:[][]:[]A former policeman (Paul Walker) and his friend (Tyrese) work with a U.S. Customs agent (Eva Mendes) to indict a launderer in Miami.[]:[]Action[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060529200000.mpg[]:[]1[]:[]-1109692412[]:[]1148947200[]:[]1148954400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148947200[]:[]1148954400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[][]:[]MV1357660000[]:[]1149117541[]:[]0.500000[]:[]1148875200[]:[]1[]:[]Default[]:[]0[]:[]Enemy of the State[]:[][]:[]A former NSA operative (Gene Hackman) aids the innocent victim (Will Smith) of a politically motivated assassination cover-up.[]:[]Action[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060527200000.mpg[]:[]3[]:[]419651588[]:[]1148774400[]:[]1148785200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148774400[]:[]1148785200[]:[]0[]:[]1668[]:[]Default[]:[]0[]:[][]:[][]:[]MV0653830000[]:[]1148942663[]:[]0.750000[]:[]1148702400[]:[]1[]:[]Default[]:[]0[]:[]Freaky Friday[]:[][]:[]Two fortune cookies cause an engaged psychotherapist (Jamie Lee Curtis) and her teenage daughter (Lindsay Lohan) to magically exchange bodies.[]:[]Comedy[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060526200000.mpg[]:[]2[]:[]685903876[]:[]1148688000[]:[]1148695200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148688000[]:[]1148695200[]:[]0[]:[]1668[]:[]Default[]:[]0[]:[][]:[][]:[]MV1362980000[]:[]1148789915[]:[]0.750000[]:[]1148616000[]:[]1[]:[]Default[]:[]0[]:[]10.5: Apocalypse[]:[][]:[]The president (Beau Bridges) and a top scientist (Kim Delaney) work together to save North America from potentially devastating earthquakes.[]:[]Suspense[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060523210000.mpg[]:[]2[]:[]1115101188[]:[]1148432400[]:[]1148439600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148432400[]:[]1148439600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[][]:[]MV1644310000[]:[]1148648800[]:[]0.000000[]:[]1148356800[]:[]1[]:[]Default[]:[]0[]:[]Alias[]:[]Reprisal/All the Time in the World[]:[]Sloane takes Marshall and Rachel hostage to try to discover a crucial clue to Rambaldi's game; Sydney and Jack must stop Sloane and Irina from putting their deadly plan into action.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060522210000.mpg[]:[]2[]:[]370200580[]:[]1148346000[]:[]1148353200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148346000[]:[]1148353200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH445113[]:[]EP4451130108[]:[]1148647159[]:[]0.000000[]:[]1148270400[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]Remember[]:[]The women flash back to moving-in day on Wisteria Lane; how Mary Alice Young brought the women together; Bree gets some frightening news; Susan moves into a trailer.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060521210000.mpg[]:[]1[]:[]-347971580[]:[]1148259600[]:[]1148266800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]228[]:[]0[]:[]15[]:[]6[]:[]1148259600[]:[]1148266800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180049[]:[]1148273091[]:[]0.000000[]:[]1148184000[]:[]1[]:[]Default[]:[]0[]:[]10.5: Apocalypse[]:[][]:[]The president (Beau Bridges) and a top scientist (Kim Delaney) work together to save North America from potentially devastating earthquakes.[]:[]Suspense[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060521210000.mpg[]:[]2[]:[]1269932036[]:[]1148259600[]:[]1148266800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148259600[]:[]1148266800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[][]:[]MV1644310000[]:[]1148272109[]:[]0.000000[]:[]1148184000[]:[]1[]:[]Default[]:[]0[]:[]X2: X-Men United[]:[][]:[]Wolverine (Hugh Jackman), Storm and the other mutants must fend for themselves after a right-wing militarist invades their school.[]:[]Fantasy[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060519200000.mpg[]:[]1[]:[]-1878054908[]:[]1148083200[]:[]1148092200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148083200[]:[]1148092200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[][]:[]MV1345500000[]:[]1148273925[]:[]0.750000[]:[]1148011200[]:[]1[]:[]Default[]:[]0[]:[]The O.C.[]:[]The Graduates[]:[]Graduation brings excitement and anxiety; Ryan's mother arrives with a surprise; Marissa receives a major proposal; Summer has emotional farewells; Sandy makes a shocking decision; Kaitlin moves into Julie's home.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060518210000.mpg[]:[]0[]:[]-1109592060[]:[]1148000400[]:[]1148004000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148000400[]:[]1148004000[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH591107[]:[]EP5911070082[]:[]1148280185[]:[]0.000000[]:[]1147924800[]:[]1[]:[]Default[]:[]0[]:[]Will & Grace[]:[]The Finale[]:[]Will and Grace make a decision about their future together; Jack continues his never-ending search for love; Karen tries to find happiness in Stan's absence.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060518210000.mpg[]:[]1[]:[]614930436[]:[]1148000400[]:[]1148003940[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1148000400[]:[]1148003940[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH270430[]:[]EP2704300214[]:[]1148279834[]:[]0.000000[]:[]1147924800[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]Love of My Life/That '70s Finale[]:[]Red and Kitty show their home to prospective buyers; Hyde starts to drop old habits; Donna prepares for college; Fez and Jackie discuss their feelings; Kelso returns to ring in the '80s with his friends.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060518200000.mpg[]:[]0[]:[]-1661718524[]:[]1147996800[]:[]1148000400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1147996800[]:[]1148000400[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980213[]:[]1148279338[]:[]0.000000[]:[]1147924800[]:[]1[]:[]Default[]:[]0[]:[]Invasion[]:[]The Last Wave Goodbye[]:[]Underlay and Russell try to put together a rescue plan as the hybrids continue to round up humans during the hurricane; humans who believe Underlay is responsible for the melee take Larkin, Dave, Jesse and Rose hostage.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060517220400.mpg[]:[]0[]:[]-97736700[]:[]1147917840[]:[]1147921200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]242[]:[]0[]:[]15[]:[]6[]:[]1147917840[]:[]1147921200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753735[]:[]EP7537350023[]:[]1148278338[]:[]0.000000[]:[]1147838400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Fight[]:[]Michael, Lincoln and their fellow inmates run for their lives and their freedom, with Bellick in pursuit; Veronica races to Montana.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060515202000.mpg[]:[]0[]:[]-1765398524[]:[]1147738800[]:[]1147742400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1147738800[]:[]1147742400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990024[]:[]1147953518[]:[]0.000000[]:[]1147665600[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]No One Is Alone[]:[]Felicia Tilman has more in store for Paul Young; Bree reaches the end of her rope; Susan must start over again.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060514210000.mpg[]:[]0[]:[]-70803452[]:[]1147654800[]:[]1147658400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]228[]:[]0[]:[]15[]:[]6[]:[]1147654800[]:[]1147658400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180048[]:[]1147952717[]:[]0.000000[]:[]1147579200[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]Number One[]:[]Earl tries to cross off the first item on his list, but finds he owes his victim more than the $10 he stole from the man's wallet.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060511204000.mpg[]:[]1[]:[]364008472[]:[]1147394400[]:[]1147396800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]219[]:[]0[]:[]15[]:[]6[]:[]1147394400[]:[]1147396800[]:[]0[]:[]901[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600024[]:[]1147853149[]:[]0.000000[]:[]1147320000[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]Leaving Home Ain't Easy[]:[]Jackie makes Fez's life miserable when she declares her love and he turns her down.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060511200000.mpg[]:[]0[]:[]1308463108[]:[]1147392000[]:[]1147393800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1147392000[]:[]1147393800[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980211[]:[]1147943469[]:[]0.000000[]:[]1147320000[]:[]1[]:[]Default[]:[]0[]:[]Invasion[]:[]Round Up[]:[]Russell and Underlay return to Homestead to try to thwart Szura's plans; the National Guard rounds up Muriel, Larkin and the children for their protection; Underlay's deputies question Dave on the sheriff's whereabouts.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060510220500.mpg[]:[]0[]:[]-296484860[]:[]1147313100[]:[]1147316400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]242[]:[]0[]:[]15[]:[]6[]:[]1147313100[]:[]1147316400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753735[]:[]EP7537350022[]:[]1147942839[]:[]0.000000[]:[]1147233600[]:[]1[]:[]Default[]:[]0[]:[]Fatal Contact: Bird Flu in America[]:[][]:[]An outbreak of avian flu mutates into a virus that becomes transmittable from human to human.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060509200000.mpg[]:[]2[]:[]-116193056[]:[]1147219200[]:[]1147226400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1147219200[]:[]1147226400[]:[]0[]:[]903[]:[]Default[]:[]0[]:[][]:[][]:[]MV1776190000[]:[]1147320312[]:[]0.000000[]:[]1147147200[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Go[]:[]Michael leads the inmates on his escape plan.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060508200000.mpg[]:[]0[]:[]-1594925052[]:[]1147132800[]:[]1147136400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1147132800[]:[]1147136400[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990023[]:[]1147246797[]:[]0.000000[]:[]1147060800[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]I Know Things Now[]:[]Tom receives discouraging news at work; Bree and Andrew reach a difficult point; Edie's private detective gets the scoop on Karl and Susan.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060507210000.mpg[]:[]0[]:[]-177057788[]:[]1147050000[]:[]1147053600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]228[]:[]0[]:[]15[]:[]6[]:[]1147050000[]:[]1147053600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180047[]:[]1147246485[]:[]0.000000[]:[]1146974400[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]BB[]:[]Earl sets out to reunite an old crush with her estranged father.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//1111_20060504210000.mpg[]:[]0[]:[]-1960423420[]:[]1146790800[]:[]1146792600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]219[]:[]0[]:[]15[]:[]6[]:[]1146790800[]:[]1146792600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600022[]:[]1147015774[]:[]0.000000[]:[]1146715200[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]Sheer Heart Attack[]:[]Fez decides to stop being a player and settle down with one woman; Hyde convinces Red to sell his heart medication.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060504203000.mpg[]:[]0[]:[]1344776196[]:[]1146789000[]:[]1146790800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1146789000[]:[]1146790800[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980210[]:[]1147017016[]:[]0.000000[]:[]1146715200[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]We Will Rock You[]:[]Jackie tries to seduce Fez with disco; Kitty and Red learn that their new neighbors are gay.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060504200000.mpg[]:[]0[]:[]1192450052[]:[]1146787200[]:[]1146789000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1146787200[]:[]1146789000[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980209[]:[]1147016821[]:[]0.000000[]:[]1146715200[]:[]1[]:[]Default[]:[]0[]:[]Invasion[]:[]Run and Gun[]:[]With the storm rapidly approaching, Russell and Underlay try to find the hybrids and evacuate their families.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060503220200.mpg[]:[]1[]:[]50708484[]:[]1146708120[]:[]1146711600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]242[]:[]0[]:[]15[]:[]6[]:[]1146708120[]:[]1146711600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753735[]:[]EP7537350021[]:[]1147016656[]:[]0.000000[]:[]1146628800[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Tonight[]:[]Michael must move up the breakout timetable; Michael looks to Sarah for help; Veronica finds her life in jeopardy from an unlikely character.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//1051_20060501200000.mpg[]:[]0[]:[]-1274382332[]:[]1146528000[]:[]1146531600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1146528000[]:[]1146531600[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990022[]:[]1146640911[]:[]0.000000[]:[]1146456000[]:[]1[]:[]Default[]:[]0[]:[]Desperate Housewives[]:[]It Wasn't Meant to Happen[]:[]Karl and Edie come to a crucial juncture in their relationship; Lynette tries to help Ed improve his sex life; Bree discovers new information about Peter.[]:[]Drama[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060430210000.mpg[]:[]0[]:[]-109942780[]:[]1146445200[]:[]1146448800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]228[]:[]0[]:[]15[]:[]6[]:[]1146445200[]:[]1146448800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH672318[]:[]EP6723180045[]:[]1146641369[]:[]0.000000[]:[]1146369600[]:[]1[]:[]Default[]:[]0[]:[]Pearl Harbor[]:[][]:[]Best friends (Ben Affleck, Josh Hartnett) join the war effort after the Japanese attack U.S. troops stationed on the Hawaiian island of Oahu.[]:[]War[]:[]1021[]:[]2_1[]:[]WSB-DT[]:[]WSB-DT[]:[]/mnt/store//1021_20060429200000.mpg[]:[]3[]:[]946018308[]:[]1146355200[]:[]1146366000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1146355200[]:[]1146366000[]:[]0[]:[]1668[]:[]Default[]:[]0[]:[][]:[][]:[]MV1059990000[]:[]1146411159[]:[]0.500000[]:[]1146283200[]:[]1[]:[]Default[]:[]0[]:[]My Name Is Earl[]:[]Stole a Badge[]:[]Earl tries to return a badge that he stole from a police officer several years earlier.[]:[]Sitcom[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//My_Name_Is_Earl_-_2006-04-27,_9-00_PM_-_Stole_a_Badge.mpg[]:[]0[]:[]-1873389564[]:[]1146186000[]:[]1146187800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]219[]:[]0[]:[]15[]:[]6[]:[]1146186000[]:[]1146187800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH753860[]:[]EP7538600023[]:[]1146306933[]:[]0.000000[]:[]1146110400[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]Crazy Little Thing Called Love[]:[]Jackie seeks advice from Donna and a therapist when she realizes that she has feelings for Fez.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//That_'70s_Show_-_2006-04-27,_8-30_PM_-_Crazy_Little_Thing_Called_Love.mpg[]:[]0[]:[]1335529476[]:[]1146184200[]:[]1146186000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1146184200[]:[]1146186000[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980208[]:[]1146306662[]:[]0.000000[]:[]1146110400[]:[]1[]:[]Default[]:[]0[]:[]That '70s Show[]:[]My Fairy King[]:[]Samantha's real husband shows up; Jackie makes of list of qualities she desires in a man.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//That_'70s_Show_-_2006-04-27,_8-00_PM_-_My_Fairy_King.mpg[]:[]0[]:[]1291507716[]:[]1146182400[]:[]1146184200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1146182400[]:[]1146184200[]:[]0[]:[]1412[]:[]Default[]:[]0[]:[][]:[]SH277598[]:[]EP2775980207[]:[]1146306054[]:[]0.000000[]:[]1146110400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]The Key[]:[]The mystery man reveals himself to Lincoln; Michael realizes that Sara holds the key to the escape plan.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-04-24,_8-00_PM_-_The_Key.mpg[]:[]0[]:[]-948062204[]:[]1145923200[]:[]1145926800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1145923200[]:[]1145926800[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990021[]:[]1146308402[]:[]0.000000[]:[]1145851200[]:[]1[]:[]Default[]:[]0[]:[]Saturday Night Live[]:[][]:[]Host Natalie Portman; Fall Out Boy performs.[]:[]Comedy[]:[]1111[]:[]11_1[]:[]WXIA-DT[]:[]WXIA-DT[]:[]/mnt/store//Saturday_Night_Live_-_2006-04-22,_11-30_PM.mpg[]:[]0[]:[]279422980[]:[]1145763000[]:[]1145768460[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1145763000[]:[]1145768460[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH003710[]:[]EP0037100715[]:[]1146264138[]:[]0.000000[]:[]1141448400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Bluff[]:[]Michael tries to clear Haywire's head and jog his memory of the missing piece of the blueprint tattoo; Bellick wants to auction off Michael's cell.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-04-17,_8-00_PM_-_Bluff.mpg[]:[]0[]:[]-1150666748[]:[]1145318400[]:[]1145322000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1145318400[]:[]1145322000[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990020[]:[]1146264138[]:[]0.000000[]:[]1145246400[]:[]1[]:[]Default[]:[]0[]:[]Jean-Michel Cousteau: Ocean Adventures[]:[]Voyage to Kure[]:[]The sea inhabitants of the Hawaiian coral reefs; the damage caused by pollution.[]:[]Nature[]:[]1301[]:[]30_1[]:[]WPBA-HD[]:[]WPBA-HD[]:[]/mnt/store//Jean-_Michel_Cousteau-_Ocean_Adventures_-_2006-04-16,_10-00_PM_-_Voyage_to_Kure.mpg[]:[]1[]:[]-97707632[]:[]1145239200[]:[]1145242800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1145239200[]:[]1145242800[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH812020[]:[]EP8120200002[]:[]1146264138[]:[]0.000000[]:[]1144814400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]J Cat[]:[]As Michael struggles to remember missing pieces of the prison schematics, guards place him in solitary for refusing to name names.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-04-10,_8-00_PM_-_J_Cat.mpg[]:[]0[]:[]-1209135100[]:[]1144713600[]:[]1144717200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1144713600[]:[]1144717200[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990019[]:[]1146264138[]:[]0.000000[]:[]1144641600[]:[]1[]:[]Default[]:[]0[]:[]The Bernie Mac Show[]:[]Spinning Wheels[]:[]Wanda's sister visits and wants to throw a roller-disco party for Wanda's birthday.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//The_Bernie_Mac_Show_-_2006-04-07,_8-30_PM_-_Spinning_Wheels.mpg[]:[]0[]:[]1497942020[]:[]1144456200[]:[]1144458000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]208[]:[]0[]:[]4[]:[]6[]:[]1144456200[]:[]1144458000[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH446611[]:[]EP4466110108[]:[]1146727430[]:[]0.000000[]:[]1144382400[]:[]1[]:[]Default[]:[]0[]:[]The Bernie Mac Show[]:[]Never As Bad As the First Time[]:[]Jordan dates a good-looking cheerleader, surprising everyone.[]:[]Sitcom[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//The_Bernie_Mac_Show_-_2006-04-07,_8-00_PM_-_Never_As_Bad_As_the_First_Time.mpg[]:[]0[]:[]1396424708[]:[]1144454400[]:[]1144456200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]208[]:[]0[]:[]4[]:[]6[]:[]1144454400[]:[]1144456200[]:[]0[]:[]1924[]:[]Default[]:[]0[]:[][]:[]SH446611[]:[]EP4466110107[]:[]1146728059[]:[]0.000000[]:[]1144382400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Brother's Keeper[]:[]Flashbacks unveil how Lincoln, Sucre, T-Bag, C-Note and Dr. Sara ended up in prison and what drove Michael to plan his brother's escape.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-04-03,_8-00_PM_-_Brother's_Keeper.mpg[]:[]0[]:[]-1299591164[]:[]1144108800[]:[]1144112400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1144108800[]:[]1144112400[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990018[]:[]1146264138[]:[]0.000000[]:[]1144036800[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]By the Skin and the Teeth[]:[]A face from the past haunts Lincoln on his execution day; Veronica raises the dead to prove Lincoln's innocence.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-03-27,_8-00_PM_-_By_the_Skin_and_the_Teeth.mpg[]:[]0[]:[]-1475930108[]:[]1143507600[]:[]1143511200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1143507600[]:[]1143511200[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990017[]:[]1146264138[]:[]0.000000[]:[]1143435600[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]The Rat[]:[]The inmates must make their way back to their cells without being detected; Michael devises a plan to keep Lincoln alive.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-03-20,_8-00_PM_-_The_Rat.mpg[]:[]0[]:[]-1076350972[]:[]1142902800[]:[]1142906400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1142902800[]:[]1142906400[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990016[]:[]1146264137[]:[]0.000000[]:[]1142830800[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]End of the Tunnel[]:[]With Lincoln's execution just minutes away, the team makes a break for it.[]:[]Drama[]:[]1051[]:[]5-1[]:[]WAGADT[]:[]WAGADT (WAGA-DT)[]:[]/mnt/store//Prison_Break_-_2006-03-13,_8-00_PM_-_End_of_the_Tunnel.mpg[]:[]0[]:[]-797536252[]:[]1142298000[]:[]1142301600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]197[]:[]0[]:[]15[]:[]6[]:[]1142298000[]:[]1142301600[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990015[]:[]1146264137[]:[]0.000000[]:[]1133154000[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]And Then There Were 7[]:[]Everyone -- particularly Sara -- is shocked by Michael's conjugal visitor.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-11-14,_9-00_PM_-_And_Then_There_Were_7.nuv[]:[]0[]:[]-1073663996[]:[]1132020000[]:[]1132023600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1132020000[]:[]1132023600[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990013[]:[]1146264137[]:[]0.000000[]:[]1131944400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Sleight of Hand[]:[]Michael sacrifices Fibonnaci to Philly in order to restore Abruzzi as commander of the prison's work detail and put the escape plan back on track.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-11-07,_9-00_PM_-_Sleight_of_Hand.nuv[]:[]0[]:[]-1074022396[]:[]1131415200[]:[]1131418800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1131415200[]:[]1131418800[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990012[]:[]1146264137[]:[]0.000000[]:[]1131339600[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Tweener[]:[]Abruzzi's demotion puts the entire escape-plan at risk; if Michael protects the new inmate, T-Bag threatens to expose the plan to the guards.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-10-31,_9-00_PM_-_Tweener.nuv[]:[]0[]:[]-1105969148[]:[]1130810400[]:[]1130814000[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1130810400[]:[]1130814000[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990011[]:[]1146264137[]:[]0.000000[]:[]1130734800[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]The Old Head[]:[]Michael is unsure how to continue when he learns that an old storage shed crucial to the escape plan has been turned into the guard's break room.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-10-24,_9-00_PM_-_The_Old_Head.nuv[]:[]0[]:[]-893569020[]:[]1130202000[]:[]1130205600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1130202000[]:[]1130205600[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990008[]:[]1146264137[]:[]0.000000[]:[]1130126400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Part 2[]:[]As the riot escalates, Michael faces a difficult decision regarding the life of Dr. Sara; Abruzzi and Sucre team up to break the devil's back.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-10-03,_9-00_PM_-_Part_2.nuv[]:[]0[]:[]-1213769724[]:[]1128387600[]:[]1128391200[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1128387600[]:[]1128391200[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990006[]:[]1146264137[]:[]0.000000[]:[]1128312000[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Riots, Drills and the Devil[]:[]Michael turns up the heat to break through to the other side of his cell wall.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-09-26,_9-00_PM_-_Riots,_Drills_and_the_Devil.nuv[]:[]0[]:[]-1042481148[]:[]1127782800[]:[]1127786400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1127782800[]:[]1127786400[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990005[]:[]1146264137[]:[]0.000000[]:[]1127707200[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]English Fitz or Percy[]:[]Kellerman and Hale pay a visit to Warden Pope; Michael learns that he may be getting out of Fox River sooner than he expected.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-09-19,_9-00_PM_-_English_Fitz_or_Percy.nuv[]:[]0[]:[]-1032312828[]:[]1127178000[]:[]1127181600[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1127178000[]:[]1127181600[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990004[]:[]1146264137[]:[]0.000000[]:[]1127102400[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Cute Poison[]:[]Michael must delay his plan to escape when Haywire develops a fascination with his tattoo.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-09-12,_9-05_PM_-_Cute_Poison.nuv[]:[]0[]:[]-1869809660[]:[]1126573500[]:[]1126576800[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1126573500[]:[]1126576800[]:[]0[]:[]4[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990003[]:[]1146264137[]:[]0.000000[]:[]1126497600[]:[]1[]:[]Default[]:[]0[]:[]Prison Break[]:[]Cell Test[]:[]Pressed for time, Michael tries to enlist the help of his cell mate, who asks for a transfer when he realizes what Michael is planning to do.[]:[]Drama[]:[]1005[]:[]#1005[]:[]#1005[]:[]#1005[]:[]/mnt/store//Prison_Break_-_2005-09-06,_9-00_PM_-_Cell_Test.nuv[]:[]0[]:[]-84256096[]:[]1126054800[]:[]1126058400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1126054800[]:[]1126058400[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[]SH754199[]:[]EP7541990002[]:[]1146264137[]:[]0.000000[]:[]1125892800[]:[]1[]:[]Default[]:[]0[]:[]Lilo & Stitch[]:[][]:[]A lonely girl (Daveigh Chase) adopts a dog (Christopher Michael Sanders) which is really a mischievous alien hiding from intergalactic hunters. Animated.[]:[]Comedy[]:[]1002[]:[]#1002[]:[]#1002[]:[]#1002[]:[]/mnt/store//Lilo_&_Stitch_-_2005-06-18,_8-00_PM.nuv[]:[]1[]:[]-2003761148[]:[]1119139200[]:[]1119146400[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1119139200[]:[]1119146400[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[][]:[]MV1170260000[]:[]1146264137[]:[]0.750000[]:[]1119067200[]:[]1[]:[]Default[]:[]0[]:[]Tarzan[]:[][]:[]A man raised by apes in the African jungle encounters a professor, his daughter and a suspicious hunter. Animated.[]:[]Musical[]:[]1002[]:[]#1002[]:[]#1002[]:[]#1002[]:[]/mnt/store//Tarzan_-_2005-06-11,_8-00_PM.nuv[]:[]1[]:[]-1106710524[]:[]1118534400[]:[]1118541660[]:[]0[]:[]0[]:[]0[]:[]SM_MythTV[]:[]0[]:[]0[]:[]0[]:[]0[]:[]-3[]:[]0[]:[]0[]:[]0[]:[]0[]:[]1118534400[]:[]1118541660[]:[]0[]:[]900[]:[]Default[]:[]0[]:[][]:[][]:[]MV0734400000[]:[]1146264137[]:[]0.750000[]:[]1118462400[]:[]1[]:[]Default[]:[]0
3502006-07-24 21:02:55.507 MythSocket(94c0d90:13): DownRef: 1
3512006-07-24 21:02:55.516 MythSocket(94c0d90:13): socket is readable
3522006-07-24 21:02:55.516 MythSocket(94c0d90:13): cb->readyRead()
3532006-07-24 21:02:55.517 MythSocket(94c0d90:13): UpRef: 2
3542006-07-24 21:02:55.517 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060724205100.mpg[]:[]0[]:[]0[]:[]1153785600[]:[]1153789200[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1153788660[]:[]1153789200[]:[] []:[] []:[] []:[] []:[] []:[]SH705529[]:[]EP7055290040[]:[]1153785600[]:[]0[]:[]1153785600[]:[][]:[] []:[]
3552006-07-24 21:02:55.519 write -> 13 24 Mon Jul 24 21:00:08 2006
3562006-07-24 21:02:55.519 MythSocket(94c0d90:13): DownRef: 1
3572006-07-24 21:02:55.664 MythSocket(94c0d90:13): socket is readable
3582006-07-24 21:02:55.664 MythSocket(94c0d90:13): cb->readyRead()
3592006-07-24 21:02:55.664 MythSocket(94c0d90:13): UpRef: 2
3602006-07-24 21:02:55.664 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1051[]:[] []:[] []:[] []:[]/mnt/store//1051_20060724205000.mpg[]:[]0[]:[]0[]:[]1153785600[]:[]1153789200[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1153788600[]:[]1153789200[]:[] []:[] []:[] []:[] []:[] []:[]SH739929[]:[]EP7399290015[]:[]1153785600[]:[]0[]:[]1153785600[]:[][]:[] []:[]
3612006-07-24 21:02:55.665 write -> 13 24 Mon Jul 24 21:00:08 2006
3622006-07-24 21:02:55.665 MythSocket(94c0d90:13): DownRef: 1
3632006-07-24 21:02:55.668 MythSocket(94c0d90:13): socket is readable
3642006-07-24 21:02:55.668 MythSocket(94c0d90:13): cb->readyRead()
3652006-07-24 21:02:55.668 MythSocket(94c0d90:13): UpRef: 2
3662006-07-24 21:02:55.669 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1301[]:[] []:[] []:[] []:[]/mnt/store//1301_20060724200000.mpg[]:[]0[]:[]0[]:[]1153785600[]:[]1153787400[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1153785600[]:[]1153787400[]:[] []:[] []:[] []:[] []:[] []:[]SH843963[]:[]EP8439630004[]:[]1153785600[]:[]0[]:[]1153785600[]:[][]:[] []:[]
3672006-07-24 21:02:55.670 write -> 13 24 Mon Jul 24 20:30:09 2006
3682006-07-24 21:02:55.670 MythSocket(94c0d90:13): DownRef: 1
3692006-07-24 21:02:55.673 MythSocket(94c0d90:13): socket is readable
3702006-07-24 21:02:55.673 MythSocket(94c0d90:13): cb->readyRead()
3712006-07-24 21:02:55.673 MythSocket(94c0d90:13): UpRef: 2
3722006-07-24 21:02:55.673 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1021[]:[] []:[] []:[] []:[]/mnt/store//1021_20060721210000.mpg[]:[]0[]:[]0[]:[]1153530000[]:[]1153533600[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1153530000[]:[]1153533600[]:[] []:[] []:[] []:[] []:[] []:[]SH832965[]:[]EP8329650004[]:[]1153530000[]:[]0[]:[]1153530000[]:[][]:[] []:[]
3732006-07-24 21:02:55.674 write -> 13 24 Sat Jul 22 02:54:46 2006
3742006-07-24 21:02:55.674 MythSocket(94c0d90:13): DownRef: 1
3752006-07-24 21:02:55.676 MythSocket(94c0d90:13): socket is readable
3762006-07-24 21:02:55.677 MythSocket(94c0d90:13): cb->readyRead()
3772006-07-24 21:02:55.677 MythSocket(94c0d90:13): UpRef: 2
3782006-07-24 21:02:55.677 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1021[]:[] []:[] []:[] []:[]/mnt/store//1021_20060714210000.mpg[]:[]0[]:[]0[]:[]1152925200[]:[]1152928800[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1152925200[]:[]1152928800[]:[] []:[] []:[] []:[] []:[] []:[]SH832965[]:[]EP8329650003[]:[]1152925200[]:[]0[]:[]1152925200[]:[][]:[] []:[]
3792006-07-24 21:02:55.678 write -> 13 24 Fri Jul 21 21:53:44 2006
3802006-07-24 21:02:55.678 MythSocket(94c0d90:13): DownRef: 1
3812006-07-24 21:02:55.680 MythSocket(94c0d90:13): socket is readable
3822006-07-24 21:02:55.680 MythSocket(94c0d90:13): cb->readyRead()
3832006-07-24 21:02:55.680 MythSocket(94c0d90:13): UpRef: 2
3842006-07-24 21:02:55.681 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1021[]:[] []:[] []:[] []:[]/mnt/store//1021_20060630210000.mpg[]:[]0[]:[]0[]:[]1151715600[]:[]1151719200[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1151715600[]:[]1151719200[]:[] []:[] []:[] []:[] []:[] []:[]SH832965[]:[]EP8329650001[]:[]1151715600[]:[]0[]:[]1151715600[]:[][]:[] []:[]
3852006-07-24 21:02:55.681 write -> 13 24 Fri Jul 21 21:53:50 2006
3862006-07-24 21:02:55.682 MythSocket(94c0d90:13): DownRef: 1
3872006-07-24 21:02:55.692 MythSocket(94c0d90:13): socket is readable
3882006-07-24 21:02:55.692 MythSocket(94c0d90:13): cb->readyRead()
3892006-07-24 21:02:55.692 MythSocket(94c0d90:13): UpRef: 2
3902006-07-24 21:02:55.692 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060720220000.mpg[]:[]0[]:[]0[]:[]1153447200[]:[]1153450800[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1153447200[]:[]1153450800[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120007[]:[]1153447200[]:[]0[]:[]1153447200[]:[][]:[] []:[]
3912006-07-24 21:02:55.693 write -> 13 24 Mon Jul 24 20:31:56 2006
3922006-07-24 21:02:55.693 MythSocket(94c0d90:13): DownRef: 1
3932006-07-24 21:02:55.695 MythSocket(94c0d90:13): socket is readable
3942006-07-24 21:02:55.695 MythSocket(94c0d90:13): cb->readyRead()
3952006-07-24 21:02:55.695 MythSocket(94c0d90:13): UpRef: 2
3962006-07-24 21:02:55.696 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060713220000.mpg[]:[]0[]:[]0[]:[]1152842400[]:[]1152846000[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1152842400[]:[]1152846000[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120006[]:[]1152842400[]:[]0[]:[]1152842400[]:[][]:[] []:[]
3972006-07-24 21:02:55.696 write -> 13 24 Fri Jul 21 21:53:44 2006
3982006-07-24 21:02:55.697 MythSocket(94c0d90:13): DownRef: 1
3992006-07-24 21:02:55.707 MythSocket(94c0d90:13): socket is readable
4002006-07-24 21:02:55.707 MythSocket(94c0d90:13): cb->readyRead()
4012006-07-24 21:02:55.707 MythSocket(94c0d90:13): UpRef: 2
4022006-07-24 21:02:55.707 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060706220000.mpg[]:[]0[]:[]0[]:[]1152237600[]:[]1152241200[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1152237600[]:[]1152241200[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120005[]:[]1152237600[]:[]0[]:[]1152237600[]:[][]:[] []:[]
4032006-07-24 21:02:55.708 write -> 13 24 Tue Jul 11 00:26:14 2006
4042006-07-24 21:02:55.708 MythSocket(94c0d90:13): DownRef: 1
4052006-07-24 21:02:55.710 MythSocket(94c0d90:13): socket is readable
4062006-07-24 21:02:55.711 MythSocket(94c0d90:13): cb->readyRead()
4072006-07-24 21:02:55.711 MythSocket(94c0d90:13): UpRef: 2
4082006-07-24 21:02:55.711 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060629220000.mpg[]:[]0[]:[]0[]:[]1151632800[]:[]1151636400[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1151632800[]:[]1151636400[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120004[]:[]1151632800[]:[]0[]:[]1151632800[]:[][]:[] []:[]
4092006-07-24 21:02:55.712 write -> 13 24 Fri Jul 21 21:53:51 2006
4102006-07-24 21:02:55.712 MythSocket(94c0d90:13): DownRef: 1
4112006-07-24 21:02:55.714 MythSocket(94c0d90:13): socket is readable
4122006-07-24 21:02:55.714 MythSocket(94c0d90:13): cb->readyRead()
4132006-07-24 21:02:55.714 MythSocket(94c0d90:13): UpRef: 2
4142006-07-24 21:02:55.714 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060622220000.mpg[]:[]0[]:[]0[]:[]1151028000[]:[]1151031600[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1151028000[]:[]1151031600[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120003[]:[]1151028000[]:[]0[]:[]1151028000[]:[][]:[] []:[]
4152006-07-24 21:02:55.715 write -> 13 24 Sun Jul 23 17:53:21 2006
4162006-07-24 21:02:55.715 MythSocket(94c0d90:13): DownRef: 1
4172006-07-24 21:02:55.717 MythSocket(94c0d90:13): socket is readable
4182006-07-24 21:02:55.718 MythSocket(94c0d90:13): cb->readyRead()
4192006-07-24 21:02:55.718 MythSocket(94c0d90:13): UpRef: 2
4202006-07-24 21:02:55.718 read <- 13 390 QUERY_PIXMAP_LASTMODIFIED[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060615220000.mpg[]:[]0[]:[]0[]:[]1150423200[]:[]1150426800[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1150423200[]:[]1150426800[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120002[]:[]1150423200[]:[]0[]:[]1150423200[]:[][]:[] []:[]
4212006-07-24 21:02:55.719 write -> 13 24 Fri Jun 16 00:32:05 2006
4222006-07-24 21:02:55.719 MythSocket(94c0d90:13): DownRef: 1
4232006-07-24 21:02:55.720 MythSocket(94c0d90:13): socket is readable
4242006-07-24 21:02:55.720 MythSocket(94c0d90:13): cb->readyRead()
4252006-07-24 21:02:55.720 MythSocket(94c0d90:13): UpRef: 2
4262006-07-24 21:02:55.721 read <- 13 380 QUERY_GENPIXMAP[]:[] []:[] []:[] []:[] []:[]1111[]:[] []:[] []:[] []:[]/mnt/store//1111_20060615220000.mpg[]:[]0[]:[]0[]:[]1150423200[]:[]1150426800[]:[]0[]:[]1[]:[]0[]:[]SM_MythTV[]:[]-1[]:[]-1[]:[]-1[]:[] []:[] []:[] []:[] []:[]15[]:[]6[]:[]1150423200[]:[]1150426800[]:[] []:[] []:[] []:[] []:[] []:[]SH808412[]:[]EP8084120002[]:[]1150423200[]:[]0[]:[]1150423200[]:[][]:[] []:[]
4272006-07-24 21:02:55.730 MSqlQuery: SELECT data FROM settings WHERE value = 'PreviewPixmapOffset' AND hostname = 'SM_MythTV' ;
4282006-07-24 21:02:55.738 MSqlQuery: SELECT data FROM settings WHERE value = 'PreviewPixmapOffset' AND hostname IS NULL;
4292006-07-24 21:02:55.739 RingBuf(/mnt/store/1111_20060615220000.mpg): OpenFile(/mnt/store/1111_20060615220000.mpg, 0)
4302006-07-24 21:02:55.762 RingBuf(/mnt/store/1111_20060615220000.mpg): CalcReadAheadThresh(4000 KB)
431 -> threshhold(146 KB) min read(32 KB) blk size(64 KB)
4322006-07-24 21:02:55.794 MSqlQuery: SELECT data FROM settings WHERE value = 'VbiFormat' AND hostname = 'SM_MythTV' ;
4332006-07-24 21:02:55.795 MSqlQuery: SELECT data FROM settings WHERE value = 'VbiFormat' AND hostname IS NULL;
4342006-07-24 21:02:55.797 MSqlQuery: DELETE FROM inuseprograms WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND hostname = 'SM_MythTV' AND recusage = 'Preview' ;
4352006-07-24 21:02:55.806 MSqlQuery: INSERT INTO inuseprograms (chanid, starttime, recusage, hostname, lastupdatetime) VALUES ('1111', '2006-06-15T22:00:00', 'Preview', 'SM_MythTV', '2006-07-24T21:02:55');
4362006-07-24 21:02:55.815 MSqlQuery: SELECT data FROM settings WHERE value = 'CommRewindAmount' AND hostname = 'SM_MythTV' ;
4372006-07-24 21:02:55.822 MSqlQuery: SELECT data FROM settings WHERE value = 'CommNotifyAmount' AND hostname = 'SM_MythTV' ;
4382006-07-24 21:02:55.831 MSqlQuery: SELECT data FROM settings WHERE value = 'Deinterlace' AND hostname = 'SM_MythTV' ;
4392006-07-24 21:02:55.834 MSqlQuery: SELECT data FROM settings WHERE value = 'DecodeExtraAudio' AND hostname = 'SM_MythTV' ;
4402006-07-24 21:02:55.836 MSqlQuery: SELECT data FROM settings WHERE value = 'EnableMHEG' AND hostname = 'SM_MythTV' ;
4412006-07-24 21:02:55.837 MSqlQuery: SELECT data FROM settings WHERE value = 'VBIpageNr' AND hostname = 'SM_MythTV' ;
4422006-07-24 21:02:55.838 MSqlQuery: SELECT data FROM settings WHERE value = 'VBIpageNr' AND hostname IS NULL;
4432006-07-24 21:02:55.842 MSqlQuery: SELECT data FROM settings WHERE value = 'AC3PassThru' AND hostname = 'SM_MythTV' ;
4440: start_time: 2845.226 duration: 279.910
4451: start_time: 2845.186 duration: 279.918
446stream: start_time: 31613.183 duration: 3110.544 bitrate=18089 kb/s
4472006-07-24 21:02:56.006 AFD: Stream #0, has id 0x49 codec id MPEG2VIDEO, type Video, bitrate 15000000 at 0x0x952c630
4482006-07-24 21:02:56.007 detectInterlace(Detect Scan, Interlaced Scan, 59.9401, 720) ->Progressive Scan
4492006-07-24 21:02:56.007 AFD: Looking for decoder for MPEG2VIDEO
4502006-07-24 21:02:56.008 AFD: Opened codec 0x952c6f0, id(MPEG2VIDEO) type(Video)
4512006-07-24 21:02:56.008 AFD: Stream #1, has id 0x52 codec id AC3, type Audio, bitrate 448000 at 0x0x952cc30
4522006-07-24 21:02:56.008 AFD: Looking for decoder for AC3
4532006-07-24 21:02:56.009 AFD: Opened codec 0x952ccf0, id(AC3) type(Audio)
4542006-07-24 21:02:56.009 AFD: Audio Track #1 is A/V stream #1 and has 5 channels in the English language(6647399).
4552006-07-24 21:02:56.009 RingBuf(/mnt/store/1111_20060615220000.mpg): CalcReadAheadThresh(15448 KB)
456 -> threshhold(565 KB) min read(32 KB) blk size(256 KB)
4572006-07-24 21:02:56.009 AFD: Selected track 1: English AC3 5ch (A/V Stream #1)
4582006-07-24 21:02:56.009 AFD: Initializing audio parms from audio track #1
4592006-07-24 21:02:56.009 AFD: Audio format changed
460 from id(NONE) -1Hz -1ch 0bps ; id(NONE) -1Hz -1ch 0bps
461 to id( AC3) 48000Hz 5ch 16bps ; id( AC3) 48000Hz 2ch 16bps
4622006-07-24 21:02:56.009 Dec: Trying to select track (w/lang)
4632006-07-24 21:02:56.009 Dec: Selecting first track
4642006-07-24 21:02:56.010 Dec: Selected track #1 in the Unknown language(0)
4652006-07-24 21:02:56.010 Resyncing position map. posmapStarted = 0 livetv(0) watchingRec(0)
4662006-07-24 21:02:57.042 MSqlQuery: SELECT mark, offset FROM recordedseek WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 9 ;
4672006-07-24 21:02:57.099 Position map filled from DB to: 107928
4682006-07-24 21:02:57.100 SyncPositionMap prerecorded, from DB: 7197 entries
4692006-07-24 21:02:57.101 SyncPositionMap, new totframes: 107928, new length: 1800, posMap size: 7197
4702006-07-24 21:02:57.110 AFD: Position map found
4712006-07-24 21:02:57.110 AFD: Successfully opened decoder for file: "/mnt/store/1111_20060615220000.mpg". novideo(0)
4722006-07-24 21:02:57.166 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 1 ORDER BY mark;
4732006-07-24 21:02:57.175 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 0 ORDER BY mark;
4742006-07-24 21:02:57.182 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 2 ORDER BY mark;
4752006-07-24 21:02:57.190 MSqlQuery: SELECT data FROM settings WHERE value = 'DisplaySizeHeight' AND hostname = 'SM_MythTV' ;
4762006-07-24 21:02:57.200 MSqlQuery: SELECT data FROM settings WHERE value = 'DisplaySizeHeight' AND hostname IS NULL;
4772006-07-24 21:02:57.206 MSqlQuery: SELECT data FROM settings WHERE value = 'DisplaySizeWidth' AND hostname = 'SM_MythTV' ;
4782006-07-24 21:02:57.214 MSqlQuery: SELECT data FROM settings WHERE value = 'DisplaySizeWidth' AND hostname IS NULL;
4792006-07-24 21:02:57.222 MSqlQuery: SELECT data FROM settings WHERE value = 'yScanDisplacement' AND hostname = 'SM_MythTV' ;
4802006-07-24 21:02:57.230 MSqlQuery: SELECT data FROM settings WHERE value = 'xScanDisplacement' AND hostname = 'SM_MythTV' ;
4812006-07-24 21:02:57.238 MSqlQuery: SELECT data FROM settings WHERE value = 'VertScanPercentage' AND hostname = 'SM_MythTV' ;
4822006-07-24 21:02:57.246 MSqlQuery: SELECT data FROM settings WHERE value = 'HorizScanPercentage' AND hostname = 'SM_MythTV' ;
4832006-07-24 21:02:57.254 MSqlQuery: SELECT data FROM settings WHERE value = 'PIPLocation' AND hostname = 'SM_MythTV' ;
4842006-07-24 21:02:57.266 MSqlQuery: SELECT data FROM settings WHERE value = 'PIPSize' AND hostname = 'SM_MythTV' ;
4852006-07-24 21:02:57.274 MSqlQuery: SELECT data FROM settings WHERE value = 'PIPSize' AND hostname IS NULL;
4862006-07-24 21:02:57.286 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackBrightness' AND hostname = 'SM_MythTV' ;
4872006-07-24 21:02:57.294 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackBrightness' AND hostname IS NULL;
4882006-07-24 21:02:57.304 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackContrast' AND hostname = 'SM_MythTV' ;
4892006-07-24 21:02:57.310 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackContrast' AND hostname IS NULL;
4902006-07-24 21:02:57.318 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackColour' AND hostname = 'SM_MythTV' ;
4912006-07-24 21:02:57.327 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackColour' AND hostname IS NULL;
4922006-07-24 21:02:57.336 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackHue' AND hostname = 'SM_MythTV' ;
4932006-07-24 21:02:57.337 MSqlQuery: SELECT data FROM settings WHERE value = 'PlaybackHue' AND hostname IS NULL;
4942006-07-24 21:02:57.338 MSqlQuery: SELECT data FROM settings WHERE value = 'AspectOverride' AND hostname = 'SM_MythTV' ;
4952006-07-24 21:02:57.340 MSqlQuery: SELECT data FROM settings WHERE value = 'DeinterlaceFilter' AND hostname = 'SM_MythTV' ;
4962006-07-24 21:02:57.340 VideoOutputNull()
4972006-07-24 21:02:57.340 Display Rect left: 0, top: 0, width: 0, height: 0, aspect: 1.33333
4982006-07-24 21:02:57.341 Video Rect left: 0, top: 0, width: 1280, height: 720, aspect: 1.77778
4992006-07-24 21:02:57.345 Created data @0xad15e020->0xad2af822
5002006-07-24 21:02:57.349 Created data @0xad00c020->0xad15d822
5012006-07-24 21:02:57.353 Created data @0xaceba020->0xad00b822
5022006-07-24 21:02:57.358 Created data @0xacd68020->0xaceb9822
5032006-07-24 21:02:57.362 Created data @0xacc16020->0xacd67822
5042006-07-24 21:02:57.366 Created data @0xacac4020->0xacc15822
5052006-07-24 21:02:57.370 Created data @0xac972020->0xacac3822
5062006-07-24 21:02:57.374 Created data @0xac820020->0xac971822
5072006-07-24 21:02:57.378 Created data @0xac6ce020->0xac81f822
5082006-07-24 21:02:57.383 Created data @0xac57c020->0xac6cd822
5092006-07-24 21:02:57.387 Created data @0xac42a020->0xac57b822
5102006-07-24 21:02:57.391 Created data @0xac2d8020->0xac429822
5112006-07-24 21:02:57.396 Created data @0xac186020->0xac2d7822
5122006-07-24 21:02:57.400 Created data @0xac034020->0xac185822
5132006-07-24 21:02:57.404 Created data @0xabee2020->0xac033822
5142006-07-24 21:02:57.408 Created data @0xabd90020->0xabee1822
5152006-07-24 21:02:57.416 Created data @0xabc3e020->0xabd8f822
5162006-07-24 21:02:57.420 Created data @0xabaec020->0xabc3d822
5172006-07-24 21:02:57.424 Created data @0xab99a020->0xabaeb822
5182006-07-24 21:02:57.428 Created data @0xab848020->0xab999822
5192006-07-24 21:02:57.432 Created data @0xab6f6020->0xab847822
5202006-07-24 21:02:57.436 Created data @0xab5a4020->0xab6f5822
5212006-07-24 21:02:57.441 Created data @0xab452020->0xab5a3822
5222006-07-24 21:02:57.445 Created data @0xab300020->0xab451822
5232006-07-24 21:02:57.449 Created data @0xab1ae020->0xab2ff822
5242006-07-24 21:02:57.453 Created data @0xab05c020->0xab1ad822
5252006-07-24 21:02:57.457 Created data @0xaaf0a020->0xab05b822
5262006-07-24 21:02:57.461 Created data @0xaadb8020->0xaaf09822
5272006-07-24 21:02:57.465 Created data @0xaac66020->0xaadb7822
5282006-07-24 21:02:57.469 Created data @0xaab14020->0xaac65822
5292006-07-24 21:02:57.474 Created data @0xaa9c2020->0xaab13822
5302006-07-24 21:02:57.478 Created data @0xaa870020->0xaa9c1822
5312006-07-24 21:02:57.478 Display Rect left: 0, top: 0, width: 0, height: 0, aspect: 1.33333
5322006-07-24 21:02:57.478 Video Rect left: 0, top: 0, width: 1280, height: 720, aspect: 1.77778
5332006-07-24 21:02:57.480 MSqlQuery: SELECT data FROM settings WHERE value = 'DefaultCCMode' AND hostname = 'SM_MythTV' ;
5342006-07-24 21:02:57.480 NVP: ClearAfterSeek(1)
5352006-07-24 21:02:57.481 MSqlQuery: SELECT data FROM settings WHERE value = 'PreviewFromBookmark' AND hostname = 'SM_MythTV' ;
5362006-07-24 21:02:57.483 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 2 ORDER BY mark;
5372006-07-24 21:02:57.484 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 1 ORDER BY mark;
5382006-07-24 21:02:57.486 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 0 ORDER BY mark;
5392006-07-24 21:02:57.487 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 4 ORDER BY mark;
5402006-07-24 21:02:57.489 MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1111' AND starttime = '2006-06-15T22:00:00' AND type = 5 ORDER BY mark;
5412006-07-24 21:02:57.797 InputChanged(w 1920, h1088, a1.77778)
5422006-07-24 21:02:57.810 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL
5432006-07-24 21:02:57.811 VideoBuffers::DiscardFrames(): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done()
5442006-07-24 21:02:57.811 VideoBuffers::DiscardFrames(1): AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done
5452006-07-24 21:02:57.828 Display Rect left: 0, top: 0, width: 0, height: 0, aspect: 1.33333
5462006-07-24 21:02:57.828 Video Rect left: 0, top: 0, width: 1920, height: 1080, aspect: 1.77778
5472006-07-24 21:02:57.847 Created data @0xacfb2020->0xad2af022
5482006-07-24 21:02:57.865 Created data @0xaccb4020->0xacfb1022
5492006-07-24 21:02:57.890 Created data @0xac9b6020->0xaccb3022
5502006-07-24 21:02:57.907 Created data @0xac6b8020->0xac9b5022
5512006-07-24 21:02:57.924 Created data @0xac3ba020->0xac6b7022
5522006-07-24 21:02:57.933 Created data @0xac0bc020->0xac3b9022
5532006-07-24 21:02:57.969 Created data @0xabdbe020->0xac0bb022
5542006-07-24 21:02:57.986 Created data @0xabac0020->0xabdbd022
5552006-07-24 21:02:58.003 Created data @0xab7c2020->0xababf022
5562006-07-24 21:02:58.020 Created data @0xab4c4020->0xab7c1022
5572006-07-24 21:02:58.037 Created data @0xab1c6020->0xab4c3022
5582006-07-24 21:02:58.065 Created data @0xaaec8020->0xab1c5022
5592006-07-24 21:02:58.082 Created data @0xaabca020->0xaaec7022
5602006-07-24 21:02:58.099 Created data @0xaa8cc020->0xaabc9022
5612006-07-24 21:02:58.120 Created data @0xaa3f5020->0xaa6f2022
5622006-07-24 21:02:58.129 Created data @0xaa0f7020->0xaa3f4022
5632006-07-24 21:02:58.138 Created data @0xa9df9020->0xaa0f6022
5642006-07-24 21:02:58.147 Created data @0xa9afb020->0xa9df8022
5652006-07-24 21:02:58.159 Created data @0xa97fd020->0xa9afa022
5662006-07-24 21:02:58.169 Created data @0xa94ff020->0xa97fc022
5672006-07-24 21:02:58.179 Created data @0xa9201020->0xa94fe022
5682006-07-24 21:02:58.188 Created data @0xa8f03020->0xa9200022
5692006-07-24 21:02:58.197 Created data @0xa8c05020->0xa8f02022
5702006-07-24 21:02:58.206 Created data @0xa8907020->0xa8c04022
5712006-07-24 21:02:58.214 Created data @0xa8609020->0xa8906022
5722006-07-24 21:02:58.223 Created data @0xa830b020->0xa8608022
5732006-07-24 21:02:58.232 Created data @0xa800d020->0xa830a022
5742006-07-24 21:02:58.241 Created data @0xa7d0f020->0xa800c022
5752006-07-24 21:02:58.250 Created data @0xa7a11020->0xa7d0e022
5762006-07-24 21:02:58.262 Created data @0xa7713020->0xa7a10022
5772006-07-24 21:02:58.272 Created data @0xa7415020->0xa7712022
5782006-07-24 21:02:58.280 Created data @0xa7117020->0xa7414022
5792006-07-24 21:02:58.281 NVP: ClearAfterSeek(1)
5802006-07-24 21:02:58.281 detectInterlace(Detect Scan, Interlaced Scan, 29.97, 1088) ->Interlaced Scan
5812006-07-24 21:02:58.283 AFD Error: Unknown decoding error
5822006-07-24 21:02:58.466 AFD Error: Unknown decoding error
5832006-07-24 21:02:58.637 AFD Error: Unknown decoding error
5842006-07-24 21:02:58.807 AFD Error: Unknown decoding error
5852006-07-24 21:02:58.957 AFD Error: Unknown decoding error
5862006-07-24 21:02:59.096 AFD Error: Unknown decoding error
5872006-07-24 21:02:59.616 AFD Error: Unknown decoding error
5882006-07-24 21:02:59.948 AFD Error: Unknown decoding error
5892006-07-24 21:03:00.288 AFD Error: Unknown decoding error
5902006-07-24 21:03:00.555 AFD Error: Unknown decoding error
5912006-07-24 21:03:00.890 AFD Error: Unknown decoding error
5922006-07-24 21:03:01.164 AFD Error: Unknown decoding error
5932006-07-24 21:03:01.498 AFD Error: Unknown decoding error
5942006-07-24 21:03:01.833 AFD Error: Unknown decoding error
5952006-07-24 21:03:02.168 AFD Error: Unknown decoding error
5962006-07-24 21:03:02.502 AFD Error: Unknown decoding error
5972006-07-24 21:03:02.789 AFD Error: Unknown decoding error
5982006-07-24 21:03:03.077 AFD Error: Unknown decoding error
5992006-07-24 21:03:03.351 AFD Error: Unknown decoding error
6002006-07-24 21:03:03.623 AFD Error: Unknown decoding error
6012006-07-24 21:03:03.897 AFD Error: Unknown decoding error
6022006-07-24 21:03:04.174 AFD Error: Unknown decoding error
6032006-07-24 21:03:04.449 AFD Error: Unknown decoding error
6042006-07-24 21:03:04.724 AFD Error: Unknown decoding error
6052006-07-24 21:03:05.106 AFD Error: Unknown decoding error
6062006-07-24 21:03:05.384 AFD Error: Unknown decoding error
6072006-07-24 21:03:05.655 AFD Error: Unknown decoding error
6082006-07-24 21:03:05.927 AFD Error: Unknown decoding error
6092006-07-24 21:03:06.199 AFD Error: Unknown decoding error
6102006-07-24 21:03:06.469 AFD Error: Unknown decoding error
6112006-07-24 21:03:06.742 AFD Error: Unknown decoding error