Kodi Community Forum
[RELEASE] Cinema Experience - the new Home Theater Experience Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Cinema Experience - the new Home Theater Experience Script (/showthread.php?tid=87563)



- giftie - 2012-01-04

Cru Wrote:If these have already been answered I apologize for the questions. I have searched and searched, but I can't seem to find the answers I am looking for.

#1 - Is it possible to have Cinema EX start when I hit play in the main Movies folder rather than going into INFO and selecting it there? If so what do I need to do?
Depending on the skin option, I believe you can have Cinema Experience start from the home window. It starts it in queue mode where you need to 'Q'ueue(or zer'0' on a remote) This has the script wait until you queue 1-5 movies(depending on the settings)
Quote:#2 - Is it possible to have Trivia play when I hit pause during a Movie?

Nope


- Cru - 2012-01-04

giftie Wrote:Depending on the skin option, I believe you can have Cinema Experience start from the home window. It starts it in queue mode where you need to 'Q'ueue(or zer'0' on a remote) This has the script wait until you queue 1-5 movies(depending on the settings)

Nope

Thanks for letting me know...

Cru


- Eisi2005 - 2012-01-07

@giftie

i don´t read the complete thread, but i have a question. Is there any chance that the trailer from video library only plays trailer from unwatched movies ? I have trailer to every movie in my library and i don´t want to see trailers from my watched movies.

Greets
Eisi


- canadave - 2012-01-07

giftie Wrote:Pushy.... Smile

File is called DialogBusy.xml, found in the 720p folder in every skin.

There should be a <visible> tag.

Adding the following to the <visible> tag should disable the Busy popup


Code:
| SubString(Window(Videos).Property(CinemaExperienceRunning),True)


This is how it looks in Transparency! - which already has is - thanx ronie

Code:
<visible>![Window.IsVisible(InfoDialog) | Window.IsVisible(SliderDialog) | Window.IsVisible(VolumeBar) | SubString(Window(Videos).Property(CinemaExperienceRunning),True)]</visible>

I just want to revisit this, if I could. The quote above references a way to remove the "busy dialog" spinning wheel. I've made the change in my skin (reFocus) and it does work...right up until the actual feature movie starts. Right before the movie starts, I see the busy dialog wheel. Is there another condition that needs to be added to the string? Perhaps something that eliminates it from movies altogether, not just when Cinema Experience is running? I wouldn't mind removing it completely from the "movie section".


- giftie - 2012-01-07

canadave Wrote:I just want to revisit this, if I could. The quote above references a way to remove the "busy dialog" spinning wheel. I've made the change in my skin (reFocus) and it does work...right up until the actual feature movie starts. Right before the movie starts, I see the busy dialog wheel. Is there another condition that needs to be added to the string? Perhaps something that eliminates it from movies altogether, not just when Cinema Experience is running? I wouldn't mind removing it completely from the "movie section".

Do you have any videos playing after the feature?


- canadave - 2012-01-08

giftie Wrote:Do you have any videos playing after the feature?

Nope Smile


- matthieu299 - 2012-01-09

I have little problem with cinema experience (with confluence and mpc hc). When i click on cinema trailer is playing but after the end of trailer they are no movie.

It's very strange, maybe you can help me. I a forgot one thing ?


- canadave - 2012-01-09

matthieu299 Wrote:I have little problem with cinema experience (with confluence and mpc hc). When i click on cinema trailer is playing but after the end of trailer they are no movie.

It's very strange, maybe you can help me. I a forgot one thing ?

Post a debug log...otherwise, we're all just guessing Smile


log - matthieu299 - 2012-01-09

Ok i understand. What is the process for record a log file ? what is the file ?

thk's


only trailer, my movie don't start - matthieu299 - 2012-01-10

i have some new that's my log :

use pastebin for logfiles please!


only trailer, my movie don't start - matthieu299 - 2012-01-10

suite :


use pastebin for logfiles please!

Very strange.


- canadave - 2012-01-10

Use pastebin.com, don't paste the text directly here. Also, post the entire log, not just a snippet.


only trailer, my movie don't start - matthieu299 - 2012-01-10

it's better with this :

http://pastebin.com/raw.php?i=DWerP9PS

thk's


- giftie - 2012-01-10

matthieu299 Wrote:it's better with this :

http://pastebin.com/raw.php?i=DWerP9PS

thk's

Your log does not show the script starting at any time. Also you are using a Pre-Dharma version of XBMC(very old) which might be a reason. The script is Dharma(1.0.53) is Dharma only(it may not run on pre-dharma) and Eden(2.0.53) friendly.

If you could post a full debug log that you use the script in, I should be able to figure out the problem. See this message for step by step instructions http://forum.xbmc.org/showpost.php?p=664142&postcount=3


- Martijn - 2012-01-10

FYI.
'The Trailers' is XBMC repo.
No functionality change to AMT-Lite (except it's Eden only)