What is the formatted command to play a trailer?
#1
I have dug and dug into the skin code, and it appears that the actual command is compiled within XBMC.

I simply want to fire a command to play a trailer for the movie selected in the list. I have a button configured on my remote using EventGhost to play a trailer, I just need the actual command that XBMC uses.

Here is a section for the button in my skin from the VideoInfo.xml:

Code:
<control type="button" id="11">
    <description>Play Trailer</description>
    <posx>0</posx>
    <posy>165</posy>
    <include>ButtonInfoDialogsCommonValues</include>
    <label>20410</label>
    <onleft>61</onleft>
    <onright>49</onright>
    <onup>10</onup>
    <ondown>5</ondown>
    <enable>!IsEmpty(ListItem.Trailer)</enable>
</control>

How can I find the actual command that I can pass to XBMC to play a trailer for the video selected in the list?


Thanks in advance for the help!
------------------------------------------
Intel Quad core 3.8 Ghz / Windows 11 Pro / 32 gigs RAM/ MCE Remote /20 Tb storage / Intel Iris 550 chip-set outputting 4k via HDMI to a 80" LED TV / just over 5,800 movies

Have you entered your 5 Movies? - Support themoviedb.org as THE best open source movie information site.
Reply

Logout Mark Read Team Forum Stats Members Help
What is the formatted command to play a trailer?0