[id3lib-devel] [id3lib-user] editing id3v2.4
Brought to you by:
t1mpy
From: Rosa M. D. <ro...@gm...> - 2010-05-01 01:07:38
|
Hi everyone! I'm developing an id3 tag editor and i'm using id3lib. I have a problem with version 4 of id3v2: when i link a file and check its version this way audio_file.link("song.mp3", ID3TT_ALL); audio_file.SetSpec(ID3V2_4_0) cout << audio_file.GetSpec() << endl; i get -1 (unknown) instead of 3 (ID3V2_4_0). So i can't read the file's tags in this version. There is another way to read it and modify it? Thanks a lot. Rosa María Durante Lerate Computer Engineering University of Cádiz, Spain. |