So I got the error with 4.0.13 to go away by using the "script.cinema.experience" folder from 4.0.10.
Unfortunately while the script runs, EventGhost does not seem to be picking up any UDP broadcasts.
LINK to the log.
So, for testing purposes I switched back to 4.0.10.
I got the broadcasts to show up in EG, but only with an odd work around.
LOG is here, and the following is the basic steps I took line by line.
808 - Highlight movie and hit "i" for the info window.
827 - Start Cinema Experience script
1014 - Script Start triggers, this is seen in EG
1188 - The movie begins to play but there is no Movie trigger from CE.
1227 - I press the "s" key to bring up the shutdown menu.
1233 - The Movie trigger immediately goes off and is seen in EG.
1256 - I press "space" to pause the movie, no Pause trigger.
1263 - I resume playback, no Resume trigger.
1268 - I press "s" to bring up shutdown menu
1273 - Pause immediately triggers
1277 - Resume immediately triggers
These both show in EG in rapid succession.
Now I leave the Shutdown menu open and try pausing and resuming
1281 - I pause the movie.
1285 - CE immediately sees the pause and and reports Playback Paused. I had not seen this line before.
1288 - Pause triggered.
...and then I resume the movie and CE reacts immediately.
This is with the Shutdown menu open on screen.
It seems like CE gets stuck and the Shutdown menu unclogs it for some reason.
Trying to get this to work has been fairly frustrating but alot of that may have to do with my own lack of understanding of this script and EventGhost and Python and zVirtualScenes and Z-Wave devices... I kind of dove into the deep end with this.
I am eager to get this working so let me know if there is any other testing I can do to help.
(2014-07-02, 02:23)jer78 Wrote: Oh good, someone else has the same problem as I do. I can confirm that the error still occurs when the folder is renamed to script.cinema.experience. I thought maybe it was the skin but I get the same error on 3 skins I tried. Running Gotham 13.1 on a Mac. I also had no problem running the Cinema Experience from the XBMC repo. It's just the github gotham version that's breaking.
jer78
I believe the problem you're having is the same I had.
Unfortunately, I don't think renaming the folder will cut it.
If you look inside that folder I believe there will only be the settings.xml file.
For some reason 4.0.13 does not appear to be populating the folder with the other bits.
Specifically, the ha_scripts folder that contains the home_automation.py file.
This is why I used the 4.0.10 script.cinema.experience folder that I mentioned in my previous post.
Being diligent testers and trying to remove all trace of the old version before installing the new version seems to have bitten us both this time.
Oh, and if you get 4.0.13 running let me know cuz I want it too!