Re: [fpc-pascal] Re: ID3v2 - Reading and writing MP3 metadata

2013-05-09 Thread luciano de souza
I didn't test it becose I didn't find the "composer" tag in the source code. Without the "composer" tag, I can conclude it does not support ID3V2. I observed also that "genre" is an integer. At ID3v2, "genre" became a string. 2013/5/9, Fred van Stappen : > Well, the unit you present me seems to on

RE: [fpc-pascal] Re: ID3v2 - Reading and writing MP3 metadata

2013-05-09 Thread Fred van Stappen
Well, the unit you present me seems to only support ID3v1. I said: "It works only under the ID3v1 pattern!" No. Its not correct. What I want to say is that only the same tags filled under the ID3v1 pattern is filled when I use the TID3v2 class. So the attached unit and the mentioned example behaves

Re: [fpc-pascal] Re: ID3v2 - Reading and writing MP3 metadata

2013-05-09 Thread luciano de souza
Well, the unit you present me seems to only support ID3v1. I said: "It works only under the ID3v1 pattern!" No. Its not correct. What I want to say is that only the same tags filled under the ID3v1 pattern is filled when I use the TID3v2 class. So the attached unit and the mentioned example behaves