![]() |
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 - jasn - 2021-02-07 (2021-02-07, 22:56)latts9923 Wrote: @jasnI first tried placing the code inside the advancedsettings.xml <musiclibrary> settings and it did not work. I put it by itself in the first column and it did time out in my designated 20 seconds. File below: https://paste.kodi.tv/pevanehufe Oh...now I'm catching on latts. You aren;t timing out at all. I am using Layout 3, BTW. Perhaps one of the other layouts has a glitch? RE: Aeon MQ 8 Multi-Mod - Nickerw - 2021-02-08 (2021-02-07, 23:12)jasn Wrote:With me layout 3 is working fine. I pressed the "i" button twice and it changed showing the furniture from this time on(2021-02-07, 22:56)latts9923 Wrote: @jasnI first tried placing the code inside the advancedsettings.xml <musiclibrary> settings and it did not work. I put it by itself in the first column and it did time out in my designated 20 seconds. File below: RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-02-08 @jasn I'm testing this with Layout 3 as well. All the layouts have the same code to show/hide furniture after the last update. I tried placing the songinfoduration tag at the top as well...can't get it to work. RE: Aeon MQ 8 Multi-Mod - jasn - 2021-02-08 (2021-02-08, 00:56)latts9923 Wrote: @jasnMay be a dumb question, but do you have a visualization active? Try it with/without. RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-02-08 (2021-02-07, 22:56)latts9923 Wrote: @jasn From https://kodi.wiki/view/Advancedsettings.xml 2.7.3 songinfoduration This controls how long the song information will remain onscreen when the song changes during visualisations. The valid range is "1" to "Indefinite (0)", in seconds. This does not include the duration of any transition effects. Default: <songinfoduration>10</songinfoduration> So, by default, 10 sec. RE: Aeon MQ 8 Multi-Mod - Nickerw - 2021-02-08 (2021-02-08, 05:45)jasn Wrote:No, just the artist slideshow...(2021-02-08, 00:56)latts9923 Wrote: @jasnMay be a dumb question, but do you have a visualization active? Try it with/without. RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-02-08 @jasn I've tried with and without visualization...no difference. @RobinTW I added that to the top of my advancedsettings, but it doesn't respect it. My furniture remains on the screen. RE: Aeon MQ 8 Multi-Mod - Widgets - SirRickie - 2021-02-08 I'm new to this skin/mod, which I like already very much. A small question : I have added the video addon TMDBHelper in the main menu. One of the sections in this addon is Trakt/watchlist movies. I would like to have my watchlist as a widget. I don't know if this is possible. I guess I can't do this with the flexible widget list. Or is there anyother way ? Tnx. RE: Aeon MQ 8 Multi-Mod - jasn - 2021-02-08 (2021-02-08, 14:17)latts9923 Wrote: @jasn@latts9923 , if you want to send me your musicvisualization.xml file I can load it on my LibreElec device to see if it's the problem. Hetre's a copy f mine if you'd like: https://paste.kodi.tv/iqefetuwiv.kodi BTW, it includes several tweaks to Layout 3 if you might want to consider them (Or replace Layout 2 or 4, which are pretty dead) 1. Added Multilogo (screenshot intentionally captured mid change) 2. Simplified Artist/Track Info 3. Simplified Next Track area 4. Rearranged the Codec data (to proper order) 5. Disabled the 2CH symbol (not enough 5 CH material to need) ![]() RE: Aeon MQ 8 Multi-Mod - jasn - 2021-02-08 @latts9923 OK, a couple of Type A requested edits to the 3D views for music lists that will eliminate the annoying (to me) overlap of the reflected discart being in front of the actual disc: In ViewList3dm.xml, please change Line 1028 to read <top>-296</top> In ViewList3Dv2.xml, please change Line 2133 to read <top>-288</top> I suspect those same corrections can be made in MQ 7 also? RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-02-09 @SirRickie Go to SETTINGS > CUSTOMIZE MAIN MENU. Select an EMPTY listing on the left and replace it with VIDEO NODE > VIDEO ADD-ONS > THEMOVIEDB HELPER > TRAKT > MOVIES WATCHLIST. Rename it to "TRAKT WATCHLIST" (or whatever you like) and exit back to your Main Menu. Find the new Main Menu item you created and add that same item as a widget (it should be the last item on the far right). @jasn I tried the file you provided...still no difference. I will look at the changes you made to style3. Thanks! I checked both List 3D and List 3D v2...I don't see an overlap with the discart and reflection. What OS are you using? I may have to add some code per OS like I did to KodiFlix for the new Boxsets. RE: Aeon MQ 8 Multi-Mod - SirRickie - 2021-02-09 (2021-02-09, 03:16)latts9923 Wrote: @SirRickieAmazing. Tnx. Got it. RE: Aeon MQ 8 Multi-Mod - shum - 2021-02-09 Good day. Please tell us how to install this skin modification. What action will be followed? I installed it on top of the installed aeon mq 8, installing this modification is simple. the result is the same. Either black screen or black screen with blank menu item names Is there a setup file for the developer repository? OS libreelec on Raspberry pi 4 RE: Aeon MQ 8 Multi-Mod - Nickerw - 2021-02-09 (2021-02-09, 13:19)shum Wrote: Good day. Please tell us how to install this skin modification. What action will be followed?You need to copy the files into the Kodi folder; installation won't work. RE: Aeon MQ 8 Multi-Mod - shum - 2021-02-09 (2021-02-09, 13:55)Nickerw Wrote: You need to copy the files into the Kodi folder; installation won't work. Copy over the installed aeon mq 8 or just copy to the new folder aeon mq 8_mod? Can I copy the last update or the original mod first and then the last update on top of it? |