Announcement

Collapse
No announcement yet.

Volume meter (%) to be permanently displayed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Volume meter (%) to be permanently displayed

    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?

  • #2
    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"/> 
    Change the coordinates, size, alignment, fontsize and color as you like. Do not change anything else.

    Then copy volpercentage.m and volpercentage.maki into the scripts folder.
    Attached Files
    Ariszló @ WinCustomize & DeviantArt

    Comment


    • #3
      Wow, that's just awesome! Thanks a lot!

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎