Jump to content
3 votes
Guests cannot vote
Partially Complete

Intermission/Interval Sequence

  • Views: 382
  • Submitted:

A timestamp set in the sequence which breaks the movie into two halves. At the time stamp specified, the movie stops playing to transition to a bunch of short films or ads and then once this sequence is completed, the movie resumes from this time sequence. Like an intermission or interval between the movie. 

User Feedback

Recommended Comments

I see that you are working on it! Thank you for that!

 

Sorry for this but do we have a version out for this or we need to wait a little longer?

Link to comment
Share on other sites

  • Administrator

The latest version of PreShow has an option for middle chapter.  This doesn't really provide any specific functionality at this point, but someone could use an action file to pause the film, or do anything else that can be done in an action file. 

This request just happened to come in as I was working on the last chapter/credits functionality so I set up at least an initial step at that point.  I may add more functionality to this at some point, but I have a bunch of other things to do on my list prior to that. 

Link to comment
Share on other sites

  • Administrator

This may not be exact, but it is something like:

http://<username>:<password>@<ip-address>:8080/jsonrpc
{"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 0 }, "id": 1}

sleep://120000

http://<username>:<password>@<ip-address>:8080/jsonrpc
{"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 0 }, "id": 1}

At 1 point I started to build in an option to pause it and pop up a display saying it was pause for a certain amount of time.  But then I remembered that most people have disabled those messages with PreShow and it would just cause more confusion. 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...