Release Artist Slideshow addon (with skin and addon integration)
(2015-10-07, 10:12)dadebue Wrote: Hi, artist slideshow is working pretty fine, but there's one thing I'm missing. There is no option to change the duration each image is shown right? Wouldn't that be a welcome addition, it seems a little fast to me?

The speed at which images are displayed are dependent on the skin. That said, AS is designed with a 10 second image duration, so I think that's what most skins do. If you do something different, you'll notice that the images seem to change at random times when you are downloading images for an artist. Other than that there wouldn't be any issue. If you want to change the timing, you'd need to go to the folder for the skin and find the MusicVisualization.xml file and look for code that looks something like this:
Code:
<control type="multiimage">
    <posx>0</posx>
    <posy>0</posy>
    <width>1280</width>
    <height>720</height>
    <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
    <aspectratio>keep</aspectratio>
    <timeperimage>10000</timeperimage>
    <fadetime>2000</fadetime>
    <randomize>true</randomize>
    <visible>System.HasAddon(script.artistslideshow) + !Skin.HasSetting(HideArtistSlideshow)</visible>
</control>

Change timeperimage as desired (it's in miliseconds, so 10000 equals 10 seconds).
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
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2015-10-08, 00:00
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
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