Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2017-05-14, 02:27)_Andy_ Wrote: Ok i guess i found the solution. Open View_800_KodiFlix.xml in your text editor and go to line 2634
Search for
Code:
            <control type="image">
                    <left>600</left>
                    <colordiffuse>floor</colordiffuse>
                    <texture>$VAR[ColorFlagsAudio]audio/$VAR[AudioFlagVar,,.png]</texture>
                    <include>AudioFlagsVars</include>
                    <visible>!String.IsEmpty(ListItem.VideoCodec)</visible>
                    <include>VisibleFadeEffect</include>
                    <visible>!ListItem.IsParentFolder</visible>
                </control>

and change the texture line into

Code:
<control type="image">
                    <left>600</left>
                    <colordiffuse>floor</colordiffuse>
                    <texture>$VAR[LibraryAudioFlagVar]</texture>
                    <include>AudioFlagsVars</include>
                    <visible>!String.IsEmpty(ListItem.VideoCodec)</visible>
                    <include>VisibleFadeEffect</include>
                    <visible>!ListItem.IsParentFolder</visible>
                </control>

This should work.

That did the trick. Thanks!


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
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
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - by grimmace92 - 2017-05-15, 02:36
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