NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 81 82 83 84 85 … 93 Next »
XRecord

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

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#31
2004-12-18, 01:08 AM
It is called ConfirmBox set value equal to true. It should be in the skin as false.

<VideoLines value="7"/>
<GroupLines value="12"/>

<ConfirmBox value="false"/>

<VBRBitMode value="true"/>
<BitRate name="Low" value="3500"/>
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
firefox_i
Offline

Junior Member

Posts: 25
Threads: 10
Joined: Dec 2004
#32
2004-12-18, 01:33 AM
[b Wrote:Quote[/b] (jorm @ Dec. 17 2004,16:08)]That is my last item on my todo list. [Image: smile.gif]  I am glad you like the plugin.  I will try to add manual recording in the next few days.
Hey jorm,
did you forget the onscreen keyboard  [Image: wink.gif]  [Image: wink.gif]  [Image: wink.gif]

Regards
Sven
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#33
2004-12-18, 02:31 AM
The onscreen keyboard I am viewing as part of the manual recording. The next release will have the basic manual recording in place. Then I will do a release a few days later with the onscreen keyboard for the recording name.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#34
2004-12-18, 05:33 PM
[b Wrote:Quote[/b] (jorm @ Dec. 17 2004,14:39)]v.08 available on wiki.

Let me know if it does not work.  I did it at work and only have 1 drive here.

It works! Thanks.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#35
2004-12-18, 08:25 PM
If you want to test out the manual recording and onscreen keyboad v9 is available on wiki.

I have done some very very basic tests since I do not use the manual recording functionality. Let me know if you see anything funny.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
jrockintuitive
Offline

Senior Member

Posts: 292
Threads: 19
Joined: Dec 2004
#36
2004-12-21, 03:27 PM
Jorm,

I noticed a bug... kinda a bug.

If I use padding and attempt to record a program in the next timeslot, xrecord asks me to cancel the first program.

Here is the example: I want to record program "A" starting at 8AM and finishing at 9AM. If I pad the program by one minute on both ends then the program starts recording and 7:59AM and ends recording at 9:01AM.
If I attempt record program "B" that starts at 9AM and ends at 10AM, xrecords asks me to cancel program "A".
In the "Recording" feature that is native to GBPVR, if I attempt to do the above, program "A" will start recording at 7:59AM and end recording at 9AM. While recording "B" will start at 9AM and end recoding at 10:01 AM. This change of recording time occurs, with no extra human intervention.

Can we get this feature in xrecord.

JRock
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#37
2004-12-21, 07:49 PM
JRock,

I will gladly fix the bug thank you for reporting it.  I have the code at home so I cant fix it today.  But I would like to get some more information.

This occurs in the manual recording panel?
I just wanted to confirm where this is occuring. I will take a look at the code tonight. I do not remember if I check for conflicts in the manual recording, or was relying on the conflict panel for that resolution.

Jorm



WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
jrockintuitive
Offline

Senior Member

Posts: 292
Threads: 19
Joined: Dec 2004
#38
2004-12-21, 10:44 PM
I'm leaving work in a about an hour. I'll look at the exact steps I did when I get home and report back to you.

Now that I think about it, I think I used your FindFast plug-in.
I chose a program and recieved the cancel dialog as described above.

Sorry for the confussion... and I'll confirm this when I get home.

Thanks always for your quick response

JRock
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#39
2004-12-21, 11:19 PM
It makes a lot more sense that it is fast find.

I will try to build a version tonight. Do not download the plugin from wiki. I accidently uploaded a plugin that was not the latest version.



WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#40
2004-12-22, 01:58 AM
i did find what appeared to be the problem. I did not get a chance to test it.

http://www.bladerhq.com/pmwiki/pmwiki.ph...n/FindFast

If you get a chance test adjacent recordings and just make sure the conflict box does not appear. This occured because the logic I was using to test for the conflict was like,

if ( starttime.ticks >= recording.startTime() &&
starttime.ticks <= recording.endTime() )

The last <= was probably breaking it. Since it would cause the conflict for adjacent recordings changing it to < should fix it.

Sorry it took so long, I had to put my little boy to sleep before getting the 2 minutes needed to fix it.
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 (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  XRecord - client/server mode? madcat 7 3,375 2007-02-23, 04:48 AM
Last Post: sub
  xrecord ME style skins? chrisw 20 6,343 2007-01-14, 04:33 PM
Last Post: _Dude_
  Xrecord? dries 3 1,822 2006-11-14, 03:27 AM
Last Post: tipstir
  XRecord...How can I fix this? Mtlca401 2 1,715 2006-01-10, 09:38 PM
Last Post: Mtlca401
  Guide2J / XRecord SFX Group 2 2,013 2005-12-28, 02:46 PM
Last Post: jorm
  Xrecord/CDKScheduler lowfront 1 1,498 2005-10-28, 11:26 AM
Last Post: jorm
  Xrecord error message bramwell 10 3,348 2005-08-28, 02:15 AM
Last Post: bramwell
  CDKScheduler/XRecord Feature Request:  AirDate! gwyden 16 4,707 2005-03-20, 05:56 AM
Last Post: ZaDDaZ
  XRecord enables foxus on buttons, but no screenupd joche 3 2,193 2005-01-06, 11:16 PM
Last Post: Guest
  Xrecord idea jorm 5 2,832 2005-01-05, 01:49 AM
Last Post: jorm

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

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

Linear Mode
Threaded Mode