• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 210
v18 Aeon MQ 7 Leia Mod
@djhifi

I will attempt to port as many mods as possible to MQ 8 when it becomes available.

Thank you sir!

I don't see where those two scripts have been updated for Leia. They won't break the MQ 7 Leia mod...they just won't work.
Reply
(2018-09-30, 14:29)latts9923 Wrote: @djhifi

I will attempt to port as many mods as possible to MQ 8 when it becomes available.

Thank you sir!

I don't see where those two scripts have been updated for Leia. They won't break the MQ 7 Leia mod...they just won't work.
But those 2 scripts didnt come pre packed with Krypton aeon's mq7 version? Cause I uninstalled it and cannot find the scripts.
I should download this modded version + manually install those 2 scripts, correct?
Reply
@djhifi

Correct.
Reply
Hi . Thank you for fixing mod on the Aeon MQ7.
I have discovered that Audio language and subtitle are missing see picture in Movie Information, It may be included in the new update. Otherwise, you know it now.
Thanks /Mats

Image
Reply
@Bruce_Banner

Yeah, I have a fix for that coming in the next update.
Reply
Hi @latts9923,

Thanks for the great work on this.

Is there any update on the music album widgets?  When I try to set the main menu music widget to 'ALBUMS - RANDOM' the skin doesn't seem to set it.

Also, I have a local hack in Kodi 17 Aeon MQ7 where I've converted the 'CinemaVision' button to a 'Reload' button for some of the random widgets.  When clicked I call ClearProperty and the random items reload (eg for random albums I call 'ClearProperty(randomalbums)' and 'ClearProperty(randomalbums-data)'.

Do you think that random item reload could still work in Kodi 18 with this skin mod?

Thanks
Reply
Sheepish apologies for asking for help on this but can someone help me figure out why I can't adjust the menu colors on a Windows version of this excellent skin?  Clicking on the settings does nothing but make an audio sound.  I recall a similar ask awhile back but can't seem to find it via searches.

Thx

EDIT:  Nevermind!  As soon as I posted I found the link.
Reply
@latts9923 
I am a Chinese mainland user. Your work is very good, making my KODI the main media player platform. However, because you generally don't use Chinese to enter text, this skin plugin has a bug that has not been discovered: when the keyboard character set uses Chinese baidu, the Chinese is entered through the keyboard, and no candidate words for the user to choose or Phrase, can there be a fix or optimize in the next version? Thank you
Reply
(2018-10-09, 16:36)lottelucky Wrote: @latts9923 
I am a Chinese mainland user. Your work is very good, making my KODI the main media player platform. However, because you generally don't use Chinese to enter text, this skin plugin has a bug that has not been discovered: when the keyboard character set uses Chinese baidu, the Chinese is entered through the keyboard, and no candidate words for the user to choose or Phrase, can there be a fix or optimize in the next version? Thank you

There are issues for the position and color for both 313 and 314 controls, replacing the code from line 84 to line 125 in file DialogKeyboard.xml with the following code will fix the issue.

xml:
            <control type="label" id="313">
                <description>HZCODE label</description>
                <left>316</left>
                <top>900</top>
                <width>1503</width>
                <height>33</height>
                <font>font_list</font>
                <textcolor>FFF8F8F8</textcolor>
                <align>center</align>
                <aligny>center</aligny>
            </control>
            <control type="group">
                <visible>Control.IsVisible(313)</visible>
                <control type="image">
                    <left>0</left>
                    <top>0</top>
                    <width>1290</width>
                    <height>153</height>
                    <texture border="20">black.png</texture>
                </control>
                <control type="image">
                    <left>0</left>
                    <top>80</top>
                    <width>1290</width>
                    <height>3</height>
                    <aspectratio>stretch</aspectratio>
                    <texture>separator.png</texture>
                </control>
                <control type="label" id="314">
                    <description>HZLIST label</description>
                    <left>316</left>
                    <top>960</top>
                    <width>1503</width>
                    <height>33</height>
                    <font>font_list</font>
                    <textcolor>FFF8F8F8</textcolor>
                    <align>center</align>
                    <aligny>center</aligny>
                </control>
            </control>
Reply
@xodi 
Thank you!!!
Reply
Love your Mod thanks for sharing your work with us

GreetZ
Reply
@Ambidex

You're welcome!

I'm still looking into the album widgets. I would imagine the reload button would still function if I can ever get the album widgets working again.
Reply
@Amjak

Thanks! And you're welcome!
Reply
UPDATE #7

I know it's been a couple of months since my last update, and since this newest update is full of additions and bug fixes I wanted to make a video to cover everything.

Disregard the last part of the video where I talk about an update to the Colored Mediaicons Addon. If you install v0.0.8.4 from the KODI Brasil Repo you will be good to go.
Alert- Wanilton has advised against using the KODI Brasil Repo with the Leia Mod.
Alert #2 - If you have a copy of v.0.0.8.4 it will install on Leia.
Alert #3 - The Colored Mediaicons Addon WILL install from the KODI Brasil Repo, but be wary of other Addons.  The repo supports Krypton...not Leia.


ImageAdditions
  • Per Dave.B's request, I added the record label to the back of the jewel box for Shelf3D music.
  • Per Dave.B's request, I adjusted the timing of the discart for Shelf3D music so that it rolls out of view when the jewel box rotates back to the front.
  • I added SkinHelper awards to the RightList view. Oscar images (15 maximum) will appear above the movie poster if the movie was nominated for or won an Oscar. The image will be slightly transparent if only nonimated. Thanks to chrissix for providing the code.
  • I added the original List 3D music view to the Top Menu music view list, so there are now two available to choose from...List 3D and List 3D v2. This required a new image to be added to Textures.xbt.
  • I added the duration info to the Wall 3D view.
  • Per jasn's request, I added the ability to enable/disable the furniture on all the music player styles by hitting the "Info" key on your keyboard (letter "I" by default). I also added the multi-logo code to style 5.
  • I added some code to display the currently selected watch flag for widgets. The original code only displayed the default watched flag regardless of which flag you chose. Thanks to Jumpy73 for requesting the addition.
  • Per OrbS82User's request, I centered the video widgets when the horizontal menu bar is enabled. Per Jumpy73's request, I made this change for the virtual menu in Skin Settings as well.
  • Per OrbS82User's request, I added the IMDb Top 250 logo and rating to the media flags.
  • I gave the Video Info page a facelift. I added Theatrical release info, added The Movie Database rating info, and changed how some of the other ratings are displayed. Thanks to chrissix for providing the code for these enhancements.


ImageBug fixes
  • The "CHANGELOG" label was removed in Krypton. You can include Addon changes in the addon.xml file of the Addon as "news" and it is displayed under "WHAT'S NEW" in the Addon Info window. This was changed in Krypton. However, I will continue to provide a changelog.txt file with every Leia update.
  • I changed the "CHANGELOG" label to "DEPENDENCIES" on the Addon Info screen. Selecting this will now show what dependencies are associated with the Addon.
  • I fixed a few message IDs in the language file that were not displaying correctly.
  • I fixed a bug in the Right List view where the sets discart was not showing. I'll check the rest of the views to see if they all require an update.
  • I fixed a bug in the Settings widget where the Release Notes link was not working properly. The Release Notes will now begin displaying a copy of the latest update info from the changelog.
  • I fixed a bug in the List 3D v2 music view where the track list and duration was showing with or without a thumbback image.
  • I fixed a bug in the Shelf 3D music view where the top left album count and album list were not working...as well as the album thumbs not showing on the back of the jewel box.
  • I removed the option in Skin Settings>Options Menu to show time in hours and minutes. Leia displays the time for videos in HH:MM:SS by default. This affects all views. The duration of the movie will no longer show "minutes" after the HH:MM:SS.
  • I fixed a bug in the top menu with List 3D, List 3D v2, Shelf 3D, Shelf 3D v2 and Wall 3D. When you activated these views, they would not automatically switch to the view.
  • I fixed a bug in the Middle List and Middle List 967 views where the watched flag was not showing the flag color.
  • I fixed a bug where the playback list at skin startup was not working. This was mentioned a few months back, but I've been unable to get it working. Purge asked me about it again the other day and I was determined to make it work again. Thanks for the extra motivation Purge! Haha.
  • I forgot to add the resume flag for the KodiFlix view to Leia. That image is part of this update. However, after looking at the KodiFlix code again I noticed that I was missing the ability to display the new flag and enable/disable the new and watched flag. That code is now added, and there is a new button on the Top Menu under "KODIFLIX OPTIONS/CHANGE VIEW" named "SHOW FLAGS". There are four options...show neither the watched flag nor the new flag, show only the watched flag, show only the new flag (last 9 movies/TV Shows/episodes added to your library), or show both flags. Thanks to Purge again for asking about the resume flag.
  • I fixed a bug in the media flags where the white audio flag was overlapping the flag to its left when you enabled "LOGO" as the "AUDIO AND SUBTITLE FLAG". Thanks to OrbS82User for reporting the bug.
  • I fixed a bug in the Movie Info screen where the language and subtitle text was not displaying. Thanks to OrbS82User for reporting the bug and Angelinas for providing the fix.
  • I fixed a bug in MyVideoNav.xml where the logo was not displaying on some views when "LOGO AS TITLE (ON TOP IF AVAILABLE)" was selected in the Top Menu. Thanks to MANswers for reporting the bug.
  • I fixed a bug where the Program Addons view was not displaying the summary and description of the addons. The Video Addons view was also not displaying the version and author. Thanks to MB1968 for the request.


ImageMaintenance
  • There is a new arial.ttf font file in the fonts folder.  This version of the font allows languages other than English to display correctly.  Thanks to Wanilton for the suggestion.
  • Please remove the file script-Rom_Collection_Browser-main.xml.  It is no longer needed.  Disregard if you are installing this Skin for the first time.
  • I noticed some errors in the log file, so I did some house cleaning to some of the files to remedy the errors.
  • The list of views in the Music Top Menu is now in alphabetical order.  The views for Movies, TV Shows and Music are now listed in alphabetical order as you scroll through the activated views as well.  I've been intending to fix this for a while.

Image
Downloads
10-13-18 Update (This will update the skin to v1.0.0.8)
Halloween intro video
Reply
Thanks for this new update , I have a problem , with MQ Themes addon installed , not I can see everyone, I say everyone the Visual Effects - if a is activated Visual Effects Holiday or Star Wars effects more themes activated , I always have a screen empty . are not activated Visual Effects , black screen... I also tried to install Addon again MQ Themes , but there is the same error always that persists . what can it be due to?
Reply
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 210

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 7 Leia Mod13