![]() |
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 - RobinTW - 2021-03-30 (2021-03-29, 13:12)latts9923 Wrote: I just checked next tracks and the furniture shows for 10 seconds and fades out. Not on my RPi 3B+ ![]() RE: Aeon MQ 8 Multi-Mod - slahrellek - 2021-03-31 (2021-03-29, 13:12)latts9923 Wrote: @slahrellek@latts9923 Thank you Sir. I will investigate and inform you further if you like. Again thanks as first rough - verry rough - tests showed me that your hint is a way to a resolution for my problem. RE: Aeon MQ 8 Multi-Mod Delay in setting fanart - slahrellek - 2021-04-01 (2021-03-24, 20:15)slahrellek Wrote: .... For navigation through the movies i use Right List (ViewRightList.xml) and standard Fanart.... There is a little delay in setting up the fanart for movies. Going from movie to movie always shows the movie sections background for 1/10 sec. or so. That is verry annoying.... @latts9923 Thanks for your help. In IncludesParams.xml I added some fadetime (100) to the images in <include name="media_backgrounds"> and that did the trick. Seems that your skin is to strong for my "childish underpowerd" little NUC. Aeon MQ 8 Multi-Mod - fuorigioco1981 - 2021-04-01 I currently use the multimod for Leia aeonmq 8. I haven't updated to kodi 19 yet. can someone tell me the steps what to do if I want to go to kodi 19 but NOT TO LOSE AEONMQ skin AND multimod which I like very much! thanks RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-04-02 @RobinTW I will try this on my FireTV and see if it works. @slahrellek You're welcome. Send me a PM with what what you changed and I'll look at implementing it into the skin. @fuorigioco1981 If you update to Kodi 19 you will need to install Aeon MQ 8 for Matrix. RE: Aeon MQ 8 Multi-Mod - fuorigioco1981 - 2021-04-03 (2021-04-02, 12:45)latts9923 Wrote: @RobinTWand your beautiful multimod? can I copy paste the files like in kodi 18? RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-04-04 @fuorigioco1981 The Matrix skin includes the Multi-Mod. Everything I update in the Leia Multi-Mod also gets updated in the Matrix skin. RE: Aeon MQ 8 Multi-Mod - eric777 - 2021-04-06 hello for two days my discart no longer appears an idea why? RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-04-09 @latts9923 For Layout 3 of the music visualization, if an album name is too long, it overlaps with the artist name of the next track. Also, if an artist name is too long, it is truncated by the small album cover of the next track. Could you somehow fix them? Thanks a lot. RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-04-10 UPDATE #31
The newest version of my repo (v3.0.0) is now available. You should be able to update the existing repo with this version by changing the source URL of my repo, or download the zip and install it manually. ![]()
![]()
Download Multi-Mod update RE: Aeon MQ 8 Multi-Mod - eric777 - 2021-04-10 hello, still the same problem the discarts do not appear while first of all worked correctly RE: Aeon MQ 8 Multi-Mod - RobinTW - 2021-04-11 (2021-04-10, 14:38)latts9923 Wrote: I changed the code for extrafanart to help relieve a problem with Video Add-ons buffering after a video is played. Thanks to RobinTW for reporting the problem! Well, the latest update makes the Youtube problem come back again. You already had the solution but I don't know why you don't to use it. Again, I fixed it by replacing Lines 5712-5725 of IncludesParams.xml with the code you provided. <control type="multiimage"> <left>$PARAM[left]</left> <top>$PARAM[top]</top> <width>$PARAM[width]</width> <height>$PARAM[height]</height> <timeperimage>6000</timeperimage> <randomize>true</randomize> <fadetime>commonfadetime</fadetime> <include condition="Skin.HasSetting(keepaspect)">KeepAspect</include> <imagepath background="true">$INFO[Window(home).Property(SkinHelper.ListItem.Art.ExtraFanArt)]</imagepath> <animation effect="fade" end="100" time="200" delay="3000">Visible</animation> <include>animation_panscan</include> <visible>[Window.IsActive(videolibrary) + !Container.Content(addons)] | !String.IsEmpty(Window(home).Property(SkinHelper.ListItem.Art.ExtraFanArt)) + ![Container.Content(seasons) | Container.Content(episodes)] + [!Player.HasVideo | Player.HasVideo + !Skin.HasSetting(background_live)] + $PARAM[visible] + [Window.IsActive(videos) + [!Container.Content(Sets) | String.Contains(ListItem.Path,videodb://movies/sets)] + String.Contains(skin.string(videofanart),extra)] + $PARAM[visible]</visible> </control> RE: Aeon MQ 8 Multi-Mod - latts9923 - 2021-04-11 @eric777 I will have to take a look at the discart when I get back to my mod PC. What discart are you missing...Movies, Music, etc.? @RobinTW I'll take a look at Layout 3 when I can. I have the fix applied to line 5724. I will apply the fix to the Skin Helper controls as well. RE: Aeon MQ 8 Multi-Mod - eric777 - 2021-04-11 (2021-04-11, 13:37)latts9923 Wrote: @eric777Movies RE: Aeon MQ 8 Multi-Mod - eric777 - 2021-04-11 I am with the scrapper The Movie Database Python any charge except the discart that I am obliged to go manually in discart and selected one so that it appears, I tried with other scrapper (The Movie Database) same |