ExifTool Forum

ExifTool => Newbies => Topic started by: thatguy on May 29, 2014, 11:13:12 AM

Title: Can't delete tags
Post by: thatguy on May 29, 2014, 11:13:12 AM
I'm trying to scrub some extraneous metadata from some mp3s I bought online. When I run exif tool with -a -s -G1, they show up as ID3v2_3 tags. When I try to remove the tags using -TAG= syntax (substituting the real id of the tag, of course), I get "Warning: Tag 'X' does not exist" (same result with -ID3v2_3:TAG=). When I run exiftool with the -v2 option, I see a bunch of "Private (Subidrectory) --> stuff, e.g.,

  | Private (SubDirectory) -->
  | - Tag 'PRIV' (42 bytes)
  | Private (SubDirectory) -->
  | | Tag2Scrub = Value
  | | - Tag 'Tag2Scrub' (27 bytes)

How can I remove these tags?
Title: Re: Can't delete tags
Post by: Phil Harvey on May 29, 2014, 11:52:20 AM
Sorry, ExifTool does not yet support writing MP3 files.  You need to find some other utility to do this.

- Phil