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.
[RELEASE] Cinema Experience - the new Home Theater Experience Script
wraslor
Junior Member Posts: 14 Joined: Aug 2011 Reputation: 0 |
2012-04-21 21:42
Post: #2211
|
| find quote |
giftie
Skilled Python Coder Posts: 2,042 Joined: Mar 2010 Reputation: 35 |
2012-04-21 23:37
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. 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>Code: <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) ![]() 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
Junior Member Posts: 14 Joined: Aug 2011 Reputation: 0 |
2012-04-21 23:54
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
Skilled Python Coder Posts: 2,042 Joined: Mar 2010 Reputation: 35 |
2012-04-22 00:00
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. ![]() 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
Member Posts: 87 Joined: Apr 2009 Reputation: 0 |
2012-04-22 11:56
Post: #2215
(2011-03-22 00:50)giftie Wrote: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 overdrivePatOso 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. 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
Skilled Python Coder Posts: 2,042 Joined: Mar 2010 Reputation: 35 |
2012-04-22 19:51
Post: #2216
(2012-04-22 11:56)Sneeka Wrote:(2011-03-22 00:50)giftie Wrote: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 overdrivePatOso 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. 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. ![]() 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
Member Posts: 87 Joined: Apr 2009 Reputation: 0 |
2012-04-22 23:58
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 ![]() Sorry, dunno why I didn't try that beforehand. Thanks giftie ![]() 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
Member Joined: Feb 2011 Reputation: 0 Location: Canada |
2012-04-23 01:12
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
Skilled Python Coder Posts: 2,042 Joined: Mar 2010 Reputation: 35 |
2012-04-24 02:48
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. 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. ![]() 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
Member Joined: Feb 2011 Reputation: 0 Location: Canada |
2012-04-24 02:52
Post: #2220
|
| find quote |


![[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]](http://www.mediafire.com/conv/e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e4d2fe70f903275f93e5e4c076g.jpg)
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.

Search
Help