← Back to team overview

phatch-dev team mailing list archive

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

 

This bug tracker is used by Phatch for development. One of our criteria for a new release of Phatch is that *all* bugs are fixed in trunk. These bugs are listed here. Opening a bug here, which is fixed already, blocks our release process in a bad way. If you want to file bugs against the version you are using, you should do it at your distribution (linux distro) but not in the upstream bug tracker. It seems that you don't know your way around:
https://bugs.launchpad.net/ubuntu/+source/phatch

If you appreciate Phatch and want to be cooperative, it takes you a much
smaller effort to try if your bug is still present on Phatch 0.2 This
will save time from the developers and you will feel relieved that your
issues is fixed. I wonder why we take all the effort to setup a PPA,
when appearantly it is too much effort for you to try it out. In any
case don't play with an upstream bug tracker status at your own will.
You probably don't realize that you are hindering the development
process. If you are unsure, please ask but don't start messing around.

To please you I'll change the status to fix committed, although the fix
was already committed long before you submitted the bug. I hope you can
please us and try out the PPA. (Yes, I spent my time already trying it
out for you, but tests are better done twice.)

In order to make things more clear, I've adapted
https://launchpad.net/phatch

** Changed in: phatch
       Status: Invalid => Fix Committed

-- 
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!: Fix Committed

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