home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="sweborn" data-source="post: 923672" data-attributes="member: 52147"><p>Mask for custom cd covers with no <span style="font-family: 'arial'"><span style="color: #000000">transparent backgrounds and no center hole.</span></span></p><p>Change this line:</p><p><texture>..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture></p><p>To:</p><p><texture mask="cd_mask.png">..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture></p><p>And ad cd_mask.png to skin media folder.</p><p> </p><p>Use the default cd-cover (cd.png) for a transparent plastic look in the middle of the disc.</p><p> </p><p>Here is my code for the Avalonis skin:</p><p> </p><p>[CODE] <control></p><p> <description>Rotating blank disc</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>760</posX></p><p> <posY>230</posY></p><p> <width>388</width></p><p> <height>354</height></p><p> <texture>..\..\..\thumbs\MovingPictures\DVDArt\FullSize\cd.png</texture></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <visible>facadeview.list+Control.IsVisible(50) + string.equals(#Avalon.hidePoster,no)+!Control.HasFocus(80)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation></p><p> <animation effect="fade" time="350" delay="520" reversible="false">visible</animation></p><p> </control></p><p> </p><p> </p><p> <!-- m3rcury : Rotating DVDArt --></p><p> <control></p><p> <description>Rotating Movie disc</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>760</posX></p><p> <posY>230</posY></p><p> <width>388</width></p><p> <height>354</height></p><p> <texture mask="cd_mask.png">..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <visible>facadeview.list+Control.IsVisible(50) + string.equals(#Avalon.hidePoster,no)+!Control.HasFocus(80)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation></p><p> <animation effect="fade" time="350" delay="520" reversible="false">visible</animation> </p><p> </control>[/CODE]</p></blockquote><p></p>
[QUOTE="sweborn, post: 923672, member: 52147"] Mask for custom cd covers with no [FONT=arial][COLOR=#000000]transparent backgrounds and no center hole.[/COLOR][/FONT] Change this line: <texture>..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture> To: <texture mask="cd_mask.png">..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture> And ad cd_mask.png to skin media folder. Use the default cd-cover (cd.png) for a transparent plastic look in the middle of the disc. Here is my code for the Avalonis skin: [CODE] <control> <description>Rotating blank disc</description> <type>image</type> <id>0</id> <posX>760</posX> <posY>230</posY> <width>388</width> <height>354</height> <texture>..\..\..\thumbs\MovingPictures\DVDArt\FullSize\cd.png</texture> <keepaspectratio>yes</keepaspectratio> <visible>facadeview.list+Control.IsVisible(50) + string.equals(#Avalon.hidePoster,no)+!Control.HasFocus(80)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation> <animation effect="fade" time="350" delay="520" reversible="false">visible</animation> </control> <!-- m3rcury : Rotating DVDArt --> <control> <description>Rotating Movie disc</description> <type>image</type> <id>0</id> <posX>760</posX> <posY>230</posY> <width>388</width> <height>354</height> <texture mask="cd_mask.png">..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture> <keepaspectratio>yes</keepaspectratio> <visible>facadeview.list+Control.IsVisible(50) + string.equals(#Avalon.hidePoster,no)+!Control.HasFocus(80)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation> <animation effect="fade" time="350" delay="520" reversible="false">visible</animation> </control>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!!
Contact us
RSS
Top
Bottom