NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 75 76 77 78 79 … 433 Next »
ComSkip not Working for Me

ComSkip not Working for Me
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#11
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.
GWCowling323
Offline

Member

Posts: 125
Threads: 27
Joined: Jul 2016
#12
2017-10-30, 11:30 AM
After a year of travel I finally have time to get back to this issue. I made the the changes to batch files on this PC as suggested and I still don't get .edl files. When I drop a .ts file on comskip.exe a window opens and I see comskip doing its thing, however when it's done it does leave a .edl file. On my other PC I am still using the batch files you don't like and it has never had a problem creating .edl files. When I take a .ts file from this PC and drop it on comskip.exe on the other PC it creates a .edl file. I can only assume that there is some other issue here.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#13
2017-10-30, 12:39 PM
GWCowling323 Wrote:I made the the changes to batch files on this PC as suggested and I still don't get .edl files. When I drop a .ts file on comskip.exe a window opens and I see comskip doing its thing, however when it's done it does leave a .edl file.

Did you mean to say "...it does not leave a .edl file."? If so, then I would suggest comparing your comskip.ini files and make sure that they both specify that you want comskip to output an .edl file.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#14
2017-10-30, 10:04 PM
Your comskip.ini file has: output_edl=0
Edit to read: output_edl=1
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#15
2017-10-30, 10:13 PM
Also although NextPVR doesn't distinguish cut and skip I find it is best to use skip if youi ever plan on using Kodi since the commercials are in the timelne even when they are skipped.

edl_skip_field=3

Marti
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#16
2017-11-02, 07:15 AM
Hi Martin, does auto-skip from comskip work in Kodi now? Not just show the timeline with cut points?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#17
2017-11-02, 07:39 AM
jksmurf Wrote:Hi Martin, does auto-skip from comskip work in Kodi now? Not just show the timeline with cut points?

As long as you use smb or nfs (or local filesystem) to access the file (not http), then it works.
Barry10
Offline

Member

Posts: 158
Threads: 31
Joined: May 2015
#18
2017-11-06, 12:09 AM
New to comskip, but I set it up as a postprocessing.bat. My quad tuner records 4 shows at a time, then uses comskip to mark commercials. When doing multiple recordings every file has commercials, but single recording work fine. My question is this normal behavior? Otherwise no issues with the latest version of NextPvr, I did the Nshared.dll fix and it works fine for me.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#19
2017-11-06, 12:15 AM
Barry10 Wrote:New to comskip, but I set it up as a postprocessing.bat. My quad tuner records 4 shows at a time, then uses comskip to mark commercials. When doing multiple recordings every file has commercials, but single recording work fine. My question is this normal behavior? Otherwise no issues with the latest version of NextPvr, I did the Nshared.dll fix and it works fine for me.

Sounds more like a bug in your batch file. Post logs and your batch file.

BTW new threads for new problems don't cost anything.

Martin
GWCowling323
Offline

Member

Posts: 125
Threads: 27
Joined: Jul 2016
#20
2017-11-06, 11:31 AM
mulletback Wrote:Your comskip.ini file has: output_edl=0
Edit to read: output_edl=1

Made change to comskip.ini I can now drop .ts files on comskip.exe to get a .edl file. With recording I now get no .edl file or a 0 kb .edl file and no commercial skips in the time line. I was going to upload the .edl file and .txt files from recent examples of each but there is no longer a link to select files, so I will include in another post. I've tried parallel processing and post processing with the same results. I've attached the most recent batch files as well as my log.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Comskip Playback Odd Behavior kirschey 3 1,638 2021-09-27, 06:16 PM
Last Post: sub
  Fast-forward and comskip issues manic_biker 11 3,735 2021-07-12, 02:17 AM
Last Post: Robazz
  HDHomerun recording bizzarely not working Jean0987654321 3 1,988 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  Channels/PIP popups not working 4.2.5 (191014) eastavin 7 2,728 2020-04-20, 03:20 AM
Last Post: eastavin
  Absolute Newbie OTA EPG not working as expected. n8lbv 4 2,553 2020-04-02, 06:03 PM
Last Post: mvallevand
  Live TV not working jresnick 21 9,960 2020-01-04, 06:26 PM
Last Post: BrettB
  Comskip edl files ignored dbguru 3 2,172 2019-10-24, 06:11 PM
Last Post: mvallevand
  Some Channels not working jasonwilliams 7 2,109 2019-08-01, 06:31 PM
Last Post: sub
  NextPVR has Stopped Working rgc101 0 1,116 2019-05-27, 11:24 PM
Last Post: rgc101
  Cancel button not working in web interface antenna 0 953 2019-05-20, 04:45 PM
Last Post: antenna

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

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

Linear Mode
Threaded Mode