home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
General Forums
Newcomers Forum
Set Comskip to ignore certain channel?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jay_UK" data-source="post: 922851" data-attributes="member: 98509"><p>Hi there,</p><p> </p><p>You could try something like this (just quickly typed it):</p><p></p><p>you will need to specify the path to the location of comskip </p><p>@echo off</p><p>REM</p><p>REM place the channel names within the brackets that you do not want to run Comskip for</p><p>REM We will loop through each name looking to see if it exists in the recording/filename</p><p>REM</p><p> </p><p>FOR %%A IN (itv bbc bbc2) DO (</p><p> echo "%1" | findstr /I /C:"%%A" 1>nul 2>&1</p><p> if errorlevel 1 (</p><p> </p><p> REM</p><p> REM No match found</p><p> REM</p><p> ) else (</p><p> REM</p><p> REM Match found - so bypassing comskip and jumping straight to the end</p><p> REM</p><p> goto end</p><p> )</p><p>)</p><p></p><p>REM</p><p>REM Lets run comskip </p><p>REM</p><p>"c:\program files (x86)\comskip\comskip.exe" "%1"</p><p></p><p>:End</p><p></p><p></p><p></p><p></p><p>Cheers,</p><p></p><p>J.</p></blockquote><p></p>
[QUOTE="Jay_UK, post: 922851, member: 98509"] Hi there, You could try something like this (just quickly typed it): you will need to specify the path to the location of comskip @echo off REM REM place the channel names within the brackets that you do not want to run Comskip for REM We will loop through each name looking to see if it exists in the recording/filename REM FOR %%A IN (itv bbc bbc2) DO ( echo "%1" | findstr /I /C:"%%A" 1>nul 2>&1 if errorlevel 1 ( REM REM No match found REM ) else ( REM REM Match found - so bypassing comskip and jumping straight to the end REM goto end ) ) REM REM Lets run comskip REM "c:\program files (x86)\comskip\comskip.exe" "%1" :End Cheers, J. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
Set Comskip to ignore certain channel?
Contact us
RSS
Top
Bottom