Release Random Trailers Screensaver / Script
(2014-03-07, 02:36)kzeleny Wrote: Ok if you try again you should get a working copy. Not sure what happened on git so I took a working copy I had and replaced the git version, then reinstalled form git and it worked for me.

Thank you! It works!!!

Now I can map 0 to the queue command only in the addon player to send to CP.

In case anyone else is interested, this is what I did:

In /users/(user)/Roaming/XBMC/userdata/keymaps

I created keyboard.xml

Inside keyboard.xml I put these lines:

Code:
<keymap>
<window13001>  
  <keyboard>
  <zero>queue</zero>
  </keyboard>
</window13001>
</keymap>

(And btw, windowID in the log matches 13001)
I don't know if the windowid will change sometimes so we will see what the behaviour is. This may have benefits in other places.

Thanks for everything kz!
Reply


Messages In This Thread
New Version 1.1.3 - by kzeleny - 2013-12-29, 23:04
RE: Random Trailers Screensaver - by kzeleny - 2014-02-07, 17:13
RE: Random Trailers Screensaver / Script - by bluenote - 2014-03-07, 03:08
Logout Mark Read Team Forum Stats Members Help
Random Trailers Screensaver / Script1