SageTV Community  

Go Back   SageTV Community > SageTV BETA Release Products > SageTV Beta Test Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Beta Test Software Discussion related to BETA Releases of the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. regarding SageTV Beta Releases should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-17-2003, 02:36 PM
KoolKat_Milw KoolKat_Milw is offline
Sage User
 
Join Date: Jul 2003
Posts: 36
Complete Command Set?

Could you please post the complete command set for the latest vesion of SageTV?? I have one from v1.2.8, but I'd imagine that there are new ones.

I would just like to upgrade Girder so I have access to all the commands

Thanks,

-KoolKat
Reply With Quote
  #2  
Old 08-18-2003, 10:50 AM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Sure:

LEFT = 2
RIGHT = 3
UP = 4
DOWN = 5

PAUSE = 6
PLAY = 7
FF = 8
REW = 9
TIME_SCROLL = 10
CHANNEL_UP = 11
CHANNEL_DOWN = 12
VOLUME_UP = 13
VOLUME_DOWN = 14
TV = 15
FASTER = 16
SLOWER = 17
GUIDE = 18
POWER = 19
SELECT = 20
WATCHED = 21
LIKE = 22
Don't Like = 23
INFO = 24
RECORD = 25
MUTE = 26
FULL_SCREEN = 27
HOME = 28
OPTIONS = 29

NUM0 = 30
NUM1 = 31
NUM2 = 32
NUM3 = 33
NUM4 = 34
NUM5 = 35
NUM6 = 36
NUM7 = 37
NUM8 = 38
NUM9 = 39

SEARCH = 40
SETUP = 41
LIBRARY = 42

POWER_ON = 43
POWER_OFF = 44
MUTE_ON = 45
MUTE_OFF = 46

AR_FILL = 47
AR_4X3 = 48
AR_16X9 = 49
AR_SOURCE = 50

VOLUME_UP2 = 51
VOLUME_DOWN2 = 52
CHANNEL_UP2 = 53
CHANNEL_DOWN2 = 54
PAGE_UP = 55
PAGE_DOWN = 56
PAGE_RIGHT = 57
PAGE_LEFT = 58
PLAY_PAUSE = 59
PREV_CHANNEL = 60

FF_2 = 61
REW_2 = 62

LIVE_TV = 63

DVD_REVERSE_PLAY = 64
DVD_CHAPTER_NEXT = 65
DVD_CHAPTER_PREV = 66
DVD_MENU = 67
DVD_TITLE_MENU = 68
DVD_RETURN = 69
DVD_SUBTITLE_CHANGE = 70
DVD_SUBTITLE_TOGGLE = 71
DVD_AUDIO_CHANGE = 72
DVD_ANGLE_CHANGE = 73

DVD = 74
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #3  
Old 08-18-2003, 03:47 PM
edmc edmc is offline
Sage Aficionado
 
Join Date: Feb 2003
Location: Pleasanton, CA
Posts: 325
Awesome! Now, can I kindly ask that KoolKat post his .gml file here when
completed? My wife would love to use the Pronto rather than the clunky
keyboard :-)
Reply With Quote
  #4  
Old 08-18-2003, 08:16 PM
KoolKat_Milw KoolKat_Milw is offline
Sage User
 
Join Date: Jul 2003
Posts: 36
Thanks again

And yes....I will post my .gml file on Wednesday. Don't forget, you can d/l the original from the girder website and just add the new commands. Its pretty easy

-KoolKat
Reply With Quote
  #5  
Old 08-25-2003, 05:18 PM
edmc edmc is offline
Sage Aficionado
 
Join Date: Feb 2003
Location: Pleasanton, CA
Posts: 325
narflex> ...RECORD = 25 ...

asked in another thread: I don't see a command called DELETE. Can you enable this?
Reply With Quote
  #6  
Old 08-31-2003, 09:22 PM
laurenglenn's Avatar
laurenglenn laurenglenn is offline
Sage Expert
 
Join Date: Mar 2003
Location: Levittown, PA
Posts: 601
Send a message via AIM to laurenglenn Send a message via MSN to laurenglenn
Quote:
Originally posted by KoolKat_Milw
Thanks again

And yes....I will post my .gml file on Wednesday. Don't forget, you can d/l the original from the girder website and just add the new commands. Its pretty easy

-KoolKat
It is pretty easy, but it could be made easier by Girder.

Anyway, here's my GML file:

Lauren
Attached Files
File Type: zip sagetv 1.01 .zip (2.4 KB, 538 views)
Reply With Quote
  #7  
Old 09-04-2003, 09:32 AM
eruji eruji is offline
Sage Advanced User
 
Join Date: Aug 2003
Posts: 173
Can anybody explain how these commands are actually passed to SageTV through Girder?

i see that its using the sendmessage plugin to do it, but what is that exactly? did the sagetv developers build these commands for girder with a sendcommand in mind.
Reply With Quote
  #8  
Old 11-13-2003, 09:21 AM
malore's Avatar
malore malore is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Iowa
Posts: 877
Quote:
Originally posted by edmc
asked in another thread: I don't see a command called DELETE. Can you enable this?
I would also like to be able to delete shows with the click of a button, since it asks for confirmation, I don't see any danger in this.
Reply With Quote
  #9  
Old 12-02-2003, 11:44 AM
sudipto sudipto is offline
Sage Advanced User
 
Join Date: Nov 2003
Posts: 239
Quote:
Originally posted by malore
I would also like to be able to delete shows with the click of a button, since it asks for confirmation, I don't see any danger in this.
A third vote for "DELETE" command I would like to see this one too.
Reply With Quote
  #10  
Old 12-04-2003, 05:47 PM
salsbst's Avatar
salsbst salsbst is offline
SageTVaholic
 
Join Date: Jun 2003
Posts: 2,592
Quote:
Originally posted by eruji
Can anybody explain how these commands are actually passed to SageTV through Girder?

i see that its using the sendmessage plugin to do it, but what is that exactly? did the sagetv developers build these commands for girder with a sendcommand in mind.
The SendMessage plugin enables Girder to send standard Windows messages to an application. So, while the SageTV developer probably put the Windows message listener feature in there with Girder in mind, it is not a Girder/SageTV proprietary protocol, but rather a MS proprietary protocol that any Windows application can support if the developer so chooses. The main advantage over keystrokes is that the application doesn't have to have the focus.
Reply With Quote
  #11  
Old 12-04-2003, 05:49 PM
eruji eruji is offline
Sage Advanced User
 
Join Date: Aug 2003
Posts: 173
Thanks salsbst,

i understand now.
Reply With Quote
  #12  
Old 07-01-2007, 07:41 PM
pasanlaksiri pasanlaksiri is offline
Sage User
 
Join Date: Jun 2007
Posts: 7
Quote:
Originally Posted by laurenglenn View Post
It is pretty easy, but it could be made easier by Girder.

Anyway, here's my GML file:

Lauren
Hi,

I'm using Girder 4. So can u tell me how to add that GML file to it. I copy ur GML file to Gider 4 GML folder. Then i open girder. But its not loaded.
Can u plz tell me how to get it to work.

Thanks
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 08:22 PM.


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