|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
For those of you who have Vista Aero capabilities...
Some of you might know there's a pretty cool hidden feature to enable Vista Aero glass effects on SageTV's window. Instead, by default, people have no choice but to use a very generic fake XP titlebar; regardless of their OS's capabilities. Like so...
Yucky: This is what your title bar can look like with a Vista Aero Glass enabled Titlebar: Those of you who already know about this feature, also know that it's not really useable unless you plan on only watching TV in a window. The bug that makes this feature unusable is when you enable it (by adding ui/window_title_style=10 to the properties file), full screen mode no longer works correctly. It appears that SageTV development and Support aren't too motivated about fixing this problem right away; even after months of repeated requests to SageTV support. Anyway, this is my solution until it's fixed by sageTV... My solution: By adding the "cmdow" command (in the following link) to your Windows folder http://www.commandline.co.uk/cmdow/#examples and... Executing the below script in a batch file by Girder when you press your remote control (instead of the sendmessage command for fullscreen toggle) Code:
@echo off for /f "tokens=10,11" %%a in ('"cmdow SageTV /p"') do ( set "WIDTH=%%a" & set "HEIGHT=%%b" ) if %WIDTH%==982 (GOTO BIGWINDOW ) ELSE ( GOTO SMALLWINDOW ) :BIGWINDOW cmdow SageTV /MOV -17 -37 /SIZ 1953 1139 GOTO END :SMALLWINDOW cmdow SageTV /MOV 949 459 /SIZ 982 593 GOTO END :END This tweak also always remember's your window size and position even if you accidentally (or purposefully) move your window.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** Last edited by mkanet; 06-27-2008 at 10:05 PM. |
#2
|
||||
|
||||
Oh very cool mkanet Thanks!
I have got to try this when I get home.
__________________
Throughout space there is energy. ... it is a mere question of time when men will succeed in attaching their machinery to the very wheelwork of nature. -Nikola Tesla |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV vs. Vista Media Center | Brent | General Discussion | 29 | 05-03-2009 03:01 PM |
Vista Aero Getting disabled | gman90706 | SageTV Software | 16 | 01-25-2008 10:42 PM |
Vista Issue and my Solution | jobe1022 | SageTV Software | 2 | 11-21-2007 11:46 AM |
SageMC - Stop button causes AWTThread Hang | Mahoney | SageMC Custom Interface | 7 | 10-25-2006 12:47 AM |