Hi, I’m new in kodi and sorry for my stupid question above.
I would like to use kodi for a digital photo frame that I can update from any mobile phone usig a google account.
The idea is to use the addon “gdrive” for playing the photo in a google account. And it works fine. The problem is that one you start the slideshow of one folder, if I add a photo from my mobile into google drive, this photo doesn’t appear in my slide show until I stop it end play again.
My brain cell are fry and I think that one solution would be restart kody every night automatically and start the slideshow. the problem is that I don’t know how I can navigate in the addon by script. I’m stuck on
import xbmc
xbmc.executebuiltin(“RunAddon(plugin.video.gdrive)”)
But there is also an other problem. This script starts the plugin in video and not in pictures. So I try to add to my favourite the folder of my drive photos but I don’t know how to write the script.
Sorry for the wall of text and my english.
Hope someone can help me.