|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
|
#22
|
|||
|
|||
I use myhtpc and exit to it by hitting the power button on the remote! My wife has never had a problem doing that. As a matter of fact, my zoom player, mame, neo geo emulator, and everythign else is configured to exit with....guess what? The power button on the remote.
FYI about the s3 situation.....I have been doing it since around the time I first started suing sage. Thats through 3 diffrent PC's and they all worked without a hitch. They wakeup/record and go back to sleep all day. |
#23
|
||||
|
||||
Quote:
I just can't resist... maybe a button like: "Minimize SageTV to the system tray (that thing in the lower right corner, possibly next to your clock), thus removing SageTV from your view, while leaving it running in order to continue to record your scheduled recordings." - 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. |
#24
|
||||
|
||||
Quote:
http://forums.sage.tv/forums/showthr...&threadid=5229 |
#25
|
||||
|
||||
Quote:
|
#26
|
||||
|
||||
Quote:
Of course, my bark is much worse than my bite - I've already spent hours analyzing stanger/robogeek/salsbt's GML files to figure out how the heck they got it to work. But one day it will work, and then Grandma [my MIL], won't be so terrified of our TV. |
#27
|
|||
|
|||
Quote:
|
#28
|
|||
|
|||
mlbdude,
Thanks for the file. It works very well! What type of editor is used to manipulate these files? I tried notepad to take a look and just locked up. Thanks! |
#29
|
|||
|
|||
You need Studio to create/edit an STV(their a type of binary file). Take a look at this forum for SageTV Customizations. Look around and read different threads. Also read this thread by Narflex, for your next question.
__________________
"Between you and me, my name's irrelevant." Last edited by justme; 05-20-2004 at 09:37 PM. |
#30
|
||||
|
||||
Quote:
If Grandma doesn't want to see the desktop, don't close Sage. Women generally hate things that requires us to learn something we can't figure out right away. There's no time to sit down and figure it out; it must be clear and concise from the first day. We generally go off on men who can't ask for directions, but when it comes time for us to have to struggle to figure out the answer, the frustration level rises and it gets thrown away. Everything always seems to have to be reduced to the lowest common denominator for the WAF. I believe it has something to do with the inability to deal with a situation that's not perfect. The WAF, as it's called, probably goes out the window as soon as the program crashes once. It doesn't matter if it never crashes again, but you'll always hear about the one time it did. Look. What's the difference if it goes to the tray when you hit Close or Sleep? Try to exit out of MSN Messenger sometime. When you bring up any Micro$oft program, like Outlook Express, there it is running again. If it hogged up 50% of CPU time, I'd say to add a Close option. But it usually takes up about 1% in modern computers. Lauren |
#31
|
|||
|
|||
Quote:
I'll have to show my wife that one! So very true... |
#32
|
|||
|
|||
Thanks Lauren, I am glad to see someone understands my standpoint. We, atleast the considerate ones, are trying to make this interface so friendly to use that someone that has NEVER used a computer can use it.
I think the only thing stopping me from using SageTV now is the focus issue talked about with myHTPC. |
#33
|
||||
|
||||
Quote:
|
#34
|
|||
|
|||
Quote:
*The FAQ has a post with a link to all valid sage commands and their # to be used with the - event paramenter. See the question about SageTV commands and sendmessage.
__________________
"Between you and me, my name's irrelevant." Last edited by justme; 05-21-2004 at 06:58 AM. |
#35
|
|||
|
|||
Quote:
The word on the street is that Sage is much more powerful than before and that there will be the ability to do just about anything you want within it. That is fine and all but I still think they need to realize that some folks will want to use other frontends regardless (don't discount Meedio...trust me). Thanks. |
#36
|
|||
|
|||
Quote:
I have navigation buttons on my remote for up down left right etc....right? If I want to use those same buttons over and over again depending on what application I am using, I need to have some sort of logic in girder. At any rate, even if I had girder events for EVERY application I use or even windows messaging (which is what I think you are actually refering to), I'd still be sending the same IR code to ALL applications that use that button that are open. See what I am saying? The problem must be resolved by handing focus back or by having some type of girder event happen and be sent to girder when sage closes/minimizes/sleeps. Make sense? |
#37
|
|||
|
|||
http://forums.freytechnologies.com/f...1062#post21062
You might get away with just copying all the commands from stanger's gml in to your gml and just mapping the buttons. He uses the sendmessage plugin in girder so Sage does not have to have focus, it can be minimized, it can be maximized but behind another window. I found this easiest, just go through the different buttons and "learn" events.
__________________
ECS K7VTA3 + AthlonXP2400XP+ = $70 250 GB 7200 RPM HD = $160 512 MB Kingston DDR 333 = $80 Hauppage 350 Bundle = $220 SageTv = PriceLess |
#38
|
|||
|
|||
Alex0230,
I appreciate your efforts at helping but I think you are misunderstanding the issue as well. I AM using the sendmessage deal BUT, in order to keep things simple, one has to enable or disable the ability to control applications based on what one needs to control at the moment (this allows me to reuse the same remote keys on ALL applications/frontends). The only logic I know of that works well across the board is the "is foreground" logic where girder looks for what application is in the foreground and enables a set of commands and disables all others using that same logic. If I have buttons on my remote that all applications use in the same way (like numbers), I exclude them from the logic whenever possible... |
#39
|
|||
|
|||
So it's not Sage focus you're worried about but other apps geting back focus from Sage, correct?
Ok, so when Sage is sleeped you want it to tell girder it is sleeping, and then pass an event to shift focus to another app. That part* should be simple enough to do from Studio, though I admit to being poor at Girder and Studio. However how would Sage know what app to give focus to? Should it just default to myHTPC having focus? This seems like an issue of which program(SageTV/myHTPC) to use as your main control/frontend, given the way you've setup your GML. *Giving focus to a specific app on SageTV sleep.
__________________
"Between you and me, my name's irrelevant." Last edited by justme; 05-21-2004 at 07:34 AM. |
#40
|
|||
|
|||
YEs it is a matter of getting focus back. I don't think it is a matter of choosing which app to get focus back to, it's already the ONLY app left to give focus back to logically speaking as it is the only window open at the time. "It" being myHTPC in this case.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|