PHP Classes

id3 tags Issue

Recommend this page to a friend!

      Id3v1  >  All threads  >  id3 tags Issue  >  (Un) Subscribe thread alerts  
Subject:id3 tags Issue
Summary:id3 tags issue1
Messages:2
Author:shiva shankar
Date:2011-05-18 05:43:54
Update:2013-02-08 16:52:01
 

  1. id3 tags Issue   Reply   Report abuse  
Picture of shiva shankar shiva shankar - 2011-05-18 05:43:54
Hi,
I am using id3v1 class to write the tags for mp3 files. I think its writing to that mp3 file. after writing tags, if I read the tags thorugh code i am getting. but if I see the mp3 file properties, not getting any tags which I have added thorugh id3v1 class (PHP). Please help me if I missed any thing here

  2. Re: id3 tags Issue   Reply   Report abuse  
Picture of Karol Babioch Karol Babioch - 2013-02-08 16:52:01 - In reply to message 1 from shiva shankar
Even if you asked this quite a while ago and it probably doesn't matter to you, it might be of use to others.

Note that this class only reads/writes Id3v1 tags. By now most applications are using Id3v2, so you are probably seeing the v2 tags. Only sophisticated applications will show you both tags and can actually transfer information from one format to the other.