extract_ID3v1

Ken Ray kray at sonsothunder.com
Thu Sep 23 17:17:45 EDT 2004


On 9/23/04 3:54 PM, "Yves COPPE" <yvescoppe at skynet.be> wrote:

> 
> Le 23-sept.-04, à 22:25, Ken Ray a écrit :
> 
>> 
> 
> Hi Ken
> 
>> It's likely you get nothing because the MP3 file uses ID3v2 (not v1)
>> tags,
>> which is in a totally different place in the mP3 file. You can put this
>> after your call to extract_ID3V1 to verify:
>> 
>>   if the result is false then
>>     answer "Not in ID3V1 format."
>>   else
>>     answer songTitle  -- should give you the title of the song for
>> verification
>>   end if
>> 
> 
> and for ID3v2, do you have a script to extract the data ????

No, sorry... this one wasn't written by me, and I haven't had the need to
write one. Perhaps someone else has one?

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list