• 1
  • 385
  • 386
  • 387(current)
  • 388
  • 389
  • 468
Aeon Madnox for Krypton / Jarvis - (no longer in development)
(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
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
(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
Thanks for the info mikeSiLVO !
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
@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.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
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.
Image
Hi hernandito,

What are you selecting exactly when creating this custom widget strip?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
(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
MediaCenter: Fractal Design Node 605/ASUS Maximus VI Extreme/i3-4170/nVidia GT1030x3@Deepcool V4000 Mod (Passive)/DD Cine v.6.5/Arch Linux Multiseat/Leia x 3/HP Media IR remote/T3-M Remote/Sony PS3 BD remote/PulseEight USB-CEC(AnyNet+)/3 LCDTV over HDMI/SONY MDR-HW700DS ;)
(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!
Image
@hernandito,
I'm always looking for new icons. I'd love to see what you made, if you don't mind sharing. Thanks.
YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
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/h7smxvx9xt...ounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdj...Fanart.rar

Widget Icon Images:
http://www.mediafire.com/file/9pre84s07u...Images.rar
Image
(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 !
(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/h7smxvx9xt...ounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdj...Fanart.rar

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

Thank you. Much appreciated.
YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
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
(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/h7smxvx9xt...ounds2.rar

Weather Fanart:
http://www.mediafire.com/file/bnckxompdj...Fanart.rar

Widget Icon Images:
http://www.mediafire.com/file/9pre84s07u...Images.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.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
ShadowTek.... sucks getting old. Memory is not what it used to be. Blush
Image
  • 1
  • 385
  • 386
  • 387(current)
  • 388
  • 389
  • 468

Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39