2017-08-12, 10:31
Hi
Absolute Kodi newbie here
I am trying to get ArtistSlideshow to display my personal pictures while playing music
I can get the slides showing but they are not "shrunk" to the correct aspect for the display.
Advice on the ArtistSlideshow forum is that I need to edit the MusicVisualization.xml width, height, aspect parameters
<control type="multiimage">
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<imagepath colordiffuse="88FFFFFF" background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<aspectratio>keep</aspectratio>
<timeperimage>10000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<visible>System.HasAddon(script.artistslideshow) + String.IsEqual(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady),true)</visible>
</control>
I have found the Music Visualisation.xml file but need help in what specific parameters I need to change as there is no <control type="multiimage">
section I can see
Many thanks
Sprogger
Absolute Kodi newbie here
I am trying to get ArtistSlideshow to display my personal pictures while playing music
I can get the slides showing but they are not "shrunk" to the correct aspect for the display.
Advice on the ArtistSlideshow forum is that I need to edit the MusicVisualization.xml width, height, aspect parameters
<control type="multiimage">
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<imagepath colordiffuse="88FFFFFF" background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<aspectratio>keep</aspectratio>
<timeperimage>10000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<visible>System.HasAddon(script.artistslideshow) + String.IsEqual(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady),true)</visible>
</control>
I have found the Music Visualisation.xml file but need help in what specific parameters I need to change as there is no <control type="multiimage">
section I can see
Many thanks
Sprogger