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
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #31
Code:
#if ( slidesxml_exists and mpaa_ratings.get( self.mpaa, -1 ) < mpaa_ratings.get( mpaa, -1 ) ):
            #    print "skipping whole folder", path
            #    continue

change those lines in xbmcscript_player.py. i'll get with giftie as i handle that differently now. commenting out those lines will eliminate the mpaa rating restriction.

about mpaa and bbfc ratings they are handled properly in the new version, so i'll get with giftie on that also.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #32
actually if your slides.xml looks like this it does work, i changed the format in the new version. so make sure you have exactly like this except for the regex's

rating does need to be there

Quote:
<slides>
<slide rating="R">
<question format="[0-9]+Q.jpg" />
<clue format="N/A" />
<answer format="[0-9]+A.jpg" />
</slide>
</slides>

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
quebert Offline
Senior Member
Posts: 294
Joined: Sep 2008
Reputation: 0
Post: #33
Nuka1195 Wrote:
Code:
#if ( slidesxml_exists and mpaa_ratings.get( self.mpaa, -1 ) < mpaa_ratings.get( mpaa, -1 ) ):
            #    print "skipping whole folder", path
            #    continue

change those lines in xbmcscript_player.py. i'll get with giftie as i handle that differently now. commenting out those lines will eliminate the mpaa rating restriction.

about mpaa and bbfc ratings they are handled properly in the new version, so i'll get with giftie on that also.

I found the lines in xbmcscript_trivia.py not player, any ways made the changes relaunched XBMC and QA still didn't work. I went into the config and tried switching the MPAA toggle there. Not sure if that would make a difference, both ways nothing comes up. I also tried the syntax a few different ways in the slides.xml
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #34
reread my previous posts i edited them, but it does work and yes it was trivia.py, but commenting those line out should have fixed it.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
quebert Offline
Senior Member
Posts: 294
Joined: Sep 2008
Reputation: 0
Post: #35
Nuka1195 Wrote:reread my previous posts i edited them, but it does work and yes it was trivia.py, but commenting those line out should have fixed it.

n/m it works now, not sure why lol. GREAT fix here, this addon's almost 100% working now, you're awesome.
find quote
ijourneaux Offline
Fan
Posts: 413
Joined: Mar 2009
Reputation: 1
Location: Wisconsin, USA
Post: #36
giftie Wrote:[Skins that have built-in integration:

Transparency! - http://forum.xbmc.org/showthread.php?tid=82435 http://forum.xbmc.org/showthread.php?tid=83643
Night - http://forum.xbmc.org/showthread.php?tid=82628
The Carmichael - http://forum.xbmc.org/showthread.php?tid=84970
Neon - http://forum.xbmc.org/showthread.php?tid=83337
Night Purity - http://forum.xbmc.org/showthread.php?tid=86753
Alaska Revisited - http://forum.xbmc.org/showthread.php?tid=87399

Any others, please post so I can add to this message]

BackRow also supports Home Theater (oops Home Cinema) experience.

THis is one of my favorite scripts and love to see it under Dharma.
find quote
giftie Online
Skilled Python Coder
Posts: 2,042
Joined: Mar 2010
Reputation: 35
Post: #37
Ok.. I finally fixed my streaming problems, now I feel safe making changes to the script....

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
matrix808 Offline
Junior Member
Posts: 24
Joined: Jan 2010
Reputation: 0
Post: #38
in my Aeon is the button cinema can't get it to work,
under programms it works fine, before a movie nothing, goes right back to the movie library.

so i guess i need to change the button in xml, and did any one do this already in aeon 65

I would love to get this working under dharma rc2
find quote
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #39
sorry I posted on the hte as well, not knowing about this thread, but here's the link:
http://forum.xbmc.org/showpost.php?p=665...tcount=875
find quote
SlaveUnit Offline
Posting Freak
Posts: 1,736
Joined: Oct 2008
Reputation: 14
Location: San Diego
Post: #40
Nuka1195 Wrote:
Code:
#if ( slidesxml_exists and mpaa_ratings.get( self.mpaa, -1 ) < mpaa_ratings.get( mpaa, -1 ) ):
            #    print "skipping whole folder", path
            #    continue

change those lines in xbmcscript_player.py. i'll get with giftie as i handle that differently now. commenting out those lines will eliminate the mpaa rating restriction.

about mpaa and bbfc ratings they are handled properly in the new version, so i'll get with giftie on that also.

giftie,
I'm guessing that these fixes are not in 1.0.2 correct?
Also you might want to update the graphic in post #4 to show the slides.xml files. Great job so far on keeping everything in tact and organized.

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
Post Reply