2006-08-05, 06:47 PM
Hello!
The ExternalRecorder Plugin create an .mpg file, how I can switch that off?
Test1.exe converts the EPG Data to the External Recording Programm
notepad.exe is for testing, the correct software is called later
ende.bat close the Recording Software.
The Plugin search für the .mpg File, but the name of the file is different !
So ExternalRecorderPlugin dont find it and restard the recording ... Test1.exe and Notepad.exe called again !
I dont understand why the Plugin makes an MPG File, i only want to start the Programms in this order at the EPG time.
Greetings
Captain
Here is the "GBPVRRecordingService.exe.log"
checking recordings
05.08.2006 20:00:16.765 VERBOSE [5] - checking PRO 7
05.08.2006 20:00:16.765 VERBOSE [5] pending: PRO 7
05.08.2006 20:01:00.187 VERBOSE [5] Changing to channel (GBPVR.Backend.Common.NullTunerController): 0
05.08.2006 20:01:00.203 VERBOSE [5] Requesting IRecordingSource to start recording: C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:00.203 VERBOSE [5] ExternalRecorder[59817589]: enter startRecording(qualityLevel:=1,filename:=C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg,channelTuning:={0,''})
05.08.2006 20:01:00.218 VERBOSE [5] ExternalRecorder[59817589]: startProgram-StartRecording('C:\Programme\devnz\gbpvr\sqlite\Test1.exe','')
05.08.2006 20:01:10.250 VERBOSE [5] ExternalRecorder[59817589]: startProgram-NowRecording('C:\WINDOWS\notepad.exe','')
05.08.2006 20:01:10.312 VERBOSE [5] Programme is now recording
05.08.2006 20:01:10.328 VERBOSE [5] RecordingFactory.save()
05.08.2006 20:01:10.453 VERBOSE [5] Save(): Updated existing scheduled recording
05.08.2006 20:01:10.453 VERBOSE [5] getValue() loading new key/value into cache: /settings/ProcessCommercialsDuringRecording
05.08.2006 20:01:10.453 VERBOSE [5] getValue: /settings/ProcessCommercialsDuringRecording : false
05.08.2006 20:01:10.484 VERBOSE [14] getValue() loading new key/value into cache: /settings/CommercialDetectionScheme
05.08.2006 20:01:10.484 VERBOSE [14] getValue: /settings/CommercialDetectionScheme : 0
05.08.2006 20:01:10.484 INFO [14] Parallel Processing thread starting...
05.08.2006 20:01:10.484 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to parallel processing queue
05.08.2006 20:01:21.484 VERBOSE [14] File does not yet exist (may fail): C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:35.468 INFO [5] Recording file cant be found. Giving second chance: C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:35.468 VERBOSE [5] Stopping recording
05.08.2006 20:01:35.468 VERBOSE [5] ExternalRecorder[59817589]: enter stopRecording()
05.08.2006 20:01:35.468 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-Process.Kill()
05.08.2006 20:01:35.484 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-StopRecording('C:\Programme\devnz\gbpvr\sqlite\ende.bat','')
05.08.2006 20:01:36.000 VERBOSE [5] Restarting recording
05.08.2006 20:01:36.000 VERBOSE [5] ExternalRecorder[59817589]: enter startRecording(qualityLevel:=1,filename:=C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg,channelTuning:={0,''})
05.08.2006 20:01:36.000 VERBOSE [5] ExternalRecorder[59817589]: startProgram-StartRecording('C:\Programme\devnz\gbpvr\sqlite\Test1.exe','')
05.08.2006 20:01:46.000 VERBOSE [5] ExternalRecorder[59817589]: startProgram-NowRecording('C:\WINDOWS\notepad.exe','')
05.08.2006 20:04:00.062 VERBOSE [5] Recording has passed endtime+padding. Stopping.
05.08.2006 20:04:00.062 VERBOSE [5] ExternalRecorder[59817589]: enter stopRecording()
05.08.2006 20:04:00.062 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-Process.Kill()
05.08.2006 20:04:00.093 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-StopRecording('C:\Programme\devnz\gbpvr\sqlite\ende.bat','')
05.08.2006 20:04:00.156 VERBOSE [5] getValue cached value: /settings/ProcessCommercialsDuringRecording : false
05.08.2006 20:04:00.203 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to commercial detection queue
05.08.2006 20:04:00.203 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to conversion detection queue
05.08.2006 20:04:00.203 VERBOSE [15] getValue cached value: /settings/CommercialDetectionScheme : 0
05.08.2006 20:04:00.203 INFO [15] Post Processing thread starting...
05.08.2006 20:04:00.312 VERBOSE [5] RecordingStatus is now RecordingStatus.RECORDING_COMPETED
05.08.2006 20:04:00.312 VERBOSE [5] RecordingFactory.save()
05.08.2006 20:04:00.406 VERBOSE [5] Save(): Updated existing scheduled recording
05.08.2006 20:04:00.406 VERBOSE [5] RecordingFactory.loadSchedule()
05.08.2006 20:04:00.406 VERBOSE [5] getValue cached value: /settings/AutoRemoveMissingRecordings : true
05.08.2006 20:04:00.406 VERBOSE [5] checking recordings
05.08.2006 20:04:00.406 VERBOSE [5] - checking C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_2006080
....
The ExternalRecorder Plugin create an .mpg file, how I can switch that off?
Test1.exe converts the EPG Data to the External Recording Programm
notepad.exe is for testing, the correct software is called later
ende.bat close the Recording Software.
The Plugin search für the .mpg File, but the name of the file is different !
So ExternalRecorderPlugin dont find it and restard the recording ... Test1.exe and Notepad.exe called again !
I dont understand why the Plugin makes an MPG File, i only want to start the Programms in this order at the EPG time.
Greetings
Captain
Here is the "GBPVRRecordingService.exe.log"
checking recordings
05.08.2006 20:00:16.765 VERBOSE [5] - checking PRO 7
05.08.2006 20:00:16.765 VERBOSE [5] pending: PRO 7
05.08.2006 20:01:00.187 VERBOSE [5] Changing to channel (GBPVR.Backend.Common.NullTunerController): 0
05.08.2006 20:01:00.203 VERBOSE [5] Requesting IRecordingSource to start recording: C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:00.203 VERBOSE [5] ExternalRecorder[59817589]: enter startRecording(qualityLevel:=1,filename:=C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg,channelTuning:={0,''})
05.08.2006 20:01:00.218 VERBOSE [5] ExternalRecorder[59817589]: startProgram-StartRecording('C:\Programme\devnz\gbpvr\sqlite\Test1.exe','')
05.08.2006 20:01:10.250 VERBOSE [5] ExternalRecorder[59817589]: startProgram-NowRecording('C:\WINDOWS\notepad.exe','')
05.08.2006 20:01:10.312 VERBOSE [5] Programme is now recording
05.08.2006 20:01:10.328 VERBOSE [5] RecordingFactory.save()
05.08.2006 20:01:10.453 VERBOSE [5] Save(): Updated existing scheduled recording
05.08.2006 20:01:10.453 VERBOSE [5] getValue() loading new key/value into cache: /settings/ProcessCommercialsDuringRecording
05.08.2006 20:01:10.453 VERBOSE [5] getValue: /settings/ProcessCommercialsDuringRecording : false
05.08.2006 20:01:10.484 VERBOSE [14] getValue() loading new key/value into cache: /settings/CommercialDetectionScheme
05.08.2006 20:01:10.484 VERBOSE [14] getValue: /settings/CommercialDetectionScheme : 0
05.08.2006 20:01:10.484 INFO [14] Parallel Processing thread starting...
05.08.2006 20:01:10.484 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to parallel processing queue
05.08.2006 20:01:21.484 VERBOSE [14] File does not yet exist (may fail): C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:35.468 INFO [5] Recording file cant be found. Giving second chance: C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg
05.08.2006 20:01:35.468 VERBOSE [5] Stopping recording
05.08.2006 20:01:35.468 VERBOSE [5] ExternalRecorder[59817589]: enter stopRecording()
05.08.2006 20:01:35.468 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-Process.Kill()
05.08.2006 20:01:35.484 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-StopRecording('C:\Programme\devnz\gbpvr\sqlite\ende.bat','')
05.08.2006 20:01:36.000 VERBOSE [5] Restarting recording
05.08.2006 20:01:36.000 VERBOSE [5] ExternalRecorder[59817589]: enter startRecording(qualityLevel:=1,filename:=C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg,channelTuning:={0,''})
05.08.2006 20:01:36.000 VERBOSE [5] ExternalRecorder[59817589]: startProgram-StartRecording('C:\Programme\devnz\gbpvr\sqlite\Test1.exe','')
05.08.2006 20:01:46.000 VERBOSE [5] ExternalRecorder[59817589]: startProgram-NowRecording('C:\WINDOWS\notepad.exe','')
05.08.2006 20:04:00.062 VERBOSE [5] Recording has passed endtime+padding. Stopping.
05.08.2006 20:04:00.062 VERBOSE [5] ExternalRecorder[59817589]: enter stopRecording()
05.08.2006 20:04:00.062 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-Process.Kill()
05.08.2006 20:04:00.093 VERBOSE [5] ExternalRecorder[59817589]: stopProgram-StopRecording('C:\Programme\devnz\gbpvr\sqlite\ende.bat','')
05.08.2006 20:04:00.156 VERBOSE [5] getValue cached value: /settings/ProcessCommercialsDuringRecording : false
05.08.2006 20:04:00.203 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to commercial detection queue
05.08.2006 20:04:00.203 VERBOSE [5] Adding C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_20060805200100.mpg to conversion detection queue
05.08.2006 20:04:00.203 VERBOSE [15] getValue cached value: /settings/CommercialDetectionScheme : 0
05.08.2006 20:04:00.203 INFO [15] Post Processing thread starting...
05.08.2006 20:04:00.312 VERBOSE [5] RecordingStatus is now RecordingStatus.RECORDING_COMPETED
05.08.2006 20:04:00.312 VERBOSE [5] RecordingFactory.save()
05.08.2006 20:04:00.406 VERBOSE [5] Save(): Updated existing scheduled recording
05.08.2006 20:04:00.406 VERBOSE [5] RecordingFactory.loadSchedule()
05.08.2006 20:04:00.406 VERBOSE [5] getValue cached value: /settings/AutoRemoveMissingRecordings : true
05.08.2006 20:04:00.406 VERBOSE [5] checking recordings
05.08.2006 20:04:00.406 VERBOSE [5] - checking C:\Programme\DVB-S1\DVB-S1\Record\PRO 7_2006080
....