mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added weather templates for nopacity
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<area x="2%" y="80%" width="14%" height="18%" layer="2">
|
||||
<drawimage cache="true" imagetype="channellogo" path="{channelid}" width="94%" height="94%" align="center" valign="center"/>
|
||||
</area>
|
||||
<area x="18%" y="74%" width="60%" height="6%" layer="2">
|
||||
<drawtext x="0" valign="center" font="{vdrOsd}" fontsize="95%" color="{clrWhite}" text="{channelnumber} {channelname}" />
|
||||
<area x="18%" y="74%" width="42%" height="6%" layer="2">
|
||||
<drawtext x="0" valign="center" font="{vdrOsd}" fontsize="95%" width="100%" color="{clrWhite}" text="{channelnumber} {channelname}" />
|
||||
</area>
|
||||
</channelinfo>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
</area>
|
||||
</datetime>
|
||||
|
||||
<currentweather>
|
||||
<area x="60%" y="74%" width="18%" height="6%" layer="2">
|
||||
<drawimage name="weathericon" imagetype="icon" path="{icon}" x="{areawidth}/2 + {width(temperature)}/2 - {width(weathericon)}/2 + 5" valign="center" width="{areaheight}*0.7" height="{areaheight}*0.7"/>
|
||||
<drawtext name="temperature" x="{areawidth}/2 - {width(temperature)}/2 - {width(weathericon)}/2" valign="center" font="{vdrOsd}" fontsize="70%" color="{clrWhite}" text="{temperature}°C" />
|
||||
</area>
|
||||
</currentweather>
|
||||
|
||||
<!-- Available Variables epginfo:
|
||||
{currenttitle} Title of the current Schedule
|
||||
{currentsubtitle} Subtitle of the current Schedule
|
||||
|
||||
Reference in New Issue
Block a user