Music Vis. Info
#1
If anyone is interested i've added codec,label,channels and rating to music visualisation. I like them always on, and the info they provide while playing music.

insert @ line 174
PHP Code:
<!-- album info -->
         <
control type="image">
    <
description>Codec</description>
    <
posx>600</posx>
    <
posy>30</posy>
    <
width>100</width>
    <
height>84</height>
    <
colordiffuse>88FFFFFF</colordiffuse>
    <
texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
   </
control>
   <
control type="image">
    <
description>Channels Image</description>
    <
posx>700</posx>
    <
posy>30</posy>
    <
width>100</width>
    <
height>84</height>
    <
colordiffuse>88FFFFFF</colordiffuse>
    <
texture>$INFO[MusicPlayer.Channels,flagging/audio/,.png]</texture>
   </
control>
   <
control type="image">
    <
description>Recordlabel</description>
    <
posx>800</posx>
    <
posy>35</posy>
    <
width>100</width>
    <
height>65</height>
    <
colordiffuse>88FFFFFF</colordiffuse>
    <
texture>$INFO[MusicPlayer.Property(Album_Label),flagging/recordlabel/,.png]</texture>
   </
control>
   <
control type="image">
    <
description>Rating image</description>
    <
posx>680</posx>
    <
posy>0</posy>
    <
width>120</width>
    <
height>40</height>
    <
colordiffuse>88FFFFFF</colordiffuse>
    <
aspectratio align="right">keep</aspectratio>
    <
texture>$INFO[Player.StarRating]</texture>
   </
control
V.

*Windows 7 Pro
*EVGA 512-P2-N635-AR GeForce 7950GT 512MB
*ASUS M2N32-WS Pro AM2 NVIDIA nForce 590 SLI ATX Server Motherboard
*AMD Athlon 64 X2 4600+ Windsor 2.4GHz Socket AM2 89W Dual-Core Processor
Reply

Logout Mark Read Team Forum Stats Members Help
Music Vis. Info0