Re: Cinema
--------------------------------------------------------------------------------
Quote:
Originally Posted by Wanilton
Hello Giftie
I Test this mod by James, from voxcommando and work great with cinema experience and xbmc, without problem in run in videoinfo too.
Look this and feedback for me, please.
I Hope this help you too..
I don't know what happened with that new version of cinema experience that was supposed to be coming out, but the mod for the current one is as follows:
The file...\AppData\Roaming\XBMC\addons\script.cinema. experience\resources\lib\xbmcscript_player.py
can be modified as follows:
line 173 is currently:
Code:
movie_title = self.playlist[ 0 ].getdescription()
we just need to add directly after this new line:
Code:
xbmc.executehttpapi( "Broadcast(CElaunch<li>"+ movie_title +";33000)" )
Then as of version 0.874 (coming soon) we will get an event containing the movie name, which we can use to announce the movie using TTS or whatever.
Also, we can run cinema experience directly from the movie browsing screen (no need to open the info window) with this VC action:
Quote
XBMC.ExecBuiltin RunScript(script.cinema.experience)
Actually you can probably run it from anywhere, but if you aren't on the movie browsing screen it won't know what movie to play, so it will probably just play the intro stuff and then stop. It doesn't make much sense, but you can use it with TV shows too if you want
Answear Giftie
/b]
Starting the script that way with a version below 1.0.11(yes the only version available from the repo is 1.0.10) it wouldn't queue a video to play. Though if you have a movie in focus, it would queue that movie.
The latest version is still in testing.. Quite a few changes have been made. A lot of enhancements. The script will allow for multiple features, so I added this 'announcement' to occur as the Movie starts.