Re: Fwd: ogg tag

Michael Mauch <[email protected]> Wed, 26 Jul 2006 18:35:41 +0200
Newsgroups gmane.comp.multimedia.grip.user
Message-ID <20060726163541.GA17017@elmicha.333200002251-0001.dialin.t-online.de>
Ron Eggler wrote:

> On Tue, 2006-07-25 at 19:22 +0200, Michael Mauch wrote:

> > If you need to remove the ID3 tags from a file, you can do:
> > 
> >   id3v2 --delete-all your_file.ogg
> 
> hm, i have many ogg files, can i somehow write a shell script which is
> going recursively thru all directories? Could anybody help me writing
> it? I'd appreciate alot!

If you have GNU find, you can do:

  find DIRECTORY -name "*.ogg" -print0 | xargs -0 id3v2 --delete-all

Instead of DIRECTORY put the top level directory where your ogg files
are. Please try that with a copy of your files first (perhaps only a few
directories).

Regards...
		Michael

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV