Release Artist Slideshow addon (with skin and addon integration)
Hey,

Sometimes the ArtistSlideshow plugin takes a longer time to fetch fanarts and I also have a lot of local area artist here, which aren't in the web databases but they have a local fanart.
Is there any trigger that I can use to display the local fanart when the plugin hasn't downloaded a fanart yet?

Maybe something like this:
Code:
<control type="image">
                <include>screen_Dimensions</include>
                <texture>$VAR[fanart_Fallback.Player]</texture>
                <visible>Skin.HasSetting(artistslideshow.disable) | !IsEmpty(Window(Visualisation).Property(ArtistSlideshow))</visible>
            </control>
            <control type="multiimage">
                <include>screen_Dimensions</include>
                <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
                <aspectratio>scale</aspectratio>
                <timeperimage>8000</timeperimage>
                <fadetime>fadetime_Slideshow</fadetime>
                <visible>!Skin.HasSetting(artistslideshow.disable)</visible>
            </control>
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
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 sualfred - 2014-05-22, 20:48
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