2014-05-12, 14:50
(2014-05-07, 04:13)inv3ntor Wrote: Its no longer there in either context menu or from the movie info screen with Aeon Nox 5 & gotham 13.
Also like i said it does work as a regular add on as i described above, its how i been using it with 12.3 & aeon nox 4.Its just no longer working with 13 & nox 5.
Guess i will just roll back to frodo 12.3 & nox4 and keep using it as a regular add on. Maybe Aeon Nox will update later and make it work in 13 like it does 12.3.
The method to use as Home Window Button is
Code:
RunScript(script.cinema.experience,movietitles)
Also the method to get Cinema Experience to run from the Info screen is to click on the Plus(+) then select Cinema Experience.
(2014-05-10, 11:03)giraz Wrote: Ok, I felt a bit stupid because I couldn't find any recurrence of "git" neither hereNeed a debug log to find out why. Nothing has changed in the flow of videos
http://wiki.xbmc.org/index.php?title=Add...Experience
neither here
https://code.google.com/p/xbmc-addons/wi...ienceIntro.
However googling around I found this: https://github.com/Giftie/script.cinema....ree/Gotham
and I installed this last version into my Openelec machine.
Now it works quite well but I have some strange behavior:
I set movie theater intro, coming attraction intro, one trailer from Apple, ratings and audio file, but seems they all play randomly. Playing the same movie many times, sometime I get movie theater intro, sometime I get trailer, and so on..
Quote:Ratings file seems to play each time, but I get always "not rated" file. I'm using MPAA rating, how can I ensure my movies are correctly rated?The script uses database info, if the script can not match the Rating( Rated PG, PG ) then it falls back onto NR.
Quote:In addiction I'd like to know how the script choose the audio file if the movie have many audio track in different format.The script uses the first Audio Format provided by the video StreamDetails(which is provided by XBMC)