remaining time on companion
Hello Phillippe!
Recently I tested controlling millumin by Companion.
Most of Functions worked well.
But, I couldn't get the remaining time of media well.
I put "$(millumin:timeLayerRemainingTime)" on button text string and It seemed work.
but it only showed secends. and I want to convert it to hh:mm:sss format.
Do you have any ideas to fix this?
Comments
I found it on github issues.
If someone are experiencing the same problem, can solve it this way.
substr(secondsToTimestamp(round($(millumin:timeLayerRemainingTime))),3,8)
Hello @HWANK1M,
You can use the expression : secondsToTimestamp($(millumin:timeLayerRemainingTime))
Do not forget to put your filed in "expression" mode :
Best. Philippe
Thanks Philippe!
You are the best!