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) GB-PVR Support (legacy) v
« Previous 1 … 418 419 420 421 422 … 1231 Next »
Is comskip working with 1.1.5?

 
  • 0 Vote(s) - 0 Average
Is comskip working with 1.1.5?
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#51
2007-11-20, 11:09 PM
sub Wrote:Backup your database first, then run the following:

delete FROM "RECORDING_SCHEDULE" where recording_type = 0 and filename not like 'F:\%'

Then try again.
Did this, here is a screen shot. Looks like it got some but not all of the files without a filepath.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#52
2007-11-20, 11:23 PM
The ones with the recording_type = 5 were supposed to stay, so that should be fine.

Did you try a recording?
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#53
2007-11-20, 11:36 PM
sub Wrote:The ones with the recording_type = 5 were supposed to stay, so that should be fine.

Did you try a recording?

Tried one, caught the end of show (is that okay), didn't comskip after it was done. Here are the logs.

Edit: ooops, I may have started the next recording before I copied the log file.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#54
2007-11-20, 11:43 PM
Quote:2007-11-20 17:32:52.797 VERBOSE [5] getValue cached value: /settings/AutoRemoveMissingRecordings : true
2007-11-20 17:32:52.806 VERBOSE [5] checking recordings
2007-11-20 17:32:52.806 VERBOSE [5] - checking My Name Is Earl
2007-11-20 17:32:52.806 VERBOSE [5] - checking 30 Rock
2007-11-20 17:32:52.806 VERBOSE [5] - checking The Office
2007-11-20 17:32:52.806 VERBOSE [5] - checking Scrubs
2007-11-20 17:32:52.807 VERBOSE [5] - checking ER
2007-11-20 17:32:52.807 VERBOSE [5] - checking History Detectives
2007-11-20 17:32:52.807 VERBOSE [5] - checking The War

2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\Nova\Nova_20071113_19002100.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\How to Cook Everything Bittman Takes on Americas Chefs\How to Cook Everything Bittman Takes on Americas Chefs_20071115_16301700.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\My Name Is Earl\My Name Is Earl_20071115_19001930.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\30 Rock\30 Rock_20071115_19302000.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\ER\ER_20071115_21012200.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\The War\The War_20071115_23000130.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\The Desert Speaks\The Desert Speaks_20071120_15001530.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking F:\TVfiles\Endless Feast\Endless Feast_20071120_17001730.dvr-ms
2007-11-20 17:32:52.807 VERBOSE [5] - checking America's Test Kitchen From Cook's Illustrated
Hmm, why are they still there...

Ah, I see you're on vista. It is probably it's file protection getting in the way. Try this:

- stop your recording service
- Delete the c:\users\<user account>\appdata\local\virtualstore\program files\devnz\gbpvr directory. The 'appdata' bit of this is a hidden directory, but you should be able to type it into the address bar
- start SQLiteSpy as administrator, then execute the following:
Code:
DELETE FROM "RECORDING_SCHEDULE" where recording_type = 0 and filename not like 'F:\%'
- restart the recording service
- ... try again
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#55
2007-11-21, 12:44 AM
sub Wrote:Hmm, why are they still there...

Ah, I see you're on vista. It is probably it's file protection getting in the way. Try this:

- stop your recording service
- Delete the c:\users\<user account>\appdata\local\virtualstore\program files\devnz\gbpvr directory. The 'appdata' bit of this is a hidden directory, but you should be able to type it into the address bar
- start SQLiteSpy as administrator, then execute the following:
Code:
DELETE FROM "RECORDING_SCHEDULE" where recording_type = 0 and filename not like 'F:\%'
- restart the recording service
- ... try again

Followed your instructions....everything seemed to go fine, but no comskip running. Here are the logs.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#56
2007-11-21, 02:27 AM
Those last changes seemed to have sorted out the error you were getting in your logs, but that wasnt the reason comskip wasnt running. I think I've found the cause though. Can you see if this patch sorts it out for you?

(backup the original file first, this is the first patch I've build on my new development machine...)
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#57
2007-11-21, 03:13 AM
sub Wrote:Those last changes seemed to have sorted out the error you were getting in your logs, but that wasnt the reason comskip wasnt running. I think I've found the cause though. Can you see if this patch sorts it out for you?

(backup the original file first, this is the first patch I've build on my new development machine...)
Looks like it is workingSmile

Thanks sub!

I wonder what I did to mess it up originally?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#58
2007-11-21, 03:16 AM
No, I think it wasnt liking ATSC .DVR-MS files. If it had been a .MPG file then it would have run. I think most of the users with this combination run it from PostProcessing.bat, which would have been fine.
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#59
2007-11-21, 03:26 AM
I didn't realize that most use the postproc approach. Before I lost a motherboard on my last pvr machine, I was running comskip on dvr-ms atsc files without a postproc for about a year and it worked great.

Any chance we will see a change to allow comskip to process dvr-ms files during recording?

one note...i am not seeing comskip running in task manager, but i know its working because I can see the txt files growing.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#60
2007-11-22, 01:13 AM
ok ive been following this
i have been trying for ages to get a mux im happy with that will do dvb-s
have given up and gone back to dvr-ms

anyway
all i want to know is
what settings/files do i need to get comskip working automatically after the recording
i have read these post and ended up more confused than when i started as to which files i need
comskip works on my mpegs fine just doesnt start on dvr-ms
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Scheduling Not Working hasso 1 1,828 2011-06-28, 10:48 AM
Last Post: hasso
  Can't get GBPVR working w/ WinTV-PVR150 RandyH 21 8,428 2011-06-22, 05:35 PM
Last Post: adrian_vg@yahoo.com
  Windows 7 and Working DVD Menu Navigation imilne 8 4,220 2011-01-04, 02:23 PM
Last Post: imilne
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,709 2010-12-23, 09:04 AM
Last Post: ericbiermann
  Automatic Transcoding Not Working taz 3 2,208 2010-11-22, 09:01 AM
Last Post: goelectric
  Hauppauge 1600 analog stopped working stoenjes 2 1,930 2010-11-16, 11:09 PM
Last Post: ryanmc
  Live TV Recording Pause etc not working manoj.kollam 3 2,401 2010-10-21, 10:50 PM
Last Post: sub
  PVRX2 has stopped working roguejedi 2 1,806 2010-10-09, 05:16 PM
Last Post: roguejedi
  Comcast DCI105COM1 DTA and Hauppauge IR Blaster not working DonP 6 7,172 2010-09-26, 03:46 AM
Last Post: pBS
  Net Radio not working on client PC JP23 2 1,692 2010-09-14, 10:45 PM
Last Post: JP23

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

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

Linear Mode
Threaded Mode