Kodi Community Forum

Full Version: [MOD] Aeon MQ 6 - Krypton by Angelinas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Can some help me, i am testing Kodi Krypton 17 with MQ6,everything work except the case cover(thumb box),can some show me how to fix that.

Thanks!

Image
Image
Image
You have trouble with texture...
First try to copy my Texture.xbt from media
https://github.com/Angelinas1/skin.aeonm...ster/media
rename in to red.xbt and paste in skin folder/media.Reset kodi and in your appearance you have teme red chose that and see how texture working.

Image

second try is to change addon.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
    <addon id="skin.aeonmq6" version="3.3.0" name="Aeon MQ 6" provider-name="MarcosQui">
    <requires>
    <import addon="xbmc.gui" version="5.11.0"/>
    <import addon="service.skin.widgets" version="0.0.30"/>
    <import addon="service.library.data.provider" version="0.0.9"/>
    <import addon="service.nextup.notification" version="1.0.8"/>
    <import addon="script.aeonmq6.extrapack" version="1.0.6"/>
    <import addon="script.favourites" version="6.0.2"/>
    <import addon="script.artwork.downloader" version="12.0.29"/>
    <import addon="script.randomandlastitems" version="2.2.2"/>
    <import addon="script.games.rom.collection.browser" version="2.1.2"/>
    <import addon="script.artistslideshow" version="1.8.6"/>
    <import addon="script.tv.show.next.aired" version="6.0.14"/>
    <import addon="script.toolbox" version="1.1.0"/>
    <import addon="script.globalsearch" version="5.0.0"/>
    <import addon="script.extendedinfo" version="3.1.1" />
    <import addon="script.cinemavision" version="1.0.1" />
    <import addon="resource.uisounds.aeonmq6" version="1.0.0"/>
    <import addon="script.skin.helper.service" version="1.0.0"/>
    <import addon="resource.images.studios.white" version="0.0.6"/>
    <import addon="resource.images.studios.coloured" version="0.0.7"/>
    </requires>
    <extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.75" debugging="false">
    <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
    <extension point="xbmc.addon.metadata">
    <summary lang="en">Aeon MQ 6, improved, more light and more powerful than ever.</summary>
    <summary lang="pt_br">Aeon MQ 6, melhorada, mais leve e mais poderosa do que nunca.</summary>
    <description lang="en">The traditional Aeon MQ reaches its sixth edition.[CR]Reformulated, very simple to use, with a new code that provides a lightweight and powerful skin.[CR]The Aeon MQ 6 incorporates new features such as REPLACE which takes the main menu's level of customization to something never seen before.[CR]Aeon MQ 6, you've never seen a skin like this.</description>
    <description lang="pt_br">A tradicional Aeon MQ chega a sua sexta edição.[CR]Aeon MQ 6 conta com todos os recursos presentes na versão anterior, no entanto, esses recursos foram otimizados afim de proporcionar uma experiência ainda melhor ao usuário.[CR]Aeon MQ 6, você nunca viu uma skin assim.</description>
    <platform>all</platform>
    </extension>
</addon>
changes is gui version and add defaultthemename="Textures.xbt" in <extension point=..........

goodluck Smile
@Angelinas, and how it´s work if have a lot of changes kodi. If member user default MQ6, and go define content, begin troubles...
movie78 didnt install skin,he just paste skin folder in Kodi addon folder
This is old Addon.xml I just change two things .I dont have Krypton version, and cant test is this working...This is not for install, this is just for change in editor.
I think this will work...Smile

he can delete all <import addon=" and all be same.
You know Krypton was removed xml skin files, merged others, define contents don´t work with actual MQ6 skin, this change don´t turn skin compatible...
Did exactly what you told me and it didn't work.
Same result!
@movies78 decompile Texture.xbt in your media folder.with tools Kodi Texture (and fix images if they wrong width & height),or use images from skin AeonMQ5(they are decompiled)

this is for skin.estuary

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary" version="0.6.0" name="Estuary" provider-name="phil65, Piers">
    <requires>
        <import addon="xbmc.gui" version="5.11.0"/>
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
        <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">Estuary skin by phil65 and Piers. (Kodi's default skin)</summary>
        <description lang="en_GB">Estuary is the default skin for Kodi 17.0 and above. It attempts to be easy for first time Kodi users to understand and use.</description>
        <disclaimer lang="en_GB">Estuary is the default skin for Kodi, removing it may cause issues</disclaimer>
        <platform>all</platform>
        <license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
        <forum>http://forum.kodi.tv/</forum>
        <source>https://github.com/xbmc/skin.estuary/</source>
    </extension>
</addon>

try with this

Code:
<?xml version="1.0" encoding="UTF-8"?>
    <addon id="skin.aeonmq6" version="3.3.0" name="Aeon MQ 6" provider-name="MarcosQui">
    <requires>
        <import addon="xbmc.gui" version="5.11.0"/>
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
                <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">AeonMQ6. (Kodi's  skin)</summary>
    </extension>
</addon>
(2016-03-06, 01:05)Angelinas Wrote: [ -> ]@movies78 decompile Texture.xbt in your media folder.with tools Kodi Texture (and fix images if they wrong width & height),or use images from skin AeonMQ5(they are decompiled)

this is for skin.estuary

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary" version="0.6.0" name="Estuary" provider-name="phil65, Piers">
    <requires>
        <import addon="xbmc.gui" version="5.11.0"/>
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
        <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">Estuary skin by phil65 and Piers. (Kodi's default skin)</summary>
        <description lang="en_GB">Estuary is the default skin for Kodi 17.0 and above. It attempts to be easy for first time Kodi users to understand and use.</description>
        <disclaimer lang="en_GB">Estuary is the default skin for Kodi, removing it may cause issues</disclaimer>
        <platform>all</platform>
        <license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
        <forum>http://forum.kodi.tv/</forum>
        <source>https://github.com/xbmc/skin.estuary/</source>
    </extension>
</addon>

try with this

Code:
<?xml version="1.0" encoding="UTF-8"?>
    <addon id="skin.aeonmq6" version="3.3.0" name="Aeon MQ 6" provider-name="MarcosQui">
    <requires>
        <import addon="xbmc.gui" version="5.11.0"/>
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
                <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">AeonMQ6. (Kodi's  skin)</summary>
    </extension>
</addon>


1-I am confuse, where should i change the code,what XML ?
2-Should i place the extracted XBT in the media folder?

Thanks!
@Angelinas
Were you able to get MQ6 working on Krypton kodi 17?

Thanks!
Kodi 17 codename jarvis, isn't it?
Maybe kodi 18 will be code name krypton...
Just install krypton v.17 yesterday version.
Install skin from zip(with changes)......My version from GitHub

-Media folder with all.png images.(not *.xbt)
-change addon.xml (like in my post)
-rename two dialogs
-DialogAlbumInfo.xml in DialogMusicInfo.xml
-DialogYesNo.xml in DialogConfirm.xml

working OK

Image
@Angelinas

Sorry i am not an expert at this, can you please upload the working MQ6.zip file with all the XML changes?
I am really finding had on what XML to change.

Thanks!
tnx Wanilton for moving posts Smile

movie78
Download from my git
and extract all folder on desktop
find addon.xml and change in editor
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
    <addon id="skin.aeonmq6" version="3.3.0" name="Aeon MQ 6" provider-name="MarcosQui">
    <requires>
        <import addon="xbmc.gui" version="5.11.0"/>
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
                <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">AeonMQ6. (Kodi's  skin)</summary>
    </extension>
</addon> 
find file with this name in folder 720p
and rename
-DialogAlbumInfo.xml in DialogMusicInfo.xml
-DialogYesNo.xml in DialogConfirm.xml

for media folder extract file with tools texture packer in that folder,afther delete Texture.xbt

all that compres in zip folder with name AeonMQ6 K (winrar program)
start kodi and install as addon from zip files.....
Got it Thank you very much!!!
Delete
Pages: 1 2 3 4