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 … 153 154 155 156 157 … 1231 Next »
How do I put a pause between IR blasts in IR Server Suite?

 
  • 0 Vote(s) - 0 Average
How do I put a pause between IR blasts in IR Server Suite?
stefanvg
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Jan 2009
#1
2009-02-03, 08:37 AM
I have been having difficulty trying to figure out how to put a pause in between channel changes going to my Cable Box, using IR Server Suite.

The posts I saw indicated (approx):

"To put a pause between blasts, add a ~ between channel numbers"

I can get the following command line to change to channel 74 no problem:

C:\Program Files\IR Server Suite\IR Blast>irblast -host localhost -pad 3
-port Port_1 -channel 7~4

Where in the name of all that is good and precious to I place the ~ in GBPVR .exe configurstion screen??? :confused:

I can get single digit channels to work OK, but not double digit channels (only get one of the 2).

Otherwise, awsome software! In both cases!!

S
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2009-02-03, 09:35 PM (This post was last modified: 2009-02-03, 09:46 PM by pBS.)
well, normally you'd just use irblast.exe as exe, and -host localhost -pad 3 -port Port_1 -channel {channel} as params...but i see your problem in specifying a ~ between digits..

only thing i can think of is a helper app or batch file to split digits, add the ~ inbetween, and blast..
for boxes that only need 3 digits, try this batch file as an intermediary:
Quote:@echo off
set ch=%1
:: replace 'echo' below with your changer program .exe
echo %ch:~0,1% ~ %ch:~1,1% ~ %ch:~2,1%

so last line for you should look like:
"irblast -host localhost -pad 3 -port Port_1 -channel %ch:~0,1% ~ %ch:~1,1% ~ %ch:~2,1%"
to use, type *.bat when browsing for executable and select batch file, and use jsut simply {channel} as params in config....
Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stefanvg
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Jan 2009
#3
2009-02-04, 07:05 AM
Thanks pBS! Works OK now!

I did go down that path previously but sending 2 commands from the batch file each with the digit required - did not work very reliably.

The batch file ended up being:

@echo off
set ch=%1
:: replace 'echo' below with your changer program .exe
cd "C:\Program Files\IR Server Suite\IR Blast\"
irblast-nowindow -host localhost -port Port_1 -channel %ch:~0,1% ~ %ch:~1,1% ~ %ch:~2,1%

The cd "C:..." bit fixed what I presume is a relative path problem - did not do anything up to the point where I added that.

As a sideline, do you know any good reference on XP scripting - I did do some DOS stuff way back, but have not used it since. Appears there are differences...

Thanks a lot for taking the time to help me out.

S.
qaxooti
Offline

Junior Member

Posts: 22
Threads: 10
Joined: Mar 2009
#4
2009-03-20, 02:19 AM
wow PBS. Thanks. Worked like butter. Perfect so far.

Could you make me an .exe file out of the batch file?

I made on slight modification:

IRBlast-NoWindow.exe -pad 3 -port Port_1 -channel %ch%

I added the "-port Port_1" command so it wouldn't blast out of both STBs.

Thanks a lot.
« 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,904 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR XPSP3 Server and Win7 Client Snooze 0 1,810 2011-09-12, 06:26 AM
Last Post: Snooze
  Another pause problem fleapower 10 3,765 2010-12-15, 09:33 PM
Last Post: fleapower
  Live TV Recording Pause etc not working manoj.kollam 3 2,405 2010-10-21, 10:50 PM
Last Post: sub
  Server goes to sleep while client is in use. JP23 0 1,482 2010-10-07, 08:45 AM
Last Post: JP23
  Easy way to toggle Client/Server without using Config? Dan the man 2 2,067 2010-08-02, 11:53 AM
Last Post: Reddwarf
  IR Server Suite Not Always Changing Channels BTJustice 5 2,718 2010-05-11, 06:37 AM
Last Post: BTJustice
  Can´t get web server to work, how to test? andcar 18 4,683 2010-04-13, 02:37 AM
Last Post: javaman97
  Hauppage HVR-950q, no file created when recording, no pause. donbrowne 5 1,978 2010-04-08, 04:03 PM
Last Post: sub
  NO CHANNEL until PAUSE zb1 9 2,352 2010-04-02, 03:40 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode