Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-14 Thread Sannyasin Brahmanathaswami via use-livecode
Great thanks

It also works as on a livecode web server.


Hi,

https://dl.qck.nu/?dl=id3LibV1.0.2.zip 

Regards,

Matthias




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-14 Thread Matthias Rebbe via use-livecode
Hi,

https://dl.qck.nu/?dl=id3LibV1.0.2.zip 

Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
InstaMaker 
WinSignMaker Mac 

> Am 14.10.2019 um 21:24 schrieb Sannyasin Brahmanathaswami via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> I could use 1.02
> 
> BR
> 
> In case you need 1.02, just let me know.
> 
> Matthias Rebbe
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-14 Thread Sannyasin Brahmanathaswami via use-livecode
I could use 1.02

BR

In case you need 1.02, just let me know.

Matthias Rebbe
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-12 Thread Matthias Rebbe via use-livecode
In case you need 1.02, just let me know.

Matthias Rebbe

free tools for Livecoders:
InstaMaker 
WinSignMaker Mac 

> Am 12.10.2019 um 22:05 schrieb Klaus major-k via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hi Matthias,
> 
>> Am 12.10.2019 um 17:52 schrieb Matthias Rebbe via use-livecode 
>> mailto:use-livecode@lists.runrev.com>>:
>> 
>> Hi Klaus,
>> 
>> i´ve tried here with  library version 1.0.2 and an mp3 file which contains 
>> only 1 image.
>> I was able to read the picture data from the .mp3 and to store to a new file.
> 
> aha, I have version 1.0 here, will try with the newer one, thanks!
> 
>> Regards,
>> 
>> Matthias
>> 
>> Matthias Rebbe
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> https://www.major-k.de 
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-12 Thread Klaus major-k via use-livecode
Hi Matthias,

> Am 12.10.2019 um 17:52 schrieb Matthias Rebbe via use-livecode 
> :
> 
> Hi Klaus,
> 
> i´ve tried here with  library version 1.0.2 and an mp3 file which contains 
> only 1 image.
> I was able to read the picture data from the .mp3 and to store to a new file.

yeah, that works, thanks for the hint! :-)

> Regards,
> 
> Matthias

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-12 Thread Klaus major-k via use-livecode
Hi Matthias,

> Am 12.10.2019 um 17:52 schrieb Matthias Rebbe via use-livecode 
> :
> 
> Hi Klaus,
> 
> i´ve tried here with  library version 1.0.2 and an mp3 file which contains 
> only 1 image.
> I was able to read the picture data from the .mp3 and to store to a new file.

aha, I have version 1.0 here, will try with the newer one, thanks!

> Regards,
> 
> Matthias
> 
> Matthias Rebbe

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: id3lib from Mark Smith -> id3_getPictureData

2019-10-12 Thread Matthias Rebbe via use-livecode
Hi Klaus,

i´ve tried here with  library version 1.0.2 and an mp3 file which contains only 
1 image.

I was able to read the picture data from the .mp3 and to store to a new file.

Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
InstaMaker 
WinSignMaker Mac 

> Am 12.10.2019 um 12:37 schrieb Klaus major-k via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hi all,
> 
> I am currently looking at the "id3lib" of Mark Smith, works fine,
> however I cannot get the function "id3_getPictureData" to return
> usable data.
> 
> I am using the function correctly, passing the correct parameter
> dfor the image TYPE, but it returns nothing I can use in an image 
> object nor export to any valid image file.
> 
> I am using a MP3 file which definitively contains a JPG, so that 
> function should return usable data but doesn't.
> 
> This binary stuff is way over my head, so anyone can help?
> 
> Thanks a lot in advance.
> 
> 
> Best
> 
> Klaus
> --
> Klaus Major
> https://www.major-k.de 
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


id3lib from Mark Smith -> id3_getPictureData

2019-10-12 Thread Klaus major-k via use-livecode
Hi all,

I am currently looking at the "id3lib" of Mark Smith, works fine,
however I cannot get the function "id3_getPictureData" to return
usable data.

I am using the function correctly, passing the correct parameter
dfor the image TYPE, but it returns nothing I can use in an image 
object nor export to any valid image file.

I am using a MP3 file which definitively contains a JPG, so that 
function should return usable data but doesn't.

This binary stuff is way over my head, so anyone can help?

Thanks a lot in advance.


Best

Klaus
--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode