importing mp3 files
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
importing mp3 files
mp3 files cannot be imported into Audacity if they have a backslash '' anywhere in the name of the file. I had no problems importing such files into other programs though, even if they had the backslash character in the file's name. Is this a problem with LAME or Audacity?
Re: importing mp3 files
Which version of Audacity are you using? (Look in "Help > About Audacity").
With the current 2.0.4 version of Audacity on Linux I have no problem importing MP3 files that have a backslash in the name. However, I'd not normally use backslash in a file name - if I want to use that file on a Windows machine I'd have to rename it as backslash is not a valid file name character on Windows.
With the current 2.0.4 version of Audacity on Linux I have no problem importing MP3 files that have a backslash in the name. However, I'd not normally use backslash in a file name - if I want to use that file on a Windows machine I'd have to rename it as backslash is not a valid file name character on Windows.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: importing mp3 files
I'm using Audacity v2.0.2 running under OS X Lion. It's about time I've installed the latest update, but I don't think it would make any difference. Other programs don't have any problem importing files with a backslash in their name.
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: importing mp3 files
Other Mac programs. At work we have a policy of no punctuation marks or spaces in filenames because our files have to travel to any of three computer types of any age all over earth. If this is a Mac-centric problem, then the Mac programming will have to be inspected and possibly corrected. There aren't a lot of Mac programmers so be patient.Other programs don't have any problem
Koz
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: importing mp3 files
If you're happy with the version you have, I'd probably stay there. 2.0.4 introduced quite a few Mac problems and 2.0.5 will be out shortly.It's about time I've installed the latest update
Koz
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: importing mp3 files
It wouldn't make any difference - Audacity seems to have a problem with the backslash when opening or importing.bawe wrote:I'm using Audacity v2.0.2 running under OS X Lion. It's about time I've installed the latest update, but I don't think it would make any difference. Other programs don't have any problem importing files with a backslash in their name.
But as a workaround, you can drag the file into Audacity.
LAME is for MP3 export, not MP3 import, and you should as far as I know be able to export files with a backslash in the name.
But you can't save AUP projects with a backslash in the name.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: importing mp3 files
A developer did look into this, but it's a problem with a file name check function in WxWidgets which doesn't work properly on Mac, but still has to work on Windows which is more restrictive about allowable file name characters.Gale Andrews wrote:Audacity seems to have a problem with the backslash when opening or importing. But as a workaround, you can drag the file into Audacity.
To fix it, the all the instances of the function would have to be replaced in the entire source code with our own custom function, then ensure all new code that we may write uses the custom function.
So there is a bug open for this ( http://bugzilla.audacityteam.org/show_bug.cgi?id=666 ) but no immediate fix is likely.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual