[MOD] Cinema Experience (Home Theater Experience Script) support in Confluence

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Harro Offline
Member+
Posts: 232
Joined: Aug 2010
Reputation: 9
Thumbs Up  [MOD] Cinema Experience (Home Theater Experience Script) support in Confluence Post: #1
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
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>
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.
(This post was last modified: 2012-04-01 16:16 by Harro.)
find quote
castortray Offline
Fan
Posts: 502
Joined: May 2009
Reputation: 0
Post: #2
It's awesome !!!

[Image: r7knio.png]

especially with trailers before movie
find quote
derbycity Offline
Junior Member
Posts: 22
Joined: Sep 2010
Reputation: 0
Location: Louisville, Ky.
Smile    Post: #3
where exactly do u add this code at the bottom or the begginning thank you, i know how to add the code i just need to know where in the file exactly to put it
(This post was last modified: 2010-12-21 22:10 by derbycity.)
find quote
Harro Offline
Member+
Posts: 232
Joined: Aug 2010
Reputation: 9
Post: #4
derbycity Wrote:where exactly do u add this code at the bottom or the begginning thank you, i know how to add the code i just need to know where in the file exactly to put it

I added the code at the end.
Code:
Exististing code -------->        <control type="button" id="15">
                        <description>Play Trailer Windowed</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>20410</label>
                        <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
                        <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible>
                    </control>
New 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>
Existing code------->               </control>
            </control>
        </control>
        <include>SideBladeRight</include>
        <include>Clock</include>
    </controls>
</window>
(This post was last modified: 2010-12-21 22:22 by Harro.)
find quote
derbycity Offline
Junior Member
Posts: 22
Joined: Sep 2010
Reputation: 0
Location: Louisville, Ky.
Smile    Post: #5
ok thank you now i got itBig Grin
find quote
henrikyo Offline
Fan
Posts: 311
Joined: Jan 2009
Reputation: 0
Post: #6
Awesome job

Picture: Samsung LE46A656
Reciever: Onkyo TX-SR607B
Front Spkeakers: Yamaha NS-555
Computer: Asrock Ion 330, 4gb ram, OCed 2.0Ghz.

My Ht(havnt updated pictures)
http://minhjemmekino.no/Henrikr
find quote
soldave Offline
Junior Member
Posts: 41
Joined: Apr 2007
Reputation: 0
Post: #7
Just tried inserting that code with HTE 1.0.9 and XBMC 10 and no option is coming up in the movie info window for "Cinema".

Any ideas?
find quote
Harro Offline
Member+
Posts: 232
Joined: Aug 2010
Reputation: 9
Post: #8
on the info page of the movie, if the movie has a trailer button , then the cinema button will be after that button and off screen , use the arrow key to scroll past the trailer button.
find quote
trailervert Offline
Junior Member
Posts: 26
Joined: Nov 2008
Reputation: 0
Post: #9
Harro YOU ROCK!!!!
Thanks Bro

(scroll to the right......past trailer, just off the screen)
That made me feel like a total Jackass!
find quote
moviebuff Offline
Senior Member
Posts: 209
Joined: Dec 2009
Reputation: 0
Location: Canada
Post: #10
If you dont know how to edit XML files is there anyone who could link the edited file?
find quote
Post Reply