I'm about to buy the silverstone lc11m HTPC case which includes a IR+Remote control (I think it's a iMon supportted software something... something) - in any case not one the supported IR+Remote combinations in the GBPVR config.
Is it possible to have the GBPVR respond to other IR receiver then those mentioned in the config file (some workaround or manual configuration) ??
In the config application i select the bda recording plugin and my card, the bleb EPG Source, update the epg.
However when i go to the live tv tab i get the message saying that no channels have been setup, and to go into the config utility and click the update epg button.
The card definately works as its all working in the compro utility that shipped with the card.
Firstly, congrats to ALL for a fantastic piece of software ! I use my GBPVR ,2 MVPs, and coax diplexers to pipe the GBPVR output to every TV in the house (including a 2nd satellite source for split screen on the big screen-comes in VERY HANDY watching the Sunday Ticket on Sunday afternoons! ) down existing coax (basically DirecTV in and GBPVR OUT down the same coax) and absolutely love it. Be happy to explain further if anyone's interested..
Anyway, I have one problem at the moment ...I can't seem to get the TV guide loaded for a channel I've added to my lineup.
I'm using an old DirecTV receiver which receives local channels in the 900 range. I previously did not have channel 064 (933 on my old receiver) in my channel lineup so I:
1. Logged into zap2it and enabled this channel. TV guide for this channel does work on zap2it.
2. Went to my capture source (PVR150) and added a new channel named 64 WAXN (call letters) w/ source channel of 933.
3. Updated EPG.
3. Went to channel lineup and changed 933 to 64 so that I can enter 6-4 on remote to tune to channel 64 instead of 933. (I think this also defines where the channel appears in the list..right ?
The channel shows up in the TV Guide list however it doesn't show what is on..the guide for that channel is empty. I've tried deleting the channel and re-adding it and I just keep getting more WAXN 64 channels in my channel list(CHANNEL tab in config) that I can't delete. More investigation uncovered channels in my TV Guide that don't seem to appear in the channel list-how do I get rid of them?
Any ideas as to why the guide for 64 is empty ?
Is the list of channels that are ENABLED supposed to be what is shown in the TV Guide and "tuneable" ?
I'd prefer not to have to EMPTY the EPG and lose all my scheduled recordings which is why I'm asking here first...much oblinged for any help you can provide !
Firstly, congrats to ALL for a fantastic piece of software ! I use my GBPVR ,2 MVPs, and coax diplexers to pipe the GBPVR output to every TV in the house (including a 2nd satellite source for split screen on the big screen-comes in VERY HANDY watching the Sunday Ticket on Sunday afternoons! ) down existing coax (basically DirecTV in and GBPVR OUT down the same coax) and absolutely love it. Be happy to explain further if anyone's interested..
Anyway, I have one problem at the moment ...I can't seem to get the TV guide loaded for a channel I've added to my lineup.
I'm using an old DirecTV receiver which receives local channels in the 900 range. I previously did not have channel 064 (933 on my old receiver) in my channel lineup so I:
1. Logged into zap2it and enabled this channel. TV guide for this channel
does work on zap2it.
2. Went to my capture source (PVR150) and added a new channel named
64 WAXN (call letters) w/ source channel of 933.
3. Updated EPG.
3. Went to channel lineup and changed 933 to 64 so that I can enter 6-4
on remote to tune to channel 64 instead of 933. (I think this also defines
where the channel appears in the list..right ?
The channel shows up in the TV Guide list however it doesn't show what is on..the guide for that channel is empty. I've tried deleting the channel and re-adding it and I just keep getting more WAXN 64 channels in my channel list(CHANNEL tab in config) that I can't delete. More investigation uncovered channels in my TV Guide that don't seem to appear in the channel list.
Any ideas as to why the guide for 64 is empty ?
Is the list of channels that are ENABLED supposed to be what is shown in the TV Guide and "tuneable" ?
I'd prefer not to have to EMPTY the EPG and lose all my scheduled recordings which is why I'm asking here first...much oblinged for any help you can provide !
Is there any way to access the more lower level setting in the config menu? Setting such as sharpness, hue, saturation, 3D comb filter parameters etc etc. I could acess those setting in iuVCR along with Sony Vegas Studio but I have no luck finding them in gbpvr.
I was watching a show that was still recording last night and found a problem at one point when I tried to skip forward during a commercial break.
I was trying to do a basic 1s skip forward, but it ended up skipping quite a bit further. When I reviewed the log file, it looks like it failed to call mvpVideoDuration before it computed the skip distance so it skipped to the wrong location.
Here are the relevant log sections:
Code:
... here is the last skip from the previous commercial break
... note that the stream duration is set at 2869
... here is a skip forward at the beginning of the next commercial break
... note that we don't see a call to mvpVideoDuration
... and that the Stream Duration value is the same as it was
... 5 minutes earlier although Stream Length has updated to
... reflect newly recorded material
... Request 200000 bytes entries removed to shorten log
... At this point I realized we had skipped forward too far
... and requested a back skip
... Note that mvpVideoDuration is called this time, and that
... the duration is now correct