Subject: | Tags are not written to MP3 files |
Date: | Sat, 16 Aug 2008 01:45:57 +0200 |
To: | bug-Music-Tag [...] rt.cpan.org |
From: | Alexis Sukrieh <sukria [...] sukria.net> |
Hello,
I have a small script that takes a bunch of MP3 files and try to sync a
couple of common tags (artist, album, picture).
Everything is fine, but when it comes to writing the changes onto the
files, it doesn't happen.
I use explicitly $info->set_tag and $info->close in order to save the
chages, as explained in the documentation.
However, Music::Tag says it does:
[...]
MP3: Updating MP3
MP3: Writing ID3v2 Tag
MP3: Writing ID3v1 Tag for Clone.mp3
But when I look at the file, it didn't change at all.
Any idea where it can come from?
Thanks (and congrats for Music::Tag, it's huge!).
Alexis.