PDA

View Full Version : Dirmon2 with Videoredo


pochrist
03-13-2007, 12:03 AM
just started useing SA with GB-PVR to generate Videoredo Project files, and then I run the projects manually and then clean up the directories. I decided to try Drimon 2, but I'm unsure of exaclty how to set that up.

Can somebody post an example of what fields need to be filled in to accomplish this:

1) At 8pm Run Videoredo on x\myvideo and look for *.vprj files and process files

2) After videoredo completes this task delete vprj, original mpg, log files,etc

dvd_maniac
03-13-2007, 09:56 PM
I record TV on my PC using SageTV and have Dirmon2 check the recording folder for any new .mpg files, once it finds one it checks every few minutes until the filesize stops growing, them it calls on a bat:
"C:\Program Files\VideoReDoPlus\AdScan.vbs" %*
:: clean up log and txt files
del "%~pdn1".log
del "%~pdn1".logo.txt
del "%~pdn1".mpg.index.dat
del "%~pdn1".tp.index.dat
del "%~pdn1".txt

This .bat file calls on a slightly modified version of AdScan.vbs which opens up the adscan, scans the file, creates a project file then closes AdScan. Dirmon then processes the next mpg file or waits for another new one to pop up.

This process has worked flawlessly for almost a year now.
Read the following thread and you should be able to get it to work.
If not PM/email me and I'll send you the modified adscan.vbs and vrd.bat files with pictures of Dirmon2 setup
http://www.videoredo.net/msgBoard/showthread.php?t=2910

pochrist
03-20-2007, 09:21 PM
Thanks for the reply, I thought I had set the post to e-mail when there was a reply... guess not.

If I'm reading your post correctly your using Dirmon 2 make VR scan for commercial and then generate a VPRJ.

Which is the step I already have down. I use Comskip to do the same thing and output a VPRJ for every record.

Which I then have to manually open each VPRJ and either set up a batch file or do one at a time. - This area that I want to avoid by using Dirmon2

I want Dirmon2 to detect the presence of an VPRJ file and then save the file as new file in the same location (or another one if that possible) and then delete the original and any other file I call out.

Sounds logical right? Can it be done. The author seems strangly mute on my post in his forumn.