Kodi Community Forum
Aeon Madnox for Krypton / Jarvis - (no longer in development) - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Madnox (https://forum.kodi.tv/forumdisplay.php?fid=314)
+----- Thread: Aeon Madnox for Krypton / Jarvis - (no longer in development) (/showthread.php?tid=230821)

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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468


RE: Aeon Madnox - Beta Release (for Isengard) - Picard007 - 2015-10-26

(2015-10-26, 11:28)schimi2k Wrote:
(2015-10-24, 18:55)Picard007 Wrote: ...


Thanks for the info,

i have named my files in this way: Sin City 2 - A Dame to Kill For (2014).3D.TAB.mkv

How must this file renamed to display the 3D Icon ?

in your case the name should be:

Sin City 2 - A Dame to Kill For (2014).bluray.3D.TAB.mkv

the .bluray is important Wink

Thank you !


RE: Aeon Madnox - Beta Release (for Isengard) - brazen1 - 2015-10-26

(2015-10-23, 03:10)brazen1 Wrote: Everything after Jarvis 10/15 is broken. Go back to 10/15 until it's addressed.... if it's addressed.
It's been brought up in another forum. We are waiting to see if it gets fixed.

Fixed as of 10/25.


RE: Aeon Madnox - Beta Release (for Isengard) - reksp13 - 2015-10-27

(2015-10-24, 17:57)f62b Wrote: Hi,

First, thank you for the great job you did here. I think the good old aeon nox 4 is the best so thank you for bringing it back.

I have a question : How to remove the "Press any key" dialog box when displaying full screen fanart in showcase mode ?

Image


You can remove these lines from the "Includes_Viewtypes.xml" They should be lines 265 to 303.

Code:
        <control type="group">
            <left>20</left>
            <top>-1020</top>
            <visible>Control.HasFocus(109)</visible>
            <include>Animation_WindowFade200</include>
            <animation type="Visible">
                <effect type="zoom" start="150" end="100" center="960,540" time="400" tween="cubic"/>
                <effect type="fade" end="100" time="240"/>
            </animation>
            <animation type="Hidden">
                <effect type="fade" start="100" end="0" time="240"/>
                <effect type="zoom" start="100" end="130" center="960,540" time="240" tween="cubic" easing="in"/>
            </animation>
            <control type="image">
                <width>130</width>
                <height>80</height>
                <texture>dialogs/dialog_back_shadow.png</texture>
                <include>PanelGlowFade</include>
                <visible>!Skin.HasSetting(DisableGlowbar)</visible>
                <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
            </control>
            <control type="image">
                <width>130</width>
                <height>80</height>
                <texture>dialogs/dialog_back.png</texture>
                <animation effect="fade" end="60" time="0" condition="true">Conditional</animation>
                <colordiffuse>$VAR[DialogColorVar]</colordiffuse>
            </control>
            <control type="label">
                <left>15</left>
                <width>100</width>
                <height>74</height>
                <align>center</align>
                <label>31888</label>
                <font>Font_Reg22</font>
                <textcolor>grey2</textcolor>
                <wrapmultiline>true</wrapmultiline>
            </control>
        </control>



RE: Aeon Madnox - Beta Release (for Isengard) - bobrap - 2015-10-27

(2015-10-26, 19:24)brazen1 Wrote:
(2015-10-23, 03:10)brazen1 Wrote: Everything after Jarvis 10/15 is broken. Go back to 10/15 until it's addressed.... if it's addressed.
It's been brought up in another forum. We are waiting to see if it gets fixed.

Fixed as of 10/25.

Thanks!


RE: Aeon Madnox - Beta Release (for Isengard) - gima56 http - 2015-10-28

I have a little problem with this skin: when I play some music, it displays the "album artist" and not the "artist" of the song. I searched but couldn't find where to change that.
Please, can you help me?


RE: Aeon Madnox - Beta Release (for Isengard) - jburgess - 2015-10-28

Thanks for this awesome skin! Quick question: Is it possible to remove the lines under the text when playing music?

Image
Image


RE: Aeon Madnox - Beta Release (for Isengard) - shaktoo - 2015-10-28

Some how I have messed the Music menu on home screen. How Can I bring back Music onto home screen .. just the main Music Menu


RE: Aeon Madnox - Beta Release (for Isengard) - meowmoo - 2015-10-29

(2015-10-28, 20:22)jburgess Wrote: Thanks for this awesome skin! Quick question: Is it possible to remove the lines under the text when playing music?

Image
Image

search for
Code:
views/list_divider.png
in MusicVisualisation.xml and home.xml


RE: Aeon Madnox - Beta Release (for Isengard) - jburgess - 2015-10-29

(2015-10-29, 03:50)meowmoo Wrote: search for
Code:
views/list_divider.png
in MusicVisualisation.xml and home.xml

Thanks meow! that cleared up the full screen view. Not sure why but the now playing on home screen still has the lines but I can live with that.


RE: Aeon Madnox - Beta Release (for Isengard) - Delta1360 - 2015-10-30

Hi everyone,

First, I want to thank the skinners for this GREAT skin. I have some questions if you are so kind.

Does anyone have experience running this skin in an Android box? My box has 2GB of memory and quadcore ARM processor. I ran Aeon MQ5 for a while and was ok.

At the moment I use Hybrid skin and have customized all the shortcuts in the home page menu and submenu bars (movies, music, tv series, youtube, etc) Is there a way to transfer that menu structure to the Madnox skin?

I noticed the main menu has two "sizes", is there a way to achieve the same with the submenu? Let me explain my dilemma, I am visually inpaired and that makes difficult for me to read. Honestly, in my case menues twice as big would be perfect (I concede those would be ugly disproportioned!!) It would be great if were possible having such an option as an "accessibility" feature, this is not a request but just a comment.

I really appreciate any help from anybody in this forum. Thank you for your time,

Delta


RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-10-30

Hi Delta,

PM me with some more info on updating Madnox for the visually impaired. We'll discuss things and I'll see if I can do anything to help you out.

For everyone else, I'm coming back to Madnox after what happened. I will hopefully be starting in around a week or so. I know there is lots to do and I'll try do what I can as always to improve Madnox and make it more stable and also ready for Jarvis (I hope I can )

Mike


RE: Aeon Madnox - Beta Release (for Isengard) - bsoriano - 2015-10-30

Great news Mike, thank you!

Regards,

Bart


RE: Aeon Madnox - Beta Release (for Isengard) - Slipass - 2015-10-30

Great Mike! It is the right way to distract yourself.


RE: Aeon Madnox - Beta Release (for Isengard) - brazen1 - 2015-10-31

Now that Jarvis supports animated.gif's, there is quite a tedious process to replace the jpg's.

It would be handy if there was some sort of toggle that would be 'Prefer .gif artwork' or 'Prefer .jpg/.png artwork' if both are present inside title folder.

Just a thought.


RE: Aeon Madnox - Beta Release (for Isengard) - reksp13 - 2015-10-31

(2015-10-30, 20:14)Mike_Doc Wrote: For everyone else, I'm coming back to Madnox after what happened. I will hopefully be starting in around a week or so. I know there is lots to do and I'll try do what I can as always to improve Madnox and make it more stable and also ready for Jarvis (I hope I can )

Mike

My prayers go out to you. Glad to see you'll be back.