![]() |
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 - latts9923 - 2019-08-12 @Jumpy73 Ah...OK, I'm following you now. Close Kodi and open userdata/addon_data/skin.aeonmq8/settings.xml and find... Change true to false...now when you enable one the other will turn off. I do see the variable that will allow you to display either the Title or Original Title. I'm going to rework the Show Original Title button. RE: Aeon MQ 8 Multi-Mod - Amjak - 2019-08-13 (2019-08-11, 17:23)chrissix Wrote:(2019-08-11, 01:39)latts9923 Wrote: @chrissix@latts9923 This would be awesome RE: Aeon MQ 8 Multi-Mod - latts9923 - 2019-08-13 @"chrissix" I can look at adding a multiple toggle option as well as adding the new characterart code. RE: Aeon MQ 8 Multi-Mod - billmartian - 2019-08-14 @"chrissix" @latts9923 Can i try to add the new characterart on my own ? Which .xml do i have to add it, i presume viewrightlist.xml or viewkodiflix.xml, the two that i am using atm. Or will this be a more advandced implementation ? The characterart how itss working today, i have feeling its not working properly. for example : Assuming that all my naming files are correct in the moviefolder, when i replace the charcterart with another one, it keep showing me the first one. Maybe i 'm doing something wrong but cant seem to wrap my head arround it.... Cheers, Peter RE: Aeon MQ 8 Multi-Mod - Jumpy73 - 2019-08-14 (2019-08-12, 18:16)latts9923 Wrote: @Jumpy73 Tks for the tip... now it works as I like (Original Title Off and the other one On). Anyway I hope these buttons will can be managed separately in next update (they meet two conceptually different needs) I don't know if it is the same for others, but: - in the main widget view, the Watched Flag now changes according to the choice done in the Settings menu (tks for closing this open point) but is not displayed in the right position (please look at the screenshot below for having an idea where it should be) https://www.dropbox.com/s/cgedy86q6wbkzz0/screenshot012.png?dl=0 - in the right list view, if I stop the movie at a certain time before its end, no "remaining/elapsed time %" icon is diplayed, regardless the movie has the Watched Flag set On or Off Always thanks for your work and... good mid-August to everyone ![]() RE: Aeon MQ 8 Multi-Mod - latioboy - 2019-08-20 Can someone please tell me how I can deactivate these clouds ![]() RE: Aeon MQ 8 Multi-Mod - defleppard - 2019-08-21 Hi Latts, are you pplanning some change on musics views or in music area? RE: Aeon MQ 8 Multi-Mod - latts9923 - 2019-08-21 @billmartian If you download the Multi-Mod you can see at the bottom of the file ViewRightList.xml how the characterart code has been added. I'm not sure of any way to change existing characterart that has been loaded besides removing all the subfolders from your Thumbnail folder. @Jumpy73 The functionality has been returned to "SHOW ORIGINAL TITLE" and I reworked the option to display the title as text or logo on top. I moved the watched flag up in the Widget view. All of this will be available in the next update. I'm not sure why you're not seeing the percent played info. If you are using the latest version of the Multi-Mod it should display. @latioboy You can disable the weather effects in Skin Settings>Visual Effects. @defleppard Yes, I plan on focusing on the music viz for the next update. RE: Aeon MQ 8 Multi-Mod - billmartian - 2019-08-23 (2019-08-21, 01:19)latts9923 Wrote: @billmartianWere can i find this tumbnail folder ? Besides this, how can i know wat name is used for the correct media flag ? for example for the SDR media flag, what name should i use in my filename ? (i tried "SDR", "sdr", none of them work, i only get three dots "...") Peter. RE: Aeon MQ 8 Multi-Mod - aceuk - 2019-08-23 latts9923 - I just watched your You Tube video 'The Library Editor Script fixes media flag problems in your KODI Library'. In it I notice that you had coloured media flags except for the channels eg. 2.0 . Do you know why this is as I have the same problem even thought I have coloured pics in the texture file. Another thing I have -eng next to the channel flag which I think is for language. I notice you don't have this how did you remove it as I would like to do this. Thank you RE: Aeon MQ 8 Multi-Mod - aceuk - 2019-08-23 I have just found DialogFullScreenInfo.xml which has the layout for the media flags (unless Im reading it wrong). I can 't see anything about language flag:- <!-- Codec de video --> <include content="mediaflags_common"> <param name="flag_id" value="402" /> <param name="flag" value="$VAR[videocodec_fs]" /> <param name="separator" value="true" /> </include> <!-- Resolucao --> <include content="mediaflags_common"> <param name="flag_id" value="403" /> <param name="flag" value="$VAR[resolution_path]$INFO[Videoplayer.VideoResolution,,.png]" /> <param name="separator" value="true" /> </include> <!-- Aspecto --> <include content="mediaflags_common"> <param name="flag_id" value="404" /> <param name="flag" value="$VAR[aspectratio_path]$INFO[Videoplayer.VideoAspect,,.png]" /> <param name="separator" value="true" /> </include> <!-- Codec de audio --> <include content="mediaflags_common"> <param name="flag_id" value="405" /> <param name="flag" value="$VAR[audiocodec_fs]" /> <param name="separator" value="true" /> </include> <!-- Canais --> <include content="mediaflags_common"> <param name="flag_id" value="406" /> <param name="flag" value="$VAR[audiochannels_path]$INFO[Videoplayer.AudioChannels,,.png]" /> <param name="separator" value=false" /> </include> </control> Am I looking in the wrong place to edit RE: Aeon MQ 8 Multi-Mod - bluebug - 2019-08-24 hi i am trying to use this skin with leia i saw a video on youtube on how to create my menu and submenu so i have followed the video so what i am doing is to go to my menu 1 rename my menu 1 put what i want in submenu then i go to my menu 2 rename to something different but what happens is the submenu from my menu 1 goes under my menu 2 as well i cannot see what i am doing wrong unless after making up menu and submemu you copy property to storage before you make another menu up ? thanks for your advice RE: Aeon MQ 8 Multi-Mod - latts9923 - 2019-08-25 @aceuk You can switch between text/logo with the "AUDIO AND SUBTITLE FLAGS" setting in the Top Menu. @bluebug I just created a new My Menu 1 with a submenu, renamed the menu item, created a My Menu 2 with a different submenu and renamed that one as well. Both menu items are still working fine. RE: Aeon MQ 8 Multi-Mod - aceuk - 2019-08-25 (2019-08-25, 14:48)latts9923 Wrote: @aceukdo you have to install the mod as I can't see this in my option that drop down. RE: Aeon MQ 8 Multi-Mod - aceuk - 2019-08-25 Hi Just seen a pic showing what you said so I need to install the Mod, I have tried installing from zip the mod and version 2 and both failed. Do you know what am I doing wrong, |