Updated Win32 installer to the latest 0.6.2 release

October 19th, 2006

After some time (previous version was stalled at 0.4.0) finally the Windows NT/2000/XP/2003 package has been updated to the latest 0.6.2 release.
The installer is based on NSIS 2.2 and includes everything needed to run GPixPod, GTK+ and Glade 2.8, Python 2.4 and PyGTK 2.8 libraries in its own installation directory. The C imgconvert GPixPod python extension has been compiled with distutils and MingW for x86.
Download (GPixPod_062_Setup.exe)!

GPixPod is finally in Ubuntu 6.10 Edgy Eft (Universe)

October 11th, 2006

GPixPod has been finally accepted in the Universe repository of the next major version of Ubuntu Edgy Eft, 6.10. The version is still 0.6.0 but I will submit 0.6.2 for approval in the next hours, hoping it will be upgraded soon! ;)

GPixPod is the currently featured application on GnomeFiles.org

October 11th, 2006

Yup ;) GPixPod is currently showing up as the Featured Application on the famous GNOME software portal GnomeFiles.org!

GnomeFiles.org

GPixPod 0.6.2

October 11th, 2006

Just released 0.6.2, featuring:

  • Fix for iPod Nano, odd code for the save thumbnails menu
  • Fix for single folder selection in the filechooser
  • New right mouse button context menu in the treeview
  • Double click to expand or collapse albums in the treeview
  • Some other cleanup for main menu and treeview previews

GPixPod 0.6.1 includes iPod Photo fix, slideshow

September 28th, 2006

GPixPod 0.6.1 is out, featuring new fullscreen display (double-clicking an image on the treeview) and slideshow at regular intervals of 3, 5, 10, 15, 20, or 30 seconds, that you can control also by keys combinations (PageUp or P to get previous pictures, PageDown or N to get next picture, Esc or Q to close). The image displayed will be the full resolution one if available, otherwise the first (bigger) thumbnail image available on the iPod.
You have definitively lost your full resolution pictures? At least you could still save their thumbnails, using the new export menu with the options to save all the thumbnails used on the iPod. To iPod Photo/Color users: this release works OK again as before for you, fixing the problem of the weird full screen iPod image, thanks to William Waghorn, who also provided a patch to get the image date from its EXIF headers if mmpython is available, used when building the path to store the full resolution image.
Users who got a segmentation fault: probably this is caused by the HAL autodetection (happened testing in Ubuntu Edgy), and now it is completely disabled by default. Other fixes include: proper size of the album icon when adding a new one and modified bash script as suggested at bug report #1549407.
Finally, new packages for 0.6.1 depend on python instead of python2.4 related dependencies, and hopefully it should install cleanly on Debian.
Download now!

GPixPod working OK with the new Apple iPod firmware 1.2

September 13th, 2006

Probably you have already seen those new iPods: luckly, this software update is available also to existing iPod 5G users by installing iTunes 7. I confirm that GPixPod works fine with this new iPod firmware 1.2.
I have no idea whether it will work flawlessly even with the new Nano rainbow, though :)

Lots of new features in GPixPod 0.6!

September 9th, 2006

The new 0.6 major release of GPixPod is out, featuring:

  • Bottle-neck code (image conversions functions, used every time a photo is added) converted to C for much more speed than before (bit-to-bit operations in Python even using the operator module are so sloooow)!
  • Thumbnail files are rebuilt only when really needed: actually when you have deleted one or more photos. When you will only add photos, saving will be much faster (thumbnail parts will be appended, instead of re-written all from scratch!)
  • You could almost safely kill the application (both CLI and GUI versions, however Ctrl-c works only with CLI): it will save at the current status!
  • When you attempt to save hundreds/thousands of photos, you could need either to pause and resume the upload to the iPod, or to completely stop the operation saving at the current status. Now you could do this with the new behaviours of the buttons near the progress bar.
  • New “View” menu to hide/show GUI sections, including thumbnails as previews in the treeview of the list of the photos.
  • New “Photo Album” details notebook page.
  • Rename album option now also in the “Edit” menu, besides double-click on an album: improves usability.
  • New “Rescue” option tries to fix the Photo Database if inconsistent: use this if you end to see nothing more on your iPod Photos section.
  • Fixed exceptions, when using sync file from CLI, and when adding photos and thumbnails cache directories are missing (deleted).
  • Removed wrong filechooser options when saving images.
  • Properly managing special empty database formatted by some versions of iTunes sometimes.
  • Made all dialogs modal to avoid multiple instances.
  • Some other gettext and GUI clean-ups (ugly borders removed, etc.)

To jkohen and other users who kindly reported bugs recently on SF: this “euphoric” release launchs now completed code, I will release a new maintenance 0.6.1 version shortly trying to fix all those bugs! Thanks for your advices and reports!

Update: new gpixpod_0.6.0-1_i386.deb (use this on Ubuntu Dapper, too! The other .deb is for Edgy) and gpixpod-0.6.0-2.i386.rpm packages!

Converting bottle-neck code in C

September 4th, 2006

Finally gaining the really needed (much more) speed converting the bottle-neck code (the image conversion functions module) in C, as compiled extension instead of pure python module.
Some initial benchmarks (iPod video 5G on a Centrino 1,7Ghz with 1Gb of RAM) are telling that image uploading to iPod is from 2x to 4x faster than before, taking approximately 1 second long per image, almost the same of iTunes. 8-)
To achieve the best speed, you could choose stretch as image uploading behaviour, autorotation disabled, w/o full resolution image. Of course using Nano iPods the process is always much faster than other iPods, because they use only 2 kinds of thumbnails, instead of the usual 4 types used in Photo/Color/Video iPods.
The new C code is currently in pre-alpha testing phase, and it will be the major feature of the upcoming 0.6 release. Currently, a working version is already in SVN: if you want to try it, check it out and report your feedback! :-)

Fixes and new automatic rotation feature in GPixPod 0.5.2

August 26th, 2006

GPixPod 0.5.2 should fix some bad exceptions thrown by the previous 0.5.1 release, for example when managing synchronization for avoiding duplicates. It features the new option to automatically rotate clockwise/counter-clockwise detected portrait images. Download it now!

GPixPod 0.5.1 screenshots

August 20th, 2006

Check out these beautiful screenshots from Aris OS showing the current GPixPod 0.5.1 release, for example showing a message box when iPod model autodetection fails, just before launching the Preferences dialog. Thanks Marcos!