2014-10-02, 13:44
Trying to set it up under Gotham on RASPBMC, edited the settings to play a trailer. Now I'm wondering what the best way is to start the trailer.
- Ticked 'override play', doesn't do anything.
- Edited DialogVideoInfo.xml. Button shows, but when I click it, it looks up an actor and the name of the film. After that it goes back to the index of the movies.
- Read post #5 in this thread, but frankly, didn't quite understood.
As for DialogVideoInfo.xml, I added the following:
<control type="button" id="13">
<description>Home Cinema Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Cinema</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/pi/.xbmc/addons/script.cinema.experience/addon.py)</onclick>
</control>
Before I dive into the debug-logs... am I doing something fundamentally wrong?
- Ticked 'override play', doesn't do anything.
- Edited DialogVideoInfo.xml. Button shows, but when I click it, it looks up an actor and the name of the film. After that it goes back to the index of the movies.
- Read post #5 in this thread, but frankly, didn't quite understood.
As for DialogVideoInfo.xml, I added the following:
<control type="button" id="13">
<description>Home Cinema Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Cinema</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/pi/.xbmc/addons/script.cinema.experience/addon.py)</onclick>
</control>
Before I dive into the debug-logs... am I doing something fundamentally wrong?