I recently had to move my files from my computer hard drive to Dropbox because my laptop kept crashing. Since I moved the files onto another device I am unable to open the AUP file. I have the corresponding _data files.
How do I re-map them so so the data files communicates with the AUP file?
“AUP” files are “XML” format plain text (XML - Wikipedia) and may be viewed in any plain text editor (such as NotePad++).
Note that modern versions of Microsoft “NotePad” are very poor editor apps for plain text, as the app imposes non-standard encoding and formatting, and very limited features.
This is an example of a very small and simple .AUP file:
There we have the name of one of the audio data blocks, “e0000f97.au”.
The first 5 characters of the file name (in this case “e0000”) tells Audacity where the file is located with the directory hierarchy within the _data folder (in this case it is in "test2_data\e00\d00").
So Audacity will search the contents of “test2_data” for the file “e0000f97.au” in the sub-directory specified by the first part of the file name. If that file does not exist, then that’s an error. Audacity will complain about “missing blockfiles” and it will not be possible to open the project correctly.
You need to ensure that:
The _data folder named in the AUP file exists in the location specified by the AUP file.
The data “blockfiles” (the “.au” files) specified in the AUP are present in the _data folder, in the location specified by the first 5 characters of the .AU file name.