Access to history sequence date
Posted: 04 Dec 2017, 02:05
After reading this post viewtopic.php?f=4&t=5#p2459 I was unable to figure out how to access the actual date stored in the history.xml. I've tried each of the following with no luck. I'd like to obtain the delta between the prior run and the latest run in order to get a list of files that were processed during the latest run.
filebot -script fn:history --format '${date}\t${from}\t${to}' > history.tsv
filebot -script fn:history --format '${sequence}\t${from}\t${to}' > history.tsv
filebot -script fn:history --format '${sequence.date}\t${from}\t${to}' > history.tsv
How can I get the actual date from history?
Great tool!
filebot -script fn:history --format '${date}\t${from}\t${to}' > history.tsv
filebot -script fn:history --format '${sequence}\t${from}\t${to}' > history.tsv
filebot -script fn:history --format '${sequence.date}\t${from}\t${to}' > history.tsv
How can I get the actual date from history?
Great tool!