NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 264 265 266 267 268 … 1231 Next »
Shaw PVR (or other STB with PVR) and GBPVR, how I set it up.

 
  • 0 Vote(s) - 0 Average
Shaw PVR (or other STB with PVR) and GBPVR, how I set it up.
rbelisle
Offline

Member

Posts: 203
Threads: 35
Joined: Apr 2006
#1
2008-09-05, 11:32 PM
I thought I would add this here (probably should put it in the WIKI)...

I just changed TV providers here in Canada to Shaw TV. The reason was, they gave me an HD STB with a PVR built in. So.... my dilemma was, I only have a PVR150 in my PC hooked to GBPVR, so I can't record HD, but I can on the STB PVR. But... I like setting my recordings up using GBPVR and I have MVP's setup at my other tv's so...

My solution was to setup GBPVR to handle all the scheduling, but when I record on an HD channel, have the STB PVR record the program. So, how do I do that?

Configuration:
GBPVR
USBUIRT
HIP
SHAW (STB) PVR

First I setup HIP to send the record command to my STB using the USBUIRT. I configured the 'r' command (you can assign any key in HIP, I used 'r' for record) to send the 'Record' IR command.

I created a parallelprocessing.bat file in the GBPVR directory that looks like this, explanation to follow:

======
if %2 GEQ 200 GOTO CHKHI ELSE GOTO DONE

:CHKHI
if %2 LEQ 228 GOTO HDREC ELSE GOTO DONE

:HDREC
cd "C:\Program Files\HIP"
hipsend r 500 0 1

Big GrinONE
cd \program files\devnz\gbpvr
=======

All my HD channels are found between channel 200 and 228 and I only want to have the STB PVR record when using an HD channel so, first I check to see if the channel is Greater Than or Equal to 200.

if %2 GEQ 200 GOTO CHKHI ELSE GOTO DONE

So, if the channel is more or equal to 200, goto CHKHI and see if it is less than 228, otherwise done. Next section.

:CHKHI
if %2 LEQ 228 GOTO HDREC ELSE GOTO DONE

Use this to see if we are less than 228. If we are then we are for sure on an HD channel so goto HDREC, otherwise done. Next Section.

:HDREC
cd "C:\Program Files\HIP"
hipsend r 500 0 1

The only way we get here is if we are on an HD channel, so use HIPSEND to send the 'r' command. (This sends the Record IR to my USBUIRT).

Voila, recording in HD!

The only trouble I had was HIP didn't seem to be getting the command Sad
Turns out you need to let the GBPVR recording service 'interact with desktop'. To do this, go to the services tool in the Admin Tools of Control Panel. Right mouse click the GBPVR recording service, select properties then on the Logon tab, check the 'Allow service to interact with desktop' box. Apply and restart the service.

Now I am recording the HD channel on the PVR and with GBPVR, but for me that's fine as I may want to watch it in another room on the MVP and so having it on both systems is fine. I am thinking that if I find I am always watching the HD recordings on the STB PVR then I will add some code in Postprocessing.bat to delete recordings that were done from the HD channels... we'll see how it goes!

Ray
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 61,973 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,235 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,178 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,401 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 16,921 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,338 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,404 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,369 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,426 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,793 2011-10-10, 08:26 PM
Last Post: keith_leitch

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

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

Linear Mode
Threaded Mode