The following program will download your entire Fotopic gallery to your local drive.
If you are looking for a more 'user friendly' way of downloading your Fotopic galleries, you should look here for the nice happy friendly version for people who can't drive a command line.
Things it does do:
Things it doesn't do (yet):
A gzip of the perl script is available:
NOTICE: No guarantees implied, not my responsibility, you run it at your own risk.
This script relies on a few perl modules being installed. They are:
Date::ParseYou can obtain them from CPAN.
LWP
Digest::MD5
XML::Simple
If you're using Ubuntu Karmic Koala (9.10) or Debian Lenny (at least), you can get all the relevant perl libraries by using apt-get to obtain the following packages:
libdatetime-format-natural-perlI understand the packages are different for Ubuntu Hardy, and will of course be different for other packages. If in doubt, just install the CPAN modules although if you grok perl then you'll know that already, won't you ;)
libdigest-md5-file-perl
libxml-simple-perl
libwww-perl
Anyway, if you see 'unknown method' errors, you've probably not got those installed. Alternatively this list has gone out of date, but that's fairly unlikely.
If no gallery URL is given, will download all galleries you have access to.fpbackup.pl --username=blah@blah.com --password=mypassword
Mandatory:
--username=<username> Username to access API (Fotopic login)
--password=<password> Password to access API (Fotopic password)
Optional:
--force Force download of images regardless
--verbose Print extra data on fetch process
--galleryid=<gid> Download a particular gallery by ID
--gallery=<hostname> Download a particular gallery by hostname
--destdir=<dir> Put files in destination dir specified
Metafile (database) options:
--description Create descript.ion files as used on ACDSee
--metafile Create CSV metafile for each collection
--metaxml Create XML metafile for each collection
0.3 (2010-03-10):
0.2 (2010-03-10):
0.1 (2010-03-09):