• Thanks for visiting the Kaleidescape Owners' Forum

    This forum is for the community of Kaleidescape owners, and others interested in learning about the system, equipment, services, and the company itself.

    It is run by a group of enthusiastic Kaleidescape owners and dealers purely as a service to this community.

    This board is not affiliated in any way with Kaleidescape, Inc.
    For official technical support, product information, or customer service, please visit www.kaleidescape.com

  • You are currently in "Guest" mode and not logged in with a registered account.

    The forum is free to use and most of the forum can be used by guests who are not registered....

    ... but we strongly encourage you to register for a full account. There is no cost to register for a full account.

    Benefits of registering for a full account:

    • Participate in the discussions! You must have a registered account to make posts on the forums. You will be able to start your own thread on a topic or question, or you can reply to other threads/discussions.
    • Use the "Conversation" feature (known as "private messaging" on other forums) to communicate directly with any of the other users here.
    • Access the Files area. The "resources" area of the forum contains many "Favorite Scene" and Script files that can dramatically increase the enjoyment of your Kaleidescape system. Go directly to great scenes in your favorite movies, created by other owners, and add automation to playback of your system with Scripts.
    • You won't see this annoying notice at the top of every screen!😊

    It's easy and free to register for the forum. Just click the "Register" button in the upper right corner of this page, and follow the instructions there.

Script / Send command to control system

Pio435

Active member
I'm trying to program my control system to receive a custom message from k when a played movie rises a certain event. This should look like this:

1. K-Scape sends normal PLAY_STATUS over the remote-protocol (IP or RS232)
2. when a special Position is achieved, the control system requests a script on K
3. The script gets startet. the script sends a command to control system (Special tag to clear flags and rise event)

This all works with a small restriction: When the script is started K immediately stops playing the current movie and goes back to the movieguide ....

Is this the normal behavior of sripts or is there a special syntax for custom commands to leave the current movie playing?

any help would be appreciated

Pio
 
I don't things automated like you are trying to do. However, I can manually do the following:

1. Watch a movie and while watching
2. Send a "Play_Script_X" command
3. The screen goes black and then my script starts playing (no movie guide)

John
 
OK, I think that is because your scripts holds the task to play some other content ...

My script just holds "send command to control System (string)" and this seems to stop the currently played movie. But I don't understand why?
 
Last edited:
What exactly are you trying to program? When the Control system knows the "Special position", the Control system should launch the command. Why use a script for only a "send command to Control system"?

The use of Scripts is to show movie, songs, or scenes in a specific order. If the script is not setup to repeat, it will return to the OSD or Movie Guide at completion. The example Kscape uses is Movie Night Script. It has some trivia, short scene, Control Command Start_Popcorn and then main movie.

Hope this helps.
 
... because I have to clear a string-variable in the controller and this is only possible by sending from K ...
But I just found the solution: instead of triggering a script I can directly send a custom event from K to the controller. That resets the string and affects not the K-Player ...
 
Back
Top