Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-02-27, 01:03)Lockos Wrote: Now, new problem, I have this :

Usually (with non dev branch), I have the season poster instead of this episode thumb which fits bad. Again, did I do something wrong ?

Thanks in advance for your answers that keeps me from ripping my hair off

I've just double-checked the code to be sure, but this hasn't changed at all in the dev branch. The image used is chosen by $VAR[PosterVar]

Code:
    <variable name="PosterVar">
        <value condition="Stringcompare(ListItem.label,..)">DefaultFolderBack.png</value>
        <value condition="Container.Content(episodes) + !IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(season.poster)]</value>
        <value condition="Container.Content(episodes) + !IsEmpty(ListItem.Art(tvshow.poster))">$INFO[ListItem.Art(tvshow.poster)]</value>
        <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
        <value>$INFO[ListItem.Art(poster)]</value>
    </variable>

That means that either the container isn't telling Kodi that it contains episodes (which can be true for add-ons, but the type of add-on that does this can't be discussed on these forums), or the item doesn't have a season.poster, a tvshow.poster or a poster artwork associated with it, so the icon image is being used instead.

(This is true for the standard video info dialog which you appear to be using from that screenshot, not the extended info dialog)

Having said all of that, if you've been editing your menu then first try re-starting Kodi to see if it appears then. The changes to the menu editor I talked about are to fix a scenario where artwork can stop appearing within Kodi after using the menu editor.


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
RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - by BobCratchett - 2016-02-27, 01:27
refresh item - by bill1972 - 2016-03-08, 03:31
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