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 … 416 417 418 419 420 … 1231 Next »
GBPVR Records Only First Minute Or Less

 
  • 0 Vote(s) - 0 Average
GBPVR Records Only First Minute Or Less
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#31
2007-11-23, 11:44 PM
Quote:I see what this particular problem is now. uutx.exe accepts one digit at a time for its argument. I configured digits 0-9 and "enter". But GBPVR passes "29" instead of a "2" and then a "9".
Ah, ok.

Quote:I have over 300 channels, so instead of configuring each one, I'll write a VBS script to break apart the numbers GBPVR passes, then send each digit to uutx individually. Is this the best solution, or am I over-thinking it? :-)
Thats definitely an option.

Quote:Would HIP, Girder, or EventGhost work better with GBPVR than this uutx utility?
I couldnt answer that - I've not used any of these.
nobody481
Offline

Junior Member

Posts: 40
Threads: 12
Joined: Feb 2004
#32
2007-11-26, 12:28 AM
Ok, everything is working now with the VBS script. I'm pasting the script below in case anyone else can benefit from it. There's probably a better/more efficient way to do it, but it's small, and it works. CableVisionRemote.txt has to have 0-9 and Enter programmed.

Thanks for all your help Sub!
Aaron



Set objArgs = WScript.Arguments
ChannelString = objArgs(0)

Set objShell = CreateObject("WScript.Shell")


NumbersLeft = len(ChannelString)
Do Until NumbersLeft = 0
CurrentNumber = left(ChannelString, 1)

objShell.Run "%COMSPEC% /c c:\uirt\uutx.exe -fc:\uirt\cablevisionremote.txt " & CurrentNumber",0,true

ChannelString = right(ChannelString, len(ChannelString) - 1)
NumbersLeft = NumbersLeft - 1
Loop

objShell.Run "%COMSPEC% /c c:\uirt\uutx.exe -fc:\uirt\cablevisionremote.txt ENTER",0,true

Wscript.Quit(0)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 62,185 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,292 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,460 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 16,986 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,340 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,415 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,382 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,444 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,821 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