Kodi Community Forum
Mod Aeon MQ 8 Multi-Mod - 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 8 Multi-Mod (/showthread.php?tid=342529)



RE: Aeon MQ 8 Multi-Mod - se2k - 2021-02-27

(2021-02-27, 05:32)RobinTW Wrote:
(2021-02-27, 02:51)se2k Wrote:
(2021-02-22, 15:42)latts9923 Wrote: @RobinTW
Not yet...I still haven't figured out how this 10 second timeout works.
@latts9923 
(I replied to another post but forgot to tag you for visibility)

I was the one who initially asked for the 10 second OSD/furniture fadeout in the music visualizations.  I recently upgraded and saw this stopped working (i'm not sure when).  Please see my post 765 for the code changes needed to implement the 10 second Music Visualization OSD fadeout:

https://forum.kodi.tv/showthread.php?tid=342529&pid=2914514#pid2914514

@se2k I have tried your code changes, but Furniture stays on.  I guess @latts9923 has made some changes in MusicVisualisation.xml which make your code changes ineffective.

@RobinTW 

1) You will need to make the code changes for all 7 layout sections since there are now more layouts compared to when I originally wrote those code changes

2) Look at the bottom of my post 765 as each of the 7 layouts sections need to start like that, which means you need to delete some lines in each section now.

3) The first time you use a layout, the section won't fade after 10 seconds.  You need to press "I" to make it fade out manually.  But after you do that once, the furniture will fade out after 10 seconds from now on.  I'm not sure why you need to press "I" one time but it works properly after you do that (as you can see my code changes also make "I" working again)

This may break some settings in the visualization layouts but it seems to fix the "I" and fade out.


RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-02-27

@RobinTW
I've added a new setting to the music viz settings called "HIDE FURNITURE AFTER 10 SECONDS". It will be part of the next update.


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-02-27

(2021-02-27, 13:42)se2k Wrote:
(2021-02-27, 05:32)RobinTW Wrote:
(2021-02-27, 02:51)se2k Wrote: @latts9923 
(I replied to another post but forgot to tag you for visibility)

I was the one who initially asked for the 10 second OSD/furniture fadeout in the music visualizations.  I recently upgraded and saw this stopped working (i'm not sure when).  Please see my post 765 for the code changes needed to implement the 10 second Music Visualization OSD fadeout:

https://forum.kodi.tv/showthread.php?tid=342529&pid=2914514#pid2914514

@se2k I have tried your code changes, but Furniture stays on.  I guess @latts9923 has made some changes in MusicVisualisation.xml which make your code changes ineffective.

@RobinTW 

1) You will need to make the code changes for all 7 layout sections since there are now more layouts compared to when I originally wrote those code changes

2) Look at the bottom of my post 765 as each of the 7 layouts sections need to start like that, which means you need to delete some lines in each section now.

3) The first time you use a layout, the section won't fade after 10 seconds.  You need to press "I" to make it fade out manually.  But after you do that once, the furniture will fade out after 10 seconds from now on.  I'm not sure why you need to press "I" one time but it works properly after you do that (as you can see my code changes also make "I" working again)

This may break some settings in the visualization layouts but it seems to fix the "I" and fade out.

I don't know what to do.  For example, in Layout 3 and Layout 5

        <!-- Layout 3  -->
        <control type="group">
            <visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | !Skin.String(vis_layout,karaoke)</visible>
            <left>0</left>
            <top>1160</top>

<!-- layout style 5 -->
        <control type="group">
            <visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | !Skin.String(vis_layout,karaoke)</visible>
            <animation effect="fade" time="500">VisibleChange</animation>

            <left>0</left>
            <top>1160</top>

Should I replace those lines in green with your changes or just add yours?


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-02-27

(2021-02-27, 13:47)latts9923 Wrote: @RobinTW
I've added a new setting to the music viz settings called "HIDE FURNITURE AFTER 10 SECONDS". It will be part of the next update.

This is good news.  

Have you checked the Youtube problem I mentioned in #1642 ?


RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-02-27

@RobinTW
I am unable to test the Youtube Add-on. I continue to get quote exceeded alerts and I just can't seem to fix it.


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-02-28

(2021-02-27, 21:26)latts9923 Wrote: @RobinTW
I am unable to test the Youtube Add-on. I continue to get quote exceeded alerts and I just can't seem to fix it.

I just did a test again and I'm positive 0221 version is causing Youtube problem.  When the video is lagging, if I press stop, the screen goes black and I need to restart Kodi.  Now I have downgraded it back to 0123 version and everything is fine.  BTW, I am talking about my RPi 3B+ and Libreelec 9.2.6 setup.

Edit: Same thing happens on Matrix version 1.0.0.8 on win10.  I will reply it in your Matrix thread.


RE: Aeon MQ 8 - 2.9.0 - Kodi Leia - adsi - 2021-02-28

(2021-02-27, 02:55)se2k Wrote:
(2021-02-21, 19:31)adsi Wrote: @latts9923 

Could you please tell me if you can modify it as below wish list? or the coding need author's agree ?
1. add set Widget in skin setting\customise Main Menu
2. add set Smart Submenu in skin setting\customise Main Menu
3. add a switch to turn on/off smart tool.
@adsi @latts9923 

This is already implemented as I had previously supplied this code change.  The "Flexible Widget" popup menu is turned off when you enable "Smart Kiosk".
@se2k @latts9923 

Hi Se2k, Latts 
The Kiosk pop-up problems you met is also mine(kind of confuse my family), and so glad Latts add your code into Mod, but I still have questions hope you can help me:
1.) When I force "SMART KIOSK-PREVENTS MENU ACCESS ONLY TO ITEMS SETTING", Flexible Widget was successfully locked, but also lock all arrows to set changes, like as usual view change in movie list. Can we just lock Flexible Widget only?

2.) Based on 1 to try unlock arrows to set someting, I force "SMART KIOSK-PREVENTS MENU ACCESS ONLY TO ITEMS SETTING" and "KIOSK CODE-TEMPORARILY DISABLES THE KIOSK MODE USING ARROWS - LEFT\RIGHT\UP", but it always freezes KODI when I push "up" or click KIOSK CODE when selection is shown.


RE: Aeon MQ 8 - 2.9.0 - Kodi Leia - adsi - 2021-03-08

(2021-02-28, 12:55)adsi Wrote:
(2021-02-27, 02:55)se2k Wrote:
(2021-02-21, 19:31)adsi Wrote: @latts9923 

Could you please tell me if you can modify it as below wish list? or the coding need author's agree ?
1. add set Widget in skin setting\customise Main Menu
2. add set Smart Submenu in skin setting\customise Main Menu
3. add a switch to turn on/off smart tool.
@adsi @latts9923 

This is already implemented as I had previously supplied this code change.  The "Flexible Widget" popup menu is turned off when you enable "Smart Kiosk".
@se2k @latts9923 

Hi Se2k, Latts 
The Kiosk pop-up problems you met is also mine(kind of confuse my family), and so glad Latts add your code into Mod, but I still have questions hope you can help me:
1.) When I force "SMART KIOSK-PREVENTS MENU ACCESS ONLY TO ITEMS SETTING", Flexible Widget was successfully locked, but also lock all arrows to set changes, like as usual view change in movie list. Can we just lock Flexible Widget only?

2.) Based on 1 to try unlock arrows to set someting, I force "SMART KIOSK-PREVENTS MENU ACCESS ONLY TO ITEMS SETTING" and "KIOSK CODE-TEMPORARILY DISABLES THE KIOSK MODE USING ARROWS - LEFT\RIGHT\UP", but it always freezes KODI when I push "up" or click KIOSK CODE when selection is shown.
Is it possible that just I have this problem....? If anyone use this function regularly, please tell me how do you solve?


RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-03-09

@RobinTW
I haven't had a chance to dig into this problem with the 02-21 update.


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-03-09

(2021-03-09, 02:06)latts9923 Wrote: @RobinTW
I haven't had a chance to dig into this problem with the 02-21 update.
No rush.  Take your time.  Hope you will find the glitch soon.  I still use 0123 version for V18.


RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-03-10

@RobinTW
I have compared files from 01-23 and 02-21, but I can't see what could be causing the problem. Can you try copying one file at a time from 02-21 until you recreate the problem? That should at least tell me which file to focus on. Thanks!


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-03-10

(2021-03-10, 00:44)latts9923 Wrote: @RobinTW
I have compared files from 01-23 and 02-21, but I can't see what could be causing the problem. Can you try copying one file at a time from 02-21 until you recreate the problem? That should at least tell me which file to focus on. Thanks!
There are many files in your Mod.  Can you tell me what files that you have made changes?  Then I can narrow down to those files.  Thanks.

Edit: Found it!!!  It's IncludesParams.xml

There are 11 updated files in folder xml, so I tried one by one and luckily it was my second try.


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-03-10

@latts9923 

Is there a way to make skip steps in music OSD?  I tried to move highlighted button upwards to the progressive bar to make skips but it's not responding to controls.  thanks.


RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-03-12

@RobinTW
Good deal! OK, so I'll scrub IncludesParams.xml and see what has changed. It sure would be nice if I could get Youtube to work...dang it!

Do your skip buttons not work in the music OSD?


RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-03-12

(2021-03-12, 15:01)latts9923 Wrote: Do your skip buttons not work in the music OSD?

My remote control has up down left right buttons to move highlighted items.  To make skips, I need to first move the highlighted item up to the progressive bar, but in the music OSD only left right buttons are working.