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?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#41
2007-11-20, 08:26 PM
Now that you've done that, can do another recording and post the logs again?
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#42
2007-11-20, 08:40 PM
sub Wrote:Now that you've done that, can do another recording and post the logs again?
Here are the logs from my last attempt after executing the sql code.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#43
2007-11-20, 08:51 PM
Hmmm, it still looks like you've got that data there. What output do you get when you run the following sql:

SELECT * FROM TRANSCODE_QUEUE;
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#44
2007-11-20, 09:04 PM
sub Wrote:Hmmm, it still looks like you've got that data there. What output do you get when you run the following sql:

SELECT * FROM TRANSCODE_QUEUE;

Here it is sub.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#45
2007-11-20, 09:07 PM
If you do the:

DELETE FROM TRANSCODE_QUEUE;

Then:

SELECT * FROM TRANSCODE_QUEUE;

Is it empty? It should be.
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#46
2007-11-20, 09:13 PM
sub Wrote:If you do the:

DELETE FROM TRANSCODE_QUEUE;

Then:

SELECT * FROM TRANSCODE_QUEUE;

Is it empty? It should be.

It is empty after doing what you suggested. I will try another recording.
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#47
2007-11-20, 09:50 PM
linene Wrote:It is empty after doing what you suggested. I will try another recording.
sub,

I did another recording, still no comskip. Here are the logs.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#48
2007-11-20, 09:56 PM
Quote:2007-11-20 01:02:00.288 VERBOSE [5] checking recordings
2007-11-20 01:02:00.288 VERBOSE [5] - checking My Name Is Earl
2007-11-20 01:02:00.288 VERBOSE [5] - checking 30 Rock
2007-11-20 01:02:00.288 VERBOSE [5] - checking The Office
2007-11-20 01:02:00.288 VERBOSE [5] - checking Scrubs
2007-11-20 01:02:00.288 VERBOSE [5] - checking ER
2007-11-20 01:02:00.288 VERBOSE [5] - checking History Detectives
2007-11-20 01:02:00.288 VERBOSE [5] - checking The War

2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\Nova\Nova_20071113_19002100.dvr-ms
2007-11-20 01:02:00.288 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 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\My Name Is Earl\My Name Is Earl_20071115_19001930.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\30 Rock\30 Rock_20071115_19302000.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\ER\ER_20071115_21012200.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\The War\The War_20071115_23000130.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\Americas Test Kitchen From Cooks Illustrated\Americas Test Kitchen From Cooks Illustrated_20071116_11301200-1.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\Smart Gardening\Smart Gardening_20071116_15301600.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\Endless Feast\Endless Feast_20071116_17001730-1.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\The Tonight Show With Jay Leno\The Tonight Show With Jay Leno_20071116_22352337-1.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\NFL Football\NFL Football_20071118_19152230.dvr-ms
2007-11-20 01:02:00.288 VERBOSE [5] - checking F:\TVfiles\The Everlasting Stream\The Everlasting Stream_20071120_00000100.dvr-ms
I'm fairly sure it relates to these recordings I've highlighted. I think they should have a complete path instead of just a name.

Can you execute the following, then post the output:

SELECT oid, status, recording_type, filename FROM "RECORDING_SCHEDULE";
linene
Offline

Member

Posts: 187
Threads: 16
Joined: Jan 2007
#49
2007-11-20, 10:22 PM
sub,

Here is the output. This was a fresh install of gbpvr, but I was using the same drive with existing videos for my saving location. Could that be the problem?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#50
2007-11-20, 10:25 PM
Backup your database first, then run the following:

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

Then try again.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 3 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,834 2011-06-28, 10:48 AM
Last Post: hasso
  Can't get GBPVR working w/ WinTV-PVR150 RandyH 21 8,471 2011-06-22, 05:35 PM
Last Post: adrian_vg@yahoo.com
  Windows 7 and Working DVD Menu Navigation imilne 8 4,233 2011-01-04, 02:23 PM
Last Post: imilne
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,718 2010-12-23, 09:04 AM
Last Post: ericbiermann
  Automatic Transcoding Not Working taz 3 2,217 2010-11-22, 09:01 AM
Last Post: goelectric
  Hauppauge 1600 analog stopped working stoenjes 2 1,939 2010-11-16, 11:09 PM
Last Post: ryanmc
  Live TV Recording Pause etc not working manoj.kollam 3 2,405 2010-10-21, 10:50 PM
Last Post: sub
  PVRX2 has stopped working roguejedi 2 1,816 2010-10-09, 05:16 PM
Last Post: roguejedi
  Comcast DCI105COM1 DTA and Hauppauge IR Blaster not working DonP 6 7,181 2010-09-26, 03:46 AM
Last Post: pBS
  Net Radio not working on client PC JP23 2 1,693 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