Mark autostepper entries processed
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
->[archive e mp3Files &opt ui]
|
||||
(unless (tagsMatch e "stepperProcessed")
|
||||
(doFor file mp3Files
|
||||
(localFunction runAutoStepper []
|
||||
(localFunction :Void runAutoStepper []
|
||||
(try
|
||||
{
|
||||
(ui.displayMessage "autoStepping $file")
|
||||
@@ -15,8 +15,7 @@
|
||||
java -jar "${jarPath}" input="$(archive.filePath file)" duration=130 hard=true
|
||||
```
|
||||
(ui.displayMessage "done autostepping $file")
|
||||
// TODO attach the simfile and tag this as processed after ALL mp3 threads finish
|
||||
**(addTags archive e ["stepperProcessed"])
|
||||
(addTags archive e ["stepperProcessed"])
|
||||
}
|
||||
(catch [e] (ui.displayMessage "failed autostepping $file"))))
|
||||
|
||||
|
Reference in New Issue
Block a user