2005-04-02, 12:48 AM
My Muisc 2.1.0.0
Ive updated the skin for my music, it now includes the new UltraID3Lib.dll (hopefully will work with more mp3 tags now) and fixed a few other bugs. if the skin you are using doesnt support this update (and chances are it doesnt) but if the skin supports either my videos 3.1, my pictures 2.1 you can just copy the
<--Selectors-->
<--List-->
....
<--Details-->
...
Section (ie copy the composite images for the list,icons, big icons, and details views from one of those skins to the skin.xml file for my music (its just a matter of copying and pasting... really really easy, the skin you are using should already have the composite images, but they will look something like
<CompositeImage name="ListFocus" size="20,20">
<DrawImage .../>
</CompositeImage>
and inorder to get it to work the composite images requires tags like
<DrawText text="@Name".../>
<DrawText text="@Description".../>
so just delete the old composite images and replace it with the new ones (yeah i suck at explaining stuff, if you need help just ask)..
Ive updated the skin for my music, it now includes the new UltraID3Lib.dll (hopefully will work with more mp3 tags now) and fixed a few other bugs. if the skin you are using doesnt support this update (and chances are it doesnt) but if the skin supports either my videos 3.1, my pictures 2.1 you can just copy the
<--Selectors-->
<--List-->
....
<--Details-->
...
Section (ie copy the composite images for the list,icons, big icons, and details views from one of those skins to the skin.xml file for my music (its just a matter of copying and pasting... really really easy, the skin you are using should already have the composite images, but they will look something like
<CompositeImage name="ListFocus" size="20,20">
<DrawImage .../>
</CompositeImage>
and inorder to get it to work the composite images requires tags like
<DrawText text="@Name".../>
<DrawText text="@Description".../>
so just delete the old composite images and replace it with the new ones (yeah i suck at explaining stuff, if you need help just ask)..