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
Valpohawk Offline
Junior Member
Posts: 2
Joined: Apr 2012
Reputation: 0
Post: #2201
I am having an issue with the audio levels during video playback. When running CE video audio is very faint, I have to turn up my volume to 100% and can still only barely hear the audio. During the slideshow, the music file plays at a normal level and once the movie starts audio returns to a normal level. I can also hear movies at a normal level when watching movies through XBMC without using CE. I am using an HDMI audio connection. Pastebin file is attached.

Any advice would be helpful. Looks like a great add-on and would love to get it running properly!

http://pastebin.com/LJFRL9Dg
find quote
dt1000 Offline
Member
Posts: 71
Joined: May 2009
Reputation: 4
Sad  RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script Post: #2202
Hello. This add-on is awesome. Unfortunately I am having a spot of bother with the Home Automation functionality...

I'm running the latest stable version of Eden, with v2.0.53 of CinemaEX.
EventGhost is receiving XBMCs standard broadcast messages, A.O.K. Smile
I have set up Cinema EX to send home automation messages in the Add-on Settings.
I am using the following code in home_automation.py...

Code:
xbmc.executehttpapi( "Broadcast(<b>CinemaEx<li>Start</b>)" )

...but EventGhost isn't seeing anything. Frown

Has this method been depreciated in Eden?
Do I need to move/rename a file?
Have I missed a step?

Thanks,
Dan
find quote
dt1000 Offline
Member
Posts: 71
Joined: May 2009
Reputation: 4
Post: #2203
Ha! Just fixed it. I needed to put the python file in the user data folder.

That always happens when I post on a forum...

Thanks anyways.
Blush
find quote
matthieu299 Offline
Junior Member
Posts: 14
Joined: Jan 2012
Reputation: 0
Post: #2204
Anybody know if it's possible to create xbmc event for audio section, program section (when you go in the section)
find quote
Kidspuddy Offline
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
Post: #2205
This is amazing. Going to set it up tonight! Stoked.
find quote
giftie Offline
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #2206
(2012-04-18 21:03)matthieu299 Wrote:  Anybody know if it's possible to create xbmc event for audio section, program section (when you go in the section)

It is possible. There would need to be a service addon created to monitor page access. The hard part is to separate the different Video sections(Files, Movies, TV Shows)

[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
Daavid Offline
Senior Member
Posts: 129
Joined: Aug 2011
Reputation: 0
Location: Ireland
Post: #2207
Hi - I hope someone can help me. I'm having trouble getting the CE script to work the way I want.
For Movie trailers I'm using the XBMC Library option as I want i to play trailers of movies I have in my collection, but it seems to crash the cript everytime after it plays a trailer.
I have placed log here:
http://pastebin.com/DcJTJE96

Can you let me know if there is something I'm doing wrong? I'm on Eden RC2 on Windows.

Thanks a lot,

Dave
(This post was last modified: 2012-04-20 11:34 by Daavid.)
find quote
m7cky Offline
Member
Posts: 68
Joined: May 2010
Reputation: 0
Post: #2208
Amazing Add-on, Thankyou!
Looking into making some intros, but they seem very time consuming.
Anyone used ivipid.com to make any? Looks really simple but not exactly cheap. Just wondering on the finished quality before I forked the dough.

Oops, should've searched. http://forum.xbmc.org/showthread.php?tid...Ivipid.com
(This post was last modified: 2012-04-20 16:34 by m7cky.)
find quote
giftie Offline
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #2209
(2012-04-20 11:34)Daavid Wrote:  Hi - I hope someone can help me. I'm having trouble getting the CE script to work the way I want.
For Movie trailers I'm using the XBMC Library option as I want i to play trailers of movies I have in my collection, but it seems to crash the cript everytime after it plays a trailer.
I have placed log here:
http://pastebin.com/DcJTJE96

Can you let me know if there is something I'm doing wrong? I'm on Eden RC2 on Windows.

Thanks a lot,

Dave

Couple of problems. Eden has some fixes to bugs in RC2(this addon did make these bugs show up). Next problem(small issue) When the movies are scraped, the trailers are stored as the YouTube plugin links. This causes some issues with this test version of the script(as it does think that video has been stopped, since the YouTube plugin is slightly different then a locally stored trailer.) I will be releasing another test version that might have this fixed. Not sure exactly when I will release it.

[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
Daavid Offline
Senior Member
Posts: 129
Joined: Aug 2011
Reputation: 0
Location: Ireland
Post: #2210
Cheers for the info Giftie - I have been avoiding moving to Eden as I hear it may cause some problems with PsuedoTV compared to RC2.
I'll keep an eye out for the new test version that you may be releasing and if it doesn't sort the problem out I'll update to Eden.
Thanks for a great plugin and the info!!!
find quote
Post Reply