Aeon Madnox for Krypton / Jarvis - (no longer in development)
Sir Bob,

It's a brand new var as part of some new stuff I have lined up, it's connected to using the new resources for studio logos in an attempt to start to slim line the size of Madnox.

This is the var:

Code:
<variable name="StudioImageVar">
        <value condition="!IsEmpty(ListItem.Studio) + !Skin.HasSetting(StudiosColorFlag)">$INFO[ListItem.Studio,resource://resource.images.studios.white/,.png]</value>
        <value condition="!IsEmpty(ListItem.Studio) + Skin.HasSetting(StudiosColorFlag)">$INFO[ListItem.Studio,resource://resource.images.studios.coloured/,.png]</value>
        <value condition="Container.Content(studios) + !Stringcompare(ListItem.Label,..) + !Skin.HasSetting(StudiosColorFlag)">$INFO[ListItem.Label,resource://resource.images.studios.white/,.png]</value>
        <value condition="Container.Content(studios) + !Stringcompare(ListItem.Label,..) + Skin.HasSetting(StudiosColorFlag)">$INFO[ListItem.Label,resource://resource.images.studios.coloured/,.png]</value>
        <value condition="ListItem.IsCollection">overlays/showcase/set.png</value>
        <value condition="!Stringcompare(ListItem.Label,..)">$INFO[ListItem.Icon]</value>
        <value>$INFO[ListItem.Icon]</value>
    </variable>

Just add it to variables.xml when you get a chance.

Mike.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation


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 Mike_Doc - 2016-02-12, 22:22
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