Kodi Community Forum
Mod Aeon MQ 9 Mod for Kodi 21 (Omega) - 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: Mod Aeon MQ 9 Mod for Kodi 21 (Omega) (/showthread.php?tid=375410)



RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2024-08-08

@martinsvision
No worries!

@dannyau
You're welcome!

I can't reproduce this endless loop bug on Windows PC or Android on my Fire TV.

If you look at your Includes_views.xml.custom file, View Type-02 is commented out as an example. Comment out all the views you do not want to see in the list. After making changes, you can switch to the default views list and back to the custom list to see the updated views list.

@andrzejls
Depending on the setting for SETTINGS ► SKIN SETTINGS ► GENERAL SETTINGS ► SEEK BAR DURATION, the skin will run a script and source the different DialogSeekBar.xml files. Let me take a look at those files...might be why @melons2 is having problems after a fresh install.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2024-08-09

(2024-08-08, 22:28)latts9923 Wrote: @andrzejls
Depending on the setting for SETTINGS ► SKIN SETTINGS ► GENERAL SETTINGS ► SEEK BAR DURATION, the skin will run a script and source the different DialogSeekBar.xml files. Let me take a look at those files...might be why @melons2 is having problems after a fresh install.
@latts9923. Somehow I miss "having problems after a fresh install" statement. You right, that could be a reason.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - wacko37 - 2024-08-10

@latts9923 Firstly I posted this on the Nexus thread some time ago but never got a reply, I recently upgraded to Omega and sadly still have the same issue so thought it be best to repost here. I apologise in advance if this offends anyone by doing so.

I'm currently utilising this skin on my Dune-HD Homatics Box R 4k Plus Android box running on CoreELEC which allows me to have Dolby vision content on my LG Oled.

My issue is when I'm playing Dolby vision content and I press backspace to return to the main menu while the Movie/Show is still playing, I get a messed up image. (see screenshot below) Even the navigation bar is all screwed up.

I believe its related to the video being played in Dolby vision and the skin is not, if I pause the video and return to the main menu the issue is resolved.

FYI, its not an issue when using the default Estuary skin which leads me to believe this is related this skin only.

Is this something that can be fixed or is it just not possible on Aeon MQ 9?

Image


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2024-08-10

@wacko37
That's an odd one...I'll have to try and reproduce this.

@andrzejls
@melons2
I tried a fresh install of MQ 9 and I see the player controls.

All,
I think I figured out the endless loop problem on a fresh install. I noticed that right after the install is complete, a notification pops up asking you to install the Embuary Helper add-on before you select the yes/no popup to switch to the skin. If you select yes to install Embuary Helper, the skin begins to install and gets hung in this endless loop. I tried adding Embuary Helper to the required add-ons for the skin, and now on a fresh install of Kodi the endless loop is gone and the skin initialization completes. This will be included in the next update. I just finished a major overhaul of the KodiFlix code for MQ 7, 8 & 9 that will also be included in the next update.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - wacko37 - 2024-08-10

(2024-08-10, 22:40)latts9923 Wrote: @wacko37
That's an odd one...I'll have to try and reproduce this.
That would be really appreciated and thank you for all that you do for this great community!


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2024-08-11

UPDATE #29 - This will update the skin to v1.3.0

Image Bug fix
  • I added Embuary Helper as a required add-on to try and fix the endless loop that some are experiencing on skin initialization.

ImageMaintenance
  • I overhauled all the code for KodiFlix...adjusted image positions, adjusted position and size of plot textboxes, removed irrelevant code, etc.



RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2024-08-12

Good morning.
I noticed that the rotation of the disk is perfect in the Film-Tag section, while in the sections: Files, Hembuary Helper and Film-Geners the disk has a very slow rotation, even varying the speed.
I can't pinpoint the problem, any ideas?
Thanks
https://www.youtube.com/watch?v=ONNzOVchNjc


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2024-08-13

@Dom61
It looks like you're using View Type-01 for Movies and View Type-18 for Embuary Helper.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2024-08-13

@latts9923
Yes, I confirm use model of view 18.
Setting view 01 in FILM GENRES works normally, in the Hembuary Helper section neither case nor disc appears.

Image


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2024-08-14

@Dom61
I added code to display the case and discart for View Type-01 if you are using Embuary Helper. It will be part of the next update.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2024-08-14

@latts9923
Thank you very much for your interest in this issue.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2024-08-15

Video file nomenclature is an issue that I have always taken for granted, but I have never asked a question about it to see if the procedure I have always used is the correct one.
It is about the correct nomenclature of video files, how it should be spelled or tagged correctly to make it compatible with all the flags in the skin.
For example a file with Dolby Vision I name it like this:
ALIEN (1979) 4K.10bit.DV.mkv

Example file with HDR10
INDEPENDENCE DAY (1996) 4K.10bit.HDR.mkv

Do other suffixes need to be added, like locations and such, or is it okay this way?
Thanks


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - HD_Lat - 2024-08-18

(2024-08-13, 13:12)Dom61 Wrote: @latts9923
Yes, I confirm use model of view 18.
Setting view 01 in FILM GENRES works normally, in the Hembuary Helper section neither case nor disc appears.

Image
How does one go about having all the 4k, 10 BIT, country (i have country ) mine shows 8 Bit, and 5.1. And maybe one other of the colored media icons. My last update was the last one in July. It worked for a few days then they stopped. Tried removing and re installing them but they just do not re populate. I always have maybe 2 or 3 missing . But ever have I had only 2 or 3 visible.  I am still learning the whole playlists, and media library setup. but why would they drop out after months of being just fine??  Sorry just jacked your thread. I was reading and saw the image and video and was reminded that I keep forgetting to see why.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2024-08-18

@HD_Lat
For movies I named the movies as in the prost above.
https://forum.kodi.tv/showthread.php?tid=375410&pid=3206703#pid3206703


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - HD_Lat - 2024-08-18

@Dom61 Thank you. There they are.