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

Add log cue for every QLab cue. #15

Closed janslow closed 9 years ago

janslow commented 9 years ago

For every QLab cue in the CSV file, we should add a script cue which appends the cue number and time to a log file.

To start with, just put the file on the desktop, but this should be configurable in the future.

janslow commented 9 years ago

Original code from ruby:

"do shell script \"echo \\\"`date '+%Y-%m-%d %H:%M:%S'`,#{q_number}\\\" >> /path/to/logs/qlab_log.csv\""
janslow commented 9 years ago

Fixed 956e5a93f451eb2a69ab2e3058f0502423a396d3