Forum

Full Version: autoexec.py with current window id ?? need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
Reference URL's