-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I'm trying to delete USER frames from a bunch of mp3s using id3 -2 -rUSER *.mp3, but I cannot get this to work. The ID3 tag of a file looks like this:
D:\media\Music\tests>id3 -2v test.mp3
#file test.mp3
#tag ID3v2 3.0
{TALB}
Romantica
{TPE1}
Luna
{TIT2}
Romantica
{TYER}
2002
{USER::Cop}
yright notice. These materials are protected by United States copyright law and by international treaties [...]
So, in this case the USER tag doesn't specify a language, but that shouldn't prevent id3 from deleting it, right?
Here's a screenshot with details of the content. I can upload the mp3 file if necessary.