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 - Dave.B - 2017-03-24 (2017-03-23, 18:32)latts9923 Wrote: @Dave.B @latts9923, Another cool feature as an idea for your next update is emiralles update allowing to activate and deactivate Manfeed's lyrics from context menu while still in music full screen. See here: http://forum.kodi.tv/showthread.php?tid=294318&pid=2554931#pid2554931 [/img] RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-03-24 Sweet! RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-24 Hi Latts Thanks for your continued work much appreciated I have the match center addon installed which shows football results and stuff but i'm having problem with font visibility. The non highlighted items are difficult to see. Shows fine in estuary skin. See pics below. I'm not sure if its the addon issue or font issue with mq7 skin. You can install the addon from kodi repo. Called match center. Thanks for any info MQ7 Estuary RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-03-25 @the_bo You're very welcome! It took me a little bit to figure this one out, but I finally got it. MQ 7 uses a different color code than Estuary for "grey". Edit your default.xml file found in skin.aeonmq7.krypton.mod\colors and change Code: <color name="grey">903b3b3b</color> to Code: <color name="grey">FFA0A0A0</color> and that should fix the problem. I'm not sure where else MQ 7 uses "grey" as a color name, but making that change didn't seem to affect any of the font from what I could see. RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-26 Awesome latts thanks very much i was messing with the font.xml file thinking that was problem never thought to look in colors folder. oh Just noticed the green numbers and text along side and top not visible? Thanks for looking into this RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-03-26 @the_bo You bet! To fix the green numbers and text, add the following... Code: <color name="selected">FF11E7B1</color> above or below grey in default.xml. RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-26 (2017-03-26, 02:07)latts9923 Wrote: @the_boCheers latts looks good now Sorry for more questions but I've having issue with background layout of OSMC control panel. If you havent OSMC installed on your raspberry pi no worries, i'll try to work it out. Would debug log gives any clues? Thanks again MQ7 Estuary RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-03-26 @the_bo Good deal! I've never used OSMC...I don't have a Raspberry Pi. The debug log might have something there to point you in the right direction. RE: Multi-Mod addition for the MQ 7 Krypton Mod - emiralles - 2017-03-26 This is because, osmc settings use a background "white.png" that exist in textures.xbt of mq7. Kodi\addons\skin.aeonmq7.krypton.mod\1080i\IncludesMenuWidgets.xml Line 3053: <bordertexture colordiffuse="$INFO[Skin.String(colortexture)]" border="-2">white.png</bordertexture> I'll changed in new versions. I use OSMC too RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-27 (2017-03-26, 23:59)emiralles Wrote: This is because, osmc settings use a background "white.png" that exist in textures.xbt of mq7. Thanks emiralles If you could let me know what need be changed when you get it working, i have modded my skin alot so wont be able to install your new version from scratch. cheers RE: Multi-Mod addition for the MQ 7 Krypton Mod - emiralles - 2017-03-27 Only change this line: Kodi\addons\skin.aeonmq7.krypton.mod\1080i\IncludesMenuWidgets.xml Line 3053: <bordertexture colordiffuse="$INFO[Skin.String(colortexture)]" border="-2">white.png</bordertexture> Line 3053: <bordertexture colordiffuse="$INFO[Skin.String(colortexture)]" border="-2">white2.png</bordertexture> and the new texture.xbt from here https://drive.google.com/file/d/0B7nL1Z3memJfRzdZTW8wNHp6cmc/view?usp=sharing For me it's ok with this. RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-27 (2017-03-27, 13:12)emiralles Wrote: Only change this line: Cheers emiralles that did the trick thanks Do you know whats the shortcut for mapping a key to go directly to skin settings? cheers RE: Multi-Mod addition for the MQ 7 Krypton Mod - emiralles - 2017-03-27 Do you need create keymap.xml in kodi/userdata/keymaps <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <keymap> <global> <keyboard> <F8>ActivateWindow(skinsettings)</F8> </keyboard> </global> </keymap> and f8 key open skin settings dialog RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-03-28 (2017-03-27, 17:45)emiralles Wrote: Do you need create keymap.xml in kodi/userdata/keymaps cheers RE: Multi-Mod addition for the MQ 7 Krypton Mod - david.zentner - 2017-03-29 Hi Guys, If someone could help please, that would be most appreciated I am trying to make kodi perform the following actions on menu0501.action. I am using Kodi 17.1 and Ares MQ7 skin - the idea behind this is to create a shortcut from the homescreen that goes directly to a tv group that lists all the kids live tv channels. This should be easier than having to go into the guide, then choose groups, then "Kids TV". I will also use similar actions for other TV groups I have made <action>ActivateWindow(TV Guide)</action> <action>SendClick(28)</action> <action>SendClick(Down)</action> <action>SendClick(Select)</action> I am lost on how to perform multiple actions on the one button, settings.xml only allows me to put in the one command. Really look forward to some assistance. Thank you! |