NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 2 3 4 5 … 111 Next »
Comskip on programs already recorded without it?

 
  • 0 Vote(s) - 0 Average
Comskip on programs already recorded without it?
FrogFan
Offline

Member

Posts: 122
Threads: 20
Joined: Mar 2018
#1
2026-03-14, 04:41 PM
Apologies if I've posted this question in the wrong forum.

I've been using Comskip with NextPVR for several years and it works well for me.  Before I added Comskip, I had recorded quite a few programs without it.  I'm wondering if there's a way I can run Comskip on a batch of these programs.  For example, I've recorded multiple episodes of several seasons of "Alfred Hitchcock Presents" before I installed Comskip, and I'd like to create the files and data needed to skip the commercials on all of the episodes when I watch them through NextPVR/Kodi.  Is this possible?

I have used the search function here and couldn't find any information that looked related.

Thanks for any help.
gEd
Offline

Posting Freak

London
Posts: 3,546
Threads: 100
Joined: Jan 2005
#2
2026-03-14, 09:09 PM
I can't recall if comskip always puts it's output file(s) in the same folder as the recordning.
However, you probably need to take a copy of your postprocessing.bat that you are using (I presume) to run comskip and add code like this which will run on multiple files that you drag onto the .bat file.

@echo off

:LOOP
rem you need to add the path to comskip to the line below
Comskip.exe %1

shift
if not [%1]==[] goto LOOP

exit
artmetz
Offline

Senior Member

NW Montana
Posts: 378
Threads: 72
Joined: Dec 2016
#3
2026-03-15, 07:41 PM
I've created a batch file that scans a directory and subdirectories for mp4/ts files and runs comskiip if there is no edl for the recording.
If you have some batch file skills, it's shouldn't be too difficult to modify for your needs.
Both files go into the comskip directory, skipcom.bat is the one you run after modifying the target directory path. It uses comwork.bat to check for directories that don't have recordings with commercials, then runs comskip.exe otherwise.
Not sure what else may need changing for your specific needs.

I've used this on my NPVR and Playon recording directories.
Art


Attached Files
.zip   comskip.zip (Size: 1.32 KB / Downloads: 5)
FrogFan
Offline

Member

Posts: 122
Threads: 20
Joined: Mar 2018
#4
2026-03-16, 12:47 AM
Thanks for the suggestions.  I've programmed a fair bit in my day but I don't recognize the code from @gEd or @artmetz above.  The last time I wrote a .bat file, DOS was the operating system.   Smile

I'll dig a bit and see if I can put together some code that handles my case.  I do think the edl files are stored with the episode data.
artmetz
Offline

Senior Member

NW Montana
Posts: 378
Threads: 72
Joined: Dec 2016
#5
2026-03-16, 01:48 AM
Ok. The skipcom.bat has this line:
pushd "D:\Playon"
Which is where you would set the directory you want to have processed. You could try it on a test directory with only one mp4 or ts file.
It will open comskip.out in notepad that contains a log of what was processed.
I don't think any other changes would be required.
Additionally:
"D:\Playon" could be replaced with %1 in skipcom.bat:
pushd %1
Then you would run it this way:
skipcom "D:\SomeDirectory\Path"
Art
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't find recorded files to edit them MaccaHV 15 597 2026-04-19, 09:18 PM
Last Post: MaccaHV
  Comskip on Synology jrockow 3 222 2026-04-17, 02:36 PM
Last Post: jrockow
  COMSKIP media player? jrockow 14 979 2026-03-29, 01:45 AM
Last Post: jrockow
  nextpvr.exe guide is no longer highlighting shows that are scheduled to be recorded hae 10 1,903 2025-09-28, 11:12 PM
Last Post: hae
  Micro stutter live and recorded TV dallascowboy23 10 2,628 2025-05-31, 06:39 AM
Last Post: three6zerocool
  Recorded TV programs not showing on NextPVR interface FrogFan 12 3,549 2025-01-23, 11:15 PM
Last Post: FrogFan
  "missing recorded file"..... new hardware....new setup.. same issue Houghton19@gmail.com 7 2,921 2024-04-16, 12:04 PM
Last Post: Houghton19@gmail.com
  Errors setting up Comskip MPG 2 1,119 2024-03-17, 05:13 PM
Last Post: MPG
  How to make comskip work in WIndows nikkilocke 10 4,379 2024-03-01, 08:04 AM
Last Post: Jakesty
  Can't record scheduled programs zumwalt 11 3,150 2023-10-24, 08:38 PM
Last Post: zumwalt

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

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

Linear Mode
Threaded Mode