hello,
I want erase all tags in mp3.
It's possible ?
Just erase all tags.
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Just erase all tags.
Yes, you'll want to look at:
write.id3v1.php - RemoveID3v1()
write.id3v2.php - RemoveID3v2()
write.apetag.php - DeleteAPEtag()
write.lyrics3.php - DeleteLyrics3()
depending which tag format(s) are in your MP3 files. You'll probably want to run all 4 functions across your file, it's safe to attempt to delete a tag format that's not present.
write.id3v1.php - RemoveID3v1()
write.id3v2.php - RemoveID3v2()
write.apetag.php - DeleteAPEtag()
write.lyrics3.php - DeleteLyrics3()
depending which tag format(s) are in your MP3 files. You'll probably want to run all 4 functions across your file, it's safe to attempt to delete a tag format that's not present.