Kodi Community Forum
[PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis (/showthread.php?tid=251920)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - the_bo - 2015-12-26

(2015-12-26, 05:23)Livin Wrote:
(2015-12-13, 17:44)Wanilton Wrote:
Image

One small request (hope)... the above screen is what I use te most (it is the easiest to navigate a large library and to quickly see what the new episodes are (title, #, etc) - but the text size of the list is small - even on my 100" screen. Can you have an option for larger text version of this screen?

thx!

Open viewsrightlist.xml in an xml editor. Search for word fixedlist you should see code similiar to one below.

Code:
<control type="fixedlist" id="51">
    <viewtype label="31822">list</viewtype>
    <left>600</left>
    <top>20</top>
    <width>680</width>
    <height>500</height>
    <pagecontrol>80</pagecontrol>
    <onleft>9900</onleft>
    <onright>80</onright>
    <focusposition>1</focusposition>
    <orientation>vertical</orientation>
    <scrolltime>450</scrolltime>
    <preloaditems>2</preloaditems>
    <animation effect="slide" start="0,0" end="600,0" time="600" easing="inout" tween="cubic" condition="Control.HasFocus(9915)">Conditional</animation>
    <animation effect="slide" start="0,0" end="-30,0" time="200" easing="inout" tween="cubic" condition="Control.HasFocus(80)">Conditional</animation>
    <animation effect="fade" start="100" end="20" time="200" condition="Window.IsVisible(6621)">Conditional</animation>
    <itemlayout condition="Window.IsActive(25) | Window.IsActive(500) | Window.IsActive(501) | Window.IsActive(502)" height="30">
    <control type="image">
    <left>0</left>
    <top>0</top>
    <width>680</width>
    <height>1</height>
    <texture diffuse="shadow_mask_v.png">line.png</texture>
    </control>
    <control type="label">
    <left>105</left>
    <top>1</top>
    <width>540</width>
    <height>30</height>
    <font>Font_20</font>
    <align>right</align>
    <aligny>center</aligny>
    <include>listcolor</include>
    <label>$INFO[ListItem.Label]</label>
    </control>

Change the line

Code:
<font>Font_20</font>

to

Code:
<font>Font_24</font>
or whatever size you like. 22, 24, 26, 28 etc. That change the size of the unfocused movie list font.


For the focused movie font do following. Search for word focusedlayout you should see code similiar to below.

Code:
<focusedlayout condition="IsEmpty(Control.GetLabel(5102)) | [Window.IsActive(25) + Skin.HasSetting(slimrightlistvideo) | [Window.IsActive(500) | Window.IsActive(501) | Window.IsActive(502)] + Skin.HasSetting(slimrightlistmusic)]" height="30">
    <control type="image">
    <left>50</left>
    <top>0</top>
    <width>630</width>
    <height>30</height>
    <texture diffuse="shadow_mask_v.png">settings_button_focus.png</texture>
    </control>
    <control type="label">
    <left>105</left>
    <top>2</top>
    <width>540</width>
    <height>30</height>
    <font>Font_22</font>
    <align>right</align>
    <aligny>center</aligny>
    <include>listcolorfocus</include>
    <label>$INFO[ListItem.Label]</label>
    </control>

Change font line
Code:
<font>Font_22</font>
size say way as above. This is for the focused movie font so its best to have it a font bigger than the unfocused movie list font above.

Hope this helps Smile


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - dueltothedeath - 2015-12-27

Is there a download link? Would like to try this out.


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - huizingajm - 2015-12-27

(2015-12-27, 01:13)dueltothedeath Wrote: Is there a download link? Would like to try this out.

Read the first and second post. Information is in there of a website to visit to get access. It is also just like MQ6 if you want access before others you need to be VIP.


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - acemt - 2015-12-28

Hi Wanton,

I amVIP at Brasil site but can't seem to find where to download the Alpha for 7. Please help.

Mark


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Big Aero - 2015-12-30

Can someone please take a couple screenshots of the tv guide and infobar when you change channel? I really want to try this skin Big Grin


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Angelinas - 2015-12-30

(2015-12-30, 21:16)Big Aero Wrote: Can someone please take a couple screenshots of the tv guide and infobar when you change channel? I really want to try this skin Big Grin
Image

Image



Nod just kiding , same as aeonMQ5

Happy New Year Smile


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - benrita - 2016-01-04

Aeon MQ7 is now at version 0.2.0, do regular vip's get access to version 0.1.0 ?


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Wanilton - 2016-01-04

@benrita, different from the previous skins, Aeon MQ 7 was released too early it is only a concept skin and restrict for now Vip Plus, members in this category need accept use therms available on our forum, before receive invite for skin access on drive. Regular Vips will receive access skin in one second moment.


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - benrita - 2016-01-05

Thank you Wanilton.


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - schumi2004 - 2016-01-05

@Angelinas

That ain't screenshots from MQ7 but your modded MQ6 version Wink


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Angelinas - 2016-01-05

(2016-01-05, 08:22)schumi2004 Wrote: @Angelinas

That ain't screenshots from MQ7 but your modded MQ6 version Wink
@schumi2004 !!!
It's time to read post, don't watch just images... Smile
That is just joke. I Write below pictures coment "just kiding , same as AeonMQ5"


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - schumi2004 - 2016-01-05

I did read but didn't find it funny, could be me though Wink


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - MarcosQui - 2016-01-05

Attention dear users.

From version 0.3.0, will be changes in the skin structure - icons and images.
On Saturday 9 at 19h -3GMT, I will present a hangout to explain how this will work.

Visit the Brazilian forum for more information.

Best regards.


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - the_bo - 2016-01-09

(2016-01-05, 19:21)MarcosQui Wrote: Attention dear users.

From version 0.3.0, will be changes in the skin structure - icons and images.
On Saturday 9 at 19h -3GMT, I will present a hangout to explain how this will work.

Visit the Brazilian forum for more information.

Best regards.

Thanks for the update marcos. Will we have to be members to view the live hangout or will it be available on youtube afterwards?

Cheers Smile


RE: [PREVIEW] - Aeon MQ 7 for Kodi Jarvis - Wanilton - 2016-01-09

Youtube channel or in our forum, open for anyone...