Difference between revisions of "File manager context menus"
(Minor tidy) |
|||
Line 1: | Line 1: | ||
− | = | + | ==Loss of audio in Project due to missing dependent file== |
− | |||
− | + | '''1.2.x and 1.3.0/1.3.1 (Beta) versions of Audacity.''' | |
− | If you do any of these: | + | By default, Audacity imports uncompressed files such as .WAV or AIFF by reading them directly from the file. This is normal practice with media editors and both speeds up the import considerably and avoids the rapid consumption of disc space that copying the file would involve. However, this means that you '''need to keep the imported .WAV or AIFF file available''' for Audacity to use in the exact file path it existed in when you imported it. |
+ | |||
+ | If you do '''''any''''' of these: | ||
* move the file to another location | * move the file to another location | ||
Line 14: | Line 15: | ||
you will find your Project will have either no sound, or sound only in places, even though you can see the waveform on the screen. If there is sound in any of the Project, this will be only in those sections where you edited the Project while the original audio was in place. Where you did this, Audacity saved that edited data in the Project folder. | you will find your Project will have either no sound, or sound only in places, even though you can see the waveform on the screen. If there is sound in any of the Project, this will be only in those sections where you edited the Project while the original audio was in place. Where you did this, Audacity saved that edited data in the Project folder. | ||
− | If you are in this situation, simply open the .aup Project file in a text editor such as Notepad. The file(s) that you originally used to read data into the project are marked in the .aup file as "aliasfile". Use the text editor's "Find" function to search for "aliasfile" (without quotes), and note the full path to these files that is noted in the .aup file e.g. | + | If you are in this situation, simply open the .aup Project file in a text editor such as Notepad. The file(s) that you originally used to read data into the project are marked in the .aup file as "aliasfile". Use the text editor's "Find" function to search for "aliasfile" (without quotes), and note the full path to these files that is noted in the .aup file e.g. {{path|1=aliasfile='C:\My Music\Music22.wav'}} |
− | |||
− | |||
If you can restore the files noted as aliasfiles to the exact path noted in the .aup file, the Project will have full sound again. | If you can restore the files noted as aliasfiles to the exact path noted in the .aup file, the Project will have full sound again. | ||
− | To avoid this problem in future when importing uncompressed files, either retain the original audio file or set Audacity to make a copy of the file, which will then be stored in the Project's _data folder when the Project is saved.Set Audacity to make a copy of the imported file by going to the | + | To avoid this problem in future when importing uncompressed files, either retain the original audio file (in its correct location) or set Audacity to make a copy of the file, which will then be stored in the Project's _data folder when the Project is saved. Set Audacity to make a copy of the imported file by going to the {{menu|Preferences > File Formats tab > "when importing uncompressed audio...." section}} and check the radio button {{menu|"make a copy of the file before editing (safer)"}}. |
− | Note this issue does not arise if importing compressed data such as an .MP3 or .OGG file, as Audacity automatically makes a copy upon import. | + | :'''Note:''' this issue does not arise if importing compressed data such as an .MP3 or .OGG file, as Audacity automatically makes a copy upon import. |
− | '''1.3.2 and later Beta versions of Audacity | + | '''1.3.2 and later Beta versions of Audacity''' |
− | In Beta versions '''1.3.2 onwards''', Audacity by default will show a dialogue every time you save a Project if it's dependent on other audio files, and give you the option of copying them into the Project so that it's self-contained. The dialogue also gives you the option to always copy data into the Project, never do so, or always ask what to do. These three options can also be accessed on the {{menu|File Formats tab | + | In Beta versions '''1.3.2 onwards''', Audacity by default will show a dialogue every time you save a Project if it's dependent on other audio files, and give you the option of copying them into the Project so that it's self-contained. The dialogue also gives you the option to always copy data into the Project, never do so, or always ask what to do. These three options can also be accessed on the {{menu|Preferences > File Formats tab}} exactly as in 1.2.x. |
− | |||
+ | ==Directory write-protected or disk full error when writing WAV/AIFF== | ||
This tip applies to '''1.2.x''' and '''1.3.0/1.3.1''' versions of Audacity. | This tip applies to '''1.2.x''' and '''1.3.0/1.3.1''' versions of Audacity. | ||
Line 36: | Line 35: | ||
You will receive the above error if you both: | You will receive the above error if you both: | ||
− | * when importing uncompressed audio data such as a .WAV or .AIFF file, use Audacity's default behaviour of reading the data directly from the original file, and | + | * when importing uncompressed audio data such as a .WAV or .AIFF file, use Audacity's default behaviour of reading the data directly from the original file, '''''and''''' |
* export your Project's audio data to the same file name and directory as the file you imported | * export your Project's audio data to the same file name and directory as the file you imported | ||
− | The problem occurs because Audacity cannot delete the original file in order to overwrite it when it is already reading it. This issue does not arise if importing a compressed audio file | + | The problem occurs because Audacity cannot delete the original file in order to overwrite it when it is already reading it. (This issue does not arise if importing a compressed audio file such as an .MP3 file, because in the case of compressed audio Audacity automatically makes a copy upon import.) |
− | such as an .MP3 file, because in the case of compressed audio Audacity automatically makes a copy upon import. | ||
To avoid this problem in 1.2.6, either | To avoid this problem in 1.2.6, either | ||
* save your exported .WAV or .AIFF to another file name or another directory, or | * save your exported .WAV or .AIFF to another file name or another directory, or | ||
− | * set Audacity to make a copy of the imported file. You do this on the | + | * set Audacity to make a copy of the imported file. You do this on the {{menu|Preferences > File Formats tab > "when importing uncompressed audio...." section}} and check the radio button {{menu|"make a copy of the file before editing (safer)"}}. <span style="color:green; font-size:88%">'''HINT:''' You need to exit and restart Audacity before this Preference change takes effect.</span> |
− | In 1.3.2 and later Beta versions of Audacity, this problem is handled differently, and you do not need to take the steps necessary in 1.2.6 as above. If you have Audacity set to make a copy of the original file, you can overwrite the original file just as in 1.2.6. If you have Audacity set to read directly from the original file, it will rename the original file by appending "-old1" to its filename, allowing you to export the edited audio as the original filename. Once you are happy with the newly exported file, simply delete the original file with the "-old1" | + | In 1.3.2 and later Beta versions of Audacity, this problem is handled differently, and you do not need to take the steps necessary in 1.2.6 as above. If you have Audacity set to make a copy of the original file, you can overwrite the original file just as in 1.2.6. If you have Audacity set to read directly from the original file, it will rename the original file by appending "-old1" to its filename, allowing you to export the edited audio as the original filename. Once you are happy with the newly exported file, simply delete the original file with the "-old1" suffix. |
− | = | + | |
+ | ==Error importing file with spaces in filename from right-click context menu== | ||
This error occurs on pre-Vista versions of Windows with all versions of Audacity, when you create a custom right-click Explorer context menu item for a particular file type, using the "Folder Options" applet in the Windows Control Panel. For example you might want to create a custom context menu item to edit .WAV files with Audacity, but leave the default action when you double-click a .WAV file such that it plays with Windows Media Player. The symptoms of the error are that Audacity gives multiple warnings that it cannot open files which each have a name corresponding to one word of the file name. Note this error does not occur when using the Windows built-in "Open With" context menu item. To correct this problem in pre-Vista versions of Windows: | This error occurs on pre-Vista versions of Windows with all versions of Audacity, when you create a custom right-click Explorer context menu item for a particular file type, using the "Folder Options" applet in the Windows Control Panel. For example you might want to create a custom context menu item to edit .WAV files with Audacity, but leave the default action when you double-click a .WAV file such that it plays with Windows Media Player. The symptoms of the error are that Audacity gives multiple warnings that it cannot open files which each have a name corresponding to one word of the file name. Note this error does not occur when using the Windows built-in "Open With" context menu item. To correct this problem in pre-Vista versions of Windows: | ||
− | # Click | + | # Click {{menu|Windows Start button > (Settings) > Control Panel > Folder Options}}. |
− | # Click on the File Types tab | + | # Click on the {{menu|File Types tab}}. |
− | # Navigate to the file extension for your context menu item e.g. WAV and click "Advanced" | + | # Navigate to the file extension for your context menu item, e.g. WAV, and click "Advanced" |
# In the "Actions" window, select your right-click menu command and click "Edit" | # In the "Actions" window, select your right-click menu command and click "Edit" | ||
− | # In "Application used to perform action", enclose the %1 after the path inside quotes for example < | + | # In "Application used to perform action", enclose the %1 after the path inside quotes, for example:<br>{{path|"C:\Program Files\Audacity 13 Beta\audacity.exe" "%1"}} |
− | # Click OK, OK and Close. | + | # Click OK, OK and Close. |
Now you can right-click over the file in Explorer, click your context menu item and the file will import properly. | Now you can right-click over the file in Explorer, click your context menu item and the file will import properly. | ||
− | Unfortunately, Vista lacks any direct way to either create or edit custom context menu items, so to create such you will need a third party application. You can try File Type Doctor from the | + | Unfortunately, Vista lacks any direct way to either create or edit custom context menu items, so to create such you will need a third party application. You can try File Type Doctor from the {{external|[http://www.creativelement.com/powertools/ Creative Element Power Tools]}} (shareware) or {{external|[http://softpro.1930.ru/downloads/fe/fesetup.exe Fast Explorer]}} (freeware - but to edit any existing context menu such as those added by other programs, you have to delete them then recreate them). |
− | As an alternative | + | As an alternative workaround to stop Audacity trying to open each word of a file as a separate file, for each file you want to open from your context menu, replace the spaces in the filename with an underscore e.g. |
− | + | :{{path|C:\Multimedia\audio_files\very_beautiful_melodies.wav}} | |
There is also another way to open a file without having to launch Audacity first and use its "Import Audio" command. This is to drag the file onto the Audacity icon (e.g. on your desktop or in your Program_Files folder). | There is also another way to open a file without having to launch Audacity first and use its "Import Audio" command. This is to drag the file onto the Audacity icon (e.g. on your desktop or in your Program_Files folder). | ||
− | |||
− | Using 1.2.x versions of Audacity under Windows, you cannot right-click and open multiple files using your custom context menu, or right-click and open any files once Audacity is already running; you will simply receive an "Audacity already running" error. If you need to open multiple files from right-click, or open them from right-click when Audacity is already running, you will need to use the | + | ==Error opening more than one file from right-click context menu== |
+ | |||
+ | Using 1.2.x versions of Audacity under Windows, you cannot right-click and open multiple files using your custom context menu, or right-click and open any files once Audacity is already running; you will simply receive an "Audacity already running" error. If you need to open multiple files from right-click, or open them from right-click when Audacity is already running, you will need to use the {{external|[http://audacity.sourceforge.net/download/beta_windows Beta 1.3.3 version of Audacity]}}. Even then (due to a current bug), if you import multiple files from right-click, Audacity will import each file after the first one twice. | ||
+ | |||
− | = | + | ==Moving and renaming Project files and folders== |
− | + | '''''(To be added.)''''' | |
[[Category:Tips]] | [[Category:Tips]] |
Revision as of 18:32, 11 November 2007
Contents
- 1 Loss of audio in Project due to missing dependent file
- 2 Directory write-protected or disk full error when writing WAV/AIFF
- 3 Error importing file with spaces in filename from right-click context menu
- 4 Error opening more than one file from right-click context menu
- 5 Moving and renaming Project files and folders
Loss of audio in Project due to missing dependent file
1.2.x and 1.3.0/1.3.1 (Beta) versions of Audacity.
By default, Audacity imports uncompressed files such as .WAV or AIFF by reading them directly from the file. This is normal practice with media editors and both speeds up the import considerably and avoids the rapid consumption of disc space that copying the file would involve. However, this means that you need to keep the imported .WAV or AIFF file available for Audacity to use in the exact file path it existed in when you imported it.
If you do any of these:
- move the file to another location
- delete it
- rename it
- do not make accessible the removable source it resides on
you will find your Project will have either no sound, or sound only in places, even though you can see the waveform on the screen. If there is sound in any of the Project, this will be only in those sections where you edited the Project while the original audio was in place. Where you did this, Audacity saved that edited data in the Project folder.
If you are in this situation, simply open the .aup Project file in a text editor such as Notepad. The file(s) that you originally used to read data into the project are marked in the .aup file as "aliasfile". Use the text editor's "Find" function to search for "aliasfile" (without quotes), and note the full path to these files that is noted in the .aup file e.g. aliasfile='C:\My Music\Music22.wav'
If you can restore the files noted as aliasfiles to the exact path noted in the .aup file, the Project will have full sound again.
To avoid this problem in future when importing uncompressed files, either retain the original audio file (in its correct location) or set Audacity to make a copy of the file, which will then be stored in the Project's _data folder when the Project is saved. Set Audacity to make a copy of the imported file by going to the
and check the radio button .- Note: this issue does not arise if importing compressed data such as an .MP3 or .OGG file, as Audacity automatically makes a copy upon import.
1.3.2 and later Beta versions of Audacity
In Beta versions 1.3.2 onwards, Audacity by default will show a dialogue every time you save a Project if it's dependent on other audio files, and give you the option of copying them into the Project so that it's self-contained. The dialogue also gives you the option to always copy data into the Project, never do so, or always ask what to do. These three options can also be accessed on the
exactly as in 1.2.x.
Directory write-protected or disk full error when writing WAV/AIFF
This tip applies to 1.2.x and 1.3.0/1.3.1 versions of Audacity.
You will receive the above error if you both:
- when importing uncompressed audio data such as a .WAV or .AIFF file, use Audacity's default behaviour of reading the data directly from the original file, and
- export your Project's audio data to the same file name and directory as the file you imported
The problem occurs because Audacity cannot delete the original file in order to overwrite it when it is already reading it. (This issue does not arise if importing a compressed audio file such as an .MP3 file, because in the case of compressed audio Audacity automatically makes a copy upon import.)
To avoid this problem in 1.2.6, either
- save your exported .WAV or .AIFF to another file name or another directory, or
- set Audacity to make a copy of the imported file. You do this on the HINT: You need to exit and restart Audacity before this Preference change takes effect. and check the radio button .
In 1.3.2 and later Beta versions of Audacity, this problem is handled differently, and you do not need to take the steps necessary in 1.2.6 as above. If you have Audacity set to make a copy of the original file, you can overwrite the original file just as in 1.2.6. If you have Audacity set to read directly from the original file, it will rename the original file by appending "-old1" to its filename, allowing you to export the edited audio as the original filename. Once you are happy with the newly exported file, simply delete the original file with the "-old1" suffix.
This error occurs on pre-Vista versions of Windows with all versions of Audacity, when you create a custom right-click Explorer context menu item for a particular file type, using the "Folder Options" applet in the Windows Control Panel. For example you might want to create a custom context menu item to edit .WAV files with Audacity, but leave the default action when you double-click a .WAV file such that it plays with Windows Media Player. The symptoms of the error are that Audacity gives multiple warnings that it cannot open files which each have a name corresponding to one word of the file name. Note this error does not occur when using the Windows built-in "Open With" context menu item. To correct this problem in pre-Vista versions of Windows:
- Click .
- Click on the .
- Navigate to the file extension for your context menu item, e.g. WAV, and click "Advanced"
- In the "Actions" window, select your right-click menu command and click "Edit"
- In "Application used to perform action", enclose the %1 after the path inside quotes, for example:
"C:\Program Files\Audacity 13 Beta\audacity.exe" "%1" - Click OK, OK and Close.
Now you can right-click over the file in Explorer, click your context menu item and the file will import properly.
Unfortunately, Vista lacks any direct way to either create or edit custom context menu items, so to create such you will need a third party application. You can try File Type Doctor from the Creative Element Power Tools (shareware) or Fast Explorer (freeware - but to edit any existing context menu such as those added by other programs, you have to delete them then recreate them).
As an alternative workaround to stop Audacity trying to open each word of a file as a separate file, for each file you want to open from your context menu, replace the spaces in the filename with an underscore e.g.
- C:\Multimedia\audio_files\very_beautiful_melodies.wav
There is also another way to open a file without having to launch Audacity first and use its "Import Audio" command. This is to drag the file onto the Audacity icon (e.g. on your desktop or in your Program_Files folder).
Using 1.2.x versions of Audacity under Windows, you cannot right-click and open multiple files using your custom context menu, or right-click and open any files once Audacity is already running; you will simply receive an "Audacity already running" error. If you need to open multiple files from right-click, or open them from right-click when Audacity is already running, you will need to use the Beta 1.3.3 version of Audacity . Even then (due to a current bug), if you import multiple files from right-click, Audacity will import each file after the first one twice.
Moving and renaming Project files and folders
(To be added.)