Please help. I was experimenting on trying to read ID3 tags on an MP3 file. TO test it, I first tried to read the file into a variable and output it in a msgbox but all autoit could find is "ID3".
$SOURCE = FileOpen("gondor.mp3",0) $FILE = FileRead($SOURCE, FileGetSize($SOURCE)) MsgBox(0,"",$FILE)
I also tried to read just the first line - same result.
$SOURCE = FileOpen("gondor.mp3",0) $FILE = FileReadLine($SOURCE, 1) MsgBox(0,"",$FILE)
When opened in notepad, the tags look like this:
Thanks in advance for the help/information.ID3 vPRIV ' WM/MediaClassPrimaryID ¼}`Ñ#ãâK¡H¤*(DPRIV ) WM/MediaClassSecondaryID PRIV PeakValue S! PRIV AverageLevel TIT2 Steward of Gondor SongTIT3 Return of the KingTALB Return of the KingTCON (24)WOAF WOAR




