![]() |
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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
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@latts9923 @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 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 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 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:@se2k @latts9923(2021-02-21, 19:31)adsi Wrote: @latts9923@adsi @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:Is it possible that just I have this problem....? If anyone use this function regularly, please tell me how do you solve?(2021-02-27, 02:55)se2k Wrote:@se2k @latts9923(2021-02-21, 19:31)adsi Wrote: @latts9923@adsi @latts9923 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: @RobinTWNo 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: @RobinTWThere 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. |