SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-12-2006, 07:05 PM
tankd0g tankd0g is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 98
How to map a remote key that's not listed?

Is there a way to map a key on the Hauppage remote to "Refresh imported media library"? It doesn't seem to be int he list of available commands.
Reply With Quote
  #2  
Old 06-12-2006, 09:07 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
If you are trying to program a button to go to a screen that does not have a command assigned to go directly there, then you could use a series of commands to get you to that location. p. 252 of the v5 manual has an example of such a thing, though you don't have to use the SendMessage utility that it uses in the example.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #3  
Old 06-12-2006, 11:33 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
The concept should work in any STV, provided you can get to a known state in the menus that you jump to in the series of commands. When I do this in the default STV, I use Page Up or Page Down to go to the first or last item on the menu, then use the arrow keys from there.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #4  
Old 06-13-2006, 01:19 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
This isn't something you would do in SageTV... how you would implement it depends on how you use your remote. If you are using the Hauppauge IR receiver, you would edit the irremote.ini file. If you are using Girder or HIP, you would have to program them to send a sequence of comamnds instead of a single command.

If you are using a USB-UIRT directly with SageTV, then you would have to switch to Girder, HIP, or whatever, in order to be able to send multiple commands.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #5  
Old 06-14-2006, 09:35 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
The only way to customize an MCE remote in this way is to use something like Girder or HIP.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #6  
Old 06-14-2006, 10:53 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
Opus - I'm a user of HIP with the USB-UIRT for several apps and I think it works just great. I played with girder but it seemed a lot harder to set up and get working.

Mike
Reply With Quote
  #7  
Old 06-14-2006, 08:54 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
From a different thread:
Quote:
Originally Posted by jds23
Well, now after all that, I learned from HIP that you can only send ONE command via sendmessage at a time. On the Sage manual, it allows you to send multiple messages in sendmessage, but not HIP..One at a time there only...
I don't use HIP, so I'm curious: does it only allow a single paramter to be sent to SendMessage.exe? If so, obviously it won't work at all, since it needs multiple parameters to even send a single command. But, if you are able to send multiple parameters to send a single command, then can send multiple commands by adding more parameters to the command line.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #8  
Old 06-15-2006, 12:10 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Just so you know: the "sendmessage" they are referring to is not the SendMessage.exe utility I wrote & used as the example for sending multiple commands in the SageTV manual. What they are referring to is a built-in capability to send a windows message. If it can run an external program instead, then the SendMessage utility could be used, though there is always a slight delay when another program has to be run like that.

I guess it looks like HIP might be missing a script or batch type of response to a remote button press. (?)

(Yes, I know you got your issue of getting to a specific menu resolved... just offereing additonal comments.)

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 11:56 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.