Created
February 21, 2012 05:06
-
-
Save natevw/1873870 to your computer and use it in GitHub Desktop.
manual shutterstem import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cd /Users/natevw/Library/Application\ Support/CouchbaseServer/ShutterStem/_attachments/scripts | |
#! /usr/bin/python | |
DB = "http://localhost:5984/photos" | |
SRC_ID = 'imgsrc-c393ded1a81e71d11859e937dd002ccd' | |
FOLDER = "/Volumes/FUJIFILM/DCIM" | |
from importer import Importer | |
i = Importer(DB, SRC_ID, FOLDER) | |
i.begin() | |
i.status() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment