2006-02-28, 03:26 AM
I like the idea of RecordingsManager, however I am experiencing difficulties getting it to run comclean. Here is the relevant bits from the RecordingsManager.xml file.
The comskip process runs just fine, so does the Rename portion. I have MaxRecordings disabled currently.
I have comclean.bat in the GBPVR directory. The mpgtx.exe is also in the GBPVR directory. comclean.bat works when called from the command.
line from comclean.bat:
Note: My actual postprocessing.bat file is:
-Jeff
Code:
<StayAliveMinutes>0</StayAliveMinutes>
<RefreshIntervalSeconds>10</RefreshIntervalSeconds>
<PollIntervalMinutes>1</PollIntervalMinutes>
<ComSkip>
<Enabled>True</Enabled>
<ProcessInProgressRecordings>True</ProcessInProgressRecordings>
<Monitor>True</Monitor>
<MonitorIntervalMinutes>10</MonitorIntervalMinutes>
<MaxRunning>1</MaxRunning>
<RunComClean>True</RunComClean>
<ExcludeChannels>
<Channel>1</Channel>
<Channel>15</Channel>
</ExcludeChannels>
<ExcludePrograms>
<Program>Hardball with Chris Matthews</Program>
</ExcludePrograms>
<Folders>
<Folder Pattern="*.mpg" Recursive="True">C:\temp\gbpvr\Recordings</Folder>
</Folders>
</ComSkip>
The comskip process runs just fine, so does the Rename portion. I have MaxRecordings disabled currently.
I have comclean.bat in the GBPVR directory. The mpgtx.exe is also in the GBPVR directory. comclean.bat works when called from the command.
line from comclean.bat:
Code:
set mpgtx="C:\Program Files\devnz\gbpvr\mpgtx.exe"
Note: My actual postprocessing.bat file is:
Code:
RecordingsManager %1
-Jeff