• 1
  • 6
  • 7
  • 8
  • 9(current)
  • 10
Mod Holiday Mod v3.0 for Aeon MQ 7
Thanks no problem.Big Grin
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2017-01-12, 23:21)JanM201 Wrote: Thanks no problem.Big Grin

Actually, you were the other person I needed to help. Haha.

First problem...I've looked at this on Jarvis and Krypton and I don't have any missing text on the Movie Info screen. All I can think is that your language file is incorrect. Which language do you have set?

Metacritics problem... find the code below in DialogVideoInfo.xml.

Code:
<control type="image">
<!-- MetaCritic GreenBG-->
    <left>940</left>
    <top>351.5</top>
    <height>70</height>
    <aspectratio align="left">keep</aspectratio>
    <texture>flags/ratingimages/metagreen.png</texture>
    <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 59)</visible>
</control>
<control type="label">
    <left>832</left>
    <top>276</top>
    <height>217.5</height>
    <width>285</width>
    <aspectratio>keep</aspectratio>
    <align>center</align>
    <font>Font_Arial_Black</font>
    <textcolor>FF0029CB</textcolor>
    <label>$INFO[Window(Home).Property(SkinHelper.MetaCritic.Rating)]</label>
    <visible>!Container.Content(episodes)</visible>
    <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 59)</visible>
</control>
<control type="image">
<!-- MetaCritic YellowBG-->
    <left>940</left>
    <top>351.5</top>
    <height>70</height>
    <aspectratio align="left">keep</aspectratio>
    <texture>flags/ratingimages/metayellow.png</texture>
    <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 39) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 59)</visible>
</control>
<control type="label">
    <left>832</left>
    <top>276</top>
    <height>217.5</height>
    <width>285</width>
    <aspectratio>keep</aspectratio>
    <align>center</align>
    <font>Font_Arial_Black</font>
    <textcolor>FF000000</textcolor>
    <label>$INFO[Window(Home).Property(SkinHelper.MetaCritic.Rating)]</label>
    <visible>!Container.Content(episodes)</visible>
    <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 39) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 59)</visible>
</control>
<control type="image">
    <!-- MetaCritic RedBG-->
    <left>940</left>
    <top>351.5</top>
    <height>70</height>
    <aspectratio align="left">keep</aspectratio>
    <texture>flags/ratingimages/metared.png</texture>
    <visible>!IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 39)</visible>
</control>
<control type="label">
    <left>832</left>
    <top>276</top>
    <height>217.5</height>
    <width>285</width>
    <aspectratio>keep</aspectratio>
    <align>center</align>
    <font>Font_Arial_Black</font>
    <label>$INFO[Window(Home).Property(SkinHelper.MetaCritic.Rating)]</label>
    <visible>!Container.Content(episodes)</visible>
    <visible>!IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 39)</visible>
</control>

Also, make sure you have the following code in Fonts.xml...

Code:
<font>
    <name>Font_Arial_Black</name>    
    <filename>arial_black.ttf</filename>
    <size>40</size>
</font>

I'm thinking one of these pieces of code is missing.
Reply
Hi @latts9923,

I wil try this when I get home after work today. Regarding my info button that's missing.

I saw this on the thread for Aeon MQ7 Modded for Jarvis:

Update:- Version 1.2
-Language files updated German, Croatian, Turkish, Portuguese (Brazil), English USA, English Au, English is finished 100% , Dutch, French, Spanish 99%
-Added detail to info button in the menu bar DETAIL INFO, BASIC INFO

I'm not sure which files or code is affected by this, but obviously there's something broken on my side. Maybe you knowHuh
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2017-01-13, 13:36)JanM201 Wrote: Hi @latts9923,

I wil try this when I get home after work today. Regarding my info button that's missing.

I saw this on the thread for Aeon MQ7 Modded for Jarvis:

Update:- Version 1.2
-Language files updated German, Croatian, Turkish, Portuguese (Brazil), English USA, English Au, English is finished 100% , Dutch, French, Spanish 99%
-Added detail to info button in the menu bar DETAIL INFO, BASIC INFO

I'm not sure which files or code is affected by this, but obviously there's something broken on my side. Maybe you knowHuh

When you're on the Movie Info screen, you can click on "Info" and toggle between Detailed and Basic Info. I'm still thinking it's either a language problem or some code missing in DialogVideoInfo.xml.
Reply
Hi All,

See Pic below:

Image

I followed the instructions in red to the tee & everything worked beautifully, see picture of one of my movies. Not sure if #149 should be in bold(Not a major issue)

Image

Now when I follow the instructions in Yellow everything goes haywire.
Could someone please explain in detail how the holiday mod instructions should be carried out. I'm so frustrated because I can't get it to work.
Any help is appreciatedHuh
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2017-01-14, 19:55)JanM201 Wrote: Now when I follow the instructions in Yellow everything goes haywire.
Could someone please explain in detail how the holiday mod instructions should be carried out. I'm so frustrated because I can't get it to work.
Any help is appreciatedHuh

I have combined these two mods as well as others into a Multi-Mod install for MQ 7. If you use the files from the Multi-Mod you should be good to go.
Reply
FYI...I'm in the process of moving all my Mod downloads to my webspace. Dropbox suspended my account for exceeding bandwidth limits. I had no idea they had that policy, so I'm rectifying the problem. The Dropbox links are activated again for now. Bear with me as the download links get updated.
Reply
Hi,

Thank you. Installed & everything seems to be working except I don't have a menu bar, see pic

Image

Is there a setting I should set or did I do something wrong?

Thanks for the Multi-Mod. It makes things so much easierLaugh
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2017-01-14, 23:18)JanM201 Wrote: Is there a setting I should set or did I do something wrong?

Try this. That should fix it.

You can also select a Menu Bar from Skin Settings and exit KODI. That will do the same thing.
Reply
Hi,

Image

Did you mean on this settings screen, because I did choose the first option & nothing.
Star Wars Menu Bar did work.
Logo didn't do anything
Audio & Subtitles Flags gives me a bar with two red eyes.
Text gives me like a wooden bar
Fullscreen Top Art gives me like a Christmas bar

Are these names on the left correct? Shouldn't it say Halloween, Thanksgiving & Christmas?
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
Make sure you're using the language file from the download and switch to "English US" as your language.
Reply
I extracted your language file again to Kodi, changed the language to English US, Set MQ7 Menu Bar on again.
Restart Kodi but still no luck. Also the text on the left hand side didn't change.
No idea what's wrong.
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
I need to revert the language file in all my mods back to default English to stop any confusion.

You have some odd text showing on the Menu Bar selector...not really sure where that's coming from. I'm not sure where to go from here besides reinstalling MQ 7 and the Multi-Mod.
Reply
Yes, that's what I was thinking. Thanks anyway.
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
You will not believe it. Did a fresh install of Skin & Multi-mod.
Everything is working perfect now.
Thank you so so much for all your help & keep up the good work.
CheersRofl
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
  • 1
  • 6
  • 7
  • 8
  • 9(current)
  • 10

Logout Mark Read Team Forum Stats Members Help
Holiday Mod v3.0 for Aeon MQ 72