Start slideshow keyboard shortcut

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vasikgreif Offline
Junior Member
Posts: 36
Joined: Feb 2011
Reputation: 0
Post: #1
Hi, this might be stupid question, but I didn't find an answer. Is there a keyboard shortcut to start pictures slideshow? I mean, I open an image, press some key and slideshow starts? Thanks
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #2
By default there isn't a key to do it, but I note from that there is a function:

SlideShow(dir [,recursive, [not]random])
Starts a slideshow of pictures in the folder dir. Optional parameters are "recursive", and "random" or "notrandom" parameters. The "recursive" parameter starts a recursive slideshow, adding images from sub-folders. The "random" and "notrandom" parameters override the Randomize setting found in the pictures media window

You could easily create a userdata keymapping to start the slideshow, but I think this has to be a predetermined directory. I'm not sure how you'd make it start the slideshow in whatever is the current folder. Possibly this would be doable with a Python script.

JR
find quote
xbmc-user Offline
Junior Member
Posts: 38
Joined: Oct 2011
Reputation: 0
Location: Bangalore, India
Post: #3
Did you find an answer? I'm too looking for it!
find quote
vasikgreif Offline
Junior Member
Posts: 36
Joined: Feb 2011
Reputation: 0
Post: #4
I didn't find a keyboard shortcut, using JSON for this now.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,185
Joined: Nov 2003
Reputation: 82
Post: #5
i'm not sure i follow, do you mean 'p'?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
xbmc-user Offline
Junior Member
Posts: 38
Joined: Oct 2011
Reputation: 0
Location: Bangalore, India
Post: #6
vasikgreif Wrote:I didn't find a keyboard shortcut, using JSON for this now.

How? Do you mind posting the code/script?

I was thinking of mapping a key in keymap.xml and call SlideShow(dir [,recursive, [not]random]) function. But, then I couldn't figure out how to get the "dir" of the selected folder!
find quote
rubpa Offline
Junior Member
Posts: 27
Joined: Jun 2010
Reputation: 0
Location: India
Post: #7
I would like a solution for this as well!
find quote
Robotica Offline
Posting Freak
Posts: 928
Joined: Aug 2010
Reputation: 3
Post: #8
Besides start, pause/resume/stop would be nice additions as well..

I am not sure about the current status of this feature to start the slideshow (see problem: http://forum.xbmc.org/showthread.php?tid...id1138418) but I think VDRFAN (or JSHRennie) can tell more about the keymap.xml and Montelesse can tell some more about the JSON-API. What I found about JSON to start the slideshow, is this: http://forum.xbmc.org/showthread.php?tid...pid1111472

Maybe you can check how the picture DB addon or the artist slideshow addon handles this.
(This post was last modified: 2012-07-02 17:57 by Robotica.)
find quote