NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 44 45 46 47 48 … 56 Next »
Xrecord v.38

 
  • 0 Vote(s) - 0 Average
Xrecord v.38
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#21
2005-09-19, 03:05 AM
Hey Jorm, I noticed that Xguide goes a bit crazy if you keep going down with the PageDown button. When it reaches the end, instead of cycling back to the first channel, it starts cycling between the last 2 pages displayed.

Also, pressing the "Play" button or Ctrl+P doesn't play the channel, and there's no "Watch" option when you select a currently running show. Kinda annoying to have to memorize the channel number, go to Live TV and then switch channels.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#22
2005-09-19, 08:58 AM
You are running the latest xguide? There should be a watch on a current show.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#23
2005-09-19, 02:41 PM
Hi Jorm,

I am trying to record two shows:
First show runs 19:00-19:32
Second show runs 19:30 - 20:00

I have set them up in Scheduler. I then went to PriorityRecordings.xml and changed the start time of show 2 to 19:32.

Unfortunately, there appears to be a problem with the program recognizing both shows. even though I changed the start time to 19:32 it still shows as 19:30 in the RecStatus printout and show 1 will not record. I also tried changing the start time to 19:33 to no avail.

Any suggestions how I can get this to work?

Wish list request: to be able to record a period of time not based on the hour / 1/2 hour time. i.e. If I want to record 15 minutes of a show I could setup a record time of say 11:10-11:25.
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#24
2005-09-19, 02:43 PM
I thought I was... Will try updating again and adv.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#25
2005-09-19, 03:56 PM
Richard Wrote:Hi Jorm,

I am trying to record two shows:
First show runs 19:00-19:32
Second show runs 19:30 - 20:00

I have set them up in Scheduler. I then went to PriorityRecordings.xml and changed the start time of show 2 to 19:32.

Unfortunately, there appears to be a problem with the program recognizing both shows. even though I changed the start time to 19:32 it still shows as 19:30 in the RecStatus printout and show 1 will not record. I also tried changing the start time to 19:33 to no avail.

Any suggestions how I can get this to work?

Richard, how are you changing the start time for your second show. For that particular recording you should be using something like:

Code:
<Padding>
        <AdjustStartTime>3</AdjustStartTime>
   </Padding>

What that should do is when comparing the two ovelapping shows, it should add 3 minutes to the second show so that it's new start time is actually 19:33 instead of 19:30.
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#26
2005-09-19, 04:40 PM
Thank you for the help. I was acutally changing the time.

However, when I add the line and run PostUPdatedEPG.bat I receive a runtime debugging error:

"Application has generated an exception that could not be handled"

Process id=0xd3c (3388), Thread id=0x9b4 (2484)
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#27
2005-09-19, 04:44 PM
If I go to GBPVR XRecord I get the following error when I open it:

Error: The element 'Padding' has invalid child element 'AdjustStartTime'.
Expected 'PrePadding'. An error occurred at file:///C:/Program Files/devnz/gbpvr/PriorityRecordings.xml, (95,8).
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#28
2005-09-19, 04:53 PM
You also need to include the PrePadding and PostPadding elements as well. The order should look something like:

Code:
<Padding>
    <PrePadding>0</PrePadding>
    <PostPadding>0</PostPadding>
    <AdjustStartTime>3</AdjustStartTime>
</Padding>

The PrePading an PostPadding elements are required elements. If you don't want any pre or post padding to your recordings, then just set them to 0.
Richard
Offline

Member

Posts: 81
Threads: 12
Joined: Mar 2005
#29
2005-09-19, 05:43 PM
Thank you, the addition of the pre and post padding did away with the errors. However, the first program was still not recording.

I found a small problem in the logic... in order for the first show to record, it must be set to a higher priority than the second show. The program appears to say, I have show 2 that starts at 19:30 that has a higher priority than show 1 show ends at 19:32, therefore I will not record program 1 eventhough show 2 has the 3 minute adjustment to the AdjustStartTime.

Can you or Jorm change the logic for the program to look at the AdjustStartTime when deciding to record a show where there appears to be a conflict?
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#30
2005-09-19, 05:58 PM
I'll take a look at the logic. It may not get to it before this week though. I'm not surprised that it's a priority scheduling conflict. I'll post a message in the Plugin Support when we've gotten it fixed.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New version 0.47 of XRecord is available on the wiki fla 35 9,383 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,574 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,594 2005-11-25, 01:30 PM
Last Post: jorm
  XRecord v.43 jorm 10 4,485 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,626 2005-09-24, 09:19 PM
Last Post: Heyt
  xrecord v.362 jorm 29 8,016 2005-09-14, 05:50 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