Trying to setup a manual recording. This is what happens:
Error: Object reference not set to an instance of an object.
WTF?
And while I'm at it, here's one for the wishlist, a little more flexibility with the manual recording. AM/PM instead of military time, and the ability to set by the minute instead of 10 minute chunks of time.
I'm trying to get some basic animation working with the Jukebox. Â Currently I've found these problems:
- needsRendering() is never called.. ?
- Render() with requiresMoreRendering = true is called too often. Â Below is my current escape clause, but even this is too much processing; the system grinds to a halt with the CPU pegged.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
public Image render(out bool requiresMoreRendering)
{
  requiresMoreRendering = false;
  if ( nextRefresh.Ticks > DateTime.Now.Ticks )
  {
   return null;
  }
  ...
}
[/QUOTE]
Hi whenever I try to record a program either manually or through the TV Guide, the recording causes the picture to freeze and it will not record. After this occurs I try to watch live tv again but get the following message No capture source was available for you to watch the requested channel. I fix this problem by going into configuration and removing and adding the source again which is my tv card Adaptec Videoh USB 2.0. Please help. Thanks.
Hello everyone I am new here. I found out about this program through a search engine. I was trying to find software that would automatically remove commercials from recored tv programs. I have an Adaptec Videoh DVD Media Center USB 2.0 card and it works great with this program. There is no poping noises while using this program with my card unlike WinDVR3. However there are 2 things that I don't like about this program. I have a digital cable box and tunning is really slow. It is slower than changing channels in WinDVR3. Second, I don't always want to be timeshifting as this leaves the files on my pc which I don't want. Is there a way to turn off timeshifting and enable it whnenver I want. I think this has to do with why the channels take a long time to change. Thanks. This program is great.
Someone mention in a past Wishlist request to add the Subtitle to the Guide. Could you also add the subtitle to the filename, it would make show repeats a bit easier to clean-up.
Thanks
John
Sub,
For my idea of creating a recording collision plugin I wanted to know if the functions I need are avaliable to us developers. My idea is to have a menu that shows the user all of the conflicting recordings and then simply allow them to say record this one not that one. Therefore I will need access to be able to disable scheduled recordings.
I recorded a 1hr show last night (with +2 min on either side). I set the record quality at DVD 2.5gb/hr and DVD 3.0gb/hr. So how did I get 4gb...please don't tell me an extra 4 minutes = 1gb
I don't get where/how GBPVR is using the record quality settings. I don't expect the size to exact, but 25/33% larger than expected is a bit much.
here is my first rev. for a radio plugin for those with FM cards. Radio Plugin.
This is for the hauppauge radio at the minute, but i'll add in the start and stop command line config to the configuration section so that other radio apps can be used.
If anyone has a sample command line of other radio apps they can send me that would be useful
I had hoped to get a release out last weekend, but I've got a big software delivery deadline looming at my day job so I havn't had many hours in recent days.
The plan at this stage is to complete the changes that I've started for a release later this coming weekend.