TuomoKu / SPX-GC

SPX is a graphics control client for live video productions and live streams using CasparCG, OBS, vMix, or similar software.
https://spx.graphics
MIT License
300 stars 60 forks source link

Correct the 'continue' button functionality #70

Open pbelbin opened 1 year ago

pbelbin commented 1 year ago

It appears that the 'steps' value is not being defined within the template definition, and so it's not available for inclusion in the playout/rundown item, where it doesn't treat the 'continue' button properly.

This one line change fixes that issue.

Users will need to re-import the template and re-build the playout/rundown items, but at least, from that point on, the 'continue' button will work like it should, from what my testing shows.

pbelbin commented 1 year ago

Hmmmm. Seems there's more to it - 'saving' the template (eg: after configuring the server value) seems to be discarding the 'steps' value?

pbelbin commented 1 year ago

@TuomoKu , please take a look. Seems that this makes the 'steps' value be saved now, across edits of the project templates (eg: setting the casparCG player target) and this allows the 'continue' button to behave like it should during playout too.

I may have gone a bit further than strictly needed, but at least it's working for me locally.

Have not tried saving and importing via CSV file.