PhotoUpload

Sunday, June 26, 2005

Photoupload v0.4

A new version is available, a few changes in this version:

* Support for uploading to exsisting photoset
* Retry on errors
* Updated to version 1.2 of flickrNet, due to changes in flickr API (changed from GET to POST), caused an error when creating a photoset
* More space for statusfield/error messages

Download here: http://hannisdal.com/photoupload04.zip

Monday, March 28, 2005

Photoupload v0.3

I've added support for IPTC/EXIF mapping also for flickr photo title. The IPTC Field Object Name is also available.

Errors is now logged to a file - C:\Documents and Settings\[Username]\Application Data\PhotoUpload\Error.txt - E-mail this file to me if you have any problems.

The following fields can be used for photo description (Settings->Photo description) and title (Settings->Photo Title) when uploading:
{filename} File name on disk (not file extension)
{object} (IPTC)
{caption} (IPTC)
{country} (IPTC)
{camera} (EXIF Camera make/modell)

Example:
To Use the IPTC Object Name field as Flickr Photo title, use this string under Settings->Title:
{object}

Download:
http://hannisdal.com/photoupload03.zip

Thursday, March 24, 2005

Frequently Asked Questions

Q: I recieve the error: "The application failed to initialize properly (0xc0000135), what can be wrong ?

A: This is probably because the .Net Framework 1.1 not is installed. The framework can be downloaded with Windows Update. You can also manually download it from Microsoft.

Tuesday, March 22, 2005

Photoupload v0.2

I've added upload a feature for upload to group.

Download:
http://hannisdal.com/photoupload02.zip

Monday, March 21, 2005

Photoupload v0.1

Features:
* Upload photos directly to photoset
* Use IPTC and EXIF fields in Photo description
* Generate tags from IPTC keywords

Download:
http://hannisdal.com/photoupload01.zip

Help:
The following IPTC/EXIF fields can be used for photo description:
{caption} (IPTC)
{country} (IPTC)
{camera} (EXIF)

Todo:
* Better execption handling
* Sorting/ordering before upload
* More IPTC/EXIF fields
* Option for keywords

Libraries used:
* FlickrNet
* MetaDataExtractor

Feedback:
helgeh@gmail.com