diff options
| author | louis <louis.braun@gmx.de> | 2015-04-26 14:05:14 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-04-26 14:05:14 +0200 |
| commit | e7d8a193a77b5a13e8ac9677ca890359e88959f5 (patch) | |
| tree | db5331186bc9e814c75ce314089ecd34e4be9908 /skins | |
| parent | 4fb0b9de2281f5a35c2ca05ccb42f250488b945b (diff) | |
| download | vdr-plugin-skindesigner-e7d8a193a77b5a13e8ac9677ca890359e88959f5.tar.gz vdr-plugin-skindesigner-e7d8a193a77b5a13e8ac9677ca890359e88959f5.tar.bz2 | |
implemented dvbapi service interface, added viewelement ecminfo in displaychannel
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/blackhole/xmlfiles/displaychannel.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/skins/blackhole/xmlfiles/displaychannel.xml b/skins/blackhole/xmlfiles/displaychannel.xml index 993d7eb..ff8282e 100644 --- a/skins/blackhole/xmlfiles/displaychannel.xml +++ b/skins/blackhole/xmlfiles/displaychannel.xml @@ -133,6 +133,24 @@ <audioinfo> </audioinfo> + <!-- Available Variables ecminfo: + {caid} id of currently used CA + {pid} pID + {prid} provider ID + {ecmtime} ecm time in ms + {hops} number of hops + {reader} name of used reader + {from} name of originating host + {protocol} used protocol of reader + --> + + <ecminfo> + <area x="60%" y="95%" width="24%" height="5%" layer="4"> + <drawtext x="0" y="5%" font="{semibold}" fontsize="40%" color="{clrWhite}" text="CAID: {caid} Reader: {reader}" /> + <drawtext x="0" y="50%" font="{semibold}" fontsize="40%" color="{clrWhite}" text="ECM Time: {ecmtime} ms" /> + </area> + </ecminfo> + <!-- Available Variables screenresolution: {screenwidth} width of currently displayed channel in px {screenheight} height of currently displayed channel in px @@ -194,6 +212,7 @@ {devices[channelid]} ID of the currently tuned channel {devices[source]} source of the currently tuned channel --> + <!-- <devices condition="{showdevices}"> <area x="56%" y="94%" width="28%" height="6%" layer="2"> <loop name="devices" x="0" y="0" orientation="horizontal" columnwidth="{areawidth}/{numdevices}" rowheight="{areaheight}"> @@ -207,7 +226,7 @@ </loop> </area> </devices> - + --> <!-- Available Variables scrapercontent: {posterpath} Full Path of Poster to use in image path attribute {posterwidth} width of poster in pixel |
