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   [EMAIL PROTECTED]  |
| "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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to