Skip to content

Commit

Permalink
Moving files from MePo theme Titan skin with FanartHandler support (#38)
Browse files Browse the repository at this point in the history
* Moved from MePo Titan skin theme with FanartHandler support
* Attempting to move into plugins repo
  • Loading branch information
KJ-Cox authored May 15, 2024
1 parent f51b30a commit 101433e
Show file tree
Hide file tree
Showing 6 changed files with 1,585 additions and 1,452 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ _ReSharper*/
.svn

# Office Temp Files
~$*
~$*

# Visual Studio 2015/2017 cache/options directory
.vs/
30 changes: 30 additions & 0 deletions extensions/MyFilms/MyFilms.views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,36 @@
</control>


<!-- ClearArt -->
<control>
<description>ClearArt</description>
<type>image</type>
<id>159357</id>
<posX>1550</posX>
<posY>150</posY>
<width>250</width>
<height>140</height>
<texture>#fanarthandler.movie.clearart.selected</texture>
<visible>Control.isvisible(50)+!Control.IsVisible(40)+!Control.IsVisible(37)+!Control.IsVisible(38)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- ClearLogo -->
<control>
<description>ClearLogo</description>
<type>image</type>
<id>0</id>
<posX>1550</posX>
<posY>150</posY>
<width>250</width>
<height>140</height>
<texture>#fanarthandler.movie.clearlogo.selected</texture>
<visible>!Control.HasThumb(159357)+Control.isvisible(50)+!Control.IsVisible(40)+!Control.IsVisible(37)+!Control.IsVisible(38)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- :: LISTVIEW :: -->

<control>
Expand Down
81 changes: 70 additions & 11 deletions extensions/MyFilms/MyFilmsDetail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@
</control>

<!-- :: MOVIE BACKDROP :: -->
<control>
<description>DEFAULT BACKGROUND</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>background.png</texture>
<shouldCache>true</shouldCache>
</control>
<import>common.default.background.xml</import>

<control>
<description>Movie Backdrop</description>
Expand Down Expand Up @@ -1844,6 +1834,75 @@
<keepaspectratio>yes</keepaspectratio>
</control>

<!-- ClearArt -->
<control>
<description>ClearArt</description>
<type>image</type>
<id>159357</id>
<posX>1550</posX>
<posY>150</posY>
<width>250</width>
<height>140</height>
<texture>#fanarthandler.movie.clearart.selected</texture>
<visible>!Control.HasFocus(10099)</visible>
<animation effect="fade" time="250">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- CDArt -->
<control>
<description>Disc Image</description>
<type>image</type>
<id>0</id>
<posX>1550</posX>
<posY>330</posY>
<width>300</width>
<height>300</height>
<texture>#fanarthandler.movie.cd.selected</texture>
<keepaspectratio>yes</keepaspectratio>
<visible>!Control.HasFocus(10001)+ !Control.HasFocus(10002) + !Control.HasFocus(10003) + !Control.HasFocus(10099)</visible>
<animation effect="fade" time="250" start= "100" end= "50" condition="true">conditional</animation>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- ClearLogo -->
<control>
<description>Logo Image</description>
<type>image</type>
<id>0</id>
<posX>570</posX>
<posY>780</posY>
<width>400</width>
<height>155</height>
<texture>#fanarthandler.movie.clearlogo.selected</texture>
<keepaspectratio>yes</keepaspectratio>
<visible>!Control.HasFocus(20004)+!Control.HasFocus(10099)</visible>
<animation effect="fade" time="250" start= "100" end= "60" condition="true">conditional</animation>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>

<!-- ClearLogo -->
<control>
<description>Logo Image</description>
<type>image</type>
<id>0</id>
<posX>120</posX>
<posY>780</posY>
<width>400</width>
<height>155</height>
<texture>#fanarthandler.movie.clearlogo.selected</texture>
<keepaspectratio>yes</keepaspectratio>
<visible>Control.HasFocus(20004)+!Control.HasFocus(10099)</visible>
<animation effect="fade" time="250" start= "100" end= "60" condition="true">conditional</animation>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>


</controls>
Expand Down
Loading

0 comments on commit 101433e

Please sign in to comment.