Random fanart on Home screen
#1
Hello!

Prior to XBMC 12 (Frodo) I was using that code to show random fanart stored in userdata folder for random fanart on Home screen :

Code:
<control type="multiimage" id="666">
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <imagepath background="true">special://profile/Thumbnails/Video/Fanart)</imagepath>
            <timeperimage>8000</timeperimage>
            <randomize>true</randomize>
            <fadetime>1000</fadetime>
            <include>VisibleFadeEffect</include>
            <visible>Skin.HasSetting(homepageRandomFanart)</visible>
        </control>

Now, with Frodo, it seems that all fanart are stored elsewhere. Is there an alternative command I could use so that random fanart are shown on the Home screen?

or does the use of Artwork organizer by the end-user is the only solution?

Thanks!
Reply
#2
(2013-05-21, 16:15)Balinus Wrote: or does the use of Artwork organizer by the end-user is the only solution?

This is the only solution.
Image
Reply
#3
ok, thanks Black Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Random fanart on Home screen0