changing name of file after recording
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
-
buddy nichols
- Posts: 18
- Joined: Mon Oct 08, 2007 1:16 pm
- Operating System: Please select
changing name of file after recording
I use Audacity to record our church services at the sound booth. On the last recording I closed and saved. I then realized that I had put in 2007 instead of 2008 date in file name. I opened the recording, edited the content, saved and closed. I then right-clicked on recording Icon and selected "name change" then enter. Now I cannot open the recording but get an error message. I now know that changing the file name was a mistake before I exported to a WAV. file. My question: Is there someway I can retreve the recording?
-
kozikowski
- Forum Staff
- Posts: 68901
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: changing name of file after recording
It depends on what you changed. If you just renamed the AUP file, can't you just rename it back? You do have to put it back accurately, tho.
If you open up an AUP file in NotePad/TextEdit, you will find it's a vaguely English list of instructions. It's certainly not a sound file. If you start seeing entries like this:
aliasfile='/Users/koz/Desktop/trance2.wav'
That's literally a cut and paste from one of my AUP files. That's the location of one of the files in my edit. That "trance" music file has to be right there when I open up the project, or there is no project.
Here's another entry from inside my AUP project file:
<audacityproject projname="trance2_data" version="1.1.0" audacityversion="1.2.5"
That line tells me the original filename/project name of my show.
You can find a lot by rooting around in there.
Koz
If you open up an AUP file in NotePad/TextEdit, you will find it's a vaguely English list of instructions. It's certainly not a sound file. If you start seeing entries like this:
aliasfile='/Users/koz/Desktop/trance2.wav'
That's literally a cut and paste from one of my AUP files. That's the location of one of the files in my edit. That "trance" music file has to be right there when I open up the project, or there is no project.
Here's another entry from inside my AUP project file:
<audacityproject projname="trance2_data" version="1.1.0" audacityversion="1.2.5"
That line tells me the original filename/project name of my show.
You can find a lot by rooting around in there.
Koz
-
buddy nichols
- Posts: 18
- Joined: Mon Oct 08, 2007 1:16 pm
- Operating System: Please select
Re: changing name of file after recording
Thanks for your help.