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 for Jarvis - [RC2 Revision 0.9.1] 30/05 - ShadowTek - 2016-10-21

(2016-10-20, 23:37)hernandito Wrote: Angelinas.... many many thanks. It worked perfectly. I would neeeeeever have figured that out.

For others interested, in templates.xml, I changed lines:
9522, 9543, 9564, 9584, 9611, 9632, 9653 and 9673 to read:

<property name="imagepath"></property>

I am so grateful for your help.

Thanks,

H.

Thanks, I like this better as well Smile


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - mikeSiLVO - 2016-10-22

(2016-10-21, 23:54)ShadowTek Wrote:
(2016-10-20, 23:37)hernandito Wrote: Angelinas.... many many thanks. It worked perfectly. I would neeeeeever have figured that out.

For others interested, in templates.xml, I changed lines:
9522, 9543, 9564, 9584, 9611, 9632, 9653 and 9673 to read:

<property name="imagepath"></property>

I am so grateful for your help.

Thanks,

H.

Thanks, I like this better as well Smile
Since every update you will need to do this you can alter the include instead. The template file has lots of lines to go through and if you prefer to keep the Weather fanart working you can choose to do so.

You can delete the whole include from Includes_Backgrounds.xml (lines 3-37) if you don't mind the log error of a missing include (shouldn't cause any issues but would annoy me Wink) or empty the path [recommend using <imagepath />] for the Widgets (the first multi-image), single weather (second), or multi weather (third).
Code:
    <include name="WidgetBackgroundFanart">
        <control type="multiimage">
            <aspectratio align="center" aligny="top">scale</aspectratio>
            <imagepath background="true">$PARAM[imagePath]</imagepath>
            <fadetime>600</fadetime>
            <animation effect="fade" time="480">Visible</animation>
            <animation effect="fade" time="480">Hidden</animation>
            <animation effect="zoom" start="110" end="130" center="auto" time="12000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
            <animation effect="slide" start="-15,-15" end="15,15" time="6000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
            <visible>$PARAM[Visible] + !$PARAM[isWeather]</visible>
        </control>
        <control type="group">
            <visible>$PARAM[Visible] + $PARAM[isWeather]</visible>
            <control type="multiimage">
                <aspectratio align="center" aligny="top">scale</aspectratio>
                <imagepath background="true">$PARAM[imagePath]</imagepath>
                <fadetime>600</fadetime>
                <animation effect="fade" time="480">Visible</animation>
                <animation effect="fade" time="480">Hidden</animation>
                <animation effect="zoom" start="110" end="130" center="auto" time="12000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
                <animation effect="slide" start="-15,-15" end="15,15" time="6000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
                <visible>!Skin.HasSetting(WeatherFanartDir.multi)</visible>
            </control>
            <control type="multiimage">
                <aspectratio align="center" aligny="top">scale</aspectratio>
                <imagepath background="true">$PARAM[imagePathMulti]</imagepath>
                <fadetime>600</fadetime>
                <animation effect="fade" time="480">Visible</animation>
                <animation effect="fade" time="480">Hidden</animation>
                <animation effect="zoom" start="110" end="130" center="auto" time="12000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
                <animation effect="slide" start="-15,-15" end="15,15" time="6000" pulse="true" delay="480" condition="Skin.HasSetting(animatedbghome)">Conditional</animation>
                <visible>Skin.HasSetting(WeatherFanartDir.multi)</visible>
            </control>
        </control>
    </include>

Also quite easy for Mike to add a setting to disable it if he chooses to do so Wink


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - ShadowTek - 2016-10-24

Thanks for the info mikeSiLVO !


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - Mike_Doc - 2016-10-24

@sarlan19,

for 2nd bug please check you have latest version of addon skin.info-service. Shelf3D still uses that to obtain movieset info. I cannot reproduce the issue on mine.[/code]

@hernandito, please check latest on GIT, you'll find 'Disable Widget Fanart' in the widgets section of 'General Main Menu settigs'

@liamdavy3, please check latest on GIT, update to rolling disc when front, let me know if ok.


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - hernandito - 2016-10-24

Another request please.

In the old Shednox, one was able to configure a customized Widget strip. This is also doable in Madnox. What is NOT doable, is selecting the image for the widget icon.

I created in the past my custom icons to create a nice clean uniform interface... I have tried to manually replace the icon file on some addons, but they do not always work. You can see in screencap below which ones work, and which ones do not:

Image

It would be great to be able to pick you own icons. I am also happy to share my custom icons and create new ones as well for those interested.

Thanks,

H.


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - Mike_Doc - 2016-10-24

Hi hernandito,

What are you selecting exactly when creating this custom widget strip?


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - BytEvil - 2016-10-24

(2016-10-21, 20:51)Slipass Wrote: Is it possible to scale the TV Logo - for a recording tv show

Image

Yes, this is possible! Smile


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - hernandito - 2016-10-24

(2016-10-24, 18:53)hernandito Wrote: Another request please.

In the old Shednox, one was able to configure a customized Widget strip. This is also doable in Madnox. What is NOT doable, is selecting the image for the widget icon.

I created in the past my custom icons to create a nice clean uniform interface... I have tried to manually replace the icon file on some addons, but they do not always work. You can see in screencap below which ones work, and which ones do not:

Image

It would be great to be able to pick you own icons. I am also happy to share my custom icons and create new ones as well for those interested.

Thanks,

H.

I go to the Skin Settings > Customizers > Setup the Aeon Madnox Main Menu >

In the menu where I want the Widgets, I select that, and here is the screencap of that:
Image


The I configure like this:
Image

Changing the Background image here does NOT select the widget icon.

To get the ones that do work, I went into each of the plugin folders and replaced the icon.png file with my version.

I am a big visual person and I agonize over this stuff.

Thanks!


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - bobrap - 2016-10-24

@hernandito,
I'm always looking for new icons. I'd love to see what you made, if you don't mind sharing. Thanks.


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - hernandito - 2016-10-24

Hi Bob.... right now, I created icons for Kodi addons I use. I also created a set of backdrop images that you can see in my previous posts... These were at one point released by another forum member with my blessing. He added additional backdrops. I also did weather fanart that went with my backdrops.

Here is a link to backdrops... but you may also want to search the old shednox forum as the other guy made a few more.
http://www.mediafire.com/file/h7smxvx9xt73d6l/Hernando_Medium_Backgrounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdjxjc18/Weather_Fanart.rar

Widget Icon Images:
http://www.mediafire.com/file/9pre84s07ui4f2a/WidgetIconImages.rar


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - sarlan19 - 2016-10-25

(2016-10-24, 18:46)Mike_Doc Wrote: @sarlan19,

for 2nd bug please check you have latest version of addon skin.info-service. Shelf3D still uses that to obtain movieset info. I cannot reproduce the issue on mine.[/code]

thanks Mike, that did it. I was sure I updated it but probably got it mixed up in my head with skin.helper. All good now !


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - bobrap - 2016-10-25

(2016-10-24, 22:57)hernandito Wrote: Hi Bob.... right now, I created icons for Kodi addons I use. I also created a set of backdrop images that you can see in my previous posts... These were at one point released by another forum member with my blessing. He added additional backdrops. I also did weather fanart that went with my backdrops.

Here is a link to backdrops... but you may also want to search the old shednox forum as the other guy made a few more.
http://www.mediafire.com/file/h7smxvx9xt73d6l/Hernando_Medium_Backgrounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdjxjc18/Weather_Fanart.rar

Widget Icon Images:
http://www.mediafire.com/file/9pre84s07ui4f2a/WidgetIconImages.rar

Thank you. Much appreciated.


Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - sarlan19 - 2016-10-25

Is there a way to have the duration displayed like 1h30 instead of 90min. I have the duration script but it doesn't seem to work.


Envoyé de mon iPhone en utilisant Tapatalk


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - ShadowTek - 2016-10-25

(2016-10-24, 22:57)hernandito Wrote: Hi Bob.... right now, I created icons for Kodi addons I use. I also created a set of backdrop images that you can see in my previous posts... These were at one point released by another forum member with my blessing. He added additional backdrops. I also did weather fanart that went with my backdrops.

Here is a link to backdrops... but you may also want to search the old shednox forum as the other guy made a few more.
http://www.mediafire.com/file/h7smxvx9xt73d6l/Hernando_Medium_Backgrounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdjxjc18/Weather_Fanart.rar

Widget Icon Images:
http://www.mediafire.com/file/9pre84s07ui4f2a/WidgetIconImages.rar

That would be me Smile
You can find them here:
http://forum.kodi.tv/showthread.php?tid=251851

I redid the TVshow backdrops so the top widgets don't block the chr art, I'll upload them if anyone is interested.


RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - hernandito - 2016-10-25

ShadowTek.... sucks getting old. Memory is not what it used to be. Blush