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 … 228 229 230 231 232 … 1231 Next »
.exe channel changer for girder

 
  • 0 Vote(s) - 0 Average
.exe channel changer for girder
hatterman
Offline

Junior Member

Posts: 39
Threads: 8
Joined: Nov 2008
#1
2008-11-09, 12:54 PM
Hi all.

I'm new to the site and to GBPVR. Finally got myself an mpeg2 card and installed GBPVR...fantastic !!

I use GBPVR for all my TV viewing and girder for my remote control, using a tira2 IR blaster.

I have written a small console app that will receive the channel number from GBPVR when a channel change occurs, parse out the channel into 3 seperate digits and then send these digits to girder at 500ms intervals using girders event.exe app.

I am subscribed to Virgin Media (formally telewest) and have the standard Scientific Atlanta Explorer 4000 provided by Telewest.

I have a girder GML for sending remote codes to the set top box, and have simply set event triggers for all of the number buttons.

So far it works a treat. Works on manual channel up/down, recording via the EPG and timed recording also.

All that is needed is to place my channelchange.exe and girders event.exe into the root c: drive and point GBPVR to use channelchange.exe as the channel changer.

Not sure if this is of any use to anybody but I would be happy to let you all have it. However, please note I'm only a newby programmer who is learning VB, I'm no expert !!!

Thanks.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2008-11-09, 02:27 PM (This post was last modified: 2008-11-11, 05:37 AM by pBS.)
here's a batch file to do same...Smile
Code:
@echo off
if "%1" == "" echo No channel given! && goto :eof
set ch=%1
:: replace [b]'echo'[/b] below with your changer program .exe
[b]echo[/b] %ch:~0,1%
[b]echo[/b] %ch:~1,1%
[b]echo[/b] %ch:~2,1%

i used mine for winlirc w/transmit.exe Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
hatterman
Offline

Junior Member

Posts: 39
Threads: 8
Joined: Nov 2008
#3
2008-11-09, 06:40 PM
Hi

Yes, pretty much all I'm doing in my console app. Good stuff Smile
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2008-11-11, 05:44 AM
i just wanted to post it so when i lose it i'll have a backup...hehe
i actually wrote a program myself also, then i snapped it could be done with dos too.
best thing about batch files is they're ?easily adaptable to just about anything..
shoot, i made a menu creating, dvd author/burning program with a batch! lol
plus, every machine on the market can run them...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,962 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Channel 4 HD new tuning string Pob 0 2,617 2012-03-29, 08:59 PM
Last Post: Pob
  Composite Channel not being tuned properly seymoria 14 6,883 2012-01-24, 01:56 PM
Last Post: seymoria
  Need help remapping Channel guide and actual channels divinehammer 3 3,778 2012-01-20, 10:43 AM
Last Post: kayleigh
  Composite channel configuration problem. seymoria 6 4,591 2012-01-15, 10:15 PM
Last Post: seymoria
  Live TV Locks Onto Different Channel persim 1 2,315 2011-10-24, 06:33 PM
Last Post: sub
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,531 2011-09-19, 01:15 AM
Last Post: sub
  Channel 4 HD and sat ini DanielP 40 12,614 2011-04-12, 10:42 PM
Last Post: mvallevand
  How to get Sky Digital channel guide into GBPVR? bobster 34 11,208 2011-04-01, 08:10 PM
Last Post: bobster
  Setting for Numeric Channel Change Timeout? smajor 6 2,815 2011-03-16, 07:21 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