Original thread title: "Bug: Importing Labels through command line fails"
I working on adding Audacity as an optional assistant application to Blender, so audio strips from the Video Sequencer can be round tripped in Audacity.
I need to mark the area of the audio file used in the Blender(not always the full file duration) in Audacity, so I wanted to use an Audacity label for this.
So I'll need to open both an audio file and an audacity label file through the command line. Like this:
Code: Select all
C:\Program Files (x86)\Audacity>audacity "C:\Users\45239\Desktop\Billy.wav" "C:\Users\45239\Desktop\label.txt"
Code: Select all
126.348822 1758.354445 Billy.wav
Is this a bug, an unsupported feature or is there some way I can work around this?
It would be nice if Blender and Audacity could benefit from each other this way.
(Btw. opening "List of Files..." also seems to fail.)
(Btw. btw. Label import through command line also fails in Audacity 3.0 beta)