Keyboard/EventGhost shortcut for Play Trailer?
#1
I use EventGhost with a Universal remote to control XBMC. I'm in the process of adding some custom buttons to the remote, and EG supports most of these (Update Library, Enable Subtitles, etc). But I can't find any way to play the trailer of an existing movie. Am I missing this, or does it not exist? I recently switched over to the new Fusion skin, and even though I love it, it's about 6 button presses to play a trailer in full screen.
Reply
#2
It is not possible currently. Youtrailer doesen't work anymore and Keymap.xml doesn't support it. But if you find a way please post it.
Reply
#3
Download this script and install it via the add-ons section

Playtrailer

Insert this line in your Keymap.xml and change the Path

Code:
<a>RunScript(PathToTheAddonFolder\script.playtrailer/default.py,1)</a>

Now you should be able to play a trailer when you press the key 'a'
Reply
#4
marcye Wrote:Download this script and install it via the add-ons section

Playtrailer

Insert this line in your Keymap.xml and change the Path

Code:
<a>RunScript(PathToTheAddonFolder\script.playtrailer/default.py,1)</a>

Now you should be able to play a trailer when you press the key 'a'

Nice! Thanks, man. Smile
Reply
#5
Sorry for my newbie, but doesn`t work for me.
XBMC Dharma.
*.zip is here
Code:
C:\Users\Media\Videos\XBMC\Add-on
I succesfully added it.
in keymaps.xml i have
Code:
<a>RunScript(C:\Users\Media\AppData\Roaming\XBMC\addons\script.playtrailer\default.py,1)</a>

A log file:
Code:
15:33:46 T:1940 M:2629550080  NOTICE: -->Python Interpreter Initialized<--

and nothing happened....
Reply
#6
Does it work if you click on trailer in the info box?
Reply
#7
Yes ((
Another shortcut like I -info work well...
Hope for your help
Reply
#8
Please choose a moive in the library, which has a local trailer, press 'a' and then check the xbmc.log for something like this:

Code:
23:40:45 T:816 M:942358528  NOTICE: DVDPlayer: Opening: G:\Videos\The A Team\The A Team-trailer.mov
Reply
#9
Hi,

I'm using the Kodi 18 and was looking for a way to use the mouse middle click to play the trailer and saw this thread.

Can this script or some other option play the trailer with the middle mouse button?

Cheers,
ymca
Reply

Logout Mark Read Team Forum Stats Members Help
Keyboard/EventGhost shortcut for Play Trailer?0