<div dir="ltr">I have a problems with the file in attach [1]:<div><br></div><div>When I open it:</div><div><br></div><div><div><span class="" style="white-space:pre">  </span>TagLib::MPEG::File.open(file_name) do |mp3_file| </div>

<div><span class="" style="white-space:pre">    puts </span>mp3_file.id3v2_tag..frame_list('TDRC').first.field_list.first # ==> 1940</div><div>  end</div><div><br></div><div>It returns 1940 only. Which is strange since in Mp3tag I can see the whole date: 1940-12-04.</div>

<div><br></div><div>Even worse, when I try to edit the date with taglib:</div><div><br></div><div><div><span class="" style="white-space:pre">  </span>TagLib::MPEG::File.open(file_name) do |mp3_file| </div><div><span class="" style="white-space:pre">    </span>mp3_file.id3v2_tag..frame_list('TDRC').first.field_list[0] = "1940-12-04"</div>

<div>    mp3_file.save()</div><div>  end</div></div><div><br></div><div>and then read it.</div><div><br></div><div>I have the same - 1940 - result.<br></div><div><br></div><div>Any idea what might be happening?</div><div>

<br></div><div>thanks!</div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://dl.dropboxusercontent.com/u/1583971/passar_e_apagar/07-Rodolfo%20Biagi%20-%20A%20M%C3%AD%20No%20Me%20Interesa-Andres%20Falgas.mp3">https://dl.dropboxusercontent.com/u/1583971/passar_e_apagar/07-Rodolfo%20Biagi%20-%20A%20M%C3%AD%20No%20Me%20Interesa-Andres%20Falgas.mp3</a><br>

</div></div></div>