2009-11-16, 19:41
Go to the directory:
\XBMC\skin\Horizonz - An Aeon Mod\720p
edit the file: DialogVideoInfo.xml
search for the line:
<control type="button" id="11">
<label>Trailer</label>
<include>contextformatinfo</include>
and add:
<onclick>Playlist.Clear</onclick>
<onclick>Action(Queue,25)</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
Now the button Trailer in the movieinfo works with the script Home Theater Experience
Good luck!
\XBMC\skin\Horizonz - An Aeon Mod\720p
edit the file: DialogVideoInfo.xml
search for the line:
<control type="button" id="11">
<label>Trailer</label>
<include>contextformatinfo</include>
and add:
<onclick>Playlist.Clear</onclick>
<onclick>Action(Queue,25)</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
Now the button Trailer in the movieinfo works with the script Home Theater Experience
Good luck!