2010-11-18, 18:18
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
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>