JBrout http://jbrout.free.fr/gfx/jbrout.png Home Sources Download dev info doc faq mailinglist/forum old forum

Faq

How can i post a ticket ?

Because of spams on trac tickets. I closed the anonymous user. If you want to post a ticket please use the account user/user ! Sorry ;-(

How to convert from jbrout0.1.x to jbrout0.2.x ?

Newer version of jBrout use IPTC keywords in place of the old system (tags were stored in the jpegcomment). Jbrout0.1 was only on win32 platforms, so i expect that you are on windows ! And you use the win32 package from the Download section ! The conversion is needed because the v0.2 now use IPTC tags (the old jbrout0.1 tags was stored in the jpegcomment.)

Just edit the file "convert.py", and replace the line :

 path ="/media/data/photos"

by the path of your jbrout0.1 tagged pictures like this :

 path ="d:/where/are/your/photos"

open a command.com/console and go to the "App" dir, and run :

 ..\python.exe convert.py

this should work ...

What is this strange number 0.2.xx ?

the "0.2" is the number of the version, my number ! the "xx" is the svn revision number (you can find the latest here at top-right)