Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
(2019-02-17, 14:58)cw-kid Wrote:
(2019-02-17, 14:30)Angelinas Wrote: Guilouz use this variable for multi image in music visualisation, as you see need to have "script.artwork.helper" or you can change this line Smile
https://github.com/Guilouz/repository.gu....xml#L3244
Code:
<value condition="Skin.HasSetting(enable_artistslideshow) + !String.IsEmpty(Player.Art(artist.fanart)) + ![Pvr.IsPlayingRadio | Player.IsInternetStream]">plugin://script.artwork.helper/multiimage/?image=$INFO[Player.Art(artist.fanart)]&amp;&amp;image=$INFO[Player.Art(artist.fanart1)]&amp;&amp;image=$INFO[Player.Art(artist.fanart2)]&amp;&amp;image=$INFO[Player.Art(artist.fanart3)]&amp;&amp;image=$INFO[Player.Art(artist.fanart4)]&amp;&amp;image=$INFO[Player.Art(artist.fanart5)]&amp;&amp;image=$INFO[Player.Art(artist.fanart6)]&amp;&amp;image=$INFO[Player.Art(artist.fanart7)]&amp;&amp;image=$INFO[Player.Art(artist.fanart8)]&amp;&amp;image=$INFO[Player.Art(artist.fanart9)]&amp;&amp;image=$INFO[Player.Art(artist.fanart10)]&amp;&amp;image=$INFO[Player.Art(artist.fanart11)]&amp;&amp;image=$INFO[Player.Art(artist.fanart12)]&amp;&amp;image=$INFO[Player.Art(artist.fanart13)]&amp;&amp;image=$INFO[Player.Art(artist.fanart14)]&amp;&amp;image=$INFO[Player.Art(artist.fanart15)]&amp;&amp;image=$INFO[Player.Art(artist.fanart16)]&amp;&amp;image=$INFO[Player.Art(artist.fanart17)]&amp;&amp;image=$INFO[Player.Art(artist.fanart18)]&amp;&amp;image=$INFO[Player.Art(artist.fanart19)]&amp;&amp;image=$INFO[Player.Art(artist.fanart20)]</value>
@cw-kid
You can change in old values from SHS (if you use this script)
Code:
<value condition="Skin.HasSetting(enable_artistslideshow) + !String.IsEmpty(Player.Art(artist.fanart)) + ![Pvr.IsPlayingRadio | Player.IsInternetStream]">$INFO[Window(Home).Property(SkinHelper.Player.Art.ExtraFanArt)]</value>
Hello @Angelinas

Thank you for your reply. 

I do have script.artwork.helper installed version 0.9.0

So I need to edit a file and change some code ? 

I've downloaded the variables.xml file from the Kodi PC to my laptop and editing in NotePad++

On line 3244 I can see the code you first posted. 

So what do I have to do ? 

If I replace all of that code with the second bit of code you posted and reboot, the skin is then messed up the colour has gone grey and none of the home screen widgets are loading any images.

If I restore the original variables.xml file it goes back to normal. 
it will just take one missing pat of a tag say you <include content="WidgetListSquare"> and you had <include content="WidgetListSquare" it would save in notepad but give black screen in kodi
if you do not have the plug in for motepad ++
This plugin is a small set of useful tools for editing XML with Notepad++. The plugin is libXML2-based. The plugin features are:
- XML syntax Check
- XML Schema (XSD) + DTD Validation
- XML tag autoclose
- Pretty print
- Linarize XML
- Current XML Path
- Conversion XML &lt;-&gt; Text
- Comment / Uncomment
- XPath expression evaluation
Author: Nicolas Crittin
Source: https://sourceforge.net/projects/npp-plu...p/download
Homepage: https://github.com/morbac/xmltools
Latest update: Release 2.4.9.2
- Fix pretty print function infinite loop when data ends unexpected


Messages In This Thread
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 13:57
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 14:46
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-13, 17:58
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 02:11
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 06:31
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 16:15
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 22:13
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-15, 17:53
EPG - by Repoman - 2017-04-29, 20:28
Quit and Search - by terpsarlington - 2017-11-18, 03:35
RE: Quit and Search - by Guilouz - 2017-11-18, 03:41
RE: Quit and Search - by terpsarlington - 2017-11-18, 06:38
Genres Widget - by terpsarlington - 2017-11-19, 05:22
RE: Genres Widget - by Guilouz - 2017-11-19, 15:23
RE: Genres Widget - by terpsarlington - 2017-11-20, 00:21
Where are the API keys stored? - by mozomo - 2017-11-19, 17:36
Ratings - by terpsarlington - 2017-11-28, 00:08
RE: Ratings - by junias - 2017-11-28, 00:14
RE: Ratings - by Guilouz - 2017-11-28, 01:31
RE: Ratings - by terpsarlington - 2017-11-28, 03:25
RE: Ratings - by Guilouz - 2017-11-28, 04:24
Question on Whitelist option - by kaybird - 2018-06-15, 20:33
RE: Question on Whitelist option - by Guilouz - 2018-06-16, 02:08
Random titles? - by kaybird - 2018-06-28, 01:54
RE: Random titles? - by Guilouz - 2018-07-15, 10:48
Skin Helper Service error - by Picard - 2018-06-28, 04:51
RE: Skin Helper Service error - by redglory - 2018-06-28, 15:20
RE: Skin Helper Service error - by Guilouz - 2018-07-15, 10:49
RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - by the_other_guy - 2019-02-18, 02:25
Add main menu item? - by revhead - 2021-04-28, 12:33
RE: Add main menu item? - by Mahava - 2021-04-29, 01:17
Kodi 18 script.shortcuts issue - by Shayno - 2018-09-19, 01:31
empty Homescreen - by menou - 2021-07-22, 15:19
RE: empty Homescreen - by _BJ1 - 2021-07-25, 21:23
Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17