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 … 424 425 426 427 428 … 433 Next »
Comskip Npvr

Comskip Npvr
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#11
2010-06-19, 12:25 AM
Thanks sub,
comskip is not super accurate for digital channels.(since I have not spent time tuning it). So I wait for a commercial and then just hit play. then manual skip forward or back if it misses. It is easier than it sounds. I will bump it tomorrow.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#12
2010-06-19, 01:07 AM
sub Wrote:Its either auto skipping or entirely ignoring the comskip files. There is no equivalent in NPVR of what you describe. I didnt think anybody used that feature in GBPVR.

Well I'm a +1 for this as well & it is actually a +3 as I know two of the others users I help out also use it.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#13
2010-06-19, 02:11 AM
sub Wrote:Its either auto skipping or entirely ignoring the comskip files. There is no equivalent in NPVR of what you describe. I didnt think anybody used that feature in GBPVR.
If you bump the thread tomorrow though, I'll provide a patch which adds the 'play' to skip manual style skipping.
Yes please sub. Even with GB-PVR I used Play-to-skip sometimes, and that was with DVR-MS files where the auto-skipping was pretty accurate... comskip itself can be fooled on some programs. With .ts files the auto-skips will be off (usually early in my past experience), so I'll want to run with auto-skip off; when I get to a commercial I'll hit play to skip most of the commercial, then small skips to find the rest of the show.
Sorry if this is some of that cruft you wanted to be rid of Wink
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#14
2010-06-19, 12:14 PM
Hi sub,

I am sure you don't need a bump of this, but when you look at it I have another favor. Can you get rid of the channel number that is sent with the file name to comskip during the PostProcessing.bat launch? It is confusing comskip and seems to be a pain to filter out. Or conversly, if the number needs to be there, can it be always 4 digits like 0005. That seems to be easy to cut with the batch file.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#15
2010-06-19, 12:50 PM
soccerdad Wrote:Hi sub,

I am sure you don't need a bump of this, but when you look at it I have another favor. Can you get rid of the channel number that is sent with the file name to comskip during the PostProcessing.bat launch? It is confusing comskip and seems to be a pain to filter out. Or conversly, if the number needs to be there, can it be always 4 digits like 0005. That seems to be easy to cut with the batch file.

That number must NEVER go away, it's very useful to filter out channels without commercials, saves a lot of time especially for HD-recordings when you don't need to run Comskip on them. As for batch file handling the following links may be useful:

http://www.computerhope.com/batch.htm
http://commandwindows.com/
http://www.microsoft.com/resources/docum...x?mfr=true (All about %~dpn and other cryptical commands Smile)

"I'd rather have a bottle in front of me than a frontal lobotomy"
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#16
2010-06-19, 01:15 PM
Reddwarf Wrote:That number must NEVER go away,

Thats fine, I just need to figure out how to handle it then. I assume everyone else has this issue. Hopefully someone will post a batch that works with 1-4 digit channel numbers. It seems that you use the number, what do you do?
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
speising
Offline

Member

Posts: 57
Threads: 9
Joined: Nov 2008
#17
2010-06-19, 01:57 PM
actually, the problem is simply that the path argument to postprocessing.bat doesn't get enclosed in qoutes anymore, so spaces in the filename are confusing the parameter count.
if sub could just add the quotes, it would be very helpful, and comskip could be called simply with
comskip.exe %1
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#18
2010-06-19, 03:18 PM
speising Wrote:actually, the problem is simply that the path argument to postprocessing.bat doesn't get enclosed in qoutes anymore, so spaces in the filename are confusing the parameter count.
if sub could just add the quotes, it would be very helpful, and comskip could be called simply with
comskip.exe %1

RTFM, learn how it works and make your own, that way you get exactly what you need.

"I'd rather have a bottle in front of me than a frontal lobotomy"
haripj
Offline

Member

Posts: 134
Threads: 17
Joined: Mar 2005
#19
2010-06-19, 04:52 PM
sub Wrote:Its either auto skipping or entirely ignoring the comskip files. There is no equivalent in NPVR of what you describe. I didnt think anybody used that feature in GBPVR.

If you bump the thread tomorrow though, I'll provide a patch which adds the 'play' to skip manual style skipping.

I only use manual skipping as comskip has been wrong many times for me. I would appreciate manual skip returning if possible. I also use the channel numbers to filter what comskip profile is used depending on the channel.
"Nothing succeeds as planned" - Joseph Heller
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#20
2010-06-19, 06:19 PM
speising Wrote:actually, the problem is simply that the path argument to postprocessing.bat doesn't get enclosed in qoutes anymore, so spaces in the filename are confusing the parameter count.
I spotted this yesterday, and have added the quotes for the next build.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,572 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,051 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,623 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,813 2022-01-03, 04:45 AM
Last Post: mvallevand
  Comskip Playback Odd Behavior kirschey 3 1,794 2021-09-27, 06:16 PM
Last Post: sub
  Fast-forward and comskip issues manic_biker 11 4,027 2021-07-12, 02:17 AM
Last Post: Robazz
  Streaming Services with NPVR tesla1886 4 2,828 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,248 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 7,389 2020-04-27, 01:28 PM
Last Post: mvallevand
  Import recorded tv shows to NPVR mattman1968 9 6,204 2020-03-03, 12:57 PM
Last Post: Jimixter

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

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

Linear Mode
Threaded Mode