Skip Menu |

This queue is for tickets about the Music-Tag CPAN distribution.

Report information
The Basics
Id: 38510
Status: resolved
Priority: 0/
Queue: Music-Tag

People
Owner: Nobody in particular
Requestors: sukria [...] sukria.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Marking resolved, as this is a few years old, and I have made major changes and improved testing significantly. This case is explicitly tested in the module, so it should work... BTW: It was dancer that got me looking at this stuff again. I am developing a web interface to a music db using it, and am very impressed...