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
  #81  
Old 11-18-2004, 07:31 PM
ptaylor ptaylor is offline
Sage Aficionado
 
Join Date: May 2004
Posts: 308
I just installed the new version of the plugin (for Sage 2.1) and I'm seeing some slightly different results than before...

Previously, I believe I could change the channel with the up and down arrows and the volume with the left and right arrows... The channel up/down and volume up/down also worked. Now, only the channel up/down and volume up/down keys are working. The up/down and left/right buttons seem to do nothing.

Is there a way to assign the Channel Up/Down functions to both the Channel Up/Down buttons and the up/down arrows, and the Volume Up/Down functions to both the Volume Up/Down buttons and the left/right arrows?

Paul
Reply With Quote
  #82  
Old 11-27-2004, 08:01 AM
Beefcake550 Beefcake550 is offline
Sage Expert
 
Join Date: Oct 2004
Posts: 706
Ok, so, I've modified the source code to only "deal with" repeating keys everyone time they are seen. This appears to work well for me.

I did this by introducing an integer that gets incremented everytime the repeat_key function is executed. The code only sends the message to Sage if the counter mod 2 = 0. I wonder if there is some identifier string that I could use to make this code universal for RW and RW2. Any ideas?

Finally, I know others have expressed interest in this adjustment, so how should I handle it? I could just post the fix here, or I could send the source code back to neilm to buld and distribute.

-Beef
Reply With Quote
  #83  
Old 11-27-2004, 12:31 PM
band80 band80 is offline
Sage User
 
Join Date: Oct 2004
Posts: 45
It'd be great if you could just compile and post the binary here.
Reply With Quote
  #84  
Old 12-01-2004, 06:51 AM
Beefcake550 Beefcake550 is offline
Sage Expert
 
Join Date: Oct 2004
Posts: 706
Ok, I got permission from nielm to post the changes I made.

Here's the source code change and the compiled SageTV.dll. Enjoy!!!
Attached Files
File Type: zip ATI_RW2_SageTV_Plugin_v2_1.zip (72.4 KB, 586 views)
Reply With Quote
  #85  
Old 04-14-2005, 07:48 AM
JUC's Avatar
JUC JUC is offline
Sage Icon
 
Join Date: May 2004
Location: Vermont, USA
Posts: 1,399
okay, resurrecting an old thread. For some reason, after a recent reinstall, my custom commands are no longer showing up in my RW software. I can not select them in the drop down menus to bind them to one of the A,B,C,D,E,F buttons. I had it working before. I tried editing and adding the plugin config file but still can't get them to show up. i did restart evertying too and make sure that the app was not running when i edited the file. Would anyone be willing to post their RW plugin config file that has the custom commands lited and working. This would help me out a bunch. Thanks
JUC
Reply With Quote
  #86  
Old 04-14-2005, 08:21 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
The assignment of SageCommands to A-F buttons is done by the RW software and stored somewhere in the registry...

Check that the Sage plugin is listed and enabled in the Plugins tab of the ATI RW software properties page (and re-import it if not)
In the Program Tab, select 'Specific to the currently active feature', and that will show a dropdown:
Whenever [Windows [v]] is active
Change the item in the dropdown to the Sage plugin and you should then be able to select the SageCommands for A-F buttons...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #87  
Old 04-14-2005, 10:57 AM
JUC's Avatar
JUC JUC is offline
Sage Icon
 
Join Date: May 2004
Location: Vermont, USA
Posts: 1,399
thanks nielm, i've definatly passed that part of the problem. It's all imported, i can select a bunch of different sage options for the A-F buttons, just not the custom commands. Like i mentioned, i had it working before, I used Custom 4 and 5 I think with the commercial advance. Now that sagemc supports it i need to get it working again. Basically, the custom commands just aren't showing up in the ATI software dropdown menus. all the other sagecommands are. I remember i had to manually put in the custom commands in the config file to get them to show up. I did that but they are still not their. Any more thoughts? basically, if someone has access to their config file that lists the custom commands that should do the trick. Or any other thought's would be great.
Thanks
JUC
Reply With Quote
  #88  
Old 04-14-2005, 12:50 PM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Sorry, completely misunderstood you

You need to add the definitions of the custom1-5 in the [SageTVFunctions] section of the ini file and then restart the ATI application...
eg using the following items:
Code:
Custom1=Custom|Custom1,1258,1,78
Custom2=Custom|Custom2,1258,1,79
Custom3=Custom|Custom3,1258,1,80
Custom4=Custom|Custom4,1258,1,81
Custom5=Custom|Custom5,1258,1,82
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #89  
Old 04-15-2005, 06:39 AM
JUC's Avatar
JUC JUC is offline
Sage Icon
 
Join Date: May 2004
Location: Vermont, USA
Posts: 1,399
Nielm, I have tried putting the lines in the ini file but the custom commands are still not showing up in the ATI application. I added the lines when the app was closed as too. If someone could post their ini file I think that would help me out. Thanks
Josh
Reply With Quote
  #90  
Old 04-15-2005, 07:08 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
This one worked for me.

If they still do not show up, then your ini file probably is not in the correct directory: Mine is in:
c:\Program Files\ATI Multimedia\RemCtrl\Plug-Ins\SageTV.ini
Attached Files
File Type: txt SageTV.ini.txt (6.0 KB, 463 views)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki

Last edited by nielm; 04-15-2005 at 07:13 AM.
Reply With Quote
  #91  
Old 04-15-2005, 07:42 AM
JUC's Avatar
JUC JUC is offline
Sage Icon
 
Join Date: May 2004
Location: Vermont, USA
Posts: 1,399
Thanks, I will try it when I get home. the ini file is in the right directory. Not really sure why the added lines aren't showing up though. Hopefully this will fix it.
Thanks again,
JUC
Reply With Quote
  #92  
Old 04-18-2005, 06:40 AM
JUC's Avatar
JUC JUC is offline
Sage Icon
 
Join Date: May 2004
Location: Vermont, USA
Posts: 1,399
Thanks, that did the trick! I'll save a copy in the rest of my backup sage folder.
Reply With Quote
  #93  
Old 10-30-2005, 02:36 AM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
Is there a Remote Wonder II & Sage 2.2.8 Plugin ??

I have used this ATI Remote Wonder plug-in with great success for SageTV v.2.0.10 Server. Does this same plug-in work with the Remote Wonder II and SageTV 2.2.8?

I see the latest version on the first post is ...

Ver 2.1.0.1 : 28 Oct 2004

I then saw that on 12-01-2004, Beefcake550 posted the following file ...

ATI_RW2_SageTV_Plugin_v2_1.zip

I assume you install 2.1.0.1 first, then replace the DLL from the zip and it will work with RW II ... If so, does it work with SageTV 2.2.8??

If not ... Any other options??

Thanks, T.
Reply With Quote
  #94  
Old 11-26-2005, 09:24 PM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
Nielm ... I have used this plug-in for Sage 2.x with my Remote Wonder. Is there a Remote Wonder II Plug-in for Sage 4?? Or will this plug-in work just as well??

Thanks, T.
Reply With Quote
  #95  
Old 11-26-2005, 10:35 PM
lotusvball's Avatar
lotusvball lotusvball is offline
Sage Aficionado
 
Join Date: Dec 2003
Location: PA
Posts: 482
This plug in works great with my remote wonder II.
__________________
Intel Core Duo 2.5mhz, 2gb RAM
Windows Home Server, Sage 7 beta
2 Hauppauge PVR-250, 1 PVR-500 MCE
1 HDHomeRun
4TB Storage, GB Network
2 MVPs, 1 HD100 & 1 HD300
Reply With Quote
  #96  
Old 11-27-2005, 12:51 AM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
Quote:
Originally Posted by lotusvball
This plug in works great with my remote wonder II.
Excellent! Thanks lotusvball

Thanks again ... T.

Last edited by mightyt; 11-30-2005 at 12:30 AM.
Reply With Quote
  #97  
Old 11-30-2005, 12:34 AM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
So ... Now that I got my Remote Wonder II installed and added the SageTV Plug-in, I see that it works just fine!!

My only question is this ... The A-F options are limited to Internal Screens available in 2.x. Is there a chance that Nielm, Beefcake550 or anyone might add 4.0 Internal Screens to the plug-in options??

Anyone .... P-L-E-A-S-E ....

Thanks, T.
Reply With Quote
  #98  
Old 11-30-2005, 03:16 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by mightyt
My only question is this ... The A-F options are limited to Internal Screens available in 2.x. Is there a chance that Nielm, Beefcake550 or anyone might add 4.0 Internal Screens to the plug-in options??
The A-F options are limited to screens that have Commands mapped to them (Search/Library/Recordings). There is no way of adding new Commands (in the same way that you cannot map any keystroke to a specific screen through the Detailed Setup/Commands page)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #99  
Old 11-30-2005, 07:59 AM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
Quote:
Originally Posted by nielm
The A-F options are limited to screens that have Commands mapped to them (Search/Library/Recordings). There is no way of adding new Commands (in the same way that you cannot map any keystroke to a specific screen through the Detailed Setup/Commands page)

So , for example ... additional Internal Screens can not be added to any of these lists?? (See Attachment) ... Say Weather, IMDB, RSS, Etc.?? Just like View Guide, Music Jukebox, Etc. were programmed in to the plug-in A-F options??

I am probably not asking the question right (sorry, too many late nights & early mornings I guess what I was not really asking for is there a way to do it in the plug-in's current state, but more asking if someone could update the plug-in to add more Internal Screen options to the list that are now available in Sage 4?? Of course I have no clue if this is a somewhat simple 10 minute task or days ... But, thought I would ask / beg since the RW Plug-in has been around a while and works very well ...

Thanks, T.
Attached Images
File Type: jpg Sage RW Plug-n.JPG (34.1 KB, 369 views)

Last edited by mightyt; 11-30-2005 at 08:02 AM.
Reply With Quote
  #100  
Old 11-30-2005, 09:11 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by mightyt
So , for example ... additional Internal Screens can not be added to any of these lists?? (See Attachment) ... Say Weather, IMDB, RSS, Etc.?? Just like View Guide, Music Jukebox, Etc. were programmed in to the plug-in A-F options??
The answer is still no -- neither in the current state, nor in an upgraded version.

Because you cannot map a keypress (on the keyboard) to go to weather, IMDB, RSS, etc, you cannot do it either using a remote. The reason is that there are no Sage-internal commands to go to these screens (There are commands to go to the TV Guide/Music Jukebox/Library/Sage Recordings etc) and commands cannot be added to Sage
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
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 09:52 PM.


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