SmugJCU
Description
SmugJCU is a Java-based command line uploader for SmugMug. It recursively uploads all of the images in the directory you provide to the album you specify. SmugJCU is released under a BSD-style license.
Visit our founder's SmugMug gallery!
Features
- Upload folders of photos and videos inside other folders with recursive upload
- Duplicate checking to prevent the same photo or video from being uploaded again to the same album
- Per item upload speed and time display
- MD5sum duplicate checking for images
- Filename-based duplicate checking for other media
Usage
Run the following code for usage instructions:
java -jar smugjcu.jar
Changelog
- 2009-12-29 - v1.1 - Added support for duplicate checking. Fixed numerous bugs.
- 2008-11-10 - v1.0 - Initial Release