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
wraslor Offline
Junior Member
Posts: 14
Joined: Aug 2011
Reputation: 0
Post: #2211
Is there any way to automate the cinema experience when I hit play? For example I'm coming from media browser and when I hit play on a movie it automatically plays my intro. On xbmc I have to Hit I on my keyboard and select CE. Is there any way I can get it to play when I hit play or to pop up to the screen and let me choose play or play with CE from the remote and not have to grab my keyboard? I'm using a Harmony one remote on the aeon mq3 skin if that makes any difference.

Thanks.
find quote
giftie Online
Skilled Python Coder
Posts: 2,038
Joined: Mar 2010
Reputation: 35
Post: #2212
(2012-04-21 21:42)wraslor Wrote:  Is there any way to automate the cinema experience when I hit play? For example I'm coming from media browser and when I hit play on a movie it automatically plays my intro. On xbmc I have to Hit I on my keyboard and select CE. Is there any way I can get it to play when I hit play or to pop up to the screen and let me choose play or play with CE from the remote and not have to grab my keyboard? I'm using a Harmony one remote on the aeon mq3 skin if that makes any difference.

Thanks.

Your harmony remote should be able to open the Video Info screen, often the guide button. You can also change the function of the play button inside the remote.xml file.
From:
Code:
<MyVideoLibrary>
    <remote>
      <zero>Queue</zero>
      <clear>Delete</clear>
    </remote>
  </MyVideoLibrary>
To:
Code:
<MyVideoLibrary>
    <remote>
      <play>RunScript(script.cinema.experience)</play>
      <zero>Queue</zero>
      <clear>Delete</clear>
    </remote>
  </MyVideoLibrary>

The only problem with this is that it will activate Cinema Experience any time Play is pressed from the Video Library(TV Shows, Music Videos....) The script will crash only if not started in the Movies section.

Another option is to use a skin that allows the script to be activated from the Home Window(there are a few). Then if the script is started this way, all you need to do is Queue a Movie(ie press '0'(zero) on your remote)

[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
wraslor Offline
Junior Member
Posts: 14
Joined: Aug 2011
Reputation: 0
Post: #2213
@giftie

Thanks for the info. I had not tried the guide button. If I changed the remote code and hit play then it would start CE which would be perfect as I only play one of my intros at random before the film. However you say it would crash if played from the TV section? Would it throw an error or just start playing the tv show? The only categories I use are movies and tv shows.

As for another theme I'm kind of stuck as I have a 3D collection in the movies and as far as I've seen the aeon mq3 is the only theme that has the 3D cover overlays unless you know of a different one?

Thanks again for the help.
find quote
giftie Online
Skilled Python Coder
Posts: 2,038
Joined: Mar 2010
Reputation: 35
Post: #2214
Aeon MQ3 has the ability to start Cinema Experience from the Home Window(ie using the Queue option)

As for the script failing when triggered from TV Shows. I'm not 100% sure what will happen.

[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
Sneeka Offline
Member
Posts: 87
Joined: Apr 2009
Reputation: 0
Post: #2215
(2011-03-22 00:50)giftie Wrote:  
PatOso Wrote:When playing the trailer with the latest version of "cinema experience" when I press "O" appears as the DXVA enabled but the cpu consumption is 70%, with version 1.0 the cpu is 20%. This is very rare.

The script is now running in the background(since version 1.0.31), where on 1.0 it ended as soon as the video started to play. I'm not sure it's 100% accurate either, since mine shows 100% which would mean it should stutter even on the skin(Aeon MQ2 testing right now) and it's smooth. But the Higher CPU rate is because the script is running in the background.
I seem to be only getting this when the actual movie kicks in. During the slides, intro videos and hd trailers, the cpu hovers around the 2-5% mark (I have dxva enabled). As soon as the movie kicks in, the cpu jumps up to 50%-70% and stays there for the rest of the film, which means all the fans in my htpc go into overdrive Confused It doesn't seem to matter which movie I choose. Playing the movie without cinema experience means the cpu goes back to 2-5%. It's bizarre.

debug log: http://pastebin.com/Pbsm1CGw
(This post was last modified: 2012-04-22 12:52 by Sneeka.)
find quote
giftie Online
Skilled Python Coder
Posts: 2,038
Joined: Mar 2010
Reputation: 35
Post: #2216
(2012-04-22 11:56)Sneeka Wrote:  
(2011-03-22 00:50)giftie Wrote:  
PatOso Wrote:When playing the trailer with the latest version of "cinema experience" when I press "O" appears as the DXVA enabled but the cpu consumption is 70%, with version 1.0 the cpu is 20%. This is very rare.

The script is now running in the background(since version 1.0.31), where on 1.0 it ended as soon as the video started to play. I'm not sure it's 100% accurate either, since mine shows 100% which would mean it should stutter even on the skin(Aeon MQ2 testing right now) and it's smooth. But the Higher CPU rate is because the script is running in the background.
I seem to be only getting this when the actual movie kicks in. During the slides, intro videos and hd trailers, the cpu hovers around the 2-5% mark (I have dxva enabled). As soon as the movie kicks in, the cpu jumps up to 50%-70% and stays there for the rest of the film, which means all the fans in my htpc go into overdrive Confused It doesn't seem to matter which movie I choose. Playing the movie without cinema experience means the cpu goes back to 2-5%. It's bizarre.

debug log: http://pastebin.com/Pbsm1CGw

Any chance you can put a movie theatre outro video and try again? I have a feeling that the part of the script that tests to ensure the last video is being played might be loading down the system.

[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
Sneeka Offline
Member
Posts: 87
Joined: Apr 2009
Reputation: 0
Post: #2217
(2012-04-22 19:51)giftie Wrote:  Any chance you can put a movie theatre outro video and try again? I have a feeling that the part of the script that tests to ensure the last video is being played might be loading down the system.
Ah! yes, that works Big Grin

Sorry, dunno why I didn't try that beforehand. Thanks giftie Blush

The cpu still shoots up when it comes to play the outro video, but as long as it's not during the main film, I'm happy.
(This post was last modified: 2012-04-23 00:00 by Sneeka.)
find quote
barcoboy Offline
Member
Posts: 50
Joined: Feb 2011
Reputation: 0
Location: Canada
Post: #2218
I'm having problems with XBMC Eden freezing upon the start of CE when I set it to download trailers from Apple (newest). I've uninstalled and removed all CE configuration files, reinstalled 2.0.53, setup Trivia only, and that works fine, but as soon as I add download trailers to the mix, XBMC freezes at or shortly after the "Building Playlist" screen. Once I kill the XBMC process (running Windows XP), I can see that the trailers have been downloaded to the directory I specified. If I change CE to use streaming trailers from Apple, then it works fine, but I'd much prefer to download trailers during the trivia instead of streaming them. I can provide a debug log if this problem is something new.

One new thing I did notice is that the volume display is shown on screen when the trivia portion of the script fades out the music-any way to hide that?

Sorry if this all has been recently addressed-I haven't followed this thread for a little while.
find quote
giftie Online
Skilled Python Coder
Posts: 2,038
Joined: Mar 2010
Reputation: 35
Post: #2219
(2012-04-23 01:12)barcoboy Wrote:  I'm having problems with XBMC Eden freezing upon the start of CE when I set it to download trailers from Apple (newest). I've uninstalled and removed all CE configuration files, reinstalled 2.0.53, setup Trivia only, and that works fine, but as soon as I add download trailers to the mix, XBMC freezes at or shortly after the "Building Playlist" screen. Once I kill the XBMC process (running Windows XP), I can see that the trailers have been downloaded to the directory I specified. If I change CE to use streaming trailers from Apple, then it works fine, but I'd much prefer to download trailers during the trivia instead of streaming them. I can provide a debug log if this problem is something new.

One new thing I did notice is that the volume display is shown on screen when the trivia portion of the script fades out the music-any way to hide that?

Sorry if this all has been recently addressed-I haven't followed this thread for a little while.

A full debug log is needed.

The volume bar is fixed in XBMC Git master.. Hopefully it will be fixed in the Eden bug release version.

[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


(This post was last modified: 2012-04-24 02:52 by giftie.)
find quote
barcoboy Offline
Member
Posts: 50
Joined: Feb 2011
Reputation: 0
Location: Canada
Post: #2220
http://pastebin.com/ETqjUE8L
find quote
Post Reply