ExifTool Forum

General => Metadata => Topic started by: bau4men on October 22, 2010, 10:18:44 PM

Title: how to create html catalog with picture and metadata information
Post by: bau4men on October 22, 2010, 10:18:44 PM
OS: Linux Ubuntu 10.10

Hello forum,

I'm new here, because I need some help. I have a lot of jpeg from my work; they are filled with metadatas, I wrote under WindowsXP. To handle this now under Linux:

1. I want to create html-pages, each with one or two jpeg-pictures and with some of the included metadata-informations of those pictures. An exiftool-command  should do this automaticly for many jpegs in a folder.
2. In the next step I need a nice design for the created page.

I found out to write metadatas to html with
exiftool -h -T -p 'Dateiname: $FileName Aufnahmedatum: $DateCreated Raum: $Sub-location Blickrichtung: $City Feststellung: $LocalCaption   *************************'  "2010-"*.* > Metadaten.html

but I didn't found a way to combine a jpeg with its metadata-information under the picture at one html-page.

Any ideas how to do it?

Thanks
bau4men
Title: Re: how to create html catalog with picture and metadata information
Post by: Phil Harvey on October 23, 2010, 07:02:10 AM
It sounds like you want something more like my image cataloguing utility (https://exiftool.org/icat/).

- Phil
Title: Re: how to create html catalog with picture and metadata information
Post by: bau4men on October 25, 2010, 11:08:28 PM
hello Phil,

ICAT could really solve my problem.
I'll give it a try

regards
bau4men