2008-06-10, 04:24 PM
mkenyon2 Wrote:K, I'm trying this.
First, I renamed the old script, and dropped in the new script (with it's new name). Got a .Net unhandled exception (probably because of not finding the script as it was named.)
No prob, I renamed the new script to be the same as the old script. Ran the queue.
It removed the item from the SkipTool queue in PVRx2, but no command window came up running the script.
I figured it's missing some path's or something, so I went into the new script, and tried to set paths to their correct value.
(I'm really interested in the portable conversion stuff I saw there... but that's another thing.)
Ran the queue, and still, nothing popped up, to say things were running, but the file got dropped out of the queue. Now I have two queueIt.exe instances running at 0% CPU load.
The new script likely has to be configured to use the parameters from the app
You have to set it to guide_mode=config_from_app
otherwise it just tries to run in it's normal way.
Does that make sense?
Here are the settings from the one that is distributed with skiptool. Set these in the new one and you should be good to go.
SET mencoder_path=c:\Progra~1\devnz\gbpvr\ThirdP~1\mplayer\mencoder.exe
SET mplayer_path=c:\Progra~1\devnz\gbpvr\ThirdP~1\mplayer\mplayer.exe
SET comskip_path=c:\Progra~1\devnz\gbpvr\comskip.exe
SET recordings_path=c:\myvideos\
SET guide_mode=config_from_app