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) v
« Previous 1 … 87 88 89 90 91 … 125 Next »
Delete "Watched" from XRecord menu = error?

 
  • 0 Vote(s) - 0 Average
Delete "Watched" from XRecord menu = error?
Laptop765
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#1
2005-12-22, 10:43 PM
Whenever I go into XRecord's menu to the Watched section to delete an episode I want to re-record, I select the show, hit delete and get "Error: Object reference not set to an instance of an object." every single time. I then have to close and re-open GBPVR to continue working. It does end up deleting the show, but I have a batch of shows I want to re-record and was wondering how to clear this up so it doesn't take forever.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#2
2005-12-23, 02:04 AM
I believe you can use RecTracker at the command line to do what you want. Not sure what the argument is that needs to be passed to it though.
Laptop765
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#3
2005-12-23, 02:11 AM
Thanks, I'll look into it, but to look up every episode and have to do that manually would be rather cumbersome in comparison to deleting it from the GUI, but I will look into it, thank you.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#4
2005-12-23, 01:49 PM
I think you can give it a title, or an episode. If you give it a title it'll delete all of the recordings that match that title.
Laptop765
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#5
2005-12-23, 05:57 PM
So to wipe out say all Family Guy
rectracker -purge family guy
?
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#6
2005-12-24, 12:12 PM
no, the purge will just trigger the remove of the duplicates. You are running the latest xrecord? There was a object reference bug in the version before the latest. If you are still having problems can you email me the gbpvr.exe.log so I can see where it is happening.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#7
2005-12-24, 03:16 PM
I know there's a way you can sill get it. It's pretty hard now, thx to your efforts when I've mentioned it in the past. I think it was some weird case where the watched had a poster and the normal folder did not (don't ask how that was, either), or it was where the file was some generic episode (the show description was used and no info about the actual episode).
Laptop765
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#8
2006-01-01, 11:28 PM
Sorry for the lack of response, I was busy over the holiday and got sick towards the end. I do believe I am running the latest xrecord, but not sure how to verify. My gbpvr.exe.log is too long to post, but here is the part that I think the error occurs at.

Thanks.



1/1/2006 6:17:56 PM.046 INFO [2] Group key down Right
1/1/2006 6:17:56 PM.312 INFO [2] Group key down Enter
1/1/2006 6:17:56 PM.421 VERBOSE [2] No key mapping found for: SHIFTKEY
1/1/2006 6:17:56 PM.421 VERBOSE [2] No key mapping found for: SHIFTKEY
1/1/2006 6:17:56 PM.796 INFO [2] showVideoIndex 0
1/1/2006 6:17:56 PM.796 INFO [2] DDD 620,450 100,45
1/1/2006 6:17:57 PM.265 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x1d02a6 wparam=0xd lparam=0x1c0001 result=0x0 : System.NullReferenceException: Object reference not set to an instance of an object.
at RecordingViewerPlugin.WatchedRecordingsBox.render(Graphics g, Font generalFont, Brush generalFontBrush, Font selectedGeneralFont, Brush selectedGeneralFontBrush, Brush selectionBrush, Int32 selectNewsStartX, Int32 selectNewsStartY, Boolean bActive, SkinHelper skinHelper)
at RecordingViewerPlugin.RecordingTask.render(Boolean& requiresMoreRendering)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.xbb1566157f5f8b1f.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)
1/1/2006 6:17:58 PM.250 VERBOSE [2] MDB updated, forcing refresh of next recording panel
1/1/2006 6:17:58 PM.250 VERBOSE [2] Loading recording list for next recording panel
1/1/2006 6:17:58 PM.250 VERBOSE [2] RecordingFactory.loadSchedule()
1/1/2006 6:17:58 PM.250 VERBOSE [2] getValue cached value: /settings/AutoRemoveMissingRecordings : true
1/1/2006 6:17:59 PM.000 VERBOSE [2] getValue() loading new key/value into cache: /settings/NetRadioBufferSize
1/1/2006 6:17:59 PM.000 VERBOSE [2] getValue: /settings/NetRadioBufferSize : 96000
1/1/2006 6:17:59 PM.000 INFO [2] NetRadio buffer size is: 96000
Laptop765
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#9
2006-01-01, 11:39 PM
I'm still not 100% sure that I'm running v.44, how can I double check? I'd install it now, but I have recordings ongoing. Installing xrecord again [the new version when my recordings are done] will preserve all my existing files, right?
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#10
2006-01-04, 04:17 PM
yes. I will take a look at the stack trace.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Vertical Menu skin question Northpole 4 4,010 2010-12-11, 05:12 PM
Last Post: Northpole
  GuidePlus xml loading error help tvshowman 6 4,341 2010-04-15, 03:03 AM
Last Post: tvshowman
  Music Library Error chewy747 7 4,830 2010-01-29, 09:44 PM
Last Post: chewy747
  mencoder error messages fvfv 3 2,841 2009-10-19, 08:07 PM
Last Post: -stattik-
  vidimport console error tvshowman 8 4,304 2009-07-27, 07:27 PM
Last Post: carpeVideo
  Slick skin: menu in Video Library missing? Torquewrench 2 2,357 2009-05-26, 06:26 AM
Last Post: tm12
  Main Menu Listing Marbles_00 1 1,734 2009-05-23, 10:39 AM
Last Post: Hairy
  1.3.7 BurnDVDX2 and Cinema in config but not main menu navyblue 8 3,477 2009-01-21, 04:16 PM
Last Post: pastro
  Plugins show up in configuration but not in main menu navyblue 1 1,574 2009-01-13, 01:53 AM
Last Post: navyblue
  mc2xml new error? pic included tvshowman 4 2,727 2009-01-06, 11:05 PM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode