Kodi Community Forum
Slideshow.xml help - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Slideshow.xml help (/showthread.php?tid=133312)



Slideshow.xml help - Sranshaft - 2012-06-06

Is there any way to determine whether the Slideshow was user-triggered (pictures) versus xbmc-triggered (screensaver)? I'd like to display the time/date info if it's the screensaver and not when the user is browsing their pictures.

Any workarounds?


RE: Slideshow.xml help - Jezz_X - 2012-06-06

Window.Previous(MyPictures) maybe ? but obviously not solid


RE: Slideshow.xml help - Sranshaft - 2012-06-06

(2012-06-06, 10:39)Jezz_X Wrote: Window.Previous(MyPictures) maybe ? but obviously not solid

This would work unless the screensaver kicks in while in the Pictures submenu. Although being less than ideal, I guess this will have to do if anyone else doesn't have a better solution.




RE: Slideshow.xml help - pieh - 2012-06-06

<visible>System.ScreenSaverActive</visible>?


RE: Slideshow.xml help - Jezz_X - 2012-06-06

(2012-06-06, 12:58)pieh Wrote: <visible>System.ScreenSaverActive</visible>?

heh see we should all go read the wiki some times Smile

http://wiki.xbmc.org/?title=List_of_Boolean_Conditions
http://wiki.xbmc.org/?title=InfoLabels
http://wiki.xbmc.org/?title=Window_IDs
http://wiki.xbmc.org/?title=List_of_Built_In_Functions



RE: Slideshow.xml help - Hitcher - 2012-06-06

They're all bookmarked for me. Wink


RE: Slideshow.xml help - Sranshaft - 2012-06-07

(2012-06-06, 12:58)pieh Wrote: <visible>System.ScreenSaverActive</visible>?

You're the man Pieh!