Hello, I have mod-script-pipe working on mac HighSierra 10.13. If I use the pipeclient.py file to test the command:
Export2: Mode=Selection Filename="sampleFile.mp3" NumChannels=2
It will render the sampleFile.mp3 starting at the 'Applications' directory. So the output filepath is 'Applications/sampleFile.mp3'
My question is how can I change the output filepath to be elsewhere, like my /Users/martin/Documents folder?
On windows I can specify the full filepath from the start of the c drive for the filename, is there some way I can do that on mac OS to use the absolute path of the mp3 file in the export command? I want to do something like:
Export2: Mode=Selection Filename="/Users/martin/Downloads/tempFolder/sampleFile.mp3" NumChannels=2
It causes an error saying FileNotFoundError ERRno 2 No Such file or directory
Mac HighSierra export command default location in applications folder
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
martinbarker99
- Posts: 14
- Joined: Wed Jan 22, 2020 9:42 pm
- Operating System: Windows 10
Re: Mac HighSierra export command default location in applications folder
You need to enter the full path and file name to the Export2 command.martinbarker99 wrote: ↑Mon Feb 10, 2020 8:26 amhow can I change the output filepath to be elsewhere, like my /Users/martin/Documents folder?
For example (this example is on Linux):
Code: Select all
Export2:Filename="/home/steve/Desktop/exported.wav"Check that the folder "/Users/martin/Downloads/tempFolder/" exists before you export.martinbarker99 wrote: ↑Mon Feb 10, 2020 8:26 amIt causes an error saying FileNotFoundError ERRno 2 No Such file or directory
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Mac HighSierra export command default location in applications folder
And use good filename hygiene with no punctuation marks other than -dash- and _underscore_.
Koz
Koz