2013-07-07, 15:32
Hi, my compliments for the modded confluence, it allowed me to make a lot of configs/customizations and is working perfectly.
I'm trying to add a label (or bar) showing the current volume (regardless of the selected screen).
I tried adding following lines to Home.xml
<control type="label">
<description>Test label</description>
<posx>170</posx>
<posy>285</posy>
<height>30</height>
<width>1000</width>
<label>testVol: $INFO[Player.Volume]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
but I always get:
testVol: 0.0dB
regardless of the volume...
I'm on Windows 7
If this is the wrong place where to post I apologize (first post) -could you pls redirect me to the correct forum?
EDIT: pressing + and - it works (changes the XBMC volume) but I need to display the System Volume...
Thanks a lot
I'm trying to add a label (or bar) showing the current volume (regardless of the selected screen).
I tried adding following lines to Home.xml
<control type="label">
<description>Test label</description>
<posx>170</posx>
<posy>285</posy>
<height>30</height>
<width>1000</width>
<label>testVol: $INFO[Player.Volume]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
but I always get:
testVol: 0.0dB
regardless of the volume...
I'm on Windows 7
If this is the wrong place where to post I apologize (first post) -could you pls redirect me to the correct forum?
EDIT: pressing + and - it works (changes the XBMC volume) but I need to display the System Volume...
Thanks a lot