Forum
autoexec.py with current window id ?? need help - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: autoexec.py with current window id ?? need help (/thread-878.html)



autoexec.py with current window id ?? need help - rvinoth39 - 7th May, 2013 07:32 PM

i'm using pi model b.
there is autoexec.py to start the automatic slideshow.
i am not having any idea abt writin some scripts inside.
my purpose is to resume the slideshow from where it was powered off.
by this line xbmc.executebuiltin("SlideShow (/storage/Pictures)")
i can start the slideshow.
but i need some lines to get the current slideshow path so that current id can be replaced in xbmc.executebuiltin("SlideShow (/storage/Pictures)") so that task accomplished.
can anyone help me out.


RE: autoexec.py with current window id ?? need help - Trinket - 12th May, 2013 06:04 AM

I did a script for xbmc, but without autoexec.py because I read this.
There you will find all the information you should need, I give you the link to the post where I developed my little addon, I also had problems getting it to work but I did it so you may find it useful.
http://forum.xbian.org/thread-374.html