When you change the volume, the song data (songticker) is replaced by the volume meter. I'd like to have this volume meter displayed permanently (just the percentage, without the word "Volume) somewhere on the main player except the songticker. Is this possible?
Announcement
Collapse
No announcement yet.
Volume meter (%) to be permanently displayed
Collapse
X
-
This is how you do it:
Add the following lines somewhere between <groupdef id="group.mp.main"> and </groupdef> in main-player.xml:
PHP Code:<text
id="VolPercentage"
display=""
x="380" y="80" w="80" h="32" align="center"
fontsize="32" color="255,255,255"
/>
<script id="volpercentage" file="scripts/volpercentage.maki"/>
Then copy volpercentage.m and volpercentage.maki into the scripts folder.Attached FilesAriszló @ WinCustomize & DeviantArt
-
Comment