NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 50 51 52 53 54 … 56 Next »
New XRecord v20

 
  • 0 Vote(s) - 0 Average
New XRecord v20
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#1
2005-03-18, 09:25 PM
As always available on wiki.

v20 2005-3-18
* Skinnable xrecord
* fixed bug press up key in search criteria in basic and more, the selection goes to power not to exit
* The more button has channel, start time/end time, day of week – were removed
* fixed bug Quality is created in the priority recording file, even if I did not set any
* fixed bug You can set the exact same parameters in the priority recording file
* The following fields should have Not specified field (prepadd, post padd, adjust time start, adjust time > end, quality)
* Need to add Adjust Time start, Adjust Time End, Record Duplicates in the more button
* When you edit a recording with no channel specified, the recording type is “this channel” (it should be > all)
* When you are in "change priority" mode (ctrl-y) enter opens up the popup to edit the recording. Enter, in > this case, should remove you from change priority mode.
* delete icon function screen
* function menu changed from no-name button to stop (or was it pause)
* export group in function menu
* able to set items to show in configure. Thanks to Ron22. It will crash configure if there is already stuff there
so if you want to use it delete the xrecordplugins configuration from config.xml first. I will try to fix this in the next release.
* big thanks to reven and jrock for testing and feature requests.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#2
2005-03-18, 10:05 PM
Hi jorm

Tried the config to alter the menu list and upon clicking OK I get the following:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at RecordingViewerPlugin.XRecordConfigForm.buttonOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Any ideas? I'll give things a try to help out if you let me know
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#3
2005-03-18, 10:10 PM
That is a known bug. In the feature list

"It will crash configure if there is already stuff there
so if you want to use it delete the xrecordplugins configuration from config.xml first. I will try to fix this in the next release."

Just open up config.xml and search for the xrecord section. Delete it and then run configure it should work.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#4
2005-03-18, 10:13 PM
Sorry jorm, I actually read the post properly instead of skim reading it.

Excellent changes by the way!
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#5
2005-03-18, 10:16 PM
thank you if you run into any problems let me know. Enjoy.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#6
2005-03-18, 10:26 PM
Oopps, I have a bug fix for you. I set my skin to standard Blue, removed some of the menu items and run gbpvr. With the cursor on "Ready" when I do an "up" I get the error:

Error: index was out of range. Must be non-negative and less than the size of the collection.

I then need to kill gbpvr and restart.
The config.xml contents are:
   <xrecord>
     <ConfirmBox>true</ConfirmBox>
     <PathElement name="XVideoPath1">c:\video</PathElement>
     <PathElement name="XVideoPath2" />
     <PathElement name="XVideoPath3" />
     <PathElement name="XVideoPath4" />
     <Advanced>true</Advanced>
     <VBRBitMode>true</VBRBitMode>
     <BitRate name="Low">3500</BitRate>
     <BitRate name="Medium">6000</BitRate>
     <BitRate name="High">10000</BitRate>
     <BitRate name="VBRLow">2910</BitRate>
     <BitRate name="VBRMedium">4000</BitRate>
     <BitRate name="VBRHigh">6000</BitRate>
     <MenuLayout>
       <Ready>true</Ready>
       <Pending>true</Pending>
       <Reoccuring>true</Reoccuring>
       <Videos>false</Videos>
       <FreeSpace>true</FreeSpace>
       <Conflicts>true</Conflicts>
       <Manual>true</Manual>
       <Scheduler>false</Scheduler>
       <FastFind>true</FastFind>
       <Watched>false</Watched>
       <Transcoding>false</Transcoding>
       <MainMenu>false</MainMenu>
     </MenuLayout>
   </xrecord>

Forgot to mention that it works OK when all menu items are enabled



jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#7
2005-03-18, 10:54 PM
I am posting a fix now.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2005-03-19, 01:45 AM
jorm i forget to tell you there is a bug in the config.xml file, xrecord creates a new <PluginSettings> element, insteading of using the old element, so when you upgrade the settings still could be lost.
Ron22
Offline

Member

Posts: 132
Threads: 29
Joined: Feb 2005
#9
2005-03-19, 01:51 AM
Not my day. So far both bug/problems found are the ones on the part I worked on.
Thanks Jorm for fixing the one so fast.
Windows XP Home
P4 2.6GHz - 768MB Ram 980GB 4 - HDD's
3 MVP
1 PVR-150
1 PVR-250
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#10
2005-03-19, 12:53 PM
reven,

I will take a look at it. Sorry about that.

Ron22,

You added a cool feature. Who cares if there are a few bugs, we just fix them. You did a good job.
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)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New version 0.47 of XRecord is available on the wiki fla 35 9,379 2007-05-26, 10:39 PM
Last Post: fla
  Reskin XRecord? Old Dog 15 4,376 2007-03-23, 01:18 AM
Last Post: fla
  XRecord, XSearch, & XGuide Old Dog 7 2,573 2006-07-17, 11:16 AM
Last Post: tkgafs
  xrecord v.45 jorm 8 3,590 2006-01-25, 01:54 PM
Last Post: JohnInSJ
  Xrecord v.44 jorm 13 4,593 2005-11-25, 01:30 PM
Last Post: jorm
  XRecord v.43 jorm 10 4,483 2005-10-13, 07:49 PM
Last Post: capone
  XRecord v.41 jorm 41 12,681 2005-10-07, 04:37 PM
Last Post: jorm
  change xrecord default view AcidSun 1 1,652 2005-09-27, 03:24 PM
Last Post: lseats
  XRecord v.40 jorm 23 7,625 2005-09-24, 09:19 PM
Last Post: Heyt
  Xrecord v.38 jorm 33 10,148 2005-09-19, 11:37 PM
Last Post: spyder40

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

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

Linear Mode
Threaded Mode