Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2018-09-19, 20:43)Dumyat Wrote: @Megablaps
Glad you were able to find a fix. Just an idea, but maybe you could post what you did. Then the master branch of the skin can be updated, so everybody can benefit Smile
 Yeah, sure thing dude.
The Github, here has the 'LisItem' spelling error as opposed to 'ListItem' and a few spacing and formatting quibbles.

The View_810_MusicFlix.xml needs to be modded in this way

Delete the following Lines 108 - 118 (inclusive):

<control type="textbox">
                    <label>[COLOR white]$INFO[Window(Home).Property(SkinHelper.LisItem.Albums)][/COLOR]</label>
                    <top>-2</top>
                    <left>130</left>
                    <width>610</width>
                    <height>160</height>
                    <align>left</align>
                    <include>KodiFlixButtonsValues</include>
                    <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
                    <visible>!ListItem.IsParentFolder + Container.Content(artists)</visible>
         </control>

And replace with:


<control type="textbox">
                    <label>[COLOR white]$INFO[Window(Home).Property(SkinHelper.ListItem.Albums.Formatted)][/COLOR]</label>
                    <top>-2</top>
                    <left>130</left>
                    <width>810</width>
                    <height>242</height>
                    <align>left</align>
                    <include>KodiFlixButtonsValues</include>
                    <autoscroll time="3000" delay="4000" repeat="5000"></autoscroll>
                    <visible>!ListItem.IsParentFolder + Container.Content(artists)</visible>
         </control>



Cheers.


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
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - by Megablaps - 2018-09-20, 02:49
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39