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) - wags1 - 2025-01-10

(2025-01-10, 16:55)MB1968 Wrote:
(2025-01-10, 16:48)wags1 Wrote: @latts9923

Did you load v1.5.2 to the repo? When I check thru the addon menu it's only seeing 1.5.1.
https://holybid.com/kodi/lattsrepo/master/omega/skin.aeonmq9.mod/

He forgot to push the updated addons.xml to the repo. It’s fixed now.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - wags1 - 2025-01-10

@latts9923

No worries, thanks!


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - Dom61 - 2025-01-10

(2025-01-10, 17:02)latts9923 Wrote: @Dom61
I am seeing the same behavior with the country flags. I have to access the video info screen to activate the flag. And then I have to access the video info screen again when switching to the next/previous Movie to refresh the flag. I'm trying to figure out how to make it run the script every time you select another Movie.
I thank you for your interest even if the problem cannot be solved, eventually I will do without the country flag.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - MB1968 - 2025-01-10

(2025-01-10, 17:02)latts9923 Wrote: @MB1968
I saw this error with the MQ 8 video info script, so I had to tweak it to get it work correctly. Try opening mq8extendedinfoscript.py in the skin's scripts folder and change it to this...
xml:
import shutil
import xbmc, xbmcvfs, xbmcgui
src = xbmcvfs.translatePath('special://home/addons/skin.aeonmq9.mod/xml/script-script.extendedinfo-DialogVideoInfo.xml.mq8')
dst = xbmcvfs.translatePath('special://home/addons/skin.aeonmq9.mod/xml/mq8.xml')
shutil.copyfile(src, dst)
xbmc.sleep(700)
src = xbmcvfs.translatePath('special://home/addons/skin.aeonmq9.mod/xml/mq8.xml')
dst = xbmcvfs.translatePath('special://home/addons/skin.aeonmq9.mod/xml/script-script.extendedinfo-DialogVideoInfo.xml')
shutil.copyfile(src, dst)
xbmc.executebuiltin('ReloadSkin()')
dialog = xbmcgui.Dialog()
dialog.ok("Task complete", "MQ 8 Extended Info script loaded.")
Thank you.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - thesabear - 2025-01-11

hi all,
is there a way to re-order the submenu items within Movies/TV Show etc. menus. Over time I have added some smart playlists, added submenu items from skinhelperservice, and removed others from the standard layout. Whenever I have added a new item it will always be added at the end of the list and now I would like to re-order the submenu items into something more appealing i.e. alphabetical. I have searched and yet don't find any way to do this except manually which would be time-consuming. Is there a lazy way of doing this?
Best,
M


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2025-01-11

@MB1968
You betcha!

@thesabear
I don't know of a way to auto sort the submenu alphabetically.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - JanM201 - 2025-01-11

Hi @latts9923,
So I updated to the latest version of the skin, and this is what I get:

Image

dtsX Audio flag shows up twice. This happens when the Media Flag size is set to Small & Medium. It's fine on Large.
Can you maybe fix this for us.
Thanks Laugh


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - thesabear - 2025-01-11

Hi @latts9923,
ok cool. I just thought I would ask before adding/rearranging it all, manually.
Thanks for all your effort and hard work in giving us the best skin


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2025-01-12

@JanM201
I think I have a fix for you...try this new version of Includes.xml

@thesabear
You're welcome...glad you like it!


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2025-01-12

(2025-01-12, 00:28)latts9923 Wrote: @JanM201
I think I have a fix for you...try this new version of Includes.xml

@latts9923
Could you post just the changes. For some reason I am not able to download this file.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2025-01-12

@latts9923
In the Movies "Sets" when all movies in the set have same Studio then that studio logo is displayed in the main Movie screen. Can this, showing Studio logo, be toggled on/off some place?.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - JanM201 - 2025-01-12

Hi @andrzejls,

You have to right click on the link and select "save link as".
Worked perfectly for me Rofl


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2025-01-12

(2025-01-12, 10:44)JanM201 Wrote: Hi @andrzejls,

You have to right click on the link and select "save link as".
Worked perfectly for me Rofl
@JanM201
Thanks, that worked.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - m0bov - 2025-01-12

Just installed to my osmc box, got a hard crash straight away Sad


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - latts9923 - 2025-01-12

@andrzejls
Each Movie in the set should display its own studio logo (if different from other Movies in the Set) in the media flags when selected. Are you saying your studio is not changing? And are you also saying you'd like a button to disable the studio flag?

@JanM201
Good deal...the fix will be included in the next update.

@m0bov
I don't have anything running OSMC. Is anyone else here using OSMC?