|
| From: | Magnus Stålnacke |
| Subject: | Re: [gcmd-dev] Metatags |
| Date: | Wed, 20 Sep 2006 05:52:37 +0200 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051003 |
Piotr Eljasiak wrote:
Now lets try Exif keywords on a file that exif reports as this:I guess it is rather IPTC, is it?
Yes, of course.
Good point. What about the following syntax:
$T(IPTC.Keywords,1) = 'LKAB'
$T(IPTC.Keywords,3) = 'transport'
$T(IPTC.Keywords,1,4) = 'LKAB, industri'
$T(IPTC.Keywords,4,1) = 'industri, LKAB'
$T(IPTC.Keywords) = $T(IPTC.Keywords,0) =
$T(IPTC.Keywords,1,2,3,4,5) = 'LKAB, malmlok, tåg, transport,
industri, järnväg'
the same scheme (ie. for tag options) might be used for another tags,
like $T(Image.DateTime,%Y-%m-%d %H.%M.%S)
That would be fine.
BTW - do you know other tags that can be found multiple times?
I do not know. I learned that it was multi value at the end of this page: http://controlledvocabulary.com/imagedatabases/iptc_naa.html#IPTCchart That page also lists allowed carachter length on different IPTC-fields. Also, the "iptc -a" adds keywords like in my example.
gcmd USES utf-8 for handling filenames. Current metatags code doesn't interpret the charset at all - so everything seems to be working with advrename... See attached screenshot
OK, in advrename it works here too.
| [Prev in Thread] | Current Thread | [Next in Thread] |