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 04-01-2005, 02:11 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Hauppauge remote with Sage and other apps?

I am using the Hauppauge remote with Sage 2.2.6 with Cayars17.stv & irremote from Hauppauge..
I use the external video player (Nero ShowTime) to play my dvd backups in *.mp4 format. I have the remote working perfectly, well almost perfectly.
I have the Red button to open or wake Sage, I use the Green button to open & control ShowTime. When I open an *.mp4 file in SageTV, it puts Sage to sleep and opens ShowTime and plays the selected file. My problem is after it opens ShowTime I have to press the Green button to give the remote access to ShowTime before the remote will work with it. Then when pressing the power button in ShowTime it closes and wakes up Sage, but again I have to press the Red button for the remote to work in Sage again.

Is there a way to automate this to give focus to ShowTime when opening a file through Sage? And again giving it back to Sage when it wakes itself up after ShowTime closes?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #2  
Old 04-02-2005, 01:21 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by dvd_maniac
Is there a way to automate this to give focus to ShowTime when opening a file through Sage? And again giving it back to Sage when it wakes itself up after ShowTime closes?
Do you mean giving the application focus in Windows, or do yo mean making sure the remote software is auto-set to use the proper application mode when a differnt app has Windows focus?

The remote automatically switches its mode depending on the app w/focus. This can be over-ridden by using the mode() command in irremote.ini. So, if you are not using mode() anywhere, it should switch by itself. If you are using mode(), then you will have to manually switch things via the remote as you are doing. (If you are starting with the ini files I've uploaded, you are using mode(), especiialy for the versions that let you control SageTV w/o it having focus.)

- 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 04-04-2005, 06:57 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Hi Opus,

I'd have bet a million dollars you'd be the one to fix this for me...

This is the lines in the irremote:

RED={run(C:\PROGRA~1\FREYTE~1\SageTV\SageTVClient.exe)}{mode(SageTVClient)}
GREEN={run(C:\PROGRA~1\Ahead\NEROSH~1\SHOWTIme.exe)}{mode(ShowTime)}

What should I change them to to fix my problem?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #4  
Old 04-04-2005, 09:47 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Are you controlling SageTV via event codes so it doesn't need to have focus?
  • Yes - Then you'll need to continue using the mode(xxx) commands to force the ini app mode so that you can control SageTV even when some other program has focus.

  • No - Then you could consider dumping all the mode(xxx) commands, in the [Default] and every [<AppName>] sections. That way, the ini file would respond to whatever app has focus. But... the problem with removing the mode(xxx) commands is that you may then run into a problem trying to wake SageTV via the remote.
My solution would be to keep the mode(xxx) commands & assign a button to switch focus mode to another app. Inside the [SageTV] section, for example, you would assign some button to perhaps run showtime.exe & then switch to {mode(ShowTime)}. (As your GREEN button does, above.) In the [ShowTime] section, you could use the same button to switch back to SageTV.

If you have too few buttons to dedicate one to this purpose, you would then have to first sleep SageTV to go back to {mode(Default)} & then use the GREEN button (as you've defined it) to switch to showtime.

- 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 04-04-2005, 10:19 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
The way it's setup now, when I open a video file from inside SageTV and it is not natively played then ShowTime opens up automatically and Sage goes to sleep. ShowTime starts to play the video but can not be controlled by the remote until the Green (Not the power green) button is pressed. When closing ShowTime, SageTV wakes up and has windows focus, but I still need to press the red button to controll Sage again.
I removed all references to red, green, yellow & blue from the [SAGETV] & [SHOWTIME] sections. so this works for me, I was just trying to avoid this step.

What I would like to do is have Sage automatically simulate the pressing of the green button upon sleep and simulate the red button upon awake. Is there something I can put into the properties file or detailed setup that would do this?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #6  
Old 04-04-2005, 10:26 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by dvd_maniac
I removed all references to red, green, yellow & blue from the [SAGETV] & [SHOWTIME] sections. so this works for me, I was just trying to avoid this step.
That's a good solution, obviously. You lose more buttons, but then you always know what each one does.

Quote:
What I would like to do is have Sage automatically simulate the pressing of the green button upon sleep and simulate the red button upon awake. Is there something I can put into the properties file or detailed setup that would do this?
Not that I know of. I don't know of a way to make ir.exe think it received a button press, anyway. The only way I know of to automatically set app focus in the ini is to not use the mode() commands at all & let it activate according ot the app w/focus.

- 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
  #7  
Old 04-04-2005, 02:34 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Quote:
The only way I know of to automatically set app focus in the ini is to not use the mode() commands at all & let it activate according ot the app w/focus.
I tried taking out the mode portion of both Sage and ShowTime and the result was Sage not being able to be controlled by remote at all. I changed this:

RED={run(C:\PROGRA~1\FREYTE~1\SageTV\SageTVClient.exe)}{mode(SageTVClient)}
GREEN={run(C:\PROGRA~1\Ahead\NEROSH~1\SHOWTIme.exe)}{mode(ShowTime)}
to this:
RED={run(C:\PROGRA~1\FREYTE~1\SageTV\SageTVClient.exe)}
GREEN={run(C:\PROGRA~1\Ahead\NEROSH~1\SHOWTIme.exe)}

Did I need to do something else?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #8  
Old 04-04-2005, 02:37 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
The window name is "SageTV", so if you are using [SageTVClient] as the section name instead (which it looks like due to the use of "mode(SageTVClient)"), it won't find it via its auto mode selection. Also, SageTV will have to have Windows focus for it to work.

- 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
  #9  
Old 04-04-2005, 03:00 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
so you are saying that I should change [SAGETVCLIENT] to [SAGETV] in the Applications section?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #10  
Old 04-04-2005, 03:39 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Yup -- the visible window name is displayed as "SageTV" regardless of whether you are running SageTV or SageTVClient & that is what ir.exe looks at.

- 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
  #11  
Old 04-04-2005, 04:21 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
I will try that as soon as I get home. Thanx

One more question for you please.

on this Client machine I sometimes have problems with the remote not functioning at all until I click on the mouse. It is a cordless mouse that sometimes will not work until touched as well, kinda like it goes to sleep to conserve batteries. Could this be the issue or might it be something else?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #12  
Old 04-04-2005, 04:52 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by dvd_maniac
on this Client machine I sometimes have problems with the remote not functioning at all until I click on the mouse. It is a cordless mouse that sometimes will not work until touched as well, kinda like it goes to sleep to conserve batteries. Could this be the issue or might it be something else?
I don't know -- anyone else have an idea? You could try taking that mouse & its receiver off the computer to see if that was it.

- 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
  #13  
Old 04-04-2005, 04:56 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
I'll try that tonight too. Hopefully it will work....
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #14  
Old 04-05-2005, 05:19 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Quote:
No - Then you could consider dumping all the mode(xxx) commands, in the [Default] and every [<AppName>] sections. That way, the ini file would respond to whatever app has focus. But... the problem with removing the mode(xxx) commands is that you may then run into a problem trying to wake SageTV via the remote.
when you say "every [<AppName>] sections", do you mean EVERY one or just the ones I use?

Also, can I delete all of the sections I don't use like all the wintv sections?

I've tried to delete the mode commands for SageTV and ShowTie and I still have to press the button to give focus..

EDIT: nevermind, shouldn't try this stuff too early in the morning. I forgot to exit irremote.
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"

Last edited by dvd_maniac; 04-05-2005 at 05:31 AM.
Reply With Quote
  #15  
Old 04-05-2005, 06:03 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Opus,

everything works PERFECTLY now, When I pick a video in Sage that requires Showtime to play it switches perfectly and the remote functions beautifully. When I turn ShowTime off it switches back to Sage and the remote works there again too. All without having to press the colored button.

Thank you again oh ye god of Hauppauge remotes. I really appreciate all your help over the past few weeks in getting this perfected for me. Now my wife can SHUT UP and stop nagging me "How do I get it to do this or that"
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #16  
Old 04-05-2005, 09:42 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Glad it works. I might as well answer the last couple questions though...

Quote:
Originally Posted by dvd_maniac
when you say "every [<AppName>] sections", do you mean EVERY one or just the ones I use?
Just the ones you use.

Quote:
Also, can I delete all of the sections I don't use like all the wintv sections?
Yes.

Oh -- one last thing: you probably know this, but save a copy of your new ini! Installing a new IR driver will overwrite it & reinstalling SageTV might do so too at times.

- 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
  #17  
Old 04-05-2005, 04:01 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Quote:
Oh -- one last thing: you probably know this, but save a copy of your new ini! Installing a new IR driver will overwrite it & reinstalling SageTV might do so too at times.
Found this out the HARD way....

BTW, just in case anybody else is having problems with irremote and cordless mouse: I unplugged the mouse and it works fine now.

Can anybody else confirm any problems with irremote and cordless mouse?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
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 03:14 PM.


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