Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for? Sign In Sign Up
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:
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?
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