You are not logged in.

#1 2010-05-08 01:35:14

Drake
Member
Registered: 2007-09-05
Posts: 41

mp3 etiquet

hi everyone .. i have been searching a solution about the etiquet of mp3..i try to clean the etiquet of mp3's.. and i can't find a cleaner mp3.. i try with easytag and didn't work fine for me...i have been try id3 id3ed easytag.. and nothing work fine.. i want to delete etiquet tag ide3 v1 v2 v3.... i want CLEAN completely the mp3....
what can i do ??
thanks..

Offline

#2 2010-05-08 02:57:46

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: mp3 etiquet

You could run foobar2000 under wine; it has a "tagging" menu where you can un-tick id3v1, id3v2 and/or ape tags.

Not a pure Linux solution, but that's all I have smile.

Offline

#3 2010-05-08 04:02:35

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: mp3 etiquet

sad .. there is other solution without wine??

Offline

#4 2010-05-08 04:55:12

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: mp3 etiquet

This may not be the most efficient solution, but if you want to remove all tag data from mp3 files:

ffmpeg -i <original.mp3> -acodec copy <new.mp3>

Anything that FFmpeg can read and write will work and can be scripted to handle more than one file. FFmpeg will not gracefully handle using the exact file name for input and output, so that will need to be considered in any script.

Offline

#5 2010-05-08 08:28:06

geniuz
Member
Registered: 2010-04-10
Posts: 127

Re: mp3 etiquet

I use eyeD3 for this, it supports all versions of ID3 and it even allows you to change the filename based on the tag. You should look it up, its in the repos.

Offline

#6 2010-05-08 09:14:20

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Offline

#7 2010-05-08 10:33:57

dobedo
Member
From: Belgium
Registered: 2008-10-04
Posts: 113

Re: mp3 etiquet

what's the problem with id3?

id3 -1 -2 -3 -d *.mp3

Last edited by dobedo (2010-05-08 10:35:22)

Offline

#8 2010-05-08 10:38:53

bobdob
Member
Registered: 2008-06-13
Posts: 138

Re: mp3 etiquet

I use id3v2:

id3v2 -D *.mp3

Offline

#9 2010-05-08 15:53:20

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: mp3 etiquet

id3 delete the tag.. but the etiquet still there..

Offline

#10 2010-05-08 16:02:54

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: mp3 etiquet

bobdob wrote:

I use id3v2:

id3v2 -D *.mp3

wowww..it's seems work fine.. thank very much all..

Last edited by Drake (2010-05-08 18:54:03)

Offline

Board footer

Powered by FluxBB