diff options
| author | louis <louis.braun@gmx.de> | 2014-11-01 13:19:07 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-11-01 13:19:07 +0100 |
| commit | f9f68cae8d64f5c60ffaa34118b66f5ebab28506 (patch) | |
| tree | 69b2bb7d166b07d19364107432dbc632f25c6f78 /skins | |
| parent | f9f2c47cb258874dcdd75bd2154a60c65f068657 (diff) | |
| download | vdr-plugin-skindesigner-f9f68cae8d64f5c60ffaa34118b66f5ebab28506.tar.gz vdr-plugin-skindesigner-f9f68cae8d64f5c60ffaa34118b66f5ebab28506.tar.bz2 | |
removed code for displaying bitrates in displaychannel again
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/metrixhd/xmlfiles/displaychannel.xml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/skins/metrixhd/xmlfiles/displaychannel.xml b/skins/metrixhd/xmlfiles/displaychannel.xml index c182d21..d1148d5 100644 --- a/skins/metrixhd/xmlfiles/displaychannel.xml +++ b/skins/metrixhd/xmlfiles/displaychannel.xml @@ -164,9 +164,8 @@ {signalquality} SNR value of currently displayed channel --> <signalquality> - <area x="22%" y="94%" width="10%" height="6%" layer="3"> - <drawtext x="0" y="0" font="{light}" fontsize="50%" color="{clrWhite}" text="STR: {signalstrength}%" /> - <drawtext x="0" y="50%" font="{light}" fontsize="50%" color="{clrWhite}" text="SNR: {signalquality}%" /> + <area x="22%" y="94%" width="76%" height="6%" layer="3"> + <drawtext x="0" valign="center" font="{light}" fontsize="70%" color="{clrWhite}" text="STR: {signalstrength}% SNR: {signalquality}%" /> </area> </signalquality> @@ -210,19 +209,6 @@ </devices> <!-- Available Variables scrapercontent: - {bitratevideo} bitrate of currently displayed video track in MBit/s (with two decimal places) - {bitrateaudio} bitrate of currently displayed stereo audio track in KBit/s - {bitratedolby} bitrate of currently displayed ac3 audio track in KBit/s - {isdolby} true if bitrate of ac3 stream is > 0 - --> - <bitrate> - <area x="32%" y="94%" width="15%" height="6%" layer="3"> - <drawtext x="0" y="0" font="{light}" fontsize="50%" color="{clrWhite}" text="Video: {bitratevideo} MBit/s" /> - <drawtext condition="not{isdolby}" x="0" y="50%" font="{light}" fontsize="50%" color="{clrWhite}" text="Stereo: {bitrateaudio} KBit/s" /> - <drawtext condition="{isdolby}" x="0" y="50%" font="{light}" fontsize="50%" color="{clrWhite}" text="AC3: {bitratedolby} KBit/s" /> - </area> - </bitrate> - <!-- Available Variables scrapercontent: {mediapath} Full Path of Poster or Banner to use in image path attribute {mediawidth} width of image in pixel {mediaheight} height of image in pixel |
