RE: Multi-Mod addition for the MQ 7 Krypton Mod - Wanilton - 2017-04-11
@Papo1980205, don´t mix skin versions. Rain drop effects was added in my latest version 2.0.7.0 (thanks latts9923).
RE: Multi-Mod addition for the MQ 7 Krypton Mod - Papo1980205 - 2017-04-11
Thanks wanilton
RE: Multi-Mod addition for the MQ 7 Krypton Mod - Ruk12345 - 2017-04-11
(2017-04-11, 13:35)Wanilton Wrote: @Papo1980205, don´t mix skin versions. Rain drop effects was added in my latest version 2.0.7.0 (thanks latts9923).
What repo? This is all still so confusing.
For some reason you don't want to put the OFFICAL Aeon mq7 in the OFFICAL repo!
Still a version on a different Kodi forum in a different language and then the mod is hidden in the other skins section on the OFFICAL forum.
Seriously what's the thought process with all of this?
RE: Multi-Mod addition for the MQ 7 Krypton Mod - Papo1980205 - 2017-04-12
Mediabrasil repo
RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2017-04-14
Hi latts
Maybe sometime be good if there is option to select between the MQ6 and MQ7 home menu bar like angelinas has added to his MQ6 mod here
2471674 (post)
If its too much work then no worries.
Thanks again Hopefully you get some rest inbetween these great updates ha
Much deserved
RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-04-15
@the_bo
I can take a look at it. I'm still trying to figure out why the lyrics stop working after changing layouts.
Haha...yeah, been busy with yard work the past few days. Always something to work on...
RE: Multi-Mod addition for the MQ 7 Krypton Mod - JanM201 - 2017-04-15
Hi @latts9923,
Just a quick question. I downloaded new album art for one of my artists, see picture below:
Now in Kodi I cleared the library, updated the library, but the album art won't change (still showing the old one), see below:
I even went to info & reloaded but nothing.
Now is this skin related or am I doing something wrong?
Thanks
RE: Multi-Mod addition for the MQ 7 Krypton Mod - RonnieG3 - 2017-04-15
It could just be that the old image is "stuck" in the cache. Have a look at Millhouse's fantastic Texture Cache Maintenance Tool. It can do SO much!! I don't fully understand everything it can do, but the instructions on basic use are pretty clear. It might help.
RE: Multi-Mod addition for the MQ 7 Krypton Mod - JanM201 - 2017-04-15
Thanks RonnieG3. I'll check it out
RE: Multi-Mod addition for the MQ 7 Krypton Mod - rew88 - 2017-04-15
hi I was wondering when playing music in layout 5 no furniture it is possible to move the artist logo to the bottom right of the screen
instead of the center right
thanks
RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-04-15
(2017-04-15, 05:39)rew88 Wrote: hi I was wondering when playing music in layout 5 no furniture it is possible to move the artist logo to the bottom right of the screen
instead of the center right
thanks
This seems to work...see what you think.
Open MusicVisualisation.xml and search for style5 (should be line 1,158). Under that find the following code...
Code: <control type="image">
<left>1400</left>
<top>-650</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<!-- <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>-->
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + !Skin.HasSetting(Original_slide_JohnyBee)" loop="true">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="circle" easing="out" delay="20500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
<effect type="slide" start="0,0" end="0,-300" time="1900" tween="circle" easing="in" delay="50300"/>
<!-- delay - czas do ukrycia panela (musi byc powiększony o czas zjazdu i zwłoki) end="0,-430" -->
</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + Skin.HasSetting(Original_slide_JohnyBee)">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="cubic" easing="out" delay="10500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
</animation>
</control>
and replace it with...
Code: <control type="image">
<left>1400</left>
<top>-650</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<!-- <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>-->
<!--* MULTI MOD *-->
<visible>!Skin.HasSetting(novisfurniture)</visible>
<!--* MULTI MOD *-->
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + !Skin.HasSetting(Original_slide_JohnyBee)" loop="true">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="circle" easing="out" delay="20500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
<effect type="slide" start="0,0" end="0,-300" time="1900" tween="circle" easing="in" delay="50300"/>
<!-- delay - czas do ukrycia panela (musi byc powiększony o czas zjazdu i zwłoki) end="0,-430" -->
</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + Skin.HasSetting(Original_slide_JohnyBee)">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="cubic" easing="out" delay="10500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
</animation>
</control>
<!--* MULTI MOD *-->
<control type="image">
<left>1400</left>
<top>-350</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<visible>Skin.HasSetting(novisfurniture)</visible>
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
</control>
<!--* MULTI MOD *-->
It does look cleaner than it did in the center right. I think I'll add it to the next Multi-Mod update. Thanks for the idea!
RE: Multi-Mod addition for the MQ 7 Krypton Mod - Elicko - 2017-04-15
Hey,
I added smart playlist to the home screen to show me my movies by folder.
I enabled the wigite on the home screen and I wanted to see the movies I added recently from the widget and instead the arrangement is done by name. How do I change the display option of the widget to show me the recently added movie?
Thank you
RE: Multi-Mod addition for the MQ 7 Krypton Mod - rew88 - 2017-04-16
(2017-04-15, 20:22)latts9923 Wrote: (2017-04-15, 05:39)rew88 Wrote: hi I was wondering when playing music in layout 5 no furniture it is possible to move the artist logo to the bottom right of the screen
instead of the center right
thanks
This seems to work...see what you think.
Open MusicVisualisation.xml and search for style5 (should be line 1,158). Under that find the following code...
Code: <control type="image">
<left>1400</left>
<top>-650</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<!-- <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>-->
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + !Skin.HasSetting(Original_slide_JohnyBee)" loop="true">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="circle" easing="out" delay="20500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
<effect type="slide" start="0,0" end="0,-300" time="1900" tween="circle" easing="in" delay="50300"/>
<!-- delay - czas do ukrycia panela (musi byc powiększony o czas zjazdu i zwłoki) end="0,-430" -->
</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + Skin.HasSetting(Original_slide_JohnyBee)">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="cubic" easing="out" delay="10500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
</animation>
</control>
and replace it with...
Code: <control type="image">
<left>1400</left>
<top>-650</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<!-- <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>-->
<!--* MULTI MOD *-->
<visible>!Skin.HasSetting(novisfurniture)</visible>
<!--* MULTI MOD *-->
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + !Skin.HasSetting(Original_slide_JohnyBee)" loop="true">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="circle" easing="out" delay="20500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
<effect type="slide" start="0,0" end="0,-300" time="1900" tween="circle" easing="in" delay="50300"/>
<!-- delay - czas do ukrycia panela (musi byc powiększony o czas zjazdu i zwłoki) end="0,-430" -->
</animation>
<animation type="Conditional" condition="Skin.HasSetting(Similar_Artist_JohnyBee) + Skin.HasSetting(Original_slide_JohnyBee)">
<effect type="slide" start="0,0" end="0,300" time="1900" tween="cubic" easing="out" delay="10500"/>
<!-- delay - czas do pokazania panela (musi byc powiększony o czas ukrycia i zwłoki) end="0,430" -->
</animation>
</control>
<!--* MULTI MOD *-->
<control type="image">
<left>1400</left>
<top>-350</top>
<width>430</width>
<height>200</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
<visible>Skin.HasSetting(novisfurniture)</visible>
<fadetime>300</fadetime>
<aspectratio align="center">keep</aspectratio>
<animation effect="fade" end="100" condition="true">Conditional</animation>
</control>
<!--* MULTI MOD *-->
It does look cleaner than it did in the center right. I think I'll add it to the next Multi-Mod update. Thanks for the idea! I tried to do this but it didnt work for me any chance you could upload the file for me to try
cheers rew
RE: Multi-Mod addition for the MQ 7 Krypton Mod - rew88 - 2017-04-16
nevermind last post I got it going ok it looks great good job
thanks latts
RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-04-16
@rew88
Good deal...you bet!
|