Hi,
When I tested:
MI.Open(_T("C:\\Users\\Public\\Music\\Sample Music\\Amanda.wma"));
MI.Option(_T("Complete"), _T("1"));
To_Display += _T("\r\n\r\nCover\r\n");
To_Display += MI.Get(Stream_General, 0, _T("Cover")).c_str(); // returns Y
To_Display += _T("\r\n\r\n Cover_Description\r\n");
To_Display += MI.Get(Stream_General, 0, _T("Cover_Description")).c_str(); // returns Blank
To_Display += _T("\r\n\r\n Cover_Type\r\n");
To_Display += MI.Get(Stream_General, 0, _T("Cover_Type")).c_str(); // returns Blank
To_Display += _T("\r\n\r\n Cover_Mime\r\n");
To_Display += MI.Get(Stream_General, 0, _T("Cover_Mime")).c_str(); // returns Blank
To_Display += _T("\r\n\r\n Cover_Data\r\n");
To_Display += MI.Get(Stream_General, 0, _T("Cover_Data")).c_str(); // returns Blank
Was expecting a base64 text for Cover_Data - I tested this code on an MP3 which worked fine.
Cheers,
Accepted.
Warning: non-paid bugs are set to low priority, I don't know when I have time to handle it.
If you desire to accelerate the development, don't hesitate to contact me for a quotation.
I didn't yet implemented the binary content of the file.
I didn't expected someone who would use it! Good to see that people use the software.
I will do it when I have a bit free time.
But I need a sample in order to see how it is implemented, please provide a sample (I can provide a private FTP server access if needed)
Hi Zenitram,
Please find file at: http://www.dimebar.f2s.com/mediainfo/Amanda.wma
Let me know once you have the file so i can remove.
Oh yes I will be using your library for all my Video and Audio metadata
Thanks,