Release Artist Slideshow addon (with skin and addon integration)
(2017-05-18, 11:03)henrikyo Wrote: I am wondering how i can change the seconds it takes to change the picture. I want it longer (im using eminence), i tried seing in the userdata folder but couldnt find any way to change it. Thank you.

That's a skin decision. Last time I looked, there is no way for the skin to have that as a user setting, although with Kodi 17 there might be a way to do it now. So it has to be hard coded. In the skin xml folder look for a file called MusicVisualization.xml. In that file look for a block something like this:

Code:
        <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>
        </control>

and change the timperimage option (which is in milliseconds). One note: AS assumes a 10 second slide time to progressively show images as their downloaded. If you use something other than 10 seconds, a slideshow of an artist may seem random while images are downloading.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2017-05-20, 16:53
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5