hi, I miss the download link?!
I updated it and broke it even more so removed the download until i fix it, nearly done
I don't know yet as I haven't had a chance to look if I can make the rounded covers solution you have optional...I basically first need to determine what you have done to make covers appear rounded then workout if I can make it optional based in the current skin design e.g. using skin expressions.Shangostar, it might be worth implementing your Rounded Cover as a skin option in the main skin. That way I can replace the existing handling we already have which is outdated ( I think it was done before it was possible to do it via skin properly).
Anyway, your Theme could just be for the extra stuff you have. What do you think, is it worth doing?
You need anything from me for this?
I have now removed the old rounded covers from the skin, but I have kept the skin setting in Skin->Misc. I now publish a skin property (see below) which evaluate to "true" or "false":
Code:#StreamedMP.Settings.ShowRoundedCovers
When I release the new build you can have a play and see if you can help out make changes (based on existing skin) to only support the rounded covers. Help with this would be appreciated and any suggesting you might have to make it easier as well.
<control>
<description>Cover Art Square</description>
<type>image</type>
<id>601</id>
<posX>70</posX>
<posY>463</posY>
<width>385</width>
<height>570</height>
<texture flipY="true" diffuse="diffusemirrorwide.png">#MovingPictures.Coverart</texture>
<visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Cover Art Glass Overlay</description>
<type>image</type>
<id>0</id>
<posX>70</posX>
<posY>463</posY>
<width>342</width>
<height>265</height>
<texture>glassoverlay2.png</texture>
<visible>!control.isvisible(50)+!control.isvisible(51)+Control.HasThumb(601)+!Control.HasThumb(610)+!control.hasfocus(667)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Cover Art Round</description>
<type>image</type>
<id>601</id>
<posX>70</posX>
<posY>463</posY>
<width>385</width>
<height>570</height>
<texture mask="video_thumb_frame_mask.png" flipY="true" diffuse="diffusemirrorwide.png">#MovingPictures.Coverart</texture>
<visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Cover Art Glass Overlay</description>
<type>image</type>
<id>0</id>
<posX>70</posX>
<posY>463</posY>
<width>393</width>
<height>577</height>
<texture>video_thumb_frame_focus.png</texture>
<visible>!control.isvisible(50)+!control.isvisible(51)+Control.HasThumb(601)+!Control.HasThumb(610)+!control.hasfocus(667)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>