Announcement

  •  » Requests
  •  » how can i create tags on the fly?

#16 2009-10-07 21:47:04

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

Explanations: Currently pLoaded images cannot be synchronized by the normal process.
Only the single synchronization process is working in that case.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#17 2009-10-07 23:25:04

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: how can i create tags on the fly?

Hi danibo,

I think we can consider we have 2 issues:

1. Piwigo can only synchronizes photo metadata on the "web resized" version of the photo, not on the "high resolution" version, [Bugtracker] ticket 620

2. pLoader removes IPTC metadata from the "web resized" version of the photo, [Bugtracker] ticket 922

Even if using the FTP way for adding your photos to your gallery, you may encounter the same kind of problem, because it not all "image resizing" tools take care of IPTC.

Offline

 

#18 2009-10-08 07:35:20

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

pLoader does not remove anymore IPTC on resized picture, does it?

Villemin garden
IPTC

    * Coded Character Set = 27, 37, 71
    * Model Version = 4
    * Keywords = France / Jardin Villemin / Paris 10
    * Date Created = 2009/09/20
    * Time Created = 15:39:40+02:00
    * City = Paris 10
    * Sublocation = Jardin Villemin
    * Province/State = Île-de-France
    * Country/Primary Location Code = FRA
    * Country/Primary Location Name = France
    * Headline = "Ensemble nous sommes le 10e"
    * Credit = © VDigital
    * Record Version = 4

And looks my tags ont it. I am using one by one synchro which is available on page=picture_modify.
Only the batch synchro does not work because it ignores virtual categories, that's it.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#19 2009-10-08 09:57:56

danibo
Member
Zurich
2009-10-07
41

Re: how can i create tags on the fly?

VDigital wrote:

IPTC

    * Record Version = 2
    * Keywords = fideco / meeresfruechte / roscoff
    * By-line = Daniel Boschung
    * By-line Title = Fotograf
    * City = Cherbourg
    * Country/Primary Location Name = Frankreich
    * Copyright Notice = boschungfoto.ch Daniel Boschung
    * Caption/Abstract = Huitres, Austern, Roscoff, Austernzuechter: Jean- Michel Parc


Keywords = fideco / meeresfruechte / roscoff
are there.
http://www.bilderlager.ch/fideco/pictur … category/7
Click on http://template.piwigo.net//template/fl … rences.png will be link to http://www.bilderlager.ch/fideco/admin.php?page=picture_modify&cat_id=7&image_id=59
Click on http://piwigo.org/demo/admin/template/g … tadata.png
Then go back to http://www.bilderlager.ch/fideco/pictur … category/7
Your tags must be there.
If not:
[extension by Piwigo Team] LocalFiles Editor
Local config (first) tab, add:

$conf['use_iptc'] = true;

and try again...

This way it works well. Thanks

It would be nice  to import other IPTC datas like caption, city etc in a batch way and alocate it directly to the picture when you import the pictures?
I would be willing to help testing this features, because I work a lot with IPTC datas.

Or is there a work around with localfiles Editor to import this data and displaying them with the picture?

Or does it make more sens to wait for Version 2.1 of Piwigo

Anyway, thanks again for this wonderful tool, which even looks good.
danibo

Last edited by danibo (2009-10-08 09:59:18)

Offline

 

#20 2009-10-08 11:59:14

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

I don't know if you are in a windows environment or not, but if it is I suggest you to have a look to Geosetter.
You will take the benefits of geolocation setting in Piwigo by the RV Maps and Earth plugin.

More than this Geosetter is a complete tool for making the best IPTC/EXIF data you can imagine.


By geosetter, IPTC City might be added to your IPTC Keywords.
IPTC Caption can be mapped to Piwigo picture descriptions.

[extension by Piwigo Team] LocalFiles Editor
Local Config
$conf['use_iptc'] = true;

// use_iptc_mapping : in which IPTC fields will Piwigo find image
// information ? This setting is used during metadata synchronisation. It
// associates a piwigo_images column name to a IPTC key
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
//  'date_creation'   => '2#055',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  );

Currently our French wiki page is much more documented on IPTC Mapping:
http://fr.piwigo.org/doc/doku.php?id=v2 … hotos:meta

But any way, "comment" above is our picture description and 2#120 is the IPTC caption abstract.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#21 2009-10-08 12:02:27

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

Last point : Don't forget to synchronize and you should know that RV Maps & Earth has its own additional synchronization system for location EXIF parameters.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#22 2009-10-08 22:17:56

danibo
Member
Zurich
2009-10-07
41

Re: how can i create tags on the fly?

I dont want to give up. I like piwigo already to much.

I did not know Geosetter, but it is realy one of the best Geotagingtools I ever saw.
I m working on Windows, Linux and Mac and switch to the OS which fits best for the job.

I was able to set up RV Maps and Earth. Great and easy to handle. Thanks for the tip.
http://www.bilderlager.ch/fideco/pictur … /9&map

With the synchronisation of the Metadata Author and Description I have still my promlems.

I added the following code to the PlugIn LocalFiles Editor

<?php
$conf['use_iptc'] = true;

// use_iptc_mapping : in which IPTC fields will Piwigo find image
// information ? This setting is used during metadata synchronisation. It
// associates a piwigo_images column name to a IPTC key
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
//  'date_creation'   => '2#055',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  ); 
?>

But the metadata does not show up. And it does not matter if you make a single picture synchronisation (which works well for the keywords which are converted to tags)
http://www.bilderlager.ch/clients/piwigo/single_sych.jpg


nor does it work in the general synchronisation.
http://www.bilderlager.ch/clients/piwigo/batch_sych.jpg

The Metadata is integrated in the with windows peloader uploaded preview and highres-files.
http://www.bilderlager.ch/fideco/pictur … category/9

To solve this problem would be the last step before uploading a lot more pictures.

thanks all for your help and patience.
danibo

Offline

 

#23 2009-10-08 23:04:05

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

Ok I have no time now to analyse all data you gave.

I just saw.

IPTC

    * Record Version = 2
    * Keywords = fideco / meeresfruechte / roscoff
    * By-line = Daniel Boschung
    * By-line Title = Fotograf
    * City = Roscoff
    * Country/Primary Location Name = Frankreich
    * Copyright Notice = boschungfoto.ch Daniel Boschung
    * Caption/Abstract = Roscoff, Sophie Marron
    * Date Created = 2009/09/23
    * Time Created = 11:53:23+02:00
    * Sublocation = Roscoff
    * Province/State = Brittany
    * Country/Primary Location Code = FRA
    * Contact = Frohheimstrasse 14

Today, my first conclusions are ploader is working well: Author, Caption and Keywords are there.
picture synchronisation is working for Keywords (Tags).

But not for Caption/Author...
plg/ron are thinking differently, I presume.

Anyway, general synchronization doesn't work at all for ploaded pictures.

Thanks for your feedback, and we will try to solve these issues asap.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#24 2009-10-09 10:04:21

ron
Former Piwigo Team
2008-09-30
69

Re: how can i create tags on the fly?

plg wrote:

2. pLoader removes IPTC metadata from the "web resized" version of the photo, [Bugtracker] ticket 922

I don't reproduce this bug. I have made a test and IPTC metadata in resized image are ok.

Offline

 

#25 2009-10-09 10:41:17

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

ron wrote:

plg wrote:

2. pLoader removes IPTC metadata from the "web resized" version of the photo, [Bugtracker] ticket 922

I don't reproduce this bug. I have made a test and IPTC metadata in resized image are ok.

See notes there, I already confirmed your conclusion.
[Forum, post 109410 by VDigital in topic 14847] how can i create tags on the fly?
;-)



(Modify) Picture synchro: It means 2 possibilities for Piwigo :
1 - Mapping is wrong.
2 - Keywords (tags table) are managed, but images columns are not filled properly.
No conclusions yet.

Categories synchro should work on ./upload picture (support of virtual categories but not only).
I am going to try something.
Again no conclusions yet.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#26 2009-10-22 15:16:50

mvcoile
Guest

Re: how can i create tags on the fly?

I notice an another issue.

Though all my IPTC keywords are imported, a database error occurs and only associates 13 images with keywords.

My keywords in IPTC are separated by ', ', and may contain spaces.


Any thoughts?
Cheers.

 

#27 2009-10-22 15:40:12

mvcoile
Member
2009-10-22
4

Re: how can i create tags on the fly?

In addition to the above statement.

I import the IPTC keywords individually, through the edit image screen. There I can hit the "Synchronize Metadata" button under the image icon.

However, as I said, the normal synchronize does not work fully. It only associates the first  few, not more.


Cheers.

Offline

 

#28 2009-10-22 16:29:24

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

Picture URL?
Or better a link to the picture.php page on the related picture with the specific case?


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#29 2009-10-22 16:37:33

mvcoile
Member
2009-10-22
4

Re: how can i create tags on the fly?

That will be difficult, as I'm currently only running this locally.

Also, I's not related to a single image, but it stopped after 13 images when doing a synchronize. all others aren't tagged (but the IPTC is read).

Offline

 

#30 2009-10-22 16:42:01

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: how can i create tags on the fly?

local install? Push php time limits.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 
  •  » Requests
  •  » how can i create tags on the fly?

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact