So after I got a few of the bugs sorted for the Nexus build, I really wanted to know if this made sense maintaining the skin going forward knowing that Omega is changing things and there are a lot of deprecated things that need to be changed. So I took a detour and made some of the changes at minimum to get Madnox onto Omega 3. Seems viability is possible and will be all about updating a bunch of things to prevent deprecation.
At least I know it works on Omega and seems to have a path forward. As of right now, favorites are broken but reworked enough to meet the Nexus > Omega requirement.
I have to figure out a bunch of things like dual repositories and ability to get both in the Kodi repository which looks like a Github redo based on their template (among other things I'm sure), so it's a bit messy, but once I figure out which way the bubbles are going (up that is)... hopefully Omega will be on the horizon for Madnox.
Here is a short video of it starting up and rolling through a few things for your viewing. Enjoy.
Chris
Note: The video looks choppy, but isn't because I used low frame rate capture to keep this video size down, the video plays smooth like Nexus.
http://kittmaster.com/imagedump/kodi/ski...mega3.html
Reserved #1
Roadmap:- See Nexus thread for primary focus, Omega will be worked on as time permits
- Remove and replace deprecated calls/functions with updated requirements
Have used the skin on Omega since BETA 1 or 2, now on 3 and i dont have any major issues. Sometimes however when scraping multiple movies kodi can just shut down in the middle of scraping. Dont know if this is an kodi or skin issue. I just open up kodi again and continue scraping.
Yeah, there are all kinds of warnings going on in the logs even on Nexus, so all of that will need to be addressed to figure out where the issue is. That is to come as things progress.
Hello,
when I install Kodi v21 Omega Beta 3 it appears that Madnox is not compatible. I installed the latest one from Madnox 21.00.04.
Error says: xbmc.gui is not correct depending on 5.15.0 or something like that.
What can I do?
Thanks
(2024-03-02, 13:08)laptop45276 Wrote: [ -> ]Hello,
when I install Kodi v21 Omega Beta 3 it appears that Madnox is not compatible. I installed the latest one from Madnox 21.00.04.
Error says: xbmc.gui is not correct depending on 5.15.0 or something like that.
What can I do?
Thanks
Edit the addon.xml, change from 5.15.0 to 5.17.0
Great, thank you very much, it worked.
Yup, haven't gotten that far to support Omega yet, but that is the fix. When I get the Repo setup to deliver by build... i.e. Matrix, Nexus, Omega... that won't need to be done anymore.
I am working on that aspect, right now, its all about get things moving.
I assume you are doing the download as zip yes?
Hi kittmaster. Have finally installed V21.00.04 on my Omega BETA 3.
However;
Quote:-Fixed PortraitIconInfo View Linked Movie & TV Show media flags overlapping when selected
This is still an issue for me.
When clicking on the tv series, and then choose "List" there is still overlapping
<----- SCREENSHOT
(2024-03-02, 14:24)kittmaster Wrote: [ -> ]Yup, haven't gotten that far to support Omega yet, but that is the fix. When I get the Repo setup to deliver by build... i.e. Matrix, Nexus, Omega... that won't need to be done anymore.
I am working on that aspect, right now, its all about get things moving.
I assume you are doing the download as zip yes?
Just one example
<dir minversion="18.0" maxversion="18.9.0">
<info compressed="false">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/leia/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/leia/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/leia/zips/</datadir>
</dir>
<dir minversion="18.9.0" maxversion="19.9.0">
<info compressed="false">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/matrix/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/matrix/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/matrix/zips/</datadir>
</dir>
<dir minversion="19.9.1" maxversion="20.9.0">
<info compressed="false">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/nexus/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/nexus/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/jurialmunkey/repository.kittmaster/master/nexus/zips/</datadir>
</dir>
<dir minversion="20.9.1">
<info compressed="false">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/omega/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/omega/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/kittmaster/repository.kittmaster/master/omega/zips/</datadir>
</dir>
(2024-03-02, 14:47)Simkin84 Wrote: [ -> ]Hi kittmaster. Have finally installed V21.00.04 on my Omega BETA 3.
However;
Quote:-Fixed PortraitIconInfo View Linked Movie & TV Show media flags overlapping when selected
This is still an issue for me.
When clicking on the tv series, and then choose "List" there is still overlapping
<----- SCREENSHOT
The fix only applied to PortraitIconInfo view... if you could, find and document all views and I will make the corrections. ty.
Actually I'm seeing it in multiple views when the movie is linked to the TV Show. I'm working on it now, I've corrected 4 of them so far, it isn't a difficult fix, but some have more options that others and remapping the rendering without losing anything with the twist that some are used for Audio also.... which means I have to run through all the views of each type selected to make sure nothing breaks as I change it. Hopefully have is sorted fairly quick as they all share similar structure.