Kodi Community Forum
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)



RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-24

There's something else with marking items watched that doesn't work either...the In Progress Widget does not remove a movie from the list if you mark it watched from the widget itself. This was reported by rew88. I'm still looking at that problem...this one that JanM201 has reported may be tied to it as well.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Ruk12345 - 2017-05-25

@latts not sure if this is possible or worth the time/effort, but the current ran gif is awesome for real rain, but is it possible to add a less intense one or even the old static over lay if it's just drizzling or raining lightly? Not sure how the weather codes break down.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-05-25

(2017-05-25, 05:01)Ruk12345 Wrote: @latts not sure if this is possible or worth the time/effort, but the current ran gif is awesome for real rain, but is it possible to add a less intense one or even the old static over lay if it's just drizzling or raining lightly? Not sure how the weather codes break down.

Hi Ruk

You can make the rain gif more transparent by editing the end number in the fade animation.
Code:
<control type="image">
                    <left>0</left>
                    <top>0</top>
                    <height>1080</height>
                    <width>1920</width>
                    <texture>custom/animations/rain.gif</texture>
                    <animation effect="fade" end="35" condition="System.IdleTime(0)">Conditional</animation>
                </control>

The lower the number the more transparent. Experiment with different values.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-25

@Ruk12345

Good idea...I added a new group that will show the falling rain drops in the background if the code for drizzle or showers is triggered.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - elshagon - 2017-05-25

So is it just the rain.gif that's in the weather effects folder or is their supposed to be others there as well?


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-25

@elshagon

I have to omit the animated gifs from the Textures.xbt file...it won't compile if I try to include them. The rest of the images from the weather_effects folder are inside the Textures file.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Ruk12345 - 2017-05-26

(2017-05-23, 05:02)latts9923 Wrote: I made a new Alien rating star in honor of Sir Ridley Scott and the release of Alien: Covenant. It will be available in the next update.

(2017-05-24, 04:29)latts9923 Wrote: @Ruk12345

Good deal! I was just about to reply back that I couldn't find anything wrong in the code.

Haha...thanks! Yeah, I'm working on a fog animation right now, and I'm looking around for something to use when it's sunny.

(2017-05-25, 15:27)latts9923 Wrote: @Ruk12345

Good idea...I added a new group that will show the falling rain drops in the background if the code for drizzle or showers is triggered.

Can't wait!!!!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Ruk12345 - 2017-05-26

(2017-05-25, 14:30)the_bo Wrote:
(2017-05-25, 05:01)Ruk12345 Wrote: @latts not sure if this is possible or worth the time/effort, but the current ran gif is awesome for real rain, but is it possible to add a less intense one or even the old static over lay if it's just drizzling or raining lightly? Not sure how the weather codes break down.

Hi Ruk

You can make the rain gif more transparent by editing the end number in the fade animation.
Code:
<control type="image">
                    <left>0</left>
                    <top>0</top>
                    <height>1080</height>
                    <width>1920</width>
                    <texture>custom/animations/rain.gif</texture>
                    <animation effect="fade" end="35" condition="System.IdleTime(0)">Conditional</animation>
                </control>

The lower the number the more transparent. Experiment with different values.

Thanks!!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - elshagon - 2017-05-26

I see Manfeed is now updated videolyrics to Videolyrics PLUS. Will it be updated here as well? Thanks for this skin, it's been great!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-27

Doh! I'm just about to post an update and now this. Haha. You bet, I'll add support for the new Videolyrics PLUS.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-27

Update #27

Image - I added another option to Weather Effects. Now when the code for drizzle or showers is triggered, the falling rain drops and moving cloud appear.

Image - I created a new alien star. There is a new Textures.xbt file in this update.
Image


Download
05-26-17 update


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-05-27

I have Videolyrics PLUS working...looks pretty cool. I'll try to get another update out tomorrow.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - movie78 - 2017-05-27

(2017-05-27, 00:26)latts9923 Wrote: Update #27

Image - I added another option to Weather Effects. Now when the code for drizzle or showers is triggered, the falling rain drops and moving cloud appear.

Image - I created a new alien star. There is a new Textures.xbt file in this update.
Image


Download
05-26-17 update

Great Job!!!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Dave.B - 2017-05-27

(2017-05-27, 00:26)latts9923 Wrote: Update #27

Image - I added another option to Weather Effects. Now when the code for drizzle or showers is triggered, the falling rain drops and moving cloud appear.

Image - I created a new alien star. There is a new Textures.xbt file in this update.
Image


Download
05-26-17 update

Thanks Bro.
Can't wait for the weather to change so I can see the addition it in action.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Dave.B - 2017-05-27

(2017-05-27, 05:23)latts9923 Wrote: I have Videolyrics PLUS working...looks pretty cool. I'll try to get another update out tomorrow.

@latts9923 Looking forward for your update.

While you at it, Is it possible to add few things to the right list view in music ?
See in yellow below:

Image[/img]

Thank You.