Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-03-10, 21:11)Mike_Doc Wrote: @Angelinas,

do you use pathsubstition for thumbnails? I am and I can't get animated posters to work? Seems to be fetching them to the animatedgifs folder but not displaying them?
@Mike_Doc

better here...I dont want to use Marcel thread...

I use script v 1.60 and animated poster and fanart working.But only in list, for widget Marcel didnt alow windows.properties.
First you must enable animated poster (I use onload in Home.xml)
Code:
    <onload>Skin.SetBool(SkinHelper.EnableAnimatedPosters)</onload>
Script form new folder in thumbs folder,and there cashed all images that find from your library(IMDB) and have images from http://www.consiliumb.com..(I dont have much but all of them working ok)
Image

In IncludesVariables.xml I set for value Poster in list this condition

Code:
    <variable name="value_poster">
        <value condition="!IsEmpty(Window(home).Property(SkinHelper.PVR.Poster))">$INFO[Window(home).Property(SkinHelper.PVR.Poster)]</value>
        <value condition="!IsEmpty(ListItem.Art(poster)) + !IsEmpty(Window(home).Property(SkinHelper.AnimatedPoster))">$INFO[Window(home).Property(SkinHelper.AnimatedPoster)]</value>
        <value condition="!IsEmpty(ListItem.Art(poster)) + IsEmpty(Window(home).Property(SkinHelper.AnimatedPoster))">$INFO[ListItem.Art(poster)]</value>...
.
.

same I did for Fanart

Code:
    <variable name="value_defaultvideofanart">
        <value condition="![IsEmpty(skin.string(windowbg)) | Container.Content(genres)] + IsEmpty(ListItem.Art(fanart))">$INFO[skin.string(windowbg)]</value>
        <value condition="Container.Content(movies) + !Control.IsVisible(84) + [SubString(skin.string(moviesfanart),fanart) | SubString(skin.string(moviesfanart),extra) + IsEmpty(Control.GetLabel(5020))]+!IsEmpty(Window(home).Property(SkinHelper.AnimatedFanart))">$INFO[Window(home).Property(SkinHelper.AnimatedFanart)]</value>
        <value condition="Container.Content(movies) + !Control.IsVisible(84) + [SubString(skin.string(moviesfanart),fanart) | SubString(skin.string(moviesfanart),extra) + IsEmpty(Control.GetLabel(5020))]+IsEmpty(Window(home).Property(SkinHelper.AnimatedFanart))">$INFO[ListItem.Art(fanart)]</value>
.......
..

resultat Smile

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - by Angelinas - 2016-03-10, 23:28
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39