mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
Version 0.8.0 beta
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE displayreplay SYSTEM "../../../dtd/displayreplay.dtd">
|
||||
|
||||
<displayreplay x="0" y="0" width="100%" height="100%" fadetime="{fadetime}">
|
||||
<displayreplay x="0" y="0" width="100%" height="100%" fadetime="{fadetime}" shifttime="{shifttimechannel}" shifttype="bottom" shiftmode="slowed">
|
||||
<background>
|
||||
<!-- background infobar -->
|
||||
<area x="0" y="80%" width="100%" height="20%" layer="1">
|
||||
<fill color="{clrTransBlack}" />
|
||||
</area>
|
||||
<!-- background datetime -->
|
||||
<area x="70%" y="0" width="30%" height="13%" layer="1">
|
||||
<fill color="{clrTransBlack}" />
|
||||
<drawrectangle x="0" y="0" width="45%" height="100%" color="{clrTransBlueLight}" />
|
||||
</area>
|
||||
</background>
|
||||
|
||||
<backgroundmodeonly>
|
||||
@@ -21,7 +16,11 @@
|
||||
</area>
|
||||
</backgroundmodeonly>
|
||||
|
||||
<datetime>
|
||||
<datetime shifttime="0">
|
||||
<area x="70%" y="0" width="30%" height="13%" layer="1">
|
||||
<fill color="{clrTransBlack}" />
|
||||
<drawrectangle x="0" y="0" width="45%" height="100%" color="{clrTransBlueLight}" />
|
||||
</area>
|
||||
<area x="70%" y="0" width="13%" height="13%" layer="2">
|
||||
<drawtext align="right" y="0" font="{light}" fontsize="50%" color="{clrWhite}" text="{dayname}" />
|
||||
<drawtext align="right" y="48%" font="{light}" fontsize="50%" color="{clrWhite}" text="{day}. {monthnameshort}" />
|
||||
@@ -31,7 +30,7 @@
|
||||
</area>
|
||||
</datetime>
|
||||
|
||||
<scrapercontent>
|
||||
<scrapercontent shifttime="0">
|
||||
<area condition="{isbanner}" x="0" y="0" width="{areaheight}*0.13*{mediawidth}/{mediaheight}" height="13%" layer="2">
|
||||
<drawimage imagetype="image" path="{mediapath}" align="center" valign="center" width="{areawidth}" height="{areaheight}"/>
|
||||
</area>
|
||||
@@ -183,13 +182,13 @@
|
||||
</area>
|
||||
</jump>
|
||||
|
||||
<onpause delay="60" fadetime="{fadeTime}">
|
||||
<onpause delay="30" fadetime="{fadetime}">
|
||||
<area x="0" y="0" width="100%" height="100%" layer="7">
|
||||
<fill color="{clrSemiTransBlack}" />
|
||||
</area>
|
||||
</onpause>
|
||||
|
||||
<onpausemodeonly delay="20" fadetime="{fadeTime}">
|
||||
<onpausemodeonly delay="20" fadetime="{fadetime}">
|
||||
<area x="0" y="0" width="100%" height="100%" layer="7">
|
||||
<fill color="{clrSemiTransBlack}" />
|
||||
</area>
|
||||
|
||||
Reference in New Issue
Block a user