Kodi Community Forum

Full Version: Remote button to start random slideshow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've just started to use Kodi 14.

For viewing pictures, I want to have a button on my remote to start a slideshow in the selected folder with pictures in random order. Thus, I added the following line to 'remote.xml':

Code:
<Pictures>
    <remote>
        <BUTTON>SlideShow($INFO[ListItem.Path], recursive, random)</BUTTON>
    </remote>
</Pictures>

but without success. On the other hand,

Code:
<BUTTON>SlideShow("nfs://192.168.0.1/pictures", recursive, random)</BUTTON>
and
Code:
<BUTTON>Notification($INFO[ListItem.Path])</BUTTON>

both work.

What is wrong in my above code?

Thanks for your help!
hm, seems to be a tricky problem...

btw, kodi.log says
Code:
ERROR: GetDirectory - Error getting $INFO[ListItem.Path]

any ideas?