- 0

Start CinemaVision Sequence via Kodi RPC API
Asked by
FrankMueller
About Us
CinemaVision began in 2014 as a collaboration to create content for use with your home theater, offering movie trivia slides and video bumpers. It has since grown to be THE PREMIER WAY to create and customize your preshow experience. Download the CinemaVision add-on for Kodi today from the official Kodi repository, and easily create a sequence of trivia, videos, trailers, home automation triggers and more that will bring the experience of a movie theater straight to your screen!
Hi all,
I am trying to start a Cinemavision sequence via the Kodi RPC API. The only thing I can manage is to get to the CinemaVision home screen by using the following JSON RPC message:
{
method: 'Addons.ExecuteAddon',
params: {
addonid: 'script.cinemavision',
params: [
''
]
}
}
I wonder what the supported values for the key "params" are. I could not find any documentation on that. My goal is to pass along the name of a preshow sequence and to start the preshow according to the given value.
--> Is there a description on the supported values for the key "params" for CinemaVision?
--> Is it possible to trigger the playback of any sequence (a specific one, or just a default one) via the Kodi JSON RPC API?
Best regards,
Frank.
Share this post
Link to post
Share on other sites