AEON 65 and Cinema Experience
#1
Is anyone else getting a "Script Error" message while trying to access it through the "Cinema" button? I can use the script through programs but not through the actual "Cinema" button per each movie.
Reply
#2
I have it working perfectly which I guess doesn't help you but gives you hope? Smile

Have you looked at the log file?
Reply
#3
Yeah all it says there is a "error in default.py, line 41, in ?"

and "xbmcscript_player.py line 18, in ?"

It works on every other skin except Aeon65.
Reply
#4
Dont know if this will help you, but after I changed the following it worked for me. Apperently the Script behind the Cinema Button ist still linked to Home Theater Experience.

1. Go to the 720p folder in your Aeon65 Skin folder

2. Open DialogVideoInfo.xml

3. Change

</item>
<item id="6">
<label>314122</label>
<visible>Container.Content(movies)</visible>
<onclick>Playlist.Clear</onclick>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
</item>

to

</item>
<item id="6">
<label>314122</label>
<visible>Container.Content(movies)</visible>
<onclick>Playlist.Clear</onclick>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick>
</item>
Reply

Logout Mark Read Team Forum Stats Members Help
AEON 65 and Cinema Experience0