• 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 210
v18 Aeon MQ 7 Leia Mod
(2019-12-22, 20:44)nomnom27 Wrote:
(2019-12-22, 19:27)chrissix Wrote:
(2019-12-22, 06:21)nomnom27 Wrote: I don't know if this is a bug or not but can I get your help @latts9923 and @chrissix ? I found out that if there are rotten tomatoes scores (all critics and all audience) less than 10% in your .nfo file, it won't show in the extended information. 
You are right! On my side it's working but since 2 years i'm using a often self modded version of this skin. I can post my code snipped here so @latts9923 can maybe faster fix.

Code:
            <control  type="group">
                <visible>!Skin.HasSetting(detail_info)</visible>
                <visible>Container.Content(movies)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <control type="label">
                    <!-- RT Critic -->
<!--                    <left>665</left>-->
                    <left>685</left>
                    <top>150</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <font>Font_18A</font>
<!--                    <label fallback="19055">$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Meter)]%</label>-->
                    <label>$VAR[ratingtomatometerallcritics]</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>
                </control>
                <control type="label">
                    <!-- RT Critic Number    -->
<!--                    <left>565</left>-->
                    <left>580</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>                    
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.votes(tomatometerallcritics)] REVIEWS</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>
                </control>
                <control type="image">
                    <!-- RTCritic <59%-->
                    <description>Rotten logo 59% or less</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>!Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/rotten.png</texture>
                </control>
                <control type="image">
                    <!-- RTCritic <60-74%-->
                    <description>Tomato logo Between 60-74% only</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>213</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),5.9) + !Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),7.5)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/fresh.png</texture>
                </control>
                <control type="image">
                    <!-- RTCritic >75%-->
                    <description>Certified Fresh logo 75%+ only</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),7.5)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/cf-lg.png</texture>
                </control>
                <control type="label">
                    <!-- RT No Ratings -->
                    <left>580</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>                    
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- RT Audience -->
                    <left>950</left>
                    <top>150</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <!--*   MULTI MOD   *-->
                    <label>$VAR[ratingtomatometerallaudience]</label>
                    <!--*   MULTI MOD   *-->
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>
                </control>
                <!--*   MULTI MOD   *-->
                <control type="label">
                    <!-- RT Rating Number -->
                    <left>854</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.votes(tomatometerallaudience)] VOTES</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>
                </control>
                <!--*   MULTI MOD   *-->
                <control type="image">
                    <description>Popcorn Logo</description>
                    <left>868</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallaudience),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/popcorn.png</texture>
                </control>
                <control type="image">
                    <description>Popcorn - Rotten Logo</description>
                    <left>854</left>
                    <top>220</top>
                    <height>75</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>!Integer.IsGreater(ListItem.Ratings(tomatometerallaudience),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/spilt.png</texture>
                </control>
                <control type="label">
                    <!-- AUDIENCE No Ratings -->
                    <left>854</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- TMDB Rating -->
<!--                    <left>680</left>-->
                    <left>953</left>
                    <top>280</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$VAR[ratingthemoviedb]</label>
                    <visible>!String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- TMDB Number -->
<!--                    <left>540</left>-->
                    <left>854</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(themoviedb)] VOTES</label>
                    <visible>!String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="image">
                    <!-- TMDB Logo-->
<!--                    <left>562</left>-->
                    <left>862</left>
                    <top>350</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>chrissixadditions/tmdb_stacked.png</texture>                    
                </control>
                <control type="label">
                    <!-- TMDB No Ratings -->
                    <left>854</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- IMDb Rating -->
<!--                    <left>680</left>-->
                    <left>975</left>
                    <top>405</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Ratings(imdb)]</label>
                    <visible>!String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                        
                </control>
                <control type="label">
                    <!-- IMDb Number -->
<!--                    <left>540</left>-->
                    <left>856</left>
                    <top>454</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(imdb)] VOTES</label>
                    <visible>!String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                        
                </control>
                <control type="label">
                    <!-- IMDB No Ratings -->
                    <left>856</left>
                    <top>454</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                    
                </control>                    
                <control type="image">
                    <!-- IMDb Logo-->
<!--                    <left>562</left>-->
                    <left>854</left>
                    <top>485</top>
                    <height>53</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/imdb.png</texture>
                </control>
                <!-- Media Info Mod -->
                <control type="image">
                    <!-- MetaCritic GreenBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metagreen.png</texture>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <textcolor>FF0029CB</textcolor>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic YellowBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metayellow.png</texture>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <textcolor>FF000000</textcolor>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic RedBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metared.png</texture>
                    <visible>!Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>!Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <!-- Media Info Mod -->
                <control type="label">
                    <!-- MetaCritic Number -->
                    <left>582</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(metacritic)] CRITICS</label>
                    <visible>!String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic Logo-->
                    <left>595</left>
                    <top>348</top>
                    <height>77</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metacritic.png</texture>
                </control>        
                <control type="label">
                    <!-- MetaCritic No Ratings -->
                    <left>582</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>                    
                </control>                
            </control>
            <!-- IMDb top 250 movies-->
            <control type="image">
                <!-- IMDb top 250 Logo-->
                <left>855</left>
                <top>602</top>
                <height>75</height>
                <aspectratio align="left">keep</aspectratio>
                <texture>flags/ratingimages/imdbtop250.png</texture>
                <!-- <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>-->
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
            <control type="label">
                <!-- IMDb top 250 number -->
                <left>940</left>
                <top>587</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label fallback="19055">#$INFO[ListItem.Top250]</label>
                <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
                <control type="label">
                <!-- IMDb top 250 number fallback -->
                <left>942</left>
                <top>590</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label>NO</label>
                <visible>String.IsEmpty(ListItem.Top250) + Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
 
It worked, thanks. 

Image 
Where does this code go?
Which file and where?

Thank you
Reply
(2019-12-14, 20:21)latts9923 Wrote: UPDATE #18 - This will update the skin to v1.0.1.9To install this version, bring up the context menu for my repo and select "CHECK FOR UPDATES". Kodi should begin downloading the skin update.ImageAdditions
  • I added LibreELEC settings to the Settings Menu per Kupo91's request.
  • I added a new button that allows you to display either actress art or characterart. The setting in the Top Menu is labeled "EXTRA ART" and has three settings...ACTRESS,CHARACTERART and OFF. Thanks to all who requested this!
  • I added manfeed's characterart control to better handle the characterart images. Thanks to manfeed for the code work!
  • I added a new button that allows you to change between text or logo for the top title. The setting in the Top Menu is labeled "SHOW TITLE ON TOP AS:". I also restored the original functionality to the button "SHOW ORIGINAL TITLE". Thanks to Jumpy73 for letting me know about the original title button!
  • I added code to support the Character Art Poster Project by chrissix. This is availabe for the Right List View as well as the Video Info page. You can select this art from the "CASE ART:" selection. It is named "CHARACTER ART POSTER". Thanks to chrissix for the nice addition!
  • I added the updated Dutch MPAA images provided by MB1968. Thank you sir!
  • I added code to style3D for music viz to display the currently selected weather icons. The old code only displayed the default icons.
  • I added a background option for the Candy Cane font.
  • I changed the library status for Movies, TV Shows, Concerts, Music, Live TV, Favorites and Programs. Thanks to shedrock for the changes!
ImageBug fixes
  • I fixed a problem with the current outlook icon being displayed twice on the main menu. Thanks to Kupo91 for reporting the bug!
  • I fixed a problem with the font glow and font shadow displaying if you added color code to your main menu name. Thanks to RobbieWilkes for reporting the bug!
  • I fixed a few problems with List3D v2 for Music. The jewel box animation was not working, the artist was not showing on the spine if the spine image was missing, style info was showing twice while in Artist view, and the back image was bleeding through the Spin Mod back image.
  • I fixed a problem with the resume flag not displaying in KodiFlix.
  • I fixed a problem with the Up Next window where the text was not visible when there was a white background. I added a gradient as a background. Thanks to nomnom27 for reporting the bug!
ImageMaintenance
  • I removed all the script-RCB* files per Kupo91's request. If anyone experiences any problems, please let me know and I'll look at restoring the files.
  • I changed the size of the clearart for VideoOSD. It was bleeding into the media flags.
MERRY CHRISTMAS EVERYONE! 
Extra art works fine to remove ACTRESS,CHARACTERART everywhere else. 
Image

But it won't work to make actress disappear from extended info

Image

I hope I'm not too annoying with the issues I'm having haha  Confused .
Reply
(2019-12-22, 12:49)mjnman Wrote:
(2019-12-19, 02:41)latts9923 Wrote: There is a problem with some of the artwork settings that use the Artist Slideshow Add-on after the latest Add-on update. To fix this before the next update, open MusicVisualisation.xml and find...
xml:

<!-- Artist SlideShow -->
<control type="multiimage" id="5045">
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix)</visible>
</control>
Replace with...
xml:

<!-- Artist SlideShow -->
<control type="multiimage" id="5045">
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady)</visible>
</control>

Now open customOSDMusic.xml and find...
xml:

<control type="multiimage" id="5045">
<!-- Artist SlideShow -->
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix)</visible>
</control>
and replace with...
xml:

<control type="multiimage" id="5045">
<!-- Artist SlideShow -->
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady)</visible>
</control>

Now open includes.xml and find...
xml:

<include name="MosaicBG">
<width>640</width>
<height>540</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<aspectratio>keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmosaicmix)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
</include>
and replace with...
xml:

<include name="MosaicBG">
<width>640</width>
<height>540</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<aspectratio>keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmosaicmix)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
</include>

Thank you very much, working now in full screen music playing.
Last...when I come back to main menu on the top-left there is still the "Artist Slideshow" warning.

Image 

Thanks again. There is another bug with CDART. I can watch the cd rotate with version v1.0.1.8, with v1.0.1.9 no.
I tried to came back to v1.0.1.8 and worked.

Image
Kodi v20 Nexus with Aeon MQ 9 Multi-Mod
OS: Linux Debian 12 bookworm on Apple Mac Mini Late 2018
TV: Samsung UE40C6510UP
Reply
(2019-12-22, 21:09)chrissix Wrote:
(2019-12-22, 20:44)nomnom27 Wrote: It worked, thanks. 
I really hope you didn't just copy/paste my code snipped. My syntax and layout is complete different from @latts9923 skin code. You'll maybe get problems in your skin.
 
(2019-12-22, 20:55)nomnom27 Wrote: @chrissix Is there a way to make imdb top 250 logo disappear 
sure, just add a visible condition in the imdb 250 code!
movies: <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>
tvshows: <visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.IMDB.Top250)) + !Integer.IsEqual(Window(Home).Property(SkinHelper.ListItem.IMDB.Top250),0)</visible>

If you have no idea what i am talking about you have try to get into the basics of skinning .xml -> Skinning_Manual (wiki) 
I got it working for movies but I can't figure it out for tv shows @"chrissix"
Reply
(2019-12-22, 22:34)melons2 Wrote:
(2019-12-22, 20:44)nomnom27 Wrote:
(2019-12-22, 19:27)chrissix Wrote: You are right! On my side it's working but since 2 years i'm using a often self modded version of this skin. I can post my code snipped here so @latts9923 can maybe faster fix.

Code:
            <control  type="group">
                <visible>!Skin.HasSetting(detail_info)</visible>
                <visible>Container.Content(movies)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <control type="label">
                    <!-- RT Critic -->
<!--                    <left>665</left>-->
                    <left>685</left>
                    <top>150</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <font>Font_18A</font>
<!--                    <label fallback="19055">$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Meter)]%</label>-->
                    <label>$VAR[ratingtomatometerallcritics]</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>
                </control>
                <control type="label">
                    <!-- RT Critic Number    -->
<!--                    <left>565</left>-->
                    <left>580</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>                    
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.votes(tomatometerallcritics)] REVIEWS</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>
                </control>
                <control type="image">
                    <!-- RTCritic <59%-->
                    <description>Rotten logo 59% or less</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>!Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/rotten.png</texture>
                </control>
                <control type="image">
                    <!-- RTCritic <60-74%-->
                    <description>Tomato logo Between 60-74% only</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>213</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),5.9) + !Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),7.5)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/fresh.png</texture>
                </control>
                <control type="image">
                    <!-- RTCritic >75%-->
                    <description>Certified Fresh logo 75%+ only</description>
<!--                    <left>574</left>-->
                    <left>594</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallcritics),7.5)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/cf-lg.png</texture>
                </control>
                <control type="label">
                    <!-- RT No Ratings -->
                    <left>580</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>                    
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(tomatometerallcritics),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- RT Audience -->
                    <left>950</left>
                    <top>150</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <!--*   MULTI MOD   *-->
                    <label>$VAR[ratingtomatometerallaudience]</label>
                    <!--*   MULTI MOD   *-->
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>
                </control>
                <!--*   MULTI MOD   *-->
                <control type="label">
                    <!-- RT Rating Number -->
                    <left>854</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.votes(tomatometerallaudience)] VOTES</label>
                    <visible>!Container.Content(episodes) + !String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>
                </control>
                <!--*   MULTI MOD   *-->
                <control type="image">
                    <description>Popcorn Logo</description>
                    <left>868</left>
                    <top>216</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>Integer.IsGreater(ListItem.Ratings(tomatometerallaudience),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/popcorn.png</texture>
                </control>
                <control type="image">
                    <description>Popcorn - Rotten Logo</description>
                    <left>854</left>
                    <top>220</top>
                    <height>75</height>
                    <aspectratio align="left">keep</aspectratio>
                    <!--*   MULTI MOD   *-->
                    <visible>!Integer.IsGreater(ListItem.Ratings(tomatometerallaudience),5.9)</visible>
                    <!--*   MULTI MOD   *-->
                    <texture>flags/ratingimages/spilt.png</texture>
                </control>
                <control type="label">
                    <!-- AUDIENCE No Ratings -->
                    <left>854</left>
                    <top>207</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(tomatometerallaudience),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- TMDB Rating -->
<!--                    <left>680</left>-->
                    <left>953</left>
                    <top>280</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$VAR[ratingthemoviedb]</label>
                    <visible>!String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- TMDB Number -->
<!--                    <left>540</left>-->
                    <left>854</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(themoviedb)] VOTES</label>
                    <visible>!String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="image">
                    <!-- TMDB Logo-->
<!--                    <left>562</left>-->
                    <left>862</left>
                    <top>350</top>
                    <height>80</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>chrissixadditions/tmdb_stacked.png</texture>                    
                </control>
                <control type="label">
                    <!-- TMDB No Ratings -->
                    <left>854</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(themoviedb),0.0)</visible>                    
                </control>
                <control type="label">
                    <!-- IMDb Rating -->
<!--                    <left>680</left>-->
                    <left>975</left>
                    <top>405</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Ratings(imdb)]</label>
                    <visible>!String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                        
                </control>
                <control type="label">
                    <!-- IMDb Number -->
<!--                    <left>540</left>-->
                    <left>856</left>
                    <top>454</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(imdb)] VOTES</label>
                    <visible>!String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                        
                </control>
                <control type="label">
                    <!-- IMDB No Ratings -->
                    <left>856</left>
                    <top>454</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(imdb),0.0)</visible>                    
                </control>                    
                <control type="image">
                    <!-- IMDb Logo-->
<!--                    <left>562</left>-->
                    <left>854</left>
                    <top>485</top>
                    <height>53</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/imdb.png</texture>
                </control>
                <!-- Media Info Mod -->
                <control type="image">
                    <!-- MetaCritic GreenBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metagreen.png</texture>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <textcolor>FF0029CB</textcolor>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic YellowBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metayellow.png</texture>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <textcolor>FF000000</textcolor>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !Integer.IsGreater(ListItem.Ratings(metacritic),5.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic RedBG-->
                    <left>677</left>
                    <top>351.5</top>
                    <height>70</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metared.png</texture>
                    <visible>!Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="label">
                    <left>570</left>
                    <top>276</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio>keep</aspectratio>
                    <align>center</align>
                    <font>Font_Arial_Black</font>
                    <label>$VAR[ratingmetacritic]</label>
                    <visible>!Container.Content(episodes)</visible>
                    <visible>!Integer.IsGreater(ListItem.Ratings(metacritic),3.9) + !String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <!-- Media Info Mod -->
                <control type="label">
                    <!-- MetaCritic Number -->
                    <left>582</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>$INFO[ListItem.Votes(metacritic)] CRITICS</label>
                    <visible>!String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>
                </control>
                <control type="image">
                    <!-- MetaCritic Logo-->
                    <left>595</left>
                    <top>348</top>
                    <height>77</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>flags/ratingimages/metacritic.png</texture>
                </control>        
                <control type="label">
                    <!-- MetaCritic No Ratings -->
                    <left>582</left>
                    <top>337.5</top>
                    <height>217.5</height>
                    <width>285</width>
                    <aspectratio align="center">keep</aspectratio>
                    <font>Font_18A</font>
                    <label>NO RATINGS</label>
                    <visible>String.IsEqual(ListItem.Ratings(metacritic),0.0)</visible>                    
                </control>                
            </control>
            <!-- IMDb top 250 movies-->
            <control type="image">
                <!-- IMDb top 250 Logo-->
                <left>855</left>
                <top>602</top>
                <height>75</height>
                <aspectratio align="left">keep</aspectratio>
                <texture>flags/ratingimages/imdbtop250.png</texture>
                <!-- <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>-->
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
            <control type="label">
                <!-- IMDb top 250 number -->
                <left>940</left>
                <top>587</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label fallback="19055">#$INFO[ListItem.Top250]</label>
                <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
                <control type="label">
                <!-- IMDb top 250 number fallback -->
                <left>942</left>
                <top>590</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label>NO</label>
                <visible>String.IsEmpty(ListItem.Top250) + Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
It worked, thanks. 

Image 
Where does this code go?
Which file and where?

Thank you 
DialogVideoInfo.xml
Reply
(2019-12-22, 23:01)nomnom27 Wrote: But it won't work to make actress disappear from extended info
Simplest solution is to deinstall the addon.

To implement a on/off button into the third top menu on bottom (where also other DIALOGUE settings are) is done in 1 minute.
Maybe @latts9923 already have implemented and you have overlooked?

The second top menu are only settings for the specific view you are currently using.
The third top menu on top are settings belong to all views and more on bottom are also some viewscreen settings and dialogvideoinfo settings.
Reply
(2019-12-23, 20:19)chrissix Wrote:
(2019-12-22, 23:01)nomnom27 Wrote: But it won't work to make actress disappear from extended info
Simplest solution is to deinstall the addon.

To implement a on/off button into the third top menu on bottom (where also other DIALOGUE settings are) is done in 1 minute.
Maybe @latts9923 already have implemented and you have overlooked?

The second top menu are only settings for the specific view you are currently using.
The third top menu on top are settings belong to all views and more on bottom are also some viewscreen settings and dialogvideoinfo settings. 
No, I don't think latts implemented it or I'm not seeing it. I pressed every button to make sure.
Image
Reply
(2019-12-22, 21:09)chrissix Wrote:             <!-- IMDb top 250 movies-->
            <control type="image">
                <!-- IMDb top 250 Logo-->
                <left>855</left>
                <top>602</top>
                <height>75</height>
                <aspectratio align="left">keep</aspectratio>
                <texture>flags/ratingimages/imdbtop250.png</texture>
                <!-- <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>-->
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
            <control type="label">
                <!-- IMDb top 250 number -->
                <left>940</left>
                <top>587</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label fallback="19055">#$INFO[ListItem.Top250]</label>
                <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>
                <control type="label">
                <!-- IMDb top 250 number fallback -->
                <left>942</left>
                <top>590</top>
                <height>100</height>
                <width>100</width>
                <aspectratio>keep</aspectratio>
                <align>center</align>
                <font>Font_18A</font>
                <label>NO</label>
                <visible>String.IsEmpty(ListItem.Top250) + Integer.IsEqual(ListItem.Top250,0)</visible>
                <visible>!Skin.HasSetting(detail_info)</visible>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
                <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
                <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
                <visible>Container.Content(movies)</visible>
            </control>



sure, just add a visible condition in the imdb 250 code!
movies: <visible>!String.IsEmpty(ListItem.Top250) + !Integer.IsEqual(ListItem.Top250,0)</visible>
tvshows: <visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.IMDB.Top250)) + !Integer.IsEqual(Window(Home).Property(SkinHelper.ListItem.IMDB.Top250),0)</visible>

If you have no idea what i am talking about you have try to get into the basics of skinning .xml -> Skinning_Manual (wiki) 
Hey @"chrissix" I don't know if you saw my previous post but I managed to update the condition for movies but I can't figure it out for tv shows. Can you give me an example like you did for movies like you sho
Reply
@nomnom27
I will add a new button to control the actress image for the Video Info screen.

ALCON,
I'm reworking the code for the ratings info for the Video Info screen. I thought all of this was working fine, but apparently not.
Reply
(2019-12-23, 00:10)nomnom27 Wrote:
(2019-12-22, 22:34)melons2 Wrote:
(2019-12-22, 20:44)nomnom27 Wrote: It worked, thanks. 

Image
Where does this code go?
Which file and where?

Thank you  
DialogVideoInfo.xml 
Thank you!
Reply
Looks like Artist Slideshow was updated and no longer works with this skin. Is their a work around or does anyone have a copy of the previous version or know where I can get it?
Reply
(2019-12-26, 05:34)wags1 Wrote: Looks like Artist Slideshow was updated and no longer works with this skin. Is their a work around or does anyone have a copy of the previous version or know where I can get it?

Here you go: AS 2.1.4 LINK
Reply
(2019-12-26, 05:39)shedrock Wrote:
(2019-12-26, 05:34)wags1 Wrote: Looks like Artist Slideshow was updated and no longer works with this skin. Is their a work around or does anyone have a copy of the previous version or know where I can get it?

Here you go: AS 2.1.4 LINK 
Thank you!!! Seriously, listening to music with a slideshow of artist pics is my main use for Kodi anymore...
Reply
(2019-12-22, 23:28)mjnman Wrote:
(2019-12-22, 12:49)mjnman Wrote:
(2019-12-19, 02:41)latts9923 Wrote: There is a problem with some of the artwork settings that use the Artist Slideshow Add-on after the latest Add-on update. To fix this before the next update, open MusicVisualisation.xml and find...
xml:

<!-- Artist SlideShow -->
<control type="multiimage" id="5045">
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix)</visible>
</control>
Replace with...
xml:

<!-- Artist SlideShow -->
<control type="multiimage" id="5045">
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady)</visible>
</control>

Now open customOSDMusic.xml and find...
xml:

<control type="multiimage" id="5045">
<!-- Artist SlideShow -->
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix)</visible>
</control>
and replace with...
xml:

<control type="multiimage" id="5045">
<!-- Artist SlideShow -->
<aspectratio>keep</aspectratio>
<include>WindowBG</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmix)">Conditional</animation>
<visible>Skin.String(vis_bg,slideshow) | Skin.String(vis_bg,slideshowmix) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady)</visible>
</control>

Now open includes.xml and find...
xml:

<include name="MosaicBG">
<width>640</width>
<height>540</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<aspectratio>keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmosaicmix)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
</include>
and replace with...
xml:

<include name="MosaicBG">
<width>640</width>
<height>540</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<aspectratio>keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</imagepath>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">WindowOpen</animation>
<animation effect="zoom" start="0" end="100" center="auto" easing="out" tween="sine" time="700" delay="1000">Visible</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">WindowClose</animation>
<animation effect="zoom" start="100" end="0" center="auto" easing="in" tween="sine" time="300">Hidden</animation>
<animation effect="fade" start="100" end="50" time="400" condition="Skin.String(vis_bg,slideshowmosaicmix)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(animation_panscan) + !Window.IsActive(2006)">Conditional</animation>
<animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
<animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(visanimation_panscan) + Window.IsActive(2006)">Conditional</animation>
</include>

Thank you very much, working now in full screen music playing.
Last...when I come back to main menu on the top-left there is still the "Artist Slideshow" warning.

Image 

Thanks again. There is another bug with CDART. I can watch the cd rotate with version v1.0.1.8, with v1.0.1.9 no.
I tried to came back to v1.0.1.8 and worked.

Image 

I have the same issue with the latest Krypton version.
LG OLED55BX6LB, Zidoo Z1000 Pro (ZDMC 20.2 Arctic Zephyr 2 Resurrection), Yamaha RX-A3060, Polk Signature Fronts & Centre, Wharfedale D300 Atmos surrounds, Heco Victa Prime Sub 252A, DSPeaker Antimode 8033 Cinema
Reply
@mjnman
@oldpainless
I am unable to reproduce the problem with the cdart not rotating.
Reply
  • 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 210

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 7 Leia Mod13