Kodi Community Forum
Music Vis. Info - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Music Vis. Info (/showthread.php?tid=85664)



Music Vis. Info - venealis - 2010-11-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
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