[mythtv-users] mythbackend stops recording after first completed recording

Jim O'Neill oneillji at gmail.com
Thu Mar 16 02:48:18 UTC 2006


Michael T. Dean wrote:
> On 03/14/2006 11:41 PM, Jim O'Neill wrote:
>
>   
>>  Michael T. Dean wrote:
>>
>>     
>>> On 03/04/2006 09:54 PM, Jim O'Neill wrote:
>>>
>>>       
>>>> Consistently after mythbackend is started it will record the next
>>>> scheduled recording as it should but any scheduled recordings
>>>> after the first are not recorded. There are no obvious (to me)
>>>> symptoms. If i restart mythbackend, it will the begin to record
>>>> the program missed either automatically or after it is
>>>> reactivated. According to the date/time stamp of the
>>>> 'Housekeeping' messages, mythbackend is not hung but if
>>>> mythfrontend is running it will be unable to connect to
>>>> mythbackend.
>>>>         
>>> MySQL 5? If so, perhaps you're losing the connection in the
>>> scheduler, so your scheduled recordings list goes blank.
>>>       
>>  While i knew MySQL 5 wasn't my problem as i'm using 4.1.11 your
>>  suspicion that it might be a database problem matched my own so i
>>  thought i'd better dig deeper. I monitored connections using
>>  mysql-admin and i'm not dropping connections - this likely supported
>>  by the fact that the housekeeping thread continues to run even though
>>  mythbackend stops recording and mythfrontend loses connection to the
>>  backend. I backed up the my database, and tried with an empty
>>  database but i had the same problem. I don't believe i have a
>>  database problem.
>>
>>     
> ...
>   
>>  I don't know where to go from here. This is fast becoming very
>>  frustrating although i took this on a project in part as an
>>  opportunity to learn Linux and this i'm doing <g>. The fact that the
>>  backend always stops upon finishing the first recording after the
>>  backend is started/restarted seems to point to Myth as the source of
>>  the problem. It never stops mid recording, is not random in any way,
>>  and the recording it does complete are of good quality.
>>
>>  Below is the most recent log entry with some additional logging
>>  options turned on. I turned off autoexpire and the jobqueue only to
>>  remove the noise from the log, they don't make a difference to
>>  whether it works or doesn't. I'd appreciate any suggestions from
>>  anyone reading this. Thanks. Jim
>>
>>  mythbackend -v all,nodatabase --noautoexpire --nojobqueue 2006-03-14
>>     
>
>
> What if you don't use "nodatabase"?
>
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>   
A much larger log <g>.  See below.  No errors or leads that i can see 
but a second set of eyes is appreciated.

2006-03-14 01:59:58.006 write -> 18 11      0[]:[]46890
2006-03-14 01:59:59.007 read  <- 18 39      QUERY_RECORDER 
1[]:[]GET_FRAMES_WRITTEN
2006-03-14 01:59:59.007 write -> 18 11      0[]:[]46920
2006-03-14 02:00:00.005 read  <- 18 39      QUERY_RECORDER 
1[]:[]GET_FRAMES_WRITTEN
2006-03-14 02:00:00.005 write -> 18 11      0[]:[]46950
2006-03-14 02:00:00.641 TVRec(1): ClearFlags(FinishRecording,) -> 
FrontendReady,RunMainLoop,RecorderRunning,RingBufferReady,
2006-03-14 02:00:00.642 TVRec(1): Changing from RecordingOnly to None
2006-03-14 02:00:00.642 TVRec(1): 
ClearFlags(FrontendReady,CancelNextRecording,) -> 
RunMainLoop,RecorderRunning,RingBufferReady,
2006-03-14 02:00:00.642 TVRec(1): SetFlags(AskAllowRecording,) -> 
RunMainLoop,AskAllowRecording,RecorderRunning,RingBufferReady,
2006-03-14 02:00:00.642 TVRec(1): Request: Program(no) channel() input() 
flags(CloseRec,KillRingBuffer,)
2006-03-14 02:00:00.700 MSqlQuery: SELECT 
recorded.chanid,starttime,endtime,title, 
subtitle,description,channel.channum, 
channel.callsign,channel.name,channel.commfree, 
channel.outputfilters,seriesid,programid,filesize, 
lastmodified,stars,previouslyshown,originalairdate, 
hostname,recordid,transcoder,playgroup, 
recorded.recpriority,progstart,progend,basename,recgroup FROM recorded 
LEFT JOIN channel ON recorded.chanid = channel.chanid WHERE 
recorded.chanid = '1324' AND starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.701 MSqlQuery: SELECT commflagged, cutlist, 
autoexpire, editing, bookmark, stereo, closecaptioned, hdtv FROM 
recorded LEFT JOIN recordedprogram ON (recorded.chanid = 
recordedprogram.chanid AND recorded.starttime = 
recordedprogram.starttime) WHERE recorded.chanid = '1324' AND 
recorded.starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.701 TVRec(1): FinishedRecording(The Daily Show With 
Jon Stewart) in recgroup: Default
2006-03-14 02:00:00.707 MSqlQuery: UPDATE recorded SET endtime = 
'2006-03-14T02:00:00',        duplicate = 1 WHERE chanid = '1324' 
AND     starttime = '2006-03-14T01:34:00'
2006-03-14 02:00:00.707 Finished recording The Daily Show With Jon 
Stewart: channel 1324
2006-03-14 02:00:00.755 MSqlQuery: REPLACE INTO oldrecorded 
(chanid,starttime,endtime,title,subtitle,description,category,seriesid,programid,findid,recordid,station,rectype,recstatus,duplicate,reactivate) 
VALUES('1324','2006-03-14T01:30:00','2006-03-14T02:00:00','The Daily 
Show With Jon 
Stewart','','','Talk','SH293053','EP2930530876',0,65,'COMEDC',4,-3,1,0);
2006-03-14 02:00:00.756 MSqlQuery: INSERT INTO mythlog (module, 
priority, logdate, host, message, details) values ('scheduler', 5, 
now(), 'MyHTPC', 'Finished recording', 'The Daily Show With Jon Stewart: 
channel 1324' );
2006-03-14 02:00:00.774 MSqlQuery: SELECT logid FROM mythlog WHERE 
module= 'scheduler' ORDER BY logdate ASC ;
2006-03-14 02:00:00.775 MSqlQuery: DELETE FROM mythlog WHERE logid= 2329 ;
2006-03-14 02:00:00.775 scheduler: Finished recording
2006-03-14 02:00:00.803 write -> 14 51      
BACKEND_MESSAGE[]:[]DONE_RECORDING 1 1567[]:[]empty
2006-03-14 02:00:00.816 MSqlQuery: UPDATE recorded SET filesize = 
'522496000' WHERE chanid = '1324' AND starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.816 MSqlQuery: INSERT INTO recordedmarkup (chanid, 
starttime, mark, type, offset) VALUES ( '1324' , '2006-03-14T01:34:00' , 
'3117' , 6 , '519741440' );
...
2006-03-14 02:00:00.839 MSqlQuery: INSERT INTO recordedmarkup (chanid, 
starttime, mark, type, offset) VALUES ( '1324' , '2006-03-14T01:34:00' , 
'3132' , 6 , '522389504' );
2006-03-14 02:00:00.839 MSqlQuery: UPDATE recorded SET filesize = 
'522496000' WHERE chanid = '1324' AND starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.839 TVRec(1): ClearFlags(RecorderRunning,) -> 
RunMainLoop,AskAllowRecording,RingBufferReady,
2006-03-14 02:00:00.884 MSqlQuery: SELECT 
recorded.chanid,starttime,endtime,title, 
subtitle,description,channel.channum, 
channel.callsign,channel.name,channel.commfree, 
channel.outputfilters,seriesid,programid,filesize, 
lastmodified,stars,previouslyshown,originalairdate, 
hostname,recordid,transcoder,playgroup, 
recorded.recpriority,progstart,progend,basename,recgroup FROM recorded 
LEFT JOIN channel ON recorded.chanid = channel.chanid WHERE 
recorded.chanid = '1324' AND starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.884 MSqlQuery: SELECT commflagged, cutlist, 
autoexpire, editing, bookmark, stereo, closecaptioned, hdtv FROM 
recorded LEFT JOIN recordedprogram ON (recorded.chanid = 
recordedprogram.chanid AND recorded.starttime = 
recordedprogram.starttime) WHERE recorded.chanid = '1324' AND 
recorded.starttime = '2006-03-14T01:34:00' ;
2006-03-14 02:00:00.884 TVRec(1): FinishedRecording(The Daily Show With 
Jon Stewart) in recgroup: Default
2006-03-14 02:00:00.885 MSqlQuery: UPDATE recorded SET endtime = 
'2006-03-14T02:00:00',        duplicate = 1 WHERE chanid = '1324' 
AND     starttime = '2006-03-14T01:34:00'
2006-03-14 02:00:00.885 Finished recording The Daily Show With Jon 
Stewart: channel 1324
2006-03-14 02:00:00.915 MSqlQuery: DELETE FROM inuseprograms WHERE 
chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND hostname = 
'MyHTPC' AND recusage = 'recorder' ;
2006-03-14 02:00:00.922 MSqlQuery: DELETE FROM inuseprograms WHERE 
chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND hostname = 
'MyHTPC' AND recusage = 'recorder' ;
2006-03-14 02:00:00.922 MSqlQuery: INSERT INTO inuseprograms  (chanid, 
starttime, recusage, hostname, lastupdatetime)  VALUES  ('1324', 
'2006-03-14T01:34:00', 'recorder', 'MyHTPC', '2006-03-14T02:00:00');
2006-03-14 02:00:00.923 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'PreviewPixmapOffset' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:00.937 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PreviewPixmapOffset' AND hostname IS NULL;
2006-03-14 02:00:00.938 
RingBuf(/media/mythtv/recordings/1324_20060314013400.mpg): 
OpenFile(/media/mythtv/recordings/1324_20060314013400.mpg, 0)
2006-03-14 02:00:01.012 read  <- 18 35      QUERY_RECORDER 
1[]:[]FRONTEND_READY
2006-03-14 02:00:01.012 TVRec(1): SetFlags(FrontendReady,) -> 
FrontendReady,RunMainLoop,AskAllowRecording,RingBufferReady,
2006-03-14 02:00:01.012 write -> 18 2       ok
2006-03-14 02:00:01.032 TVRec(1): ClearFlags(RecorderRunning,) -> 
FrontendReady,RunMainLoop,AskAllowRecording,RingBufferReady,
2006-03-14 02:00:01.032 TVRec(1): Tearing down RingBuffer
2006-03-14 02:00:01.033 write -> 14 51      
BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty
2006-03-14 02:00:01.111 MSqlQuery: DELETE FROM inuseprograms WHERE 
chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND hostname = 
'MyHTPC' AND recusage = 'recorder' ;
2006-03-14 02:00:01.112 MSqlQuery: INSERT INTO inuseprograms  (chanid, 
starttime, recusage, hostname, lastupdatetime)  VALUES  ('1324', 
'2006-03-14T01:34:00', 'recorder', 'MyHTPC', '2006-03-14T02:00:01');
2006-03-14 02:00:01.112 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'CommRewindAmount' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.112 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'CommNotifyAmount' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.117 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'Deinterlace' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.118 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'DecodeExtraAudio' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.118 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'VBIpageNr' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.118 MSqlQuery: SELECT data FROM settings WHERE value 
= 'VBIpageNr' AND hostname IS NULL;
2006-03-14 02:00:01.120 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'ISO639Language0' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.120 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'ISO639Language1' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.120 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'ISO639Language2' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.120 MSqlQuery: SELECT data FROM settings WHERE value 
= 'ISO639Language2' AND hostname IS NULL;
2006-03-14 02:00:01.121 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'AC3PassThru' AND hostname = 'MyHTPC' ;
0: start_time: 0.036 duration: 140.982
1: start_time: 0.026 duration: 140.903
stream: start_time: 0.289 duration: 1566.576 bitrate=2668 kb/s
2006-03-14 02:00:01.154 AFD: Stream #0, has id 0x480 codec id 
MPEG2VIDEO, type Video at 0x0x76f040
2006-03-14 02:00:01.154 detectInterlace(Detect Scan, Interlaced Scan, 
29.97, 480) ->Interlaced Scan
2006-03-14 02:00:01.154 AFD: Looking for decoder for MPEG2VIDEO
2006-03-14 02:00:01.154 AFD: Opened codec 0x6c7620, id(MPEG2VIDEO) 
type(Video)
2006-03-14 02:00:01.154 AFD: Stream #1, has id 0x448 codec id MP2, type 
Audio at 0x0x79f590
2006-03-14 02:00:01.155 AFD: Looking for decoder for MP2
2006-03-14 02:00:01.171 AFD: Opened codec 0x68dd60, id(MP2) type(Audio)
2006-03-14 02:00:01.172 AFD: Audio Track #1 is A/V stream #1 and has 2 
channels in the Unknown language(0).
2006-03-14 02:00:01.172 
RingBuf(/media/mythtv/recordings/1324_20060314013400.mpg): 
CalcReadAheadThresh(3392 KB)
                         -> threshhold(128 KB) min read(32 KB) blk 
size(128 KB)
2006-03-14 02:00:01.172 Resyncing position map. posmapStarted = 0 
livetv(0) watchingRec(0)
2006-03-14 02:00:01.180 MSqlQuery: SELECT mark, offset FROM 
recordedmarkup WHERE chanid = '1324' AND starttime = 
'2006-03-14T01:34:00' AND type = 9 ;
2006-03-14 02:00:01.182 MSqlQuery: SELECT mark, offset FROM 
recordedmarkup WHERE chanid = '1324' AND starttime = 
'2006-03-14T01:34:00' AND type = 6 ;
2006-03-14 02:00:01.197 Position map filled from DB to: 3132
2006-03-14 02:00:01.197 SyncPositionMap prerecorded, from DB: 3132 entries
2006-03-14 02:00:01.197 SyncPositionMap, new totframes: 46980, new 
length: 1567, posMap size: 3132
Input #0, mpeg, from '/media/mythtv/recordings/1324_20060314013400.mpg':
  Duration: 00:26:06.5, start: 0.289389, bitrate: 2668 kb/s
  Stream #0.0[0x1e0], 1/90000, 29.97 fps(r): Video: mpeg2video, yuv420p, 
480x480, 1001/30000, 3200 kb/s
  Stream #0.1[0x1c0], 1/90000: Audio: mp2, 48000 Hz, stereo, 192 kb/s
2006-03-14 02:00:01.198 AFD: Position map found
2006-03-14 02:00:01.198 AFD: Successfully opened decoder for file: 
"/media/mythtv/recordings/1324_20060314013400.mpg". novideo(0)
2006-03-14 02:00:01.203 MSqlQuery: SELECT mark, type FROM recordedmarkup 
WHERE chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND type = 1 
ORDER BY mark;2006-03-14 02:00:01.206 MSqlQuery: SELECT mark, type FROM 
recordedmarkup WHERE chanid = '1324' AND starttime = 
'2006-03-14T01:34:00' AND type = 0 ORDER BY mark;2006-03-14 02:00:01.220 
MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1324' 
AND starttime = '2006-03-14T01:34:00' AND type = 2 ORDER BY 
mark;2006-03-14 02:00:01.220 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'DisplaySizeWidth' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.220 MSqlQuery: SELECT data FROM settings WHERE value 
= 'DisplaySizeWidth' AND hostname IS NULL;
2006-03-14 02:00:01.220 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'DisplaySizeHeight' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.221 MSqlQuery: SELECT data FROM settings WHERE value 
= 'DisplaySizeHeight' AND hostname IS NULL;
2006-03-14 02:00:01.221 VideoOutputNull()
2006-03-14 02:00:01.223 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'HorizScanMode' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.223 MSqlQuery: SELECT data FROM settings WHERE value 
= 'HorizScanMode' AND hostname IS NULL;
2006-03-14 02:00:01.224 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'VertScanMode' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.224 MSqlQuery: SELECT data FROM settings WHERE value 
= 'VertScanMode' AND hostname IS NULL;
2006-03-14 02:00:01.224 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'HorizScanPercentage' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.224 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'VertScanPercentage' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.224 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'xScanDisplacement' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.226 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'yScanDisplacement' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.226 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'PIPLocation' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.226 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PlaybackBrightness' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.226 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PlaybackContrast' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.227 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PlaybackColour' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.227 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PlaybackHue' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.227 MSqlQuery: SELECT data FROM settings WHERE value 
= 'AspectOverride' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.227 Image size. dispxoff 0, dispyoff: 0, dispwoff: 
0, disphoff: 0, dispaspect: 1.33333
2006-03-14 02:00:01.227 Image size. imgx 24, imgy: 24, imgw: 432, imgh: 
432, aspect: 1.33333
2006-03-14 02:00:01.228 Created data @0x2a9c6b0010->0x2a9c704612
...
2006-03-14 02:00:01.262 Created data @0x2a9d0fb010->0x2a9d14f612
2006-03-14 02:00:01.262 Image size. dispxoff 0, dispyoff: 0, dispwoff: 
0, disphoff: 0, dispaspect: 1.33333
2006-03-14 02:00:01.262 Image size. imgx 24, imgy: 24, imgw: 432, imgh: 
432, aspect: 1.33333
2006-03-14 02:00:01.263 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'DefaultCCMode' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.263 NVP: ClearAfterSeek()
2006-03-14 02:00:01.279 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'PreviewFromBookmark' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.279 MSqlQuery: SELECT mark, type FROM recordedmarkup 
WHERE chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND type = 1 
ORDER BY mark;2006-03-14 02:00:01.279 MSqlQuery: SELECT mark, type FROM 
recordedmarkup WHERE chanid = '1324' AND starttime = 
'2006-03-14T01:34:00' AND type = 0 ORDER BY mark;2006-03-14 02:00:01.287 
MSqlQuery: SELECT mark, type FROM recordedmarkup WHERE chanid = '1324' 
AND starttime = '2006-03-14T01:34:00' AND type = 4 ORDER BY 
mark;2006-03-14 02:00:01.289 MSqlQuery: SELECT mark, type FROM 
recordedmarkup WHERE chanid = '1324' AND starttime = 
'2006-03-14T01:34:00' AND type = 5 ORDER BY mark;2006-03-14 02:00:01.290 
AFD: Selected track 1: Unknown MP2 2ch (A/V Stream #1)
2006-03-14 02:00:01.290 AFD: Initializing audio parms from audio track #1
2006-03-14 02:00:01.290 AFD: Audio format changed
                        from id(NONE)    -1Hz -1ch   0bps    ; 
id(NONE)    -1Hz -1ch   0bps
                        to   id( MP2) 48000Hz  2ch  16bps    ; id( MP2) 
48000Hz  2ch  16bps
2006-03-14 02:00:01.290 Dec: Trying to select track (w/lang)
2006-03-14 02:00:01.290 Dec: Selecting first track
2006-03-14 02:00:01.290 Dec: Selected track #1 in the Unknown language(0)
2006-03-14 02:00:01.323 AFD: DoFastForward(1917 (1), do discard frames)
2006-03-14 02:00:01.334 Dec: DoFastForward(1917 (1), do discard frames)
2006-03-14 02:00:01.334 AFD: SeekReset(1905, 0, do flush, do discard)
2006-03-14 02:00:01.334 AFD: SeekReset() flushing
2006-03-14 02:00:01.334 VideoBuffers::DiscardFrames(1): 
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2006-03-14 02:00:01.342 VideoBuffers::DiscardFrames(): 
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done()
2006-03-14 02:00:01.342 VideoBuffers::DiscardFrames(1): 
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -- done
2006-03-14 02:00:01.343 NVP: ClearAfterSeek()
2006-03-14 02:00:01.396 MSqlQuery: DELETE FROM inuseprograms WHERE 
chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND hostname = 
'MyHTPC' AND recusage = 'recorder' ;
2006-03-14 02:00:01.396 ~VideoOutputNull()
2006-03-14 02:00:01.405 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'PreviewPixmapWidth' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.406 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PreviewPixmapWidth' AND hostname IS NULL;
2006-03-14 02:00:01.406 MSqlQuery: SELECT data FROM settings WHERE 
value  = 'PreviewPixmapHeight' AND hostname = 'MyHTPC' ;
2006-03-14 02:00:01.406 MSqlQuery: SELECT data FROM settings WHERE value 
= 'PreviewPixmapHeight' AND hostname IS NULL;
2006-03-14 02:00:01.680 MSqlQuery: DELETE FROM inuseprograms WHERE 
chanid = '1324' AND starttime = '2006-03-14T01:34:00' AND hostname = 
'MyHTPC' AND recusage = 'recorder' ;
2006-03-14 02:00:01.688 Preview: previewThreadDone took 7ms
2006-03-14 02:00:01.696 Preview: previewThreadDone took 8ms
2006-03-14 02:00:02.645 TVRec(1): StartRecording(MythBusters)
2006-03-14 02:00:08.037 read  <- 13 33      
MESSAGE[]:[]RECORDING_LIST_CHANGE
2006-03-14 02:00:08.037 write -> 13 2       OK
2006-03-14 02:00:08.037 write -> 14 51      
BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty
2006-03-14 02:00:08.066 read  <- 13 21      QUERY_RECORDINGS Play



More information about the mythtv-users mailing list