janslow / qlab-from-csv

Reads a list of cues from a CSV and puts them into Figure53's QLab.
MIT License
3 stars 2 forks source link

Update cuelist instead of recreate #3

Open janslow opened 9 years ago

janslow commented 9 years ago

At the moment, the project is write only to QLab. I.E., it can't update the cuelist, only append a new cuelist to it.

Because of this, if a change is made to the source CSV, the entire cue list must be manually deleted and then recreated. This takes a while if the source has many cues.

A solution to this is to make the project look at the current state of the cuelist and add/delete/replace top-level cues only if they are different to the source.

It should also update references of start cues.