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 - 2024-12-16

(2024-12-16, 05:14)andrzejls Wrote:
(2024-12-16, 03:29)wags1 Wrote:
(2024-12-15, 19:54)latts9923 Wrote: @wags1
It looks like you have the "DISPLAY ONLY DAYTIME FOR NOAA WEATHER" button enabled in the Weather Widgets settings.

I did some testing and it looks like the issue is if you don’t have the NOAA Weather addon installed at all (which I don’t) the toggle for “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" is grayed out in the weather widget but your code assumes that the toggle is enabled. The only way I was able to fix it was by installing the NOAA Weather addon. And then turning off the “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" toggle in the weather widget (which was active and no longer greyed out once I installed the NOAA Weather addon). I was then able to uninstall the NOAA Weather addon. Obviously not ideal so you probably should rework that code. Maybe assume that toggle is off rather than on.
@wags1
I just replaced "Widgets.xml" with version from v1.4.4 and all is working just fine. “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" grey-out entry is also now gone from "Wiedgets" settings.

Yes, if you page up several posts you will see my post where I indicate that is the same as what I did at first to get it to display all 7 days. The greyed out entry is gone because the widgets.xml file from 1.4.4 doesn’t have that code in it. For the explanation of what’s happening see my post directly above yours.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2024-12-16

(2024-12-16, 05:59)wags1 Wrote:
(2024-12-16, 05:14)andrzejls Wrote:
(2024-12-16, 03:29)wags1 Wrote: I did some testing and it looks like the issue is if you don’t have the NOAA Weather addon installed at all (which I don’t) the toggle for “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" is grayed out in the weather widget but your code assumes that the toggle is enabled. The only way I was able to fix it was by installing the NOAA Weather addon. And then turning off the “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" toggle in the weather widget (which was active and no longer greyed out once I installed the NOAA Weather addon). I was then able to uninstall the NOAA Weather addon. Obviously not ideal so you probably should rework that code. Maybe assume that toggle is off rather than on.
@wags1
I just replaced "Widgets.xml" with version from v1.4.4 and all is working just fine. “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" grey-out entry is also now gone from "Wiedgets" settings.

Yes, if you page up several posts you will see my post where I indicate that is the same as what I did at first to get it to display all 7 days. The greyed out entry is gone because the widgets.xml file from 1.4.4 doesn’t have that code in it. For the explanation of what’s happening see my post directly above yours.
@wags1
yes, I am aware that "NOAA" is hard coded in "Widgets.xml" starting v1.4.5 to facilitete “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" option. I do not use NOAA so I have no need to see this option in Weather widgets. As we know now there is a bug in "Widgets.xml" that needs to be iron out. So for now I will use v1.4.4 Widget.xml, just to keep it simple.


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

I just found the problem. I have the “DISPLAY ONLY DAYTIME FOR NOAA WEATHER" button set to be disabled if NOAA is not enabled, and the button value is also set to be "false" by default if NOAA is enabled. However, if you reset the skin, there is a line I mistakenly added in customReset.xml to set the button value to "true". You can fix this by removing this line from customReset.xml...
xml:
<onfocus>Skin.SetBool(weather_noaa)</onfocus>

And also change the value of "weather_noaa" in settings.xml to false.

Sorry for the mix up folks! I'll get another update out to remedy this.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - wags1 - 2024-12-16

@latts9923 No worries, glad you got it IDed and fixed. Thanks again for all your work on this skin!!


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

@wags1
You're welcome!


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

UPDATE #46 - This will update the skin to v1.4.7

Image Bug fix
  • I fixed a problem with the "DISPLAY ONLY DAYTIME FOR NOAA WEATHER" button being enabled by mistake when performing a skin reset (whether you have the NOAA add-on enabled or not). If you have reset your skin, you do not have the NOAA add-on enabled and you are having trouble with your Weather widget, you can select the "RESTORE SETTINGS" button at the top of the Weather Widget options. The "DISPLAY ONLY DAYTIME FOR NOAA WEATHER" button will remain disabled, but it will set the value for "weather_noaa" to false in settings.xml.

NOTICE
  • After installing this update, if you have the vertical menu selected you will need to copy the contents of MainMenu.xml.vertical to MainMenu.xml to restore the vertical menu.



RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - BradTang - 2024-12-18

(2024-12-13, 23:25)latts9923 Wrote: I am unable to reproduce the problem with View Type-18. Actually, I used code from that view to fix View Type-01. I'm about to post an update...see if it fixes the problem.

Hi Latts,
Thanks your fix. I have no idea why it happed on me only(so far...), but I found this issue seems get better after several days passed, but not totally curved.
Now situation is,
It can shows correctly set years at fisrt time(view type-18), but when I move up&down, sometimes the year is correct, sometimes is wrong. 
Compare to before, every move up and down is wrong(will follow the previous movie set year). But the same thing is move right can fix it.
Any suggestion to update which script.module?


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2024-12-18

I just had a major crash on my MariaDB to the point that I have to recreate Movies and TV_Shows database from beginning. I am using Movie Database Python. So far I encounter the issue with Movie sets that are not showing Collection Poster. Any ideas how I can fix that?.

UPDATE:
Needed to update/refresh movies in each SET.
Solved


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2024-12-18

It`s been a long time since I had to rebuild Kodi from scratch I forgot how to disable creation of TV Show episode nfo files. Does anyone remember how to do it?.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - BradTang - 2024-12-19

in my opinion, nfo file is output from Kodi's video library output function after you scrapered movies from like scraper(like TMDB).
so, if you don't want to produce nfo file, just stop the behavor.
if you don't want to get movie information from scraper(like TMDB, TVDB...), just set scraper as "local information only". 
it will scan movie informaiton from local nfo files, and no nfo file will get nothing.


RE: Aeon MQ 9 Mod for Kodi 21 (Omega) - andrzejls - 2024-12-20

@latts9923
I just noticed that in v1.4.7 Weather backgrounds when SETTINGS --> SKIN SETTINGS --> ICON AND IMAGES --> WEATHER-BACKGROUND MODE set to "SEASONAL" are not staying in "SEASONAL" mode bud cycling through MQ9 standard backgrounds. When WEATHER-BACKGROUND MODE set to "CONDITIONAL" and then selecting "WEATHER-BACKGROUND IMAGES" you are redirected to icon selecting section in skin settings.


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

@andrzejls
I am seeing the same behavior. I think this background oddity will only happen today, as the background code is using today's date as the last day of Autumn. If you open Variables.xml and find the "weather_backgrounds_seasonal" variable, you can edit the end date of Autumn to 12-21 and that should fix it. I've changed the end date for all seasons to the 21st. This will be included in the next update. Thanks for letting me know!


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

(2024-12-20, 23:52)latts9923 Wrote: @andrzejls
I am seeing the same behavior. I think this background oddity will only happen today, as the background code is using today's date as the last day of Autumn. If you open Variables.xml and find the "weather_backgrounds_seasonal" variable, you can edit the end date of Autumn to 12-21 and that should fix it. I've changed the end date for all seasons to the 21st. This will be included in the next update. Thanks for letting me know!
@latts9923
For some reason it did not work.

Image

It worked once I also changed this:
Image

Thanks !




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

Good Night, I have some movies that don't show the audio. Even though everything is correct in the info. Why does this happen? Let me set an example with and without audio. 

thanks in advance. 

ImageImageImage

Image


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

I figured out how to get around the mistake. I'm already all right. thanks for the excellent work.