Mod Multi-Mod addition for the MQ 7 Krypton 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 Multi-Mod addition for the MQ 7 Krypton Mod (/showthread.php?tid=301497) 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
RE: Multi-Mod addition for the MQ 7 Krypton Mod - jinux - 2019-02-11 (2019-02-11, 15:45)latts9923 Wrote: @jinuxWell after changing it in aeon nox spin, it is still being displayed in aeon multi mod. So I'm happy, but it is a strange thing that you change it in another skin (nox spin) and it keeps being ok in the other skin (mq7 multi mod), for me at least it is strange, do not know about others. I see in the nox spin MusicVizualisation.xml that they have a condition to show the notice/warning: <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">SetProperty(Notify,True,home)</onload> <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">SetProperty(NotWarnedOnMuzicVizInfo,True,home)</onload> <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">ActivateWindow(1126)</onload> If it is shown to change a boolean: <onclick condition="!Skin.HasSetting(WarnedOnMusicVizInfo) + !String.IsEmpty(Window(Home).Property(NotWarnedOnMuzicVizInfo))">Skin.SetBool(WarnedOnMusicVizInfo)</onclick> and that in the settings.xml they remember the boolean: <setting id="WarnedOnMusicVizInfo" type="bool">false</setting> But how they get the knowledge that the music fullscreen furniture is only displayed for 10 secends, is a riddle to me still... RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-02-12 =11pt@the_bo I already had an OMDB key so I followed your advice and went to 'SYSTEM / SETTINGS / ADD-ONS / MANAGE DEPENDECIES' then went to the 'Metadata and Artwork module' configuration page and updated the OMDB API key. I then deleted the ‘simplecache.db’ rebooted Kodi and now it works! The last thing I need to get working now is the 'Critic Consensus' info on the dialogue page...any advice? Thanks a lot for your help! RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-02-12 @latts9923 Thanks for the work you put in to this excellent mod! I was wondering whether it would be a possibility to implement the UK BBFC rating icons in to the mod. Please see below: I have the ratings selected to UK and it accurately details the above BBFC ratings in the NFO files but the skin only shows the German rating icons. Please see below: I would be grateful if you could let me know how to get the UK BBFC icons to show. Thanks! RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2019-02-14 @mataus19 Unfortunately I believe the critics consensus has to be added manually to each movie as I don't think the scrapers can pick it up anymore. @latts9923 I also would like the UK mpaa logos added also if possible thanks Solved RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-02-14 @mataus19 @the_bo Since years of MQ7 Skin versions the UK Icons are included. Extract the textures.xbt of the Media.Icons.Coloured Addon and also the textures.xbt of skin itself. There you can found all in there. Look into the IncludesVariables.xml <variable name="value_mpaa"> <variable name="value_mpaa_fs"> <variable name="RatingFlagVar"> and <variable name="ColoredRatingFlagVar"> There you can look wich spelling is needed to get your mpaa logo visible RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2019-02-14 (2019-02-14, 17:17)chrissix Wrote: @mataus19 Yes thanks i just remembered i changed this in my last mod. I was looking for the icons in the skin textures but forgot it was part of the media icons addon. Cheers RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-02-14 (2019-02-14, 17:23)the_bo Wrote: I was looking for the icons in the skin textures but forgot it was part of the media icons addon. Yes I do not understand the whole thing 100% Especially with the normal icons and detailed icons there are differences. Some are related via Skin textures.xbt and other using the media icons textures.xbt RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-02-14 Thanks! Not quite sure I understand how to go about this? How do I extract the textures.xbt of the Media.Icons.Coloured Addon and athe textures.xbt of the skin? Is it via SSH (I use Win SCP) or using Kodi itself? Where would I find the IncludesVariables.xml? Do I edit the lines below? <variable name="value_mpaa"> <variable name="value_mpaa_fs"> <variable name="RatingFlagVar"> and <variable name="ColoredRatingFlagVar"> Thanks again! RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2019-02-14 @mataus19 Use this texture tool to decompile and recompile the textures.xbt file from the media.coloured icons folder. Copy the textures file to your pc then copy back when done. Once images are extracted from the textures.xbt file, change the images in the MPAA/coloured folder. Recompile into textures.xbt and replace in the mediaicons.coloured addons folder. I don't believe you need to change anything in the includesvariables.xml file should be named correctly. If it doesn't work let me know. RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-02-15 I've managed to decompile the textures.xbt file from the 'media.coloured icons' folder. I can now see a folder with all the MPAA coloured icons from various countries including UK BBFC. I don't understand what you mean by "Once images are extracted from the textures.xbt file, change the images in the MPAA/coloured folder"? I have used notepad++ to open the 'includesvariables.xml' and I can see all the following that @"chrissix" mentioned to look in: <variable name="value_mpaa"> <variable name="value_mpaa_fs"> <variable name="RatingFlagVar"> <variable name="ColoredRatingFlagVar"> However I don't know what I'm looking for or supposed to change before I recompile and copy back to media.coloured icons folder? For example I can see the following under <variable name="ColoredRatingFlagVar">: <value condition="String.Contains(ListItem.MPAA,UK:U)">flags/colored/mpaa/BBFC_U_Certificate_UK.png</value> <value condition="String.Contains(ListItem.MPAA,UKG)">flags/colored/mpaa/BBFC_PG_Certificate_UK.png</value> <value condition="String.Contains(ListItem.MPAA,UK:12A)">flags/colored/mpaa/BBFC_12A_Certificate_UK.png</value> <value condition="String.Contains(ListItem.MPAA,UK:12)">flags/colored/mpaa/BBFC_12_Certificate_UK.png</value> <value condition="String.Contains(ListItem.MPAA,UK:15)">flags/colored/mpaa/BBFC_15_Certificate_UK.png</value> <value condition="String.Contains(ListItem.MPAA,UK:18)">flags/colored/mpaa/BBFC_18_Certificate_UK.png</value> Do I need to edit the NFO file to what is detailed in includesvariables.xml? Thanks RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2019-02-15 I just finished recording the video to go along with the next update. I hope to have it available Friday evening or sometime on Saturday. RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2019-02-15 @mataus19 Once you have extracted the images. Check that the UK logos have correct images inside the MPAA/coloured folder. In your nfo file have you the correct rating tag for UK. Eg uk:15, uk:18
Can you take a screenshot of the inside of the mpaa/coloured folder after extraction. I'll see if there named correctly. RE: Multi-Mod addition for the MQ 7 Krypton Mod - jinux - 2019-02-15 @latts9923 Superb ! Thanks, waiting or the update, thank you :-) RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-02-15 @the_bo Cheers, I've managed to get it working! I looked in the 'IncludesVariables.xml' and you are correct... it states for example 'UK:18' then links it to the file name in the 'Media.Icons.Coloured' folder that I decompiled. So I've changed the settings on my media manager to change the NFO file to detail <mpaa>uk:18</mpaa> I then reloaded in Kodi and it now shows the correct icon. The only one I cannot get to show is 'UK:12A'. It only shows 12 in the dialogue screen. Any suggestions? Thanks a lot for the help! RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2019-02-16 UPDATE #67 - THE NEW PHONE BOOK'S HERE! THE NEW PHONE BOOK'S HERE! Additions
Bug fixes
Maintenance
Download 02-15-19 update |