From owner-freebsd-questions Mon Jul 22 18:17: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3EEF37B400 for ; Mon, 22 Jul 2002 18:16:59 -0700 (PDT) Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F8643E65 for ; Mon, 22 Jul 2002 18:16:58 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id 86DE920F; Mon, 22 Jul 2002 21:16:56 -0400 (EDT) Date: Mon, 22 Jul 2002 21:16:56 -0400 From: Andrew J Caines To: FreeBSD Question Mailing List Subject: Re: Mp3 Tags Message-ID: <20020723011656.GG309@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: FreeBSD Question Mailing List References: <20020722083723.A9211-100000@216-164-225-145.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020722083723.A9211-100000@216-164-225-145.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.6-STABLE X-URL: http://halplant.com:88/ Importance: Normal User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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