Poll: Most Desired Feature To Be Added
Other Movie Ratings
Download Movie Trailers
Home Automation scripting
Other Movie Streaming Location
Trivia Intro Fixed
Cartoon Video Option
More Videos for before Feature(s) - Specify how many
[Show Results]
 

[RELEASE] Cinema Experience - the new Home Theater Experience Script

  Thread Rating:
  • 20 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #21
Harro Wrote:][/b]) I find "DialogVideoInfo.xml". I open the xml up and take a look at it, toward the end of the file I find <control type="button" id="13">
<description>Home Theater Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Theater</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
</control>


Now I am thinking that this is the answer.

replace this line
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
with this line
<onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick>

This worked for me in confluence. thanks alot. I now have dharma and the cinema script working!!! yippeeee. thank you.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
htpc guy Offline
Posting Freak
Posts: 1,212
Joined: Oct 2010
Reputation: 7
Location: Near St. Louis Mo
Post: #22
rflores2323 Wrote:I downloaded the skins transparancy and night and the button theater/cinema did not show up.

You have to use either the SVN version of T!
http://forum.xbmc.org/showthread.php?tid=83643

or the git version of Night
git://github.com/bartowski/skin.night.git

Then you must enable the script in the settings menu.

How to use Git
| AMD Athlon II X3 Triple Core Processor 2.9 GHz |GIGABYTE GA-MA785GM-US2H Mobo 2GB DDR2 Ram | MSI N430GT |
| Logitec Harmony One Remote| 52" Sharp Aquos LED TV | Onkyo TX-NR509 |
find quote
SlaveUnit Offline
Posting Freak
Posts: 1,736
Joined: Oct 2008
Reputation: 14
Location: San Diego
Post: #23
Anyone happen to add the button within Aeon MQ2?

Main - Intel E6750 C2D (2.66ghz)/Geforce 240
Bedroom - Intel E3300 C2D (2.5ghz)/Geforce 210
Guest Bedroom - Acer Revo 1600/ION LE
Test Desktop - Intel Q9300 C2Q (2.5ghz)/Geforce 9600 GSO
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #24
Posted in the old thread but I thought I'd better post here as well.

Alaska Revisited now supports this script - simply press PLAY on the Info Screen and it start up, no configuration needed.

[Image: sig_zps3af3b48e.jpg]
find quote
quebert Offline
Senior Member
Posts: 294
Joined: Sep 2008
Reputation: 0
Post: #25
Nuka1195 Wrote:trivia plays fine.

Hummm, are you talking about QA or just the stills? I've tried about 10 different string.xml files and none of them work for QA all I can get is single jpg's to show up like the Pixar ones. I guess I need to go back to the drawing board if you got QA working.

This is the xml I'm using, running Dharma RC2.

<slides>
<slide>
<question format="Q[0-9]+q.png" />
<clue format="n/a" />
<answer format="Q[0-9]+a.png" />
</slide>
</slides>

I have jpg's Q1a.jpg Q1p.jpg nothing. Since you're saying the trivia works fine for you I'll keep at it, I have the MPAA disabled in the config.
(This post was last modified: 2010-12-14 20:00 by quebert.)
find quote
SlaveUnit Offline
Posting Freak
Posts: 1,736
Joined: Oct 2008
Reputation: 14
Location: San Diego
Post: #26
quebert Wrote:Hummm, are you talking about QA or just the stills? I've tried about 10 different string.xml files and none of them work for QA all I can get is single jpg's to show up like the Pixar ones. I guess I need to go back to the drawing board if you got QA working.

This is the xml I'm using, running Dharma RC2.

<slides>
<slide>
<question format="Q[0-9]+q.png" />
<clue format="n/a" />
<answer format="Q[0-9]+a.png" />
</slide>
</slides>

I have jpg's Q1a.jpg Q1p.jpg nothing. Since you're saying the trivia works fine for you I'll keep at it, I have the MPAA disabled in the config.


Are you actually calling them string.xml? Or are you really calling them slides.xml and just referring to them as strings?

Main - Intel E6750 C2D (2.66ghz)/Geforce 240
Bedroom - Intel E3300 C2D (2.5ghz)/Geforce 210
Guest Bedroom - Acer Revo 1600/ION LE
Test Desktop - Intel Q9300 C2Q (2.5ghz)/Geforce 9600 GSO
find quote
quebert Offline
Senior Member
Posts: 294
Joined: Sep 2008
Reputation: 0
Post: #27
SlaveUnit Wrote:Are you actually calling them string.xml? Or are you really calling them slides.xml and just referring to them as strings?

lol sorry I had just woke up when I posted that, slides.xml what I've done is create a single folder and 1 question and answer in it and been messing with the xml to see if I can figure it out. Needless to say it's not working, all I get is a black screen with the trivia music I set playing. It's doing something because the now playing music overlay in Alaska Revisited isn't coming up, it comes up when I have the Pixar movie facts in my trivia folder.
(This post was last modified: 2010-12-14 20:27 by quebert.)
find quote
SlaveUnit Offline
Posting Freak
Posts: 1,736
Joined: Oct 2008
Reputation: 14
Location: San Diego
Post: #28
These are the same results that Harro and I get as well, a plain black screen.

Main - Intel E6750 C2D (2.66ghz)/Geforce 240
Bedroom - Intel E3300 C2D (2.5ghz)/Geforce 210
Guest Bedroom - Acer Revo 1600/ION LE
Test Desktop - Intel Q9300 C2Q (2.5ghz)/Geforce 9600 GSO
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #29
Hitcher Wrote:Posted in the old thread but I thought I'd better post here as well.

Alaska Revisited now supports this script - simply press PLAY on the Info Screen and it start up, no configuration needed.

I like this way better, also like when things 'just work' and don't need people having to check a bunch of settings on/off. So "Night" and "The Carmichael" will change to this also.

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #30
nope trivia with a slides.xml appears not to work. i'll see if i can find a quick fix.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Post Reply