Remaining time timecode

2»

Comments

  • Yes I finally found in the template what option to change - it was 2 places that seemed to need a change.

    I wanted it to be the default since I am bringing it in thru Millumin as a browser.

  • Couple samples modified for y'all to try. Bring it in as a Safari Browser in Millumin using 127.0.0.1:8080. These are both designed at 1920x1080. Add a CHROMA KEY to the layer using RED. I send these to my Video Switch which then gets added to the Multiview for the TD/Show Caller located FOH.



    Thank you Phillipe for putting this together for us.

  • Thank you @craigreilly for sharing this.

  • edited February 2023

    anyone help? Sometimes I throw a PNG or JPG into the TIME layer. I would like the duration and countdown to go away, but I can not seem to get this to work,

    nothing ever shows for duration. I must be doing something wrong with the "IF" statement. (code shortened.)

    {

    "type": "text",

    "id": "DURATION",

    "value": "TRT: @{durationString}",

    "default": "",

    "linkId": "",

    "address": "auto",

    "preArgs": "",

    "decimals": 2,

    "target": "",

    "top": 0,

    "if": {

    "properties": {

    "durationString": null

    }

    },

    "then": {

    "visible": false

    },

    "else": {

    "visible": true

    },

    }

  • hello I finally achieve to run it in a window


    question how I can run it on safari ?

    or inside millumin

  • edited February 7

    Hi Forum,

    I've been banging my head on this for two days now.

    Where is the information on what to do with these .json files?

    I've downloaded open-stage-control and have absolutely no idea what anything in this control panel means or what to change. I can't find a single tutorial on even how to use it to do anything.

    The countdown clock .json files open but everything says undefined. The link to the countdown app that is referenced throughout Millumin's free apps and the other forum post is a broken link and was posted in 2019.

    I'm no programmer, just a user who desperately needs the countdown clock to be larger than 6pt font. Please anyone post a comprehensive tutorial on making this cobbled mess of .json files with open-stage-control or some other thing work. Posting a screen shot of the final output doesn't help me do it, it just frustrates me that I know it's possible but have no way to learn the steps to do it.

    Thanks!

  • @daveknode

    Run open stage control, load the json file, click the play button.

    In Millumin change the layer name to time, go to the OSC option tab and change the port to 8080 and select the ip address in the drop down

  • Hello @daveknode,

    On our help-center, there is this tutorial here that explains how to open an Open-stage-control template (the .json file).

    Best. Philippe

    PS : I removed the old and dead link from our help-center.

  • Hi Forum

    I am not having any luck with the multiple layers.json script. When I run my show over multiple layers the OSC countdown only shows my first layer then only shows 'undefined' with no countdown when millumin auto plays to the next layer. Does this only work if all videos are dropped onto a single layer called 'time'? is it possible to have it follow between the layers?

    Also, how do I get the media title in the OSC countdown? is that possible?


    Thank you!

    BPT

  • Hello @bpt1901,

    The template LayerClock (multiple layers) was a bonus for those who want to go futher with Open-Stage-Control. Anyway, I updated the tutorial here to show how to customize this template.

    I also updated the templates of the tutorial, so it shows the name of the media.

    Best. Philippe

  • edited March 1

    Hi Philippe,

    Thank you very much. I got it working pretty close to how I would like it with the new templates. I think I need a bit of a tutorial on customising OSC to suit, is the link to the github OSC documentation the best resource?

    Thank you

    BPT

  • Yes, these templates are meant to be customized (this is just a base).

    More info in the OSC documentation here.

Sign In or Register to comment.