Write to IPTC Core Data of Image Files?

2016-03-09 Thread Sannyasin Brahmanathaswami
I asked about this years ago...but the subject is back up here.

 We would like to engage volunteers to help classify and organize our image 
archives.  This comprises some 1/2 million images, not all of which are 
significant, but still present in the archives.

It is possible of course to build a data base and connect metadata in the SQL 
tables/columns to filenames etc. but what we really need to do is stay away 
from those kinds of external dependencies (been there, done that --> snake pit 
of non-portability) and write directly to the IPTC Core data of the images.

We can do this in Adobe Bridge, and I can also leverage SIPs on the Mac using 
shell scripts from LIvecode. But what I really need is a web based solution 
that will run on LInux/Ubuntu.  Any ideas? Marks Smith's old ID3 tags script, 
still works even today, and this was a native LC solution (no external)  has 
anyone got ideas for doing this for images/IPTC data?  once images are tagged 
with robust IPTC metadata, then we can do anything with them from there and 
it's all portable...

BR




___
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: I need to write an external for LiveCode in C++, but I doubt my ability to do it.

2016-03-09 Thread Alejandro Tejada
I found Alex Tweedly post about compiling
externals using Dev-C++ :D
http://lists.runrev.com/pipermail/use-livecode/2005-June/060943.html



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/I-need-to-write-an-external-for-LiveCode-in-C-but-I-doubt-my-ability-to-do-it-tp4702071p4702128.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: I need to write an external for LiveCode in C++, but I doubt my ability to do it.

2016-03-09 Thread Alejandro Tejada
Hi Jonathan,

Back in 2005, Alex Tweedly published instructions
to use Dev-C++ (named BloodShed back then)

These are the files from 2005:
http://andregarzia.on-rev.com/alejandro/stacks/Tweedly_dll.zip

http://runtime-revolution.278305.n4.nabble.com/Sucess-compiling-Alex-Tweedly-DLL-td279650.html

I have been looking for Alex Tweedly original post from 2005
but could not find it.

Ask around in this mail list. Maybe someone keeps
a copy from 2005 Alex Tweedly original instruction
to compile Livecode externals using Dev-C++

Alejandro



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/I-need-to-write-an-external-for-LiveCode-in-C-but-I-doubt-my-ability-to-do-it-tp4702071p4702127.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: livecode website templates

2016-03-09 Thread Matt Maier
Thanks. Yeah, I think I can imagine what the script would be for that mad
libs example.

Richard's subtle cajoling reminded me of all the stuff I could just
implement in the desktop client I already have instead of starting from
scratch with web scripting.
On Mar 9, 2016 10:28 AM, "J. Landman Gay"  wrote:

> On 3/9/2016 12:22 PM, J. Landman Gay wrote:
>
>> On 3/8/2016 6:25 PM, Richard Gaskin wrote:
>>
>>> There are a few examples in the community where the author has the
>>> output and source available from the same page.  Jacque, didn't you have
>>> a couple of those?
>>>
>>
>> I have a (dated) example here:
>> 
>>
>> It still uses the "rev" designation but would work fine with "lc"
>> instead. It does refer to a CGI though; the server script is partly LC
>> server stuff and partly refers to a custom LC CGI in the cgi-bin
>> directory.
>>
>> There's another one here:
>> 
>>
>> That one doesn't show the actual server script, but I could post it if
>> it would help. It isn't very complicated.
>>
>>
> Oh, here's another one:
> 
>
> Same deal, the scripts don't show but are available if you want them. Easy
> stuff.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
>
> ___
> 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: livecode website templates

2016-03-09 Thread J. Landman Gay

On 3/9/2016 12:22 PM, J. Landman Gay wrote:

On 3/8/2016 6:25 PM, Richard Gaskin wrote:

There are a few examples in the community where the author has the
output and source available from the same page.  Jacque, didn't you have
a couple of those?


I have a (dated) example here:


It still uses the "rev" designation but would work fine with "lc"
instead. It does refer to a CGI though; the server script is partly LC
server stuff and partly refers to a custom LC CGI in the cgi-bin directory.

There's another one here:


That one doesn't show the actual server script, but I could post it if
it would help. It isn't very complicated.



Oh, here's another one:


Same deal, the scripts don't show but are available if you want them. 
Easy stuff.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: livecode website templates

2016-03-09 Thread J. Landman Gay

On 3/8/2016 6:25 PM, Richard Gaskin wrote:

There are a few examples in the community where the author has the
output and source available from the same page.  Jacque, didn't you have
a couple of those?


I have a (dated) example here:


It still uses the "rev" designation but would work fine with "lc" 
instead. It does refer to a CGI though; the server script is partly LC 
server stuff and partly refers to a custom LC CGI in the cgi-bin directory.


There's another one here:


That one doesn't show the actual server script, but I could post it if 
it would help. It isn't very complicated.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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