Michela's notes on the cue issue:
Had issues using a cleanup script to reset a moviein OP
Exactly the same sequence of commands - cue, set cuepoint, stop cueing, play - did not do this reliably
i.e. where $movie contains moviein OP name
opparm $movie cue (1)
opparm $movie cuepoint (0)
opparm $movie cue (0)
opparm $movie play (1)
Unclear from the docs whether you need to keep setting cuepoint or whether this needs only to be set once.
Also unclear whether there is any conflict setting cue and play at different time.
My understanding, reflecting in above code, is that to reset a node you have to
1) turn cue on
2) set cuepoint to where you want to cue to
3) turn cue off
4) turn play on
I seemed to get better behaviour when I set cue permanently to 1 and the cuepoint to zero but the client still reported occasional non-restarting (meaning resumed play form wherever they stopped last time) movies.
any clarifications most welcome.
rod.
