diff options
author | louis <louis.braun@gmx.de> | 2015-04-29 18:22:17 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-29 18:22:17 +0200 |
commit | 72f445fc5712c44166cd9b182403452d67af622a (patch) | |
tree | 9ee8ce577430bdb7cb57631c2d9a4c08781d90d5 /skins | |
parent | e7d8a193a77b5a13e8ac9677ca890359e88959f5 (diff) | |
download | vdr-plugin-skindesigner-72f445fc5712c44166cd9b182403452d67af622a.tar.gz vdr-plugin-skindesigner-72f445fc5712c44166cd9b182403452d67af622a.tar.bz2 |
added cardsystem name to ecm info
Diffstat (limited to 'skins')
-rw-r--r-- | skins/blackhole/xmlfiles/displaychannel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/blackhole/xmlfiles/displaychannel.xml b/skins/blackhole/xmlfiles/displaychannel.xml index ff8282e..9ee79e6 100644 --- a/skins/blackhole/xmlfiles/displaychannel.xml +++ b/skins/blackhole/xmlfiles/displaychannel.xml @@ -135,6 +135,7 @@ <!-- Available Variables ecminfo: {caid} id of currently used CA + {cardsystem} name of currently used CA {pid} pID {prid} provider ID {ecmtime} ecm time in ms @@ -146,7 +147,7 @@ <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="5%" font="{semibold}" fontsize="40%" color="{clrWhite}" text="{cardsystem} Reader: {reader}" /> <drawtext x="0" y="50%" font="{semibold}" fontsize="40%" color="{clrWhite}" text="ECM Time: {ecmtime} ms" /> </area> </ecminfo> |