NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 95 96 97 98 99 … 125 Next »
Comskip automation over four harddrives

 
  • 0 Vote(s) - 0 Average
Comskip automation over four harddrives
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#1
2005-11-09, 05:30 PM
Does anyone have a batch file that they can post that runs comskip on files that have not had comskip run on them?

I am looking for a batch file that can go through four hard drives searching all shows that are stored alphabetically in separate folders for each show. Then determine if a show has had comskip run on it, if not, run the comskip.exe on the program and then move onto the next show and stop after searching all four hard drives.
drain
Offline

Member

Posts: 91
Threads: 12
Joined: Jun 2005
#2
2005-11-10, 02:28 AM
Well, I didn't have such a batch file until just now. Sounds like a good idea. Here is my comskipsearch.bat - suggestions/corrections welcomed.

Code:
echo off
for /R %1 %%l in (*.mpg) do (
  if not exist "%%~dl%%~pl%%~nl.txt" (
    "C:\Program Files\devnz\gbpvr\comskip" "%%~l"
  )
)

Note that you might have to change the path to comskip.exe depending on you setup. It accepts a search path as a parameter, so you can just call it from another batch file to do all your drives. eg:

Code:
call comskipsearch d:\
call comskipsearch e:\recordings\
call comskipsearch f:\tv\
call comskipsearch g:\multimedia\videos\
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#3
2005-11-15, 08:53 PM
Thank you Drain,

That is exactly what I was looking for. I have been running it for the past couple of days without any problems. I actually slightly modified it to allow me to watch the shows in Zoomplayer. With the couple of additional switches I can watch shows in Zoomplayer commercial free. Here is the modified batch file for anyone interested:

REM echo off
for /R %1 %%l in (*.mpg) do (
if not exist "%%~dl%%~pl%%~nl.csv" (
"C:\Program Files\devnz\gbpvr\comskip" -n --zpcut "%%~l"
)
)
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#4
2005-11-17, 03:11 AM
Very nice. Works well.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcode w/ Comskip? pduncan67 1 2,160 2009-11-25, 03:59 AM
Last Post: johnsonx42
  Comskip & Digital? nightwalker 8 3,595 2009-08-29, 06:34 PM
Last Post: nightwalker
  comskip wont run anymore HELP :) DoPeFiSh 1 1,982 2009-07-21, 07:34 PM
Last Post: DoPeFiSh
  Comskip build 0.80.011 Released erik 13 6,329 2009-03-01, 11:36 AM
Last Post: erik
  comskip problem j210277 11 6,221 2009-01-28, 05:25 AM
Last Post: stustunz
  Comskip: Interpreting the aspects file zehd 0 1,600 2008-11-29, 07:41 AM
Last Post: zehd
  Comskip.exe Question spector9 17 9,532 2008-10-28, 03:02 AM
Last Post: reboot
  Comskip quit working DoPeFiSh 5 2,812 2008-10-06, 04:09 PM
Last Post: DoPeFiSh
  problem with comskip GUI wannabepvr 3 2,928 2008-06-08, 06:53 AM
Last Post: erik
  A few Comskip questions. gh_speedyg 1 1,960 2008-05-20, 05:49 AM
Last Post: erik

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode