Kodi Community Forum
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - 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 Multi-Mod for Kodi 20 (Nexus) (/showthread.php?tid=373436)



RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Juan Mortyme - 2023-11-21

@latts9923

Can I please make a few requests?

First ones involve the actor art. In MQ7 the actor art was available for Music Videos and TV Episodes. The switch is visible for Episodes but it doesn't seem to be working. The switch is missing for Music Videos, it used to display for both artists and actors in music videos. I've only checked the Old Right List view (18). I can't remember if it was available in any other views? Note: The actor art is working in the Video Info for both episodes and music videos.

Can we get the multi fanart to cycle the appropriate season##-fanart when browsing Episodes within a season? As it is now the season fanart cycles while browsing the seasons list but when you enter a season to browse the episodes within it, it reverts back to the static default fanart for the show. 

I'm not seeing any studio or label icons for music videos. In MQ7 the Kodi default was to display studio icons for music videos but you had changed it to display record label icons instead. Could you look at fixing that, displaying record labels would be preferable?

Thanks for everything!


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Pi7a - 2023-11-21

(2023-11-21, 02:38)Shredder_guitar Wrote: @juan Mortyme


*update* 
The addon's are gone again. I think i found the 'smoking gun', but i don't yet know what to do about it. 
2023-11-20 19:50:42.948 T:17616    info <general>: CAddonUnInstallJob[plugin.audio.radio_de]: removed orphaned dependencies (Artwork Helper, Image Resource Select Addon, xbmcswift2, Skin Helper Service ColorPicker)

This occurs (it seems) during an update check...so the way i interpret is that while an update check is happening; orphaned items are removed. If that's true...that's just shitty. I've turned automatic updates off to see if they stay now. How do we make these NOT be 'Orphaned'?
Ive had this loads of times in my testing and configuring. Its usually Colour Picker, skin helper and artwork helper for me. It was (not always) whenever i uninstalled an addon it would take something else with it, i coudnt be bothered to link what was doing what and worked on the assumption they was linked somehow so uninstalled it aswell.
No help im afraid but at least you know someone else encountered it


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2023-11-21

@Shredder_guitar
@Juan Mortyme
@Pi7a
Those add-ons that display as "ORPHANED" are dependencies that were manually installed or required by an add-on that you installed and then removed. I added Artwork Helper, Image Resource and Skin Helper Colorpicker to the required add-ons for MQ 9. Try opening addon.xml in skin.aeonmq9. At the top change this...

xml:
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
</requires>

to this...
xml:
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.artwork.helper" version="0.9.2"/>
<import addon="script.image.resource.select" version="3.0.2" />
<import addon="script.skin.helper.colorpicker" version="2.0.1" />
</requires>

Now open Kodi and check their status. They should now display as "ENABLED".

@Juan Mortyme
I'll take a look at your requests when I can. And you're welcome!


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - martinsvision - 2023-11-21

@latts9923 You've been pushing out updates patches and fixes like its your 9 - 5 I think i can speak for everyone and say We appreciate all the work you do ! Thank You !


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - andrzejls - 2023-11-21

I will second that. Fantastic effort @latts9923


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2023-11-21

@Juan Mortyme
1. The code was missing for the "EXTRA ART" setting to display for TV Shows or Episodes in View Type-18. Thanks for letting me know!
2. I added a line to the fanart code to display the Season fanart image if you are viewing Episodes and you have "ARTWORK HELPER" selected. I don't think I can get it to cycle multiple season fanart images with Artwork Helper.
3. I added code to the media flags to display the record label for a Music Video.
All of this will be in the update.

@martinsvision
@andrzejls
Thanks for the kind words...and you're welcome!


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Shredder_guitar - 2023-11-22

(2023-11-21, 22:36)latts9923 Wrote: se add-ons that display as "ORPHANED" are dependencies that were manually installed or required by an add-on that you installed and then removed. I added Artwork Help

Have I ever told you that i love you?

(Kidding)
In all seriousness, I hope the simple fact of them being marked as 'enabled' is enough for kodi to recognize not to uninstall them. Thank you for applying this fix.


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Shredder_guitar - 2023-11-22

@martinsvision What a coincidence, the next version is "Aeon MQ9-5"


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Juan Mortyme - 2023-11-22

(2023-11-21, 22:36)latts9923 Wrote: to this...
xml:
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.artwork.helper" version="0.9.2"/>
<import addon="script.image.resource.select" version="3.0.2" />
<import addon="script.skin.helper.colorpicker" version="2.0.1" />
</requires>

Now open Kodi and check their status. They should now display as "ENABLED".

@latts9923

After adding the above to addon.xml the scripts in question do in fact now show as "ENABLED" as opposed to "ORPHANED" let's hope that solves the problem for those folks. I took a peek in your repo and I see those scripts in the MATRIX directory, so hopefully there won't be any issues when installing/updating the skin, at least not from the repo anyway. Could it cause a 'missing dependency' error when installing manually from a zip? If so, maybe links to them in the first post would be useful?

I couldn't remember that fix but I'm glad you did!


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2023-11-22

@Shredder_guitar
LOL...you're a cheap date!

I don't think you'll have any more trouble with those add-ons. And you're welcome!

@Juan Mortyme
I have Artwork Helper in my repo, and the Image Resource add-on is in the default Kodi repo. The only one that could create a problem is the Colorpicker if you don't have the Marcelveldt repo installed. I can include it in my repo to make sure the install is smooth.

I added the visual effects to the library browsing screens as well as the "HIDE VISUAL EFFECTS" button. I also added a new option to change the disabled radio button color...a little something extra for the holidays. I'll try to get another update out soon.
Image


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - wags1 - 2023-11-22

I'll pile on...really appreciate all your work on these mods @latts9923 !!!


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - RonnieG3 - 2023-11-22

Dude, I have no idea what I'm doing, but i can't access anything in your Repo.  I get LATTSKODIREPO -> ADD-ON REPOSITORY -> LATTSKODIREPO then straight to options. I check for updates and nothing. I'm at a loss - obviously an ID-10-T error, but I can't even see what you have listed or update skin through repo.  Lemme try uninstalling and re-installing.........

........nope, same thing. let me try version 3.0 ------

------Version 3 works, but updating back to Version 4.01 is empty. ANY suggestions welcome


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - wags1 - 2023-11-22

@RonnieG3 That is an odd one. Not seeing any issues with the repo here. Have you tried installing 4.01 directly from the zip file?


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - RonnieG3 - 2023-11-22

(2023-11-22, 19:02)wags1 Wrote: @RonnieG3 That is an odd one. Not seeing any issues with the repo here. Have you tried installing 4.01 directly from the zip file?

Yep. Strange one indeed. I have the weirdest one off issues - I can't individually search for art using info screen. Kodi just hangs. I've uninstalled, deleted folders, re-installed, re-applied skin and mod and i get the same thing. I'm so used to it now I just use the basics, which is a shame, but what can you do?


RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Pi7a - 2023-11-22

@latts9923

yep thats working here aswell, cant test it as im all setup up nicely. That wont last long its addictive hah.

Great work as per, thanks very much