-
Notifications
You must be signed in to change notification settings - Fork 2
Update cuelist instead of recreate #3
Copy link
Copy link
Open
Labels
Milestone
Description
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.
Reactions are currently unavailable