Hi,
I want to use abcde to encode my CD's into flac first and then into mp3, using lame.
flac encoding works fine, but when I try to encode into mp3, I get the following error:
abcde error: id3v2 is not in your path
which is true ;-)
Where can I get an appropiate version of id3v2 for macintosh (commandline) ? I actually though that that's already kind of integrated in lame, but apparently it isn't.
Thanks for your help
Get it
here and compile it yourself or modify abcde to use LAME's tagging routines.
dev0
Thanks for your reply. I downloaded id3v2 and id3lib (a pre-requisite), but the compilation of id3lib failed with the following error:
ld: Undefined symbols:
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::_Rep::_M_dispose(std::allocator<wchar_t> const&)
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::basic_string[in-charge](std::basic_string<wchar_t,
>std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::_S_empty_rep_storage
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::_Rep::_M_destroy(std::allocator<wchar_t> const&)
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::append(unsigned long, wchar_t)
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
>::reserve(unsigned long)
make[2]: *** [id3info] Error 1
Has anyone suceeded in compiling id3lib on Mac OS X?
Or how would I configure abcde to use lame's internal tagging instead?
Thanks.
Tec9SD
May 19 2004, 21:02
I believe you're going to need to get the newer files from the ID3v2 CVS and replace the files in your current directory. The id3v2-0.1.11 release appears it was finalized 2004-05-04
QUOTE
Fix for id3v2.cpp not building, OSX 10.2 support
id3v2 CVS(Thanks, btw. I've been looking for a Win32 CLI tagger that will
write ID3v2(.3) for a while.

)
tec
Edit:
I came across this while searching google for other command line id3v2 programs for *nix or Win32.
macosxhints - Manage MP3 ID3 tag information from the command line