← Back to team overview

phatch-dev team mailing list archive

[Bug 386761] Re: metadata is not saved while using actions list

 

This is probably a known bug, which has been fixed already in the development repository. This appeared to be specific to photos of certain cameras. Can you please attach a zip file with the action list and an example image file)? Otherwise we can't fix it.
The about box version number is indeed wrong, but that will be fixed in next version. No need for a separate bug.

** Changed in: phatch
       Status: New => Incomplete

** Changed in: phatch
     Assignee: (unassigned) => stani (stani)

-- 
metadata is not saved while using actions list
https://bugs.launchpad.net/bugs/386761
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.

Status in Phatch = Photo & Batch!: Incomplete

Bug description:
Hi...

This problem appears with Phatch 0.1.6 running on Ubuntu Jaunty. Weird thing is that when I look at the about box, it says 0.1.5 instead, dunno if that's a known behavior.

I have pyexiv2 installed, here's how I proceed:
1: selection of jpg files in Nautilus;
2: right click;
3: select Phatch action list;
4: selection of an action list;
5: check the right checkboxes, saving meta-tags;
6: actions are executed properly, but any metadata is removed...

For example, this actions list which resize pictures to max 600px:
{'actions': [{'fields': {'Constrain Proportions': u'yes',
                         'Height': u'600  px',
                         'Resample Image': u'antialias',
                         'Resolution': u'<dpi>',
                         'Scale down only': u'yes',
                         'Width': u'600  px',
                         '__enabled__': u'true'},
              'label': 'Scale'},
             {'fields': {'As': u'jpg',
                         'Filename': u'<filename>',
                         'In': u'<folder>/<foldername>/',
                         'JPG Quality': u'85',
                         'JPG Size Maximum': u'100  %',
                         'JPG Size Tolerance': u'5  %',
                         'PNG Optimize': u'yes',
                         'Resolution': u'<dpi>',
                         '__enabled__': u'true'},
              'label': 'Save'}],
 'description': u"D\xe9crivez la liste d'actions ici."}

This is too bad since well... Phatch is really a great software. :)
if you have any clue, thanks for any help!



References