- Thread starter
- #21
Re: AW: ajp8164_stage Build Release Thread
@mironicus,
Please see the documentation at MediaPortal1_Development/SkinArchitecture/MP_1_1_0-to-TBD - MediaPortal Manual Documentation. I know, it's buried ;-)
Here is the fix for you (it's actually a feature ;-) -- the version of my build you have may not have had the "backward compatible" code added (I added it later). The latest post of my build is backward compatible for text placement in the guide.
(from the doc)
"Added ability to control position of program text inside TV guide buttons. You'll need to add posX and posY to controls 24, 26 (title) and 23, 30 (genre) as below example. These values have been added to the template so that the skinner may adjust the position of the program title text in the program button. Implementation is backward compatible; skinners are not required to add these attributes to these controls."
I tried your build. Only one cosmetic thing I found - the single channel EPG view is little bit distorted.
@mironicus,
Please see the documentation at MediaPortal1_Development/SkinArchitecture/MP_1_1_0-to-TBD - MediaPortal Manual Documentation. I know, it's buried ;-)
Here is the fix for you (it's actually a feature ;-) -- the version of my build you have may not have had the "backward compatible" code added (I added it later). The latest post of my build is backward compatible for text placement in the guide.
(from the doc)
"Added ability to control position of program text inside TV guide buttons. You'll need to add posX and posY to controls 24, 26 (title) and 23, 30 (genre) as below example. These values have been added to the template so that the skinner may adjust the position of the program title text in the program button. Implementation is backward compatible; skinners are not required to add these attributes to these controls."
Code:
<control>
<description>template for program title light area</description>
<type>label</type>
<id>24</id>
<visible>no</visible>
<label>-</label>
<font>font14</font>
<textcolor>ccffffff</textcolor>
<posX>10</posX>
<posY>6</posY>
</control>