• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 22
Mod Multi-Mod installation for MQ 7 and MQ 7 Spin
(2017-01-19, 20:30)Blackysb Wrote: Done a bit more delving, it's the includes xml file, have swapped it from un-modded mq7 and fanart is back. Now have menu bar mod, modern fonts, holiday themes all working. Cannot use holiday settings and star wars settings. Which is fine. Hope this helps, I'll let you clever people take over if I'm not the only one with the problem.
Thanks again to all the modders.

I'm not sure what is causing the problem, but I just installed the Multi-Mod on a fresh install of MQ 7 Spin, and I see the fanart on Movies just fine.
Reply
(2017-01-19, 02:40)Drazzilb Wrote: Okay. didn't know that different systems would have that issue... Yeah, I've had issues with certain gifs in the past, especially with background gifs. As I said before I run on LibreELEC system. Not sure how different that is to an Android system.

I just tried the fireworks on my Linux PC, and the fireworks have the same problem as on an Android system. Maybe there are some settings I can change in the gifs to make them display correctly on these two operating systems. I'll keep digging.
Reply
(2016-08-25, 23:20)DolGuldur Wrote: -Added detail to info button in the menu bar DETAIL INFO, BASIC INFO

Which code should I edit to get this showing again. It's not showing on your mod.

It's just saying "Info". Also, which view is detail info & which is basic?

Thanks
Kodi 21 Omega (Aeon MQ 9 Mod) running on Nvidia Shield Pro
Reply
Here is a picture of what I was talking about:

Image

Can the code be changed to look like this & what does this picture represent? Detail info or Basic info?
It showed correct when I used Aeon MQ7 Modded for Jarvis, but disappeared to show only Info after
installing the Aeon MQ7 Spin mod & the Multi mod.

I also forgot to ask this, see pic

Image

Which code do I change to display the numbers in Bold . Not a game braker but I think it would stand out more.
Thanks
Kodi 21 Omega (Aeon MQ 9 Mod) running on Nvidia Shield Pro
Reply
Hello
I have a question

Can I chose what I want mod active

Or must activated All mod ?

Thanks .
Reply
(2017-01-20, 14:05)JanM201 Wrote: Here is a picture of what I was talking about:

Image

Can the code be changed to look like this & what does this picture represent? Detail info or Basic info?
It showed correct when I used Aeon MQ7 Modded for Jarvis, but disappeared to show only Info after
installing the Aeon MQ7 Spin mod & the Multi mod.

I also forgot to ask this, see pic

Image

Which code do I change to display the numbers in Bold . Not a game braker but I think it would stand out more.
Thanks

I fixed the Info button. It was switching between basic/detailed when you clicked on it, but the text wasn't changing. I forgot that there was an update to the Media Info Mod that added this function. I'll update all three Multi-Mod downloads with this change later today.

I also noticed that there are some conflicts in the language file between the Media Info Mod and my mods. The language file strikes again! Haha. I will fix the conflicts and update the language file as well. This will affect a few files in 1080i, but I will let you know which ones have been modified.

I believe the image you posted is the Basic Info screen.

On the IMDB font...I'll have to get back with you later when I get home.
Reply
(2017-01-20, 15:29)KaBoS Wrote: Hello
I have a question

Can I chose what I want mod active

Or must activated All mod ?

Thanks .

If you install the Multi-Mod it comes with all the mods listed on the original post. I have markers at the top and bottom of all the new code for each mod, so you can copy/paste the mods that you want to install and leave out the rest. I need to include a page that lists which files are affected by each mod.
Reply
(2017-01-20, 04:07)latts9923 Wrote:
(2017-01-19, 20:30)Blackysb Wrote: Done a bit more delving, it's the includes xml file, have swapped it from un-modded mq7 and fanart is back. Now have menu bar mod, modern fonts, holiday themes all working. Cannot use holiday settings and star wars settings. Which is fine. Hope this helps, I'll let you clever people take over if I'm not the only one with the problem.
Thanks again to all the modders.

I'm not sure what is causing the problem, but I just installed the Multi-Mod on a fresh install of MQ 7 Spin, and I see the fanart on Movies just fine.

Ok, maybe its the spmc version I'm using. Will try another version.
Reply
(2017-01-20, 03:22)latts9923 Wrote:
(2017-01-18, 19:38)flowerpot Wrote: hi i am not sure if the problem is your mod but i am not getting any images on music untill i go to full screen any advice would be great thanks


I checked this with the Multi-Mod installed on MQ 7 Spin and it displays the fanart just fine. I downloaded the fanart with cdART Manager. Is that what you used?

hi thanks for your reply i did try cdart manager but it did not find artwork for the troll music album i have got some artwork but it is not showing up not even if i got to seting when playing music and select artist fanart thanks
Reply
Thanks very much @latts9923. Your work is greatly appreciated.
Kodi 21 Omega (Aeon MQ 9 Mod) running on Nvidia Shield Pro
Reply
(2017-01-20, 14:05)JanM201 Wrote: Image

Which code do I change to display the numbers in Bold . Not a game braker but I think it would stand out more.
Thanks

To change this, look for the following code in DialogVideoInfo.xml...

Code:
<control type="label">
    <!-- IMDb top 250 number -->
    <left>924</left>
    <top>470</top>
    <height>100</height>
    <width>100</width>
    <aspectratio>keep</aspectratio>
    <align>center</align>
    <font>Font_18AAAA</font>
    <label fallback="19055">[COLOR=FFB30101]#[/COLOR]$INFO[Window(Home).Property(SkinHelper.IMDB.Top250)]</label>
    <visible>!IsEmpty(Window(Home).Property(SkinHelper.IMDB.Top250))</visible>
    <visible>!Skin.HasSetting(detail_info)</visible>
    <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
    <animation effect="slide" start="0,450" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
    <animation effect="slide" start="0,0" end="0,450" time="500" tween="sine" easing="in">Hidden</animation>
    <visible>Container.Content(movies)</visible>
</control>

and change these two lines...
Code:
<font>Font_18AAAA</font>
<label fallback="19055">[COLOR=FFB30101]#[/COLOR]$INFO[Window(Home).Property(SkinHelper.IMDB.Top250)]</label>

to this...
Code:
<font>Font_18A</font>
<label fallback="19055">[B][COLOR=FFB30101]#[/COLOR]$INFO[Window(Home).Property(SkinHelper.IMDB.Top250)][/B]</label>

I actually like it better this way...it matches the other IMDB font.
Reply
I fixed a minor problem with the Media Info Mod...see post #216 above. The Info Button now shows "Basic Info" and "Detail Info" when switching back and forth.

Image

Image

I also added media flags to the Video OSD. This was requested by a user yesterday, and I thought it was a good idea, so I added it to the Multi-Mod.

Image


The language file was missing some messages for the Media Info Mod, so they have now been added to the file. However, they used some of the same IDs as my messages, so I had to update a few of my message IDs as well as a few xml files that called for those IDs.

The files that I updated today are...

1080i
DialogVideoInfo.xml
IncludesVariables.xml
SkinSettings.xml
VideoOSD.xml

and the language file. I included an updated en_us file as well if you are still using "English US" as your language.

The downloads from the original post have been updated. If you have installed the update from 1-16-17, and would like to have the update from today, you can download one of the two files below. Just overwrite your existing files with these and you'll be up to date.

Downloads
Update for MQ 7
Update for MQ 7 Spin


I'll start posting updates like this instead of making you download the entire mod every time.

I'm working on an update for the Krypton Multi-Mod as we speak.
Reply
Awesome Latts. No issues with the update (as far as I can tell). Any chance for adding Videolyrics*** by manfeed to this MOD?

This has been great work I've loved the tweaks you've added to such a wonderful skin.
Reply
Drazzlib,

Thanks!

If you are using the MQ 7 Spin Skin, it comes with Videolyrics already installed.
Reply
Hi @latts9923,

Just wanted to say thank you, thank you, thank you.
Nothing more to say except keep up the good work. Aeon MQ7 Spin skin now looks beautiful with all your tweeks.
Have a wonderful dayRofl
Kodi 21 Omega (Aeon MQ 9 Mod) running on Nvidia Shield Pro
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 22

Logout Mark Read Team Forum Stats Members Help
Multi-Mod installation for MQ 7 and MQ 7 Spin1