Date: Mon, 22 Jul 2002 21:16:56 -0400 From: Andrew J Caines <A.J.Caines@halplant.com> To: FreeBSD Question Mailing List <questions@freebsd.org> Subject: Re: Mp3 Tags Message-ID: <20020723011656.GG309@hal9000.halplant.com> In-Reply-To: <20020722083723.A9211-100000@216-164-225-145.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com> References: <20020722083723.A9211-100000@216-164-225-145.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Christopher, > Is there a command that I can use to strip the tags off of Mp3's? > I want to strip the ID3v1 and ID3v2 tags out. Or does anybody have a The id3convert from the id3lib package is simple to use for this. ----8<---- # id3convert --help id3convert 1.8 Uses id3lib-3.7.13 This program converts and strips ID3v1/1.1 and Lyrics3 v2.0 tags to ID3v2 tags. Usage: id3convert [OPTION]... [FILE]... Converts between id3v1 and id3v2 tags of an mp3 file. -1, --v1tag Render only the id3v1 tag -2, --v2tag Render only the id3v2 tag -s, --strip Strip, rather than render, the tags -p, --padding Use padding in the tag -h, --help Display this help and exit -v, --version Display version information and exit Will render both types of tag by default. Only the last tag type indicated in the option list will be used. Non- rendered will remain unchanged in the original file. Will also parse and convert Lyrics3 v2.0 frames, but will not render them. ----8<---- This, id3tag and id3info command from this package are more useful than the mp3rename port. Take a look in the audio ports section for more tools. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723011656.GG309>