Posts: 10
Joined: Oct 2019
Reputation:
0
Hey wanted to send you and jenga some pizza and bear.. Where's you Donate button.. I know you guys are busting your ass and this is what you love but It
s close to Xmas..
JC
Posts: 13
Joined: Nov 2014
Reputation:
0
Same here, was hoping to donate or something, keep the project going. This is easily the most beautiful skin and the main reason I have ever used Kodi. I don't know how or what I would do without it, honestly. Thank you so much for all the work you've done, it's so amazing. Just when you think there's enough features, there's even more hidden behind those....everything to satisfy your heart's desires..... it could not have been easy....so, just want to show my appreciation.
Posts: 232
Joined: Apr 2015
Reputation:
2
Yes, this is the only skin i use and i've tried alsmost all. MacGyver has helped me a lot with customizations in .xml and i cannot even get the idea that this will be abandoned or stopped working in other Kodi Releases. In fact, i do not update Kodi for this reason. I have 18.3 now and stay there
Looking forward on how can we help
Posts: 10
Joined: Oct 2019
Reputation:
0
2019-11-13, 03:34
Ok done al little playing around with your MusicVisualisation.xml file and I'm no coder by far but I can follow the flow.. So here's what I did to get artist slide show fallback settings to work for me Lines 12 thur 25 including my comment line..
<control type="image">
<include>MusicVis_Background</include>
<texture background="true" fallback="home_art/music.jpg">$INFO[Player.Art(fanart)]</texture>
<visible>Skin.HasSetting(VisBgFanart)</visible>
</control>
<!--Removed from end of line 15 above " | String.IsEmpty(Control.GetLabel(6950))" -->
<control type="multiimage" id="6950">
<include>MusicVis_Background</include>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<loop>yes</loop>
<imagepath background="False" fallback="home_art/music.jpg">$INFO[Window(Home).Property(SkinHelper.Player.Music.ExtraFanArt)]</imagepath>
<visible>Skin.HasSetting(VisBgExtraFanart) + Skin.HasSetting(SkinHelper.EnableExtraFanart) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Music.ExtraFanArt))</visible>
</control>
Boredom got the best of me..but it worked and don't have a clue to what the label set I got it to ignore might break.
JC..
Posts: 16
Joined: Aug 2015
Reputation:
0
Hi there,
first of all, thank you for this great piece of Skin! I don´t know if I found a little bug, but when I choose the Banner Template
the headline appears like this
<![CDATA[Lucifer]]> and not like expected only Lucifer
Same in the description Area. Can this be changed in the Banner template or is this a failure somewhere else?
Greetings Elluminatus
Posts: 19
Joined: May 2019
Reputation:
1
kvdex
Junior Member
Posts: 19
Hey, to clarify, you should delete everything in the first code box (or starting from line 6 of the original MusicVisualisation.xml file) not line 6 of the above code box.