2010-12-18, 17:37
I am running Darma RC2 and wanted the Cinema Experience from this thread http://forum.xbmc.org/showthread.php?tid=87563 to run when I play a movie.
Searching around I found that with opening the DialogVideoInfo.xml in the skin.confluence/720p folder and adding this
I now had a Cinema button on my info screen of movies that would launch the Cinema Experience script.
Thought I would pass along this info for others intersted in this. Note just installed the XBMC 10 and did same edit and works also.
Since Eden has come out I have change the <control type="button" id="13"> to <control type="button" id="14"> and this seems to work fine again in Eden.
Searching around I found that with opening the DialogVideoInfo.xml in the skin.confluence/720p folder and adding this
Code:
<control type="button" id="13">
<description>Home Cinema Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Cinema</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick>
</control>
Thought I would pass along this info for others intersted in this. Note just installed the XBMC 10 and did same edit and works also.
Since Eden has come out I have change the <control type="button" id="13"> to <control type="button" id="14"> and this seems to work fine again in Eden.