can you help to create a fast custom thumbnails info?

Post Reply
mantras
Posts: 265
Joined: 24 Dec 12 7:36

can you help to create a fast custom thumbnails info?

Post by mantras »

Hi

i have noticed the custom thumbnails info presets are stored in the catalog

now i'm using these value , but it make ps6 slow
1 line
<font family="tahoma">%FileExtension{uppercase=y}</font> <font family="tahoma" color="c40a0a">%ImageFileSizeShort</font> <font family="tahoma">%dd %mmm %yyyy</font>
2 line
<font family="tahoma" color="c40a0a">%exif:Model{encode=html} <font family="tahoma" color="0d0401">%exif:ExposureTime{encode=html}/%exif:FocalLength{encode=html} iso %exif:ISOSpeedRatings{encode=html}
3 line
<font family="tahoma" color="c40a0a">%exif:ExposureBiasValue{encode=html}
4 line
<font family="tahoma" color="b27408">Lens %exif:LensInfo{encode=html}
5 line
<font family="tahoma" color="c40a0a">%exif:ExposureTime{encode=html}/%exif:FocalLength{encode=html} iso %exif:ISOSpeedRatings{encode=html}

I would like to have , but really fast , can somebody help me please ?
1) file type , date
2) camera model - exposure like shutter focal iso maybe Ev
3) lens used

thanks in advance
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: can you help to create a fast custom thumbnails info?

Post by Hert »

but it make ps6 slow
First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.

In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.

Code: Select all

<font family="tahoma">%FileExtension{uppercase=y}</font> <font family="tahoma" color="c40a0a">%ImageFileSizeShort</font> <font family="tahoma">%dd %mmm %yyyy</font>

Code: Select all

<font family="tahoma" color="c40a0a">%xmp:tiff:Model{encode=html} <font family="tahoma" color="0d0401">%xmp:exif:ExposureTime{encode=html} %xmp:exif:FocalLength{encode=html} iso %xmp:exif:ISOSpeedRatings{encode=html}

Code: Select all

<font family="tahoma" color="c40a0a">%xmp:exif:ExposureBiasValue{encode=html}

Code: Select all

<font family="tahoma" color="b27408">Lens %xmp:aux:Lens{encode=html}

Code: Select all

<font family="tahoma" color="c40a0a">%xmp:exif:ExposureTime{encode=html} %xmp:exif:FocalLength{encode=html} iso %xmp:exif:ISOSpeedRatings{encode=html}
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mantras
Posts: 265
Joined: 24 Dec 12 7:36

Re: can you help to create a fast custom thumbnails info?

Post by mantras »

Hert wrote: 28 Jul 21 10:43
but it make ps6 slow
First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.

In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.
Hi
Indead Hert , %xmp:exif is much much better then %exif
your code lines are very fast!
thank you so much
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
mantras
Posts: 265
Joined: 24 Dec 12 7:36

Re: can you help to create a fast custom thumbnails info?

Post by mantras »

Hert wrote: 28 Jul 21 10:43
but it make ps6 slow
First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.
In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.
Hi Hert
but in the +New Custom Field , i can't add iso %xmp:exif ... , can I ?
I would like to have expososure bias like %xmp:exif:ExposureBiasValue in the Details , Your Custom Field ->Add prededefinted field
there is no %xmp:exif:ExposureBiasValue
is there a way to add ?
and does it speed up or not
thanks Hert
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: can you help to create a fast custom thumbnails info?

Post by Hert »

BiasValue.png
BiasValue.png (325.48 KiB) Viewed 2656 times
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mantras
Posts: 265
Joined: 24 Dec 12 7:36

Re: can you help to create a fast custom thumbnails info?

Post by mantras »

Hert wrote: 31 Jul 21 9:09BiasValue.png
Hi
maybe i was not clear
I would like to add %xmp:exif:ExposureBiasValue and not exif:ExposureBiasValue
could i do it ?
[ external image ]
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: can you help to create a fast custom thumbnails info?

Post by Hert »

Predefined Custom Fields are always XMP
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mantras
Posts: 265
Joined: 24 Dec 12 7:36

Re: can you help to create a fast custom thumbnails info?

Post by mantras »

Hert wrote: 01 Aug 21 7:32 Predefined Custom Fields are always XMP
Hi
I did not know it
thanks Hert
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Post Reply