2016-11-13, 05:36 PM
GWCowling323 Wrote:Comskip.exe & Comskip.ini are in my C:\Users\Public\NPVR directory. Used comskip %1 in both ParallelProcessing and PostProcessing and did not get a .edl file.
Your ParallelProcess.bat file is still launching NextEnd twice and then running comskip! Then after the recording ends, you are trying to run comskip a second time!
Please, please, please, follow our instructions and edit your files as follows:
ParallelProcessing.bat
Code:
@echo off
start /b "" "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --oid %3 --sd
exit /b
PostProcessing.bat
Code:
@echo off
cd /d "C:\Users\Public\NPVR\"
comskip %1
GWCowling323 Wrote:Dragged a file to comskip.exe, which created a .edl, but I can't open it in NPVR. Uploaded NPVR and Comskip config files and my batch files, as well as they latest logs.
You don't open the .edl file directly with NextPVR. When you go to play a file, NextPVR will look in the same folder as the .ts file to see if there is an .edl file with the same base filename. If so, then it will read the skip points from the .edl file and use to automatically skip those points when playing the file.