
ffrr at tpg
Oct 27, 2005, 3:10 AM
Post #1 of 1
(774 views)
Permalink
|
|
Hacked Sleek to have recording_options because it's very fast
|
|
*I have hacked the sleek theme for mythtv because it is sooooo much faster than the default and quite a few others. It's only problem, so far, for me is it lacked the recording_options that comes up when you select a show in the tv guide. So, I cut & pasted the section from ui.xml (copied below) from the GANT theme into the ui.xml from sleek. It seems to work very well. Is this all I need do? (I also did the same for visor. Interestingly, the speed in visor is fine except for menu items that have graphics.) <window* name="recording_options"*>* *<font* name="active" face="Arial"*>* *<color>*#ffffff*</color>* *<size>*18*</size>* *<size:small>*11*</size:small>* *<bold>*yes*</bold>* *</font>* *<font* name="inactive" face="Arial"*>* *<color>*#9999cc*</color>* *<size>*18*</size>* *<size:small>*11*</size:small>* *<bold>*yes*</bold>* *</font>* *<font* name="enabled_state_0_font" face="Arial"*>* *<color>*#ffffff*</color>* *<size>*18*</size>* *<size:small>*11*</size:small>* *<bold>*yes*</bold>* *</font>* *<font* name="title" face="Arial"*>* *<color>*#ffffff*</color>* *<dropcolor>*#000000*</dropcolor>* *<size>*27*</size>* *<size:small>*14*</size:small>* *<shadow>*3,3*</shadow>* *<bold>*yes*</bold>* *</font>* *<font* name="subtitle" face="Arial"*>* *<color>*#ffffff*</color>* *<dropcolor>*#000000*</dropcolor>* *<size>*20*</size>* *<size:small>*14*</size:small>* *<shadow>*3,3*</shadow>* *<bold>*yes*</bold>* *</font>* *<font* name="info" face="Arial"*>* *<color>*#ffffff*</color>* *<size>*18*</size>* *<size:small>*10*</size:small>* *<shadow>*2,2*</shadow>* *<bold>*yes*</bold>* *</font>* *<font* name="infob" face="Arial"*>* *<color>*#ffffff*</color>* *<size>*18*</size>* *<size:small>*10*</size:small>* *<shadow>*2,2*</shadow>* *<bold>*yes*</bold>* *</font>* *<font* name="message" face="Arial"*>* *<color>*#ffffff*</color>* *<size>*20*</size>* *<size:small>*12*</size:small>* *<shadow>*2,2*</shadow>* *<bold>*yes*</bold>* *</font>* *<container* name="background"*>* *<image* name="filler" draworder="0" fleximage="yes"*>* *<filename>*sr-background.png*</filename>* *<position>*0,305*</position>* *</image>* *</container>* *<container* name="selector"*>* *<area>*0,300,800,300*</area>* *<listarea* name="menu_list" draworder="4"*>* *<area>*20,10,760,274*</area>* *<fcnfont* name="active" function="active"*></fcnfont>* *<fcnfont* name="inactive" function="inactive"*></fcnfont>* *<fcnfont* name="inactive" function="disabled"*></fcnfont>* *<fcnfont* name="active" function="selected"*></fcnfont>* *<fcnfont* name="enabled_state_0_font" function="enabled_state_0"*></fcnfont>* *<columnpadding>*1*</columnpadding>* *<column* number="1" width="745" context="-1"*></column>* *<items>*8*</items>* *<image* function="selectionbar" filename="rk-selectbar.png" location="-8,3"*></image>* *<image* function="uparrow" filename="uparrow.png" location="755,15"*></image>* *<image* function="downarrow" filename="downarrow.png" location="755,235"*></image>* *<image* function="rightarrow" filename="rightarrow.png" location="-10,9"*></image>* *<image* function="leftarrow" filename="leftarrow.png" location="-5,9"*></image>* *</listarea>* *<image* name="showinglines" draworder="5" fleximage="no"*>* *<filename>*def-ro-lines.png*</filename>* *<position>*0,0*</position>* *</image>* *</container>* *<container* name="program_info"*>* *<area>*20,20,760,275*</area>* *<textarea* name="banner" draworder="6"*>* *<area>*0,0,760,45*</area>* *<font>*title*</font>* *</textarea>* *<textarea* name="episode" draworder="6"*>* *<area>*0,45,760,40*</area>* *<font>*subtitle*</font>* *</textarea>* *<textarea* name="infotime" draworder="6" align="right"*>* *<area>*0,85,150,30*</area>* *<font>*infob*</font>* *<value>*Airdate:*</value>* *</textarea>* *<textarea* name="timedate" draworder="6"*>* *<area>*160,85,600,30*</area>* *<font>*info*</font>* *</textarea>* *<textarea* name="infochan" draworder="6" align="right"*>* *<area>*0,115,150,30*</area>* *<font>*infob*</font>* *<value>*Channel:*</value>* *</textarea>* *<textarea* name="channel" draworder="6"*>* *<area>*160,115,600,30*</area>* *<font>*info*</font>* *</textarea>* *<textarea* name="infodesc" draworder="6" align="right"*>* *<area>*0,145,150,30*</area>* *<font>*infob*</font>* *<value>*Description:*</value>* *</textarea>* *<textarea* name="description" draworder="6"*>* *<area>*160,145,600,130*</area>* *<font>*info*</font>* *<multiline>*yes*</multiline>* *</textarea>* *</container>* *</window>* _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|