.
Jeffrey’s “Export to SmugMug” Lightroom Plugin
Quick Links
· Latest Download:
     smugmug-20100208.145.zip
· Version History
· Update Log via RSS
· Installation instructions
· “Donationware” Registration Info
· More Lightroom Goodies
· All-Plugin Update Log via RSS
· My Photo-Tech Posts
· My Blog

This Export-to-Smugmug plugin has been completely rewritten for Lightroom 2.0 and later, and is not compatible with Lightroom 1.

(See the old plugin page for a version compatible with Lightroom 1.x)

Please see the known issues before reporting bugs. If this is your first look at my export plugins, please see the announcement post for an overview and some important information.

Availability

This plugin is distributed as “donationware”. I wrote it and make it available for free — everyone can use it forever, without cost of any kind — but unless registered, its functionality is somewhat reduced after six weeks. Registration costs the minimum 1-cent PayPal fee; any additional donation you'd like to make in encouragement or thanks is optional and completely up to you. For details, see my blog post titled Lightroom Plugin Development: Now With Added Encouragement.

Lightroom 3Registrations in Lightroom 2.x will not carry over to Lightroom 3 when it is released, so plan that you'll have to re-register if you upgrade to Lightroom 3. (That's for the real Lightroom 3.... registration is not required in the Lightroom 3 Public Beta, but be warned that plugin support is spotty and plugins may not work well there.)

Version History

( Update Log via RSS )
20100208.145

Hacked in a way to create a gallery on the fly during export... it's now an option in the list of export destinations.

Caption presets weren't getting saved across LR restarts in some cases (for definitions of "some" meaning "all", sorry).

20100205.144

Oops, the upload date/time custom metadata items were swapped. Doh! With this new version, each catalog will auto-update to correct the issue the first time it's loaded. The format used for the date and time are restricted in LR2 to whatever I've chosen, but the first time you load the plugin in the real LR3 (whenever it comes out), the catalog will update itself again to write the dates/times in your user-customized, localized format.

Fixed the {GPSAltitude} template token so that it should now actually work.

20100203.143

The whole do/don't send keywords thing was sort of kludgey, so I redid the UI to make what's happening more apparent.

Lots of updates to the Twitter support:

  • Better tweet-size estimates in line with recent processing changes at Twitter.
  • Added <caption> tag to the tweet-text template (it use the caption from the first image exported).
  • Added the ability to geotag tweets with a static location, or with the geoencoded location of the first image. A static location can be specified with a latitude, longitude pair, a my geoencoding-support plugin).
  • You can now configure the plugin to shorten URLs via your own bit.ly account, in case you want to track click-throughs yourself.
  • You can now specify that you want all URLs shortened. The default remains to shorten them only when required to get under the 140-character limit. You might, for example, want to forcefully shorten them all in conjunction with your own bit.ly account, for click-through tracking.
  • The plugin now goes to great lengths to report whether a tweet is accepted by Twitter. In their infinite wisdom, the folks at Twitter suddenly decided to start ignoring long tweets instead of truncating them, but (here's the brilliant part) they still report back to the plugin that the tweet was successful. Sigh.

    Furthermore, they might also ignore (yet report as successful) other kinds of tweets, such as those that are a repeat of a "too recent" tweet. Those crafty folks at Twitter implemented these changes more than three months ago, but in a truly cunning move, they still detail the old behavior in their API documentation, making no mention whatsoever about how their service now actually works.

    Only by doing a bunch of extra work can the plugin detect whether a tweet was accepted or ignored. If ignored, there's no way for the plugin to know why, so at this point it merely reports that the tweet didn't go through.

20100201.142

Fixed the sub-category processing. SmugMug pushed an XML change the other day that my stuff should have handled, but due to a mistake on my part, it didn't. Does now.

Also, by request from SmugMug, the plugin also now sends keywords in a different format than earlier versions. Let me know if you notice any problems.

20100127.141

Completely changed how the one-click upgrade applies the newly-downloaded zip file, in the hopes that it'll work for more people. Rather than unzipping over the old copy, it now unzips to a temporary folder, then moves the old folder out of the way and the new folder into place. Prior versions' folders are now maintained (with the version number in the folder) in case you want to revert a version; you may want to clear them out from time to time. Of course, it won't take affect until you try to upgrade after having upgraded to or beyond this version.

Added the ability to control whether to send a Twitter tweet with photo keywords.

Caught a few more LR3b issues.

SmugMug seems to have fixed the upload-timeout bug that plagued the service last year, so removing some warnings related to that.

20100118.140Added two new template tokens, {DaysSince} and {PhotoDaysSince}. They're a bit tricky, but could be useful.
20091230.139Added a "Repopulate URLs" button to the Plugin Extras dialog, to allow correcting for the bug fixed in the previous push, and to correct for photos uploaded with old versions of the plugin.
20091230.138Sigh, it seems 30,000+ lines of code are getting to be hard to keep track of, and I unintentionally removed the exported url from the custom metadata (from the 'At SmugMug' item) a few versions back. This should fix it, at least for images uploaded from now.
20091230.137Replaced the "quick setting" item in the Auto Destination dialog... it had gotten removed inadvertently sometime in the past few updates. Sorry 'bout that.
20091216.136

Figured out when the "AgExportSession.photoExportSequence is obsolete; use photoIdExportSequence instead" error was coming from. A bug in LR3 beta. I had to disable the export filter for the beta to avoid this.

Fixed some of the album-creation stuff that was broken by mistake in a push earlier this week.

20091215.135Allow changing the font size of list of upload destinations. Those with long names might want to choose a smaller size to allow more text to fit on each row.
20091214.134Added the special {NOJOINERS} token to the Template Language understood by my plugins.
20091209.133A few small fixes for LR3b, and tweaks to the extra-keywords stuff do tidy up repeated keywords in the display.
20091205.132Minor internal debugging tweaks.
20091126.131Fixed a bug introduced in the previous version, that caused uploads to fail if image filenames happened to have certain (unlucky in this case) characters.
20091124.130Implemented a change requested by SmugMug that may help speed up uploads. Also reworked the change pushed in .115, putting back the color-space selector but disabling export if it's not sRGB (unless you're sending non-JPG to SmugVault, of course). The end effect is that you still can't send sRGB JPGs, but now users can see the color-space selector and be comforted that yes, it's being sent as sRGB.
20091118.128Added an {Altitude} item to the templates understood by the plugin. It's the numeric altitude in meters, as opposed to the {GPSAltitude} item which is a description of the altitude along the lines of 32.7 m. Also updated the Places filter so that it can be used on fields that merely begin with a number.
20091115.127Fixed an error that prevented resending image metadata via the Plugin Extras menu.
20091111.126Added the {#} token to the caption stuff, a number that starts at 1 with the first image exported and goes up one with each additional. Use multiple “#&$8221; to force a zero-padded number to at least that many digits. Also added some debugging stuff to help the SSH (SmugMug Support Heroes) debug the "wrong format" errors some users run into.
20091023.125A bunch of UI fixes for LR3b, such as fixing the scrollbar and the token-examples dialog.
20091022.124Added a first draft of some rudimentary support for Lightroom 3 Beta. See this important note about plugin support in Lightroom 3 Beta and Lightroom 3, including future plans for features and my registration system.
20091019.123Oops, recently-created galleries are sorting as if they're the oldest due to a silly bug on my part that's fixed in this push.
20091014.122Added "skip all"/"upload all" options to the "what to do with this oversized image?" dialog, and to the "SmugMug: Metadata Management" section of the Export Dialog.
20090921.121Added basic SmugVault support, allowing you to upload the master raw files (and any XMP sidecar, for non-DNG raw files) along with the JPGs being exported.
20090916.120

Some UI tweaks earlier in the month had an unintended side effect of breaking the "choose destination at export time" feature. Sorry... fixed! Also, added some prose to make it more clear that the "create gallery" part of the choose-destination-at-export-time dialog is not part of the export process, but merely a tool placed there for the convenience of those wishing to create a new gallery just prior to exporting.

(Sorry to everyone who couldn't contact my server for the last few days... it had "issues", that are now fixed.)

20090912.118Add a note in the Export Dialog about what "replace" actually does. Updated the export-time "choose export destination" dialog to disallow export after a name has been entered into the create-a-new-gallery name box, to make it clear that the new-gallery-creation operation is separate from the export.
20090908.117Fixed some keyword-related issues. First, due to a silly bug on my part, there had been an artificial limit on the number of keywords sent. Second, also due to a bug on my part, the keyword order was scrambled. The plugin now sends them in the order Lightroom provides them (which seems to be alphabetic, though it looks like SmugMug does not honor the order on display, so perhaps this was for naught).
20090907.116Added the ability to password-protect a gallery as you create it (in the SmugMug Tools section of the dialog), and gave that section some design TLC to make it easier to use.
20090902.115I'm back from a long trip and starting up the plugin machinery again. This is a simple update that should not affect most people: uploads of JPGs now must be in the sRGB color space. I'm pushing this change at SmugMug's direct request, because they convert everything to sRGB anyway, and they worry that this conversion could account for some delays and timeouts some users have experienced as of late.
20090723.114Another oops, fixing an "undefined global" bug I think I introduced yesterday.
20090722.113Oops, turns out that subcategories didn't come along with the change in version .110, so this push restores them.
20090716.112Sigh, Twitter engineers treat developers like a bunch of twits. Twitter just made a sudden, unannounced, and undocumented change to how they allow external applications like this plugin to connect to Twitter, breaking every external application out there. If a plugin follows the Twitter documentation, it will not work. I couldn't believe Twitter engineers could be so inexperienced or hostile (which?) the first time they pulled a stunt like this, but again? This is ridiculous... are there kids running the shop over there? If they do this again, I may just yank Twitter support from the plugins... it's not worth the frustration. For the time being, this push should fix things.
20090714.111

Fix how I process the "wrong format" errors from SmugMug so that it makes more sense in more situations. There's still a bug at SmugMug such that they sometimes return this error when the image is simply too large (they're supposed to quietly downsize the image for you), but they're looking into it for us.

Small UI change: I now note your SmugMug account level in the top section of the Export Dialog.

20090713.110

Added the ability to resend metadata (caption, keywords, and geo-coordinates) for photos previously uploaded to SmugMug. See the File > Plugin-Extras > SmugMug Extras dialog.

To accommodate the metadata refresh, I had to change how I contact SmugMug (moving from their 1.2.0 API to their 1.2.2 beta API), and it's entirely possible that I missed some small change in how I must send requests or interpret results, so please send a log (with the "Send to Jeffrey" button in the upper-right of the plugin manager) if you run into anything odd....

20090711.109

Added colon as a joining character for the squelching stuff mentioned in the previous release.

Fixed, perhaps, an "Attempt to perform arithmetic on a nil value" error that might appear during export. (I was never able to reproduce the problem, but saw something in the code that could have caused it, so tidied that up.)

20090703.108

Completely rewrote how the “extra keyword to send...” line is parsed. It could sometimes be a bit wonky, especially when template tokens were used, but hopefully it's more solid now. (Hopefully I didn't just move the bugs around; it's a touchy area of code.)

Speaking of the template tokens, I added a bunch more somewhat esoteric things, filling out all the metadata items available to the plugin. Something like “Workflow Job Identifier” might not be all that useful, but if you repurpose a field with my metadata-viewer preset builder plugin, these otherwise esoteric items may prove to be useful. For example, I've relabeled the Job Identifier field as “Blog Url” in my custom view, and can now use the {JobIdentifier} token to refer to it.

I redid all the code on squelching joining characters to make more sense (I hope), and included <br> and friends (e.g. <br/>) as special joining characters that should magically do the right thing. I also added a colon as a joining character. I haven't gotten a chance to update the Templates page with these changes, but I will soon. (If you find something that doesn't seem to work, let me know with specific examples.)

Tidied up some Mac-related dialog layout problems associated with the "upload anyway" option added in the previous version.

Enhanced the one-click upgrade stuff quite a bit, now detecting ahead of time when it will fail because the plugin is installed where Lightroom can't write (if Lightroom can't write to it, it can't update itself). I also added a progress bar, and now download in smaller chunks to avoid 'out of memory' errors on the larger plugins. Do remember that this new functionality becomes available after you upgrade to or past this version, when you then upgrade with it.

20090629.107

Added an "upload anyway" option for when an image is too large for your SmugMug account level (too large in bytes or pixels). SmugMug lets you upload them, but it'll downsize them quietly if they exceed the limits, and you'll lose the original that you uploaded. (Your master image in Lightroom remains unchanged, of course.) The new option is at the bottom of the #8220;SmugMug: Metadata Management” section of the Export Dialog.

If that option is not enabled and an image is too large, a dialog pops up asking whether to cancel the export or skip the image. Now, it also gives you the option to upload anyway.

Added still more logging to try to figure out the upload-destination fiasco thing.

Fixed that during an upload of a single image, the progress-bar status didn't reflect when the image was being uploaded (it said "rendering..." the whole time).

Reflect that SmugVault users can now upload up to 600MB files (it had been 512MB last time I checked.)

Added a couple of defensive error checks: if SmugMug returns a "Wrong Format" error because the full image wasn't uploaded, I change the error message to the more understandable “Upload did not complete... is your Internet connection having issues?”. I also try to detect some of the weird error messages that the OS returns when a firewall blocks Lightroom from using the Internet. You'd be shocked to hear how much time I spend telling people "check your firewall and enable an exception for Lightroom...". Hopefully this'll stem that stream.

20090616.106Sigh, this upload-destination fiasco is a real pain. Maybe have it nailed down this time.
20090615.105Some people are still having images uploaded to the wrong album, and I'm starting to think that it's a case of corrupt Lightroom preferences. I've looked at some logs and it seems to be a case of "this can't possibly happen" happening. I've added something in this version that kills some old information with prejudice.... if this doesn't take care of it, please send a log again (via the "Send to Jeffrey" button in the upper-right of the plugin manager), but I suspect my reply will be to ask you to blast your LR preferences file and start over.
20090614.104Sigh, it turns out that a few days ago, Twitter suddenly changed authentication methods in a way that was guaranteed to break every strong-authentication application (such as this plugin). Sigh. This update handles the new authentication style, and includes better error reporting for the next time they pull a stunt like this.
20090611.103It turns out, despite SmugMug's old API documentation to the contrary, album quick settings are available to all users, not just Power/Pro, so I've updated the plugin to match that. Also, better error reporting if the plugin wasn't able to contact Twitter during authentication.
20090607.102Still trying to figure out why a small subset of users find that their uploads go to the wrong gallery, so in this push have added more debugging toward that end.
20090605.101Oops, fixed an "Access to undefined global" error that popped up when trying to clear uploaded-to-SmugMug data via the SmugMug-Extras menu.
20090605.100

A few things for this 100th update of the Lightroom 2 version of this plugin....

1) Added a couple of new custom metadata fields, "SmugMug Upload Date", and "Upload Time". The former can be used in the Library Grid Filter to sort/select/filter by the date you uploaded to SmugMug.

Because the new custom fields mean a change to the database, the first time you load this new version, Lightroom will pop up a dialog asking "Update catalog for plug-in?" to which you'll want to answer yes ("Update"). Then a progress bar will show up and, if you have a lot of photos in your catalog that had been uploaded to SmugMug, will just sit there for potentially several minutes, looking stuck. Just let it work. For my catalog with 48,000 photos, it took about 5 minutes.

I'll add these to my Metadata-Viewer Preset Editor plugin soon, but for those maintaining their own viewer tagsets, these can be found at info.regex.lightroom.export.smugmug2.uploadDate and ....uploadTime.

2)Finally fixed the progress bar during upload.

3)Added a bunch of options to the gallery-creation stuff in the "SmugMug Tools" section of the export dialog. (If you make a variety of gallery types often, you'll probably want to make your own Quick Settings, since they override all the options here and include many other options not yet included here.) I didn't add every gallery option (there are a bazillion of them!) – I just picked the low-hanging fruit– so let me know if I missed some that are important to you.

20090602.99Sigh, small bug fix for the new Twitter stuff.
20090602.98

Well, here's something new: Twitter support. It may be a bit iffy, mostly because I don't use Twitter myself, so perhaps I've missed something about the culture in which it's used, but I've added something that allows you to send a tweet after a successful upload, with a mini template language that allows you to include a photo url or destination-set url in the tweet.

The plugin uses Twitter's new strong secure authentication, so you don't even have to tell the plugin your username or password. You authenticate at Twitter and grant the plugin application permission to send tweets on your behalf.

A note to fellow developers, who will feel my pain: in order to get this strong-secure authentication support working, I had to code up SHA-1 Secure Hash computation from scratch, in pure Lua... a horrid language, I'll remind you, that has absolutely no bitwise operations, or even integer support. No masks, no bitwise xors, no way to test bits or shift words or any of that stuff. As I coded it, I felt as if I were chiseling NAND gates from rough blocks of silicon.

I felt quite the achievement once I got it working, but only then realized that I also need to code up my own HMAC-SHA1 secure signature routine. It's less involved than the original SHA-1 stuff, but again, filled with bytewise xors. Fun stuff, in a very old-school way.

This release also contains some extra logging to try to get to the bottom of a problem that a few users have reported, namely, that their uploads don't go into the galleries they specify.

20090521.97Sorry, another quick bugfix. It seems an internal change I made to try to get around a bug in Lightroom wasn't quite ready for prime time. Hope it is now.
20090521.96

Fixed a "loadstring" error some users got.

You can now use the scroll wheel with the scrollable lists (such as for the gallery list)... sort of. It works while the mouse is actually hovering over the scroll bar. That's the best I can figure out so far... it's better than nothing if you're a scroll-wheel user.

Added some new token filters to the preset templates used for things like extra keywords and image captions: They're listed in the docs, but include new items like UCFirst capitalize first character of the item, or LC to lower-case the entire item. For example, if you want to include the city as an extra tag, but prefer your tags to be all lower case, you might use {City:LC} in the extra-tag dialog.

20090519.95Fixed an album-creation bug I introduced in a previous version.
20090518.94Somewhere along the way the plugin stopped updating the progress bar as it worked. I've restored it, so now you can see it inch along as the uploads complete. I also included some stuff to communicate with the next version of my Metadata Wrangler plugin help coordinate a canceled export. Unfortunately, if you cancel an export, Lightroom does not tell filters like the Metadata Wrangler, so it blindly continues trying to process images that will not show up. I've added some hooks here to help the next version of the Metadata Wrangler detect a canceled export and not complain. It's imperfect, but I'm hoping it'll help.
20090510.93Added a link in the Plugin Manager to the plugin's update-log RSS feed.
20090509.92

Added items to the title/description presets: ZenfolioUrl, FlickrUrl, and PicasawebUrl. If you have previously uploaded this image to one of those sites with my plugin that uploads to those sites, you can refer to that copy of the image by reference. Using the tag alone, e.g. {ZenfolioUrl}, it becomes the raw url, or nothing if the image wasn't previously uploaded. Using a =text argument inside the tag turns it into a link with the given text, e.g.

    See the {ZenfolioUrl=photo at Zenfolio}.

becomes:

    See the <a href='...'>photo at Zenfolio</a>.

if the url is known. If the url is not known, the tag is replaced with nothingness, so you might want to include an "|..." fallback section, such as:

    See the {ZenfolioUrl=photo at Zenfolio|"photo at <a href='http://myname.zenfolio.com'>my Zenfolio site</a>"}.

The entire double-quoted part after the "|" is used when what comes before ends up being empty. In this case, that double-quoted part is some text that includes a link to a Zenfolio user's home page (you'd want to put yours, of course). So, if the url isn't known, the entry becomes

    See the photo at <a href='http://myname.zenfolio.com'>my Zenfolio site</a>.
20090508.91SmugMug has fixed the bug that I worked around in the previous version, so this undoes that workaround.
20090504.90There's a bug in how SmugMug returns data to the plugin, or in my understanding of what's supposed to happen, that causes some accented characters in gallery names to appear as HTML entities. I rewrote how I parse the data they return, and inserted code to work around this issue (manually decoding the entities I know about). Let me know if you run into gallery names (or anything else) that doesn't display properly.
20090429.89Fixed a bug that could potentially crashed the plugin while editing caption/title and auto-destination presets.
20090425.88Tweaked how the plugin tries to update itself during the one-click upgrade process, to hopefully get things working for those few Windows users that have never had it work. Crossing fingers. We'll see.
20090422.87Fixed the caption preset stuff to disallow editing of the built-in caption presets, and added a note to that effect in the preset editor. I also reset the 'None' preset to an empty value, just in case it had gotten edited in a prior version of the plugin. Sorry it took so long to get around to this fix.
20090422.86A few minor housekeeping updates: the 'enable enhanced debugging' checkbox in the Plugin Manager now turns on logging of all web traffic. It'll be useful if I ask you to send a log, but you probably want to leave it turned off during general use. I also added an icon to the registration page to reinforce what plugin is being registered.
20090403.85

Corrected the photo-date related items in the preset templates to properly use the dateTimeOriginal metadata field, rather than the edit-time dateTime field. It now uses the first of the following that it finds with a value: dateTimeOriginal, dateTimeDigitized, and dateTime. This bug was reported to me long ago, but I let it slip through the cracks, sorry.

20090331.84Added scroll-one-line arrows to the top and bottom of the scrollbars, to allow fine-grained control of scrolling very long lists. (I've been programming for almost 30 years, but this is the first time I've ever built a graphical scrolling system from scratch, so I may be a bit slow on the uptake at times :-) )
20090327.83

Turns out that there's a bug in Lightroom that causes login names to be rejected if they can't actually fit in the input box that's presented when trying to log into a second account. To get around this bug for the few who run into it, I've made the box as wide as I can... I hope it's sufficient.

20090325.82

Big UI changes in some areas. I've cobbled together a way to add what appears to be a real scrollbar, so I've replaced the kludgey scrolling solution I had before. It seems to work okay.

I also changed the "Token Examples" dialog from paging to use the new scroll stuff.

20090313.81

It seems that PayPal doesn't give everyone a "Unique Transaction ID" in the registration confirmation mail; some people get a "Receipt Number". So, the registration dialog now accepts that as well.

I also removed the "Resolution value to record in metadata" control in the Metadata Management section. That had dated back to a time when the resolution setting was not available in the standard "Image Sizing" section of the export dialog, and I forgot to remove my custom one when the standard setting appeared. It was sort of silly having two controls for the same thing, sorry.

The resolution setting is still utterly meaningless unless you use it to actually compute the pixel size of the image (that is, if you have the "resize to" setting to something other than "pixels"). Once the image has been created, it's just a hint about how you intend it to be rendered when printed, but it has exactly zero impact on the quality that can or can't be achieved when printing.

20090310.80I've added a popup dialog that appears the first time you install this plugin that explains how to activate it from the Export Dialog. It's currently not very “discoverable” (in UI lingo), and it leaves a lot of people befuddled. I hope this helps to stem the flow of “I can't get it to work” messages I get each day. I've begged Adobe to tweak the UI to make it more clear in the future.
20090305.79Fixed a bug that caused the plugin to crash (and stay crashed across Lightroom restarts, even!) when deleting the caption preset that was actually chosen for the caption.
20090303.78If there's an error calculating the automatic destination for a photo, now actually reports that error instead of just crashing
20090302.77Fixed a bug that could cause the plugin to crash when using the File > Plugin Extras
20090228.76Fixed a bug that caused a plugin crash if my server couldn't be reached during registration.
20090225.75

As per the ongoing discussion on my blog, with this version this plugin moves over to a "donationware" model, in which the plugin remains free, but registration eventually becomes required (and an eventual donation hoped for :-) ).

For details, see Lightroom Plugin Development: Now With Added Encouragement. (For info about what drove this decision, see What To Do When a Hobby Becomes Work?)

The plugin no longer expires, and correspondingly, I will not pay much attention to reports of bugs that have already been fixed, so please check your version and the version history before submitting bugs or feature requests.

There was a lot of internal upheaval in the code, so I expect that some boo-boos my surface. If something breaks for you with this version, please let me know, but until I fix it, feel free to revert to the previous version.

One enhancement in this release: I realized that the image caption can actually be HTML, so I now allow for that in the Export dialog.

20090219.74Sigh, I need to slow down and test these things better before pushing them out. Sorry, it's been a tumultuous week. This version fixes a few stupid bugs stupidly introduced in the last stupid update.
20090219.73Some UI tweaks for the multi-login feature added yesterday. More robust error reporting if an export is attempted without an Internet connection.
20090218.72

Feature added per request of one of the SmugMug founders: can now easily switch among multiple SmugMug accounts.

20090217.71

The folks at SmugMug pointed out an error in how I was uploading to their servers that might explain a "bad album id" that a couple of users have reported. Also, some UI tweaks.

20090215.70

Woohoo!!! Fixed the "badServerResponse" error!!!!

Wow, it was frustrating. A bunch of people kindly sent logs and network traces, and but I couldn't find a clue in them as to the cause of the problem.

However, with the help of tech-savvy Alabama-based photographer Kevin King, I was able to isolate and work around the problem.

Kevin really went the extra mile here, running network traces, sending me logs and photos and catalogs, running at least a half-dozen debug builds of the plugin and reporting back as I tried different things that might lead to a clue. Eventually one did, and Kevin confirmed a final-fix build, so here we are.

For what it's worth, there is a bug in either Lightroom or Windows related to HTTP traffic headers. I've reported it in detail to Adobe.

NOTE: The automatic upgrade may have trouble upgrading to or beyond this from a version prior to this, so if it doesn't work for you, please just blast (or rename) the old "jfriedl-smugmug.lrplugin" plugin, and download/unzip/install manually. (I wish Adobe would officially support automatic upgrade, but until then, the works-usually system I've cobbled together will have to do)

20090210.68

Fixed a bug on my side that on rare occasions resulted in an "invalid session id" error, and another that sometimes resulted in a "wrong format" error.

20090130.67SmugMug was suddenly denying my plugin's API key, which (of course) caused all kinds of problems. Making it worse is that I didn't have good error checking, so the reason for the problem wasn't apparent until I dug into it. While adding better error checking, SmugMug suddenly started accepting the API key, so things seem to be working now. This build has more (better?) error checking, and so if the problem happens again, hopefully things will be more clear. One concern, though, is that perhaps I've become too aggressive on checking for error replies from SmugMug (some "errors" really aren't errors, and should be ignored), so let me know if things are not smooth.
20090129.66Small housekeeping update for the new locales supported by Lightroom 2.3. Added more info to the debugging log when an export operation begins, to help diagnose any subsequent problems with the export.
20090126.65The new scrollable-list stuff didn't deal with ampersands very well... things should be better now. Also added tooltips to the list items so that the full text can be read even if the display is cut short, although ampersands may appear in duplicate (or quadruplicate, depending on the OS)... it just wasn't worth the effort to get ampersands right in the tooltip.
20090126.64Fixed a couple of spelling errors.
20090120.63Addressed a strange error ("strange error" is a euphemism for "condition I don't fully understand") that could cause a "photohistory: not logged in" error. I think this happened when you got logged out while uploading, but I'm not sure exactly how that could happen. I also added some extra debugging stuff to help clarify whether it's a multi-threading issue.
20090119.62

Okay, so I spent the entire weekend working on my own scrollable-list control from scratch, because the built-in popup menu is just not very easy to work with when one has a lot of galleries. I didn't have much to work with, and the result is a bit wonky, but it's much more usable when the list is long, so I'm throwing it out there. If you don't have a long list of export destinations, you can revert back to the original via the "configure list appearance" button. With that button you can also change how much of the list is shown at once, to suit your personal preference.

20090116.61It turns out that the automatic upgrade stuff doesn't work if the plugin folder has been renamed from its original. That should generally not happen, but it's possible, so the plugin now checks its own location reports the issue to the user if it finds it.
20090115.60Added more debugging-log stuff to the 'Upgrade Now' button action, to try to understand why it doesn't work for some people.
20090115.59Added a 'click here to change the export destination' note to the masthead image, because some new users are confused how to change export destinations.
20090110.58Added a checkbox in the Plugin Manager to turn on enhanced debugging (more stuff in the plugin's debugging log), and added a button in the same place that sends your log to me. Particularly for “the upgrade button doesn't work” and “error while uploading” type issues, this should be useful for debugging.
20090108.57I've discovered multiple Lightroom bugs (one on Windows, two on OSX) that caused problems with captions that contained multiple lines and/or non-ASCII data. The plugin now detects captions that will cause platform-specific problems, and gets around the problem by omitting the caption during the initial upload, and then immediately setting it via a different method that actually works. I've also reported the bugs to Adobe.
20081228.56My preset dialog (for caption presets) was a bit wonky and didn't update itself when a preset was added. Fixed that. Also, in the export dialog proper, the example text next to the preset dropdown didn't auto-expand as the preset was changed. Fixed that, too.
20081226.55The version number had lost its way in life. Setting it straight. 20081224.* -- The "Extras" item in the File menu had stopped working. Works now. 20081223.* -- Bumping back the expiration date.
20081208.52Fixed a problem that sometimes caused errors during login/authentication, or after logging out.
20081204.51Try to work around a fairly rare Lightroom bug that sometimes causes large exports to fail with the note Whoa, exported image doesn't exist after waitForRender by pausing for a few seconds to see whether the image shows up. If not, then you still get the error and the export fails.
20081127.50The counting of previous uploads (for the All/Update/New of the Upload Destination section) was not working right.
20081125.49Another fix for a bug that had disabled plugin presets (for captions, etc.)
20081124.48Perhaps fixed a problem whereby the "Upgrade Now" button didn't work for some Windows users. We'll see whether it works when those users upgrade from this version to whatever version is next.
20081123.47Fixed a plugin crash when using the plugin's built-in preset system.
20081122.46No problems from the upheaval recently, so pushing back the expiration a bit.
20081117.45Oops, wouldn't let you log in / authenticate if you weren't already. Doh. Fixed.
20081117.44No new functionality in this version, but a huge upheaval in the underlying code to repair an unfortunate design choice I made early on in the development that had limiting consequences I'd not foreseen. There are likely bugs introduced in this version, and as such, it has a short expiration date to encourage updates as those bugs are reported and fixed. If you do run into an error, please send (via email) the log referenced in the upper-right of the Plugin Manager. Thanks.
20081114.43Fixed a "attempt to compare string with number" bug.
20081113.42Fixed yet another list-of-upload-destinations bug. There are sure a lot of edge cases here.
20081111.41Fixed a crash that happened sometimes when there are not yet any preexisting destinations at SmugMug.
20081104.40Perhaps squelch a spurious error dialog
20081103.39I don't know what's causing the slew of networking problems that have been reported, but I've gone ahead and added a retry mechanism. It'll retry operations that failed due to network problems indefinitely, but you can cancel out of the retrys if you like. If the problems are some kind of flakiness on the machine (somehow introduced in LR2.1???) this may allow operations to complete.
20081031.38Now works properly with the shadow GPS data maintained by my geoencoding plugin.
20081027.37Added some extra debugging code to try to track down some of the asserts that a few users have been getting.
20081024.36Added an option to not add Lightroom keywords as metadata when uploading images. This allows you to not send any keywords if you also have them stripped from the image itself, such as when enabling the "Minimize Embedded Metadata" option, or when stripping keywords with my Metadata Wrangler. This applies only to keywords in the Lightroom library that are marked for export; those not marked for export are never sent. (Also related, recall that due to a Lightroom bug, images in a catalog upgraded from Lightroom 1.x with Lightroom 2.0 lost the ability to export keywords until a fix is applied.)
20081022.35Addressed (and perhaps even fixed) a bug introduced in the previous build.
20081021.34

The "replace" functionality now works even when the target image had been deleted at SmugMug. There is a bug with the SmugMug API that was causing this to fail, but despite that bug still existing, I now implement the replace functionality using a different API method that SmugMug added at my request. (If you use the "replace" mechanism, give SmugMug some love for having done this.)

Small update so that a stuck background version check does not disable the plugin.

Added the ability to put the "select at time of export" item at the top of the destination list, as had been requested a few times.

Added some items to the template language that had inexplicably been missing: {HH}, {MIN}, {hh}, {min}, {ss}.

20081015.33Internal change to the user-agent string that the plugin sends when uploading, to better conform to web standards. Added back the ability to set the print size via DPI and inches/cm. I think it's more confusing than anything (because it has nothing to do with what size something gets printed at unless you take care to set the printer DPI the same), but someone asked for it and I should really leave it up to the user. The plugin now allows you to use any color space registered on your computer when generating images to upload. I don't think this will be useful for very many people, but perhaps it might be a benefit when combined with some printing services(?)
20080924.32

I created a "Metadata Management" section in the dialog, and moved some things into that from other sections.

Fixed a race condition that sometimes caused the export destination to not appear in the synopsis of a closed "Upload Destination" dialog section.

Also fixed an issue whereby doing a "replace" would abort when the image previously uploaded to SmugMug was no longer present at SmugMug. Now, if the image isn't there anymore, the "replace" turns into a simple upload. (A "replace" goes to whatever the gallery the original was in; but a replace that turns into an upload goes to the export's destination gallery.) Occasionally, a "replace" of a image still results in an abort due to a problem that I've reported to SmugMug.

Moved the items in the "Upload Management" section into the "Upload Destination" section, since they are really quite related.

20080923.31Sigh, just realized that the "check for new version" stuff did break in 2.1. Totally my fault, sorry. Fixed.
20080921.30Oops, the ability to use my template tokens in the 'extra keyword/tags' area, that I added last week, didn't actually recompute the tags on a per-image basis, applying the tags computed for the first image to all the others. That's now fixed, and tags are recomputed with each image.
20080920.29Enhanced the {Rating} token to allow {Rating=*} to create "*****" through "". You can put most anything instead of the asterisk, so you might consider {Rating=great } to end up with "great great great". Since these forms result in nothing for an unrated photo, you can use the "|" pipe to provide a default "when empty" value, such as "rating": {Rating=*|"unrated"}
20080918.28Added the ability to use template tokens like {Filename} in the "extra tags" input box.
20080916.27

Pushing some untested support for gallery-creation quick settings. I wrote this a few weeks ago, but may never push it if I wait to test it fully, so I'll just push it and let those of you who know SmugMug better test it for me :-)

Update an error message to reflect an apparent bug in LR that causes LR to hand off a file to my plugin for upload before the file is actually available. This seems to happen when using LR/Mogrify or other filters. Updated the url shown in the "status" section of the plugin manager

20080916.26Finally have the upgrade button working on both Win and Mac. Since I returned home last week, I now have access to both kinds of machine for the first time since LR2 was released. I can sum up the 5 hours I spent wrestling with the unzip code in three word: I hate Windows. Microsoft owes me five hours of my life back. Note that you may have to install this one by hand in order to get the newly working upgrade button... it's the next upgrade that should be easy-as-click.
20080914.25Added a few more descriptive tooltips to the example-token dialog
20080914.24Oops, fixed a boo-boo introduced in the previous version.
20080914.23Remember (again) the upload-destination across exports. It used to work, and I'm not sure when it stopped working, but it must have been really annoying while it was broken, sorry.
20080914.22Fixed tokens "OriginalWidth" and "OriginalHeight" in templates. Added a bunch of new template tokens and a new token filter. Added a token-examples button, which brings up a dialog listing all tokens and their value for an example photo (the first photo in the export list).
20080905.21Fixed an "undefined global: DestinationSynopsis" error that could happen when using a preset with a "select at export time" upload-destination setting
20080831.20Handle a race condition in the upgrade logic that sometimes results in a superfluous "You have version XYZ, but version XYZ is now available" message
20080829.19Added a bunch of new items to the template language.
20080829.18Oops, left some debugging cruft that results in an "empty" dialog if the logged-in-user has no galleries or the like. Fixed.
20080828.17Minor tweaks
20080828.16A few more tweaks to report a failed upgrade attempt a bit more clearly
20080828.15Whoo-hoo, finally figured out the "assert" problem that some people without galleries were having. When upgrading, ignore a status of “50” (which means “out of disk space”) from the unzip the plugin performs. It seems Windows often reports this status even when there's plenty of disk space left, so until I can understand it better, I'll just ignore that code.
20080827.14Fixed the Caption {Filetype} token (was broken for DNGs). Made some Layout tweaks in my preset dialogs. Added titles to the tools sections (were missing on OSX)
20080817.13A few cosmetic changes to the auto-destination dialog.
20080816.12Sigh, left some debugging stuff in there that prohibited the auto-destination stuff from actually working. Sorry for the version churn.
20080816.11I spent tons of time wrestling with the “Auto Destinations” feature, which I'd never really done properly for SmugMug. It seems to work now. Lots of little tweaks as I cleaned things up. Added a bunch of stuff to the Plugin Manager, including a “What's New” button that shows up next to the “Upgrade Now” button when a new version is available.
20080814.10Fixed infinite cycle of 'assert' messages one might get in odd situations
20080812.9Fixes (I hope) a "bad argument #1 to '?' (table expected, got nil)" error
20080811.8Moved and renamed the debugging logs to a temporary folder, and added log Show/Delete buttons to the plugin's custom section of the Plugin Manager.
20080806.7Fixed {State} and {Rating} in preset templates.
20080805.6Oops, the Windows versions had lost the ability to upgrade themselves. Once this version is installed manually, subsequent versions should be able to upgrade as discussed here.
20080804.5Fixed "Access to undefined global: LrError" error that happens when trying to report a login-related problem.
20080804.4Fixed a couple of internal errors related to the "choose destination at time of export" feature
20080804.3Handle the fact that the upload-size limit for SmugVault users is half a gig.
There were also some changes under the hood related to logins and Lightroom Export presets. These changes shouldn't have any noticeable effect... unless I introduced a bug. We'll see....
20080804.2Should now work with SmugVault.
20080729.1Initial public release of this for-Lightroom-2.x version of the plugin.

Comments so far....

Jeffrey, thanks for all of your efforts over the last several months supporting us with your LR (Smugmug) export plugin. I was plesently surprised today when I upgraded LR to V2 and saw that you had a new plugin which is another step forward.

Also I was pretty proud when I read that you are Ohio born and still have family here. Have a good rest of your vacation here and enjoy this special time with your son. There is no rewind button time goes by fast.

— comment by Dale Lewis on July 30th, 2008 at 11:18am JST (1 year, 6 months ago) comment permalink

Thank you, Jeffrey!
We are infinitely grateful to you!

— comment by Anton on July 30th, 2008 at 6:59pm JST (1 year, 6 months ago) comment permalink

I downloaded your 7/29 zip file, but there was no file in it that LightRoom recognized as a plugin. I looked for a file in the zip with lrplugin in it and there was none. Am I missing something?

-wick

The zip contains a folder that you point the Plugin Manager at. See my writeup on install instructions for details. —Jeffrey

— comment by Wick Smith on July 31st, 2008 at 12:41am JST (1 year, 6 months ago) comment permalink

Great plugin. I’m only seeing the first keyword added when I upload though – is there a way to get all the keywords to upload. Probably missing something obvious :-)

That’s a Lightroom-wide bug that’s (now) on the known issues page. —Jeffrey

— comment by dunxd on August 4th, 2008 at 1:16am JST (1 year, 6 months ago) comment permalink

I’ve just activated SmugVault on my account, but the SmugMug plugin still says SmugMug won’t accept CR2-files. Any plans for an update that will support SmugVault?

Fixed in .3 —Jeffrey

— comment by eirikso on August 4th, 2008 at 6:20pm JST (1 year, 6 months ago) comment permalink

Hi – this is a fantasatic plugin which I’ve now installed for Lightroom 2. I used to use the “Run Any Command” piglet in Lightroom 1.4.1 – I can’t see how to execute the same command with this new version of the plug in. I’m probably doing something really silly. Can you help at all please?
Many thanks

I’ve added this to the todo list, but the list is long )-: —Jeffrey

— comment by Simon on August 6th, 2008 at 5:39am JST (1 year, 6 months ago) comment permalink

Hi!
I love the metadata field named Uploaded To SmugMug…

How can I add that field to my Metadata Field List .lrtemplate that I created w/ your Metadata Configuration Manager?

— comment by pete on August 6th, 2008 at 1:10pm JST (1 year, 6 months ago) comment permalink

Found it after a little digging and luck. Just add to your template:

info.regex.lightroom.export.smugmug2.uploaded

Hope that helps everyone.

You can also replace “uploaded” with “*” to get the whole SmugMug section (a header and the two items). I actually couldn’t get the individual items (“uploaded” and “url”) working on my Mac. I must investigate. —Jeffrey

— comment by pete on August 6th, 2008 at 1:23pm JST (1 year, 6 months ago) comment permalink

On Vista, * gives me the Section w/ just the Uploaded field.

— comment by pete on August 6th, 2008 at 1:43pm JST (1 year, 6 months ago) comment permalink

Jeffrey, great plugins! I was beginning to use this smugmug plugin and had some success until today when I got this error message:

couldn’t render image: readnegative: dng_error_bad_format

only got the error using this plugin, the flickr and facebook ones as well as exporting to disk seemed fine.

That’s very odd. If you get that again, please report it to Adobe. I recall something similar a while back related to LR 1.4.0 (which was addressed in 1.4.1), but have never seen anything like it in relation to LR2. In any case, it doesn’t smell like something that should be related to my plugins, so I’m surprised you get it with one but not the others…. —Jeffrey

— comment by Matt B. on August 7th, 2008 at 8:25am JST (1 year, 6 months ago) comment permalink

Hi Jeffrey

Plugin works great with LR2 and after having fixed the keyword upgrade issues from LR1 (export disabled). Many thanks!

The only glitch now I found is when I do the following:
- update some keywords locally, e.g. add a few extra keywords. No other editing.
- upload the image again with “replace the most recent previously uploaded version” option enabled
= new keywords are NOT shown on smugmug :(

Any idea why that could be ?
Many thanks and best regards,
Markus

This is probably a “feature” that I need to try to look into. I’ve added it to my todo list. —Jeffrey

— comment by Markus on August 11th, 2008 at 8:59am JST (1 year, 6 months ago) comment permalink

Jeffrey – thank you for sharing your work, sincerely. I am trying to decide between using your plug-in for export to smugmug or buying star*explorer. I don’t think I need all the features of star explorer, but I do like the ability to apply smugmug “Quick settings” when creating an album via my upload tool (star explorer). Do you envision expanding the “create album” functionality to take advantage of this feature of smugmug? Or do you expect to put more development emphasis on the features that are applicable across the various export plug-in’s (e.g. – keywords, title templates, etc)?

Thanks again for sharing the results of your hard work with the rest of us,
peter

I’ve not heard of the Quick Settings feature of SmugMug, so I’ll have to look into it. Development has been generally slow the last few weeks because I’ve been on vacation. (I’ve got a cold at the moment, so there’s no development until I’m over that). —Jeffrey

— comment by PeterM on August 14th, 2008 at 11:20am JST (1 year, 6 months ago) comment permalink

Jeffrey, I use and love your SmugMug plugin – thanks. I am getting an error message when I attempt to use the “Automatic Destinations” feature.

I’m using a single token {Folder} and I anticipate the plugin will use that to create a new gallery using the Lightroom folder name (I guess in my SmugMug ‘root’ and I can’t specify a category), and then export the photos there. I’m getting error message “Unable to Export: A internal error has occurred: ?16981 attempt to concatenate field ‘?’ (a nil value)”.

The LR folder name is “2001-09-03 – 200sx – Deca with skyline club”

Any suggestions? A bug or finger trouble on my part?

All fixed in .10.

I also second the request made by PeterM above regarding “Quick Settings” these are essentially templates for the gallery customisation settings, allowing you to set things like the privacy and theme settings. You edit the QuickSetting template via the SmugMug web interface, and then use it when uploading photos.

Cheers, Patrick

I’ve got the Quick Settings stuff coded up, but I can’t get it to actually work. I’m waiting to hear back from the SmugMug guys on it… —Jeffrey

— comment by Patrick on August 15th, 2008 at 7:20pm JST (1 year, 6 months ago) comment permalink

> I spent tons of time wrestling with the “Auto Destinations” feature, which I’d never really done properly for SmugMug.
> It seems to work now. Lots of little tweaks as I cleaned things up.

Jeffrey, awesome! Auto-Destinations are working beautifully now, thanks so much for responding so quickly. You even now allow me to specify a category in the token editor – wow!

It would be cheeky of me to ask for QuickSettings too right now I presume :P

— comment by Patrick on August 17th, 2008 at 4:36pm JST (1 year, 6 months ago) comment permalink

Love the plugin.

It would be awesome if there was an option to automatically upload the CR2 and XMP files to SmugVault when exporting an image, rather than having to export a second time.

Added to my todo list. —Jeffrey

— comment by Daniel on August 19th, 2008 at 9:54pm JST (1 year, 6 months ago) comment permalink

Hi again, two small things I’d like to suggest. When I use token {Filetype}, it works fine with JPEG and RAW giving 3 character filetype, but with DNG it gives “Digital Negative (DNG)”.

Would it be possible to have {Filetype} provide “DNG” as a 3 character string?

Doh, that’s a Lightroom bug. I’ve worked around it as of version .14 of my SmugMug plugin. I’ll report the bug to Adobe.

Second thing, my list of galleries is growing so large, the plugin export gallery selection page is growing huge! Would it be possible to have a category selection first, and then a second drop down list to select the galleries only from that category.

This would be much appreciated.

I’ll add it to my plugin todo list. —Jeffrey

— comment by Patrick on August 20th, 2008 at 7:47am JST (1 year, 6 months ago) comment permalink

Hi – Adobe have released a script which fixes the keyword export issue (by setting the export info on every keyword for you). Details at http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405074&sliceId=2

— comment by dunxd on August 23rd, 2008 at 10:43pm JST (1 year, 6 months ago) comment permalink

Jeffrey – Thanks a lot for such a great plugin – One question that has come up since testing your plugin in V2 is … Is there an option to just sync your library with SmugMug – Say I delete a picture out of an album of 1500 photos but don’t want to upload the images again – would just like the 1 deleted image from my library to be removed from the SmugMug Gallery … Any Idea? Thanks again.

This is a big problem that I’m not quite ready to tackle. Once my plugin todo list gets a bit smaller, I’ll have to give it some thought. —Jeffrey

— comment by Jake on August 28th, 2008 at 12:37am JST (1 year, 5 months ago) comment permalink

wow, jeffrey i am forever grateful.
over the last few months i scanned several thousand negatives of my childhood, and without this plugin i would have spent endless hours figuring out a reliable upload process.

— comment by gtluke on August 28th, 2008 at 11:36pm JST (1 year, 5 months ago) comment permalink

Hi Jeffrey
I installed the latest version for lightroom 2 and I got 14 error messages. I’m on mac 10.4.11. Let me know how I can send you a copy of the log. Small note I put the plug-in manually in it’s place cause it wouldn’t automatically.

— comment by Andre Brassard on August 29th, 2008 at 11:11am JST (1 year, 5 months ago) comment permalink

First a huge THANKS YOU Jeffrey for all your hard work!

I have looked at the known issues but I might have missed this: I tried cancelling an SM upload as ~I realised I was sending it to the wrong gallery and the ‘cancelling task’ jst hung – well it was still there 5 mins later

Just thought I’d let you know;D

— comment by I Simonius on September 5th, 2008 at 9:22pm JST (1 year, 5 months ago) comment permalink

Jeffrey,

Great plugin, much appreciated. I do have 2 suggestions for the next revision.

1. Showing the estimated time of comepltion for the upload is great, but how about the actual upload speed?

2. The ability to create a NEW gallery from within the plugin.

Thanks so much.

#2 is already there (see the “tools” section of the Export Dialog). I could try to calculate the upload speed, but it’s of marginal use, and there’s almost no space in the progress-bar status for it. I already go to great lengths to contort the ETA to get it to fit reasonably in as wide a range of situations as possible; I don’t think the upload speed will fit. —Jeffrey

— comment by Michael on September 7th, 2008 at 9:40am JST (1 year, 5 months ago) comment permalink

I have over 100 galleries… Would it be possible to change the “Upload to your smugmug gallery” control from a menu style popup to a scrolling menu popup with a scrollbar? It takes some time to scroll to the bottom of the list…

Keep up the great work!

thanks
dan

Lightroom doesn’t offer me the ability to create a scrollable anything, so it does whatever it does. If SmugMug were to have a hierarchical gallery scheme, I could have the list be hierarchical as well (as I do with the Zenfolio plugin), but given the current limitations, I’m not sure what I can do. I suppose I could create a virtual hierarchy via first letter of the gallery name, or something like that…. —Jeffrey

— comment by Dan Pancamo on September 8th, 2008 at 1:30pm JST (1 year, 5 months ago) comment permalink

I love this tool and have come to rely on it any many ways.. my two wishlist items for it though are:

1) Expand Replace/Update Functionality
-I know right now if I upload a batch of 250 photos, and it aborts on 200, it will now that it still has 50 to upload if I have never uploaded. Though if I upload the 250 successfully in a lower resolution just to get the images available and want to go back and upload the full size after its done it doesn’t currently have the ability to keep track of that and I have to keep starting over from the beginning of 250 or manually reposition and reselect my images to upload neglecting the ones that did get replaced.

2) Notifications
-If uploading large batch of photos from my home computer, I would love to know if it aborted or was successfully, or heck even if it reaches certain thresholds like 50% complete. More so total completion though and aborted to know if I need to run home on lunch to restart the upload.

3) Error Handling
-Skip Image and Continue; I would love it if it had an option to continue upload when less than X number of errors; skipping those images that caused errors and then at the end of the upload display the error messages box stating which images were skipped.
-On Timeout, Wait and Continue; If a timeout occurs wait X time then try again Y number of times.
-Error Severity, on X type of errors continue, on Y type of errors halt.

Thanks Again, I hope SmugMug is paying you something for your efforts.. or is there a Donation Page that I am just missing?

Christopher

All fine ideas… if only there were more hours in the day. )-: At least #2 is easy enough to work around: just check SmugMug itself, to see whether the images are up. If not, skip lunch and run home. (SmugMug doesn’t pay me, but has been generous in providing free service. I don’t draw much attention to it, but there is a donation link within Lightroom, in the Plugin Manager.) —Jeffrey

— comment by Christopher Souser on September 9th, 2008 at 12:56pm JST (1 year, 5 months ago) comment permalink

Jeffrey – excellent work! This plugin is saving me so much time and effort. Looking for the donation option now…

— comment by Chris on September 10th, 2008 at 9:19am JST (1 year, 5 months ago) comment permalink

Thank you for providing this (what appears to be a) useful tool.

I so far have not been able to get it to work. It is installed. I do have LR 2 installed. It does properly log into SM. But, the resulting upload is nothing more than a single “dot” or no photo at all. SM shows the file name, etc., but it doesn’t look like any actual photo data is being uploaded. I’ve tried this in both my protected and unprotected galleries. Am I doing something wrong? (I’ve tried exporting both a DNG and a JPG.. both have same results).

(I also just did an “export to this folder” option instead of temp. The resulting exported photo that is generated by the plug-in is ALSO just a single pixel type image and not a valid converted or exported file.. so the issue lies locally and not with the upload process) Help!

Are you perhaps telling Lightroom to resize to a 1×1 image? —Jeffrey

— comment by javadog on September 13th, 2008 at 7:29am JST (1 year, 5 months ago) comment permalink

I’ve tried to load 20080905.21 on my Vista machine. The machine gives me the message that it is an invalid file. I’ll be using it with Lightroom 2.0.

What would the fix be?

Perhaps try to re-download and re-unzip the plugin. I’ve heard no other problems using these on Vista. —Jeffrey

— comment by Mike Riddell on September 13th, 2008 at 7:54am JST (1 year, 5 months ago) comment permalink

Is there any way to get the SmugMug plug-in to remember the last gallery uploaded to? I generally upload single files, and after a few hundred, selecting the same gallery over and over is a pain…

Also, does the update function (write over current version) work if the plug-in is not in the default folder?

Excellent plug-in though, your efforts are to be commended!

Doh, that’s annoying. Sorry. Fixed in .24 —Jeffrey

— comment by Micky on September 15th, 2008 at 6:32am JST (1 year, 5 months ago) comment permalink

Hi, I just installed the latest version today, and got the following error when registering with lightroom:

Plug-in error log for plug-in at: /Library/Application Support/Adobe/Lightroom/Modules/smugmug-jfriedl.lrplugin

**** Error 1

An error occurred while attempting to load this plug-in.
The plug-in description script (Info.lua) is missing.

Could you please help?

Thanks,
Sean

Perhaps there was a problem when you unzipped the download? Do you see Info.lua inside the plugin folder? (In your example, do you see /Library/Application Support/Adobe/Lightroom/Modules/smugmug-jfriedl.lrplugin/Info.lua?) If not, you might want to re-download and re-unzip. —Jeffrey

— comment by Sean on September 16th, 2008 at 12:11pm JST (1 year, 5 months ago) comment permalink

The list of categories does not populate in the Lightroom plugin.
It never has in several installs: including LR 1.4 and 2.0
I therefore can not export to SmugMug. (I suppose because it doesn’t know where to send them)
I am able to connect/login to smugmug using the plugin.
It’s just the “In Category” drop down selector does absolutely nothing.
And I have many categories on smugmug and a pro account if that means anything.

I really really need some help, I’m wanting to upload pictures from years past. (a lot)

scott

— comment by scott on September 17th, 2008 at 3:56am JST (1 year, 5 months ago) comment permalink

Jeff,

Not sure how, but you are correct. The “Image Resize” was set to 4 x 4 px on export. Having a “Doah!” moment right not. Thanks again!!!

— comment by javadog on September 17th, 2008 at 4:54pm JST (1 year, 5 months ago) comment permalink

Unfortunately, when I try to add the latest plugin (v28) to a new LR2 installation, it fails. LR2 tells me that the schema is invalid and that it has to disable the plugin as soon as I add it. The metadata wrangler installed fine, so perhaps something went wrong with today’s change.

— comment by David Underhill on September 19th, 2008 at 1:53pm JST (1 year, 5 months ago) comment permalink

Jeffrey,

I have a small bug with your most recent LR2 plug-in 20080918.28 (actually the bug may be in previous versions as well).

I noticed that my focal length metadata was way off in one of my smugmug galleries. For example, instead of reading 64mm, it reads 640000mm. I have confirmed that this only happens when uploading from a .tif file. I tried uploading the same image from the original .CR2, a converted .jpg and a .tif file. Only the uploaded tif file had the wrong focal length. Everything else looks OK.

Thanks for a great plug-in!

Brad

— comment by Brad Hiron on September 20th, 2008 at 9:49pm JST (1 year, 5 months ago) comment permalink

I love this plugin, it has really helped get my pictures put there for friends and family. One request that i would have is that there is a way to have the Auto gallery creation profiles at the top all the time so a person doesn’t have to scroll through all of their galleries before getting to the auto creation profiles. Just a thought…

— comment by Jacob Snow on September 24th, 2008 at 9:37pm JST (1 year, 5 months ago) comment permalink

The SmugMug plugin for Lightroom 1 works perfectly, but after several attempts to use the newest plugin for Lightroom 2 it keeps giving me this error: An internal error has occured. Access to undefined global: file

What do I need to do? I’ve tried cleaning out everything in the folder the plugin resides, then reinstalling. Same result.

— comment by Thema on September 26th, 2008 at 4:20am JST (1 year, 4 months ago) comment permalink

Just installed and used the -32 Smugmug plug-in with LR 2.1 (RC1). It worked perfectly. When I started, I was getting an “internal error” message and I thought it was due to 2.1, but found it was because I had -21, which may have “expired”. When I used the LR Plug-in Manager to try to install -32 over -21, it kept installing -21 again, so I deleted -21 and manually downloaded and installed -32 and everything was fine.
Thank you for keeping these up to date

— comment by Terry Straehley on October 8th, 2008 at 4:44am JST (1 year, 4 months ago) comment permalink

Great plug-in Jeffrey – here’s a feature request:
Export to multiple locations. I find I often want a copy saved to different locations, e.g two folders and one to smugmug (i.e. one a psd, one to print and one to my Smugmug site)

Very time consuming when doing it with more than one file so being able to save apreset that allowed for export to several locations would be cool

thanks

Simon

You can already save to local disk at the same time you upload (see the “Export Location” section of the export dialog), but it’s a different matter to export two different sizes/formats at the same time. I agree that would be killer – I’d use it myself for my own blog, where I always have to upload two sizes of each image – but it’s a fairly weighty feature to add, so it’ll likely be some time. More likely, some future version of LR will allow a preset to be made that encapsulates other presets. Until then, make an export preset for each common situation, then select the files and just invoke the two (or whatever) presets. It’s less convenient than it could be, but not too arduous. —Jeffrey

— comment by Simon King on October 12th, 2008 at 3:25am JST (1 year, 4 months ago) comment permalink

The latest Lightroom SmugMug plugin 20080924 seems to have a bug. When I am exporting to Smugmug, it also exports to the last disk location that I exported to.

It does this despite your having set the “Export Location” (the 2nd section of the export dialog) to “Temporary folder”??? —Jeffrey

— comment by Nathan Lake on October 13th, 2008 at 2:17am JST (1 year, 4 months ago) comment permalink

Just to mention also that it hung on one export last night. Uploaded to five galleries last night , including the culprit gallery, one image hung and was still hanging this morning.

I’ve never run into that myself, but it doesn’t surprise me a whole lot… I’ve spent more time on features than on quality error handling, which is understandable, I suppose, while there’s so much low-hanging fruit (feature wise) yet to be plucked…. —Jeffrey

— comment by Simon King on October 13th, 2008 at 4:39pm JST (1 year, 4 months ago) comment permalink

I’ve downloaded SmugMug plugin smugmug-20080924.32.zip multiple times but am unable to extract the files. I keep getting an error message that the file is corrupted.

I’m not sure what to say… over 1,000 people have been able to run that specific version of the plugin. What version of what software are you attempting to unzip with? —Jeffrey

— comment by Bernie on October 14th, 2008 at 1:38pm JST (1 year, 4 months ago) comment permalink

Downloaded again this AM and it worked fine. But I ran into an issue when I uploaded some files to smugmug. I always rename my files in lightroom to something like this OCT1108-001.jpg. I had done this with a batch of files before uploading to smugmug. But on smugmug, the camera-assigned filenames appear, not the ones I changed them too! Any thoughts why this would happen?

Images created for export are named as per the template you chose in the “File Naming” section of the dialog. Are you sure it was set as you wanted (likely to “Filename”)? —Jeffrey

— comment by Bernie on October 14th, 2008 at 8:37pm JST (1 year, 4 months ago) comment permalink

Thanks for the support on the LightRoom Plugin for SmugMug. The question I have is after installing the latest version I get a message that this plugin will expire in nine days. Is this a new feature from your side or Lightroom?

Regards,

Danny

It’s not new… it’s been there from the beginning. It’s explained here. You’ll be able to update to a newer version before it expires. —Jeffrey

— comment by Danny Baker on October 15th, 2008 at 4:40pm JST (1 year, 4 months ago) comment permalink

Hi jeffrey,

I am getting an “image too large” pop up. SmugMug has eliminated their 12mp limit. If you upload an image larger than 12mp they resize it. This is a new feature so maybe it is not yet incorporated into your plugin. I verified with SmugMug that they were not generating the flag.

Having SmugMug “clip” my uploads eliminates a resize step in my workflow.

Thanks,
Kurt Rodholm

— comment by Kurt Rodholm on October 18th, 2008 at 6:11am JST (1 year, 4 months ago) comment permalink

Jeffery,

Sorry for the false alarm. I just noticed that the pic I was trying to upload was CR2 format!! I did have JPG as the upload format but the CR2 source caused the size flag. When I convert to DNG first everything is OK. I normally do this on import so I missed this error.

Thanks for a VERY useful tool.

Kurt Rodholm

— comment by Kurt Rodholm on October 19th, 2008 at 12:21am JST (1 year, 4 months ago) comment permalink

Hey Jeff,

this plug-in is a God send!! Thanks so much. However, I dont know how to use the darn thing!! lol..

I managed to install the plug-in into my LR 2.0, but im lost from there on.

Please help me out!! I got loads to upload and hopefully if everything works out, I’m thinking i’ll go pro!!

Regards,
ali

P.S. do email me the steps (baby steps pls.! lol)

— comment by Ali on October 20th, 2008 at 8:24pm JST (1 year, 4 months ago) comment permalink

Hi,

I am getting this error when trying to export photos to SmugMug:

“+156.5: At =(tail call) line -1:
Return header ERROR
—————————————————————-

errorCode = “timedOut”
name = “timed out”
nativeCode = -1001

_____ _____ _____ _____ _____ _____ _____ _____ _____
.”

I am using Lightroom 2.0 and the latest version of the plugin (20081015.33), using Mac OSX 10.5.5.

Feel free to shoot me an e-mail if you have any questions/comments. Thanks.

— comment by Jerome on October 21st, 2008 at 12:35am JST (1 year, 4 months ago) comment permalink

Hi Jeffrey,
got this error message again ( I think it’s the same as before)
“An internal error has occurred: ?:15940: attempt to compare string with number”

All I can tell you is that I was uploading to SM again – about 3 uploads in total and one location on disk

Simon

ps- thanks for your reply to my earlier feature request;)

— comment by Simon King on October 21st, 2008 at 2:10am JST (1 year, 4 months ago) comment permalink

pps

just to say that I have also had one image hang (all night) while uploading to SM – just re read the others posts and it jogged my memory;)

— comment by Simon King on October 21st, 2008 at 2:13am JST (1 year, 4 months ago) comment permalink

I sent you a message not long ago. I realized that for whatever reason when I try to logon to smugmug from the plugin, it is not finding smugmug. I have the correct info entered. Then I clicked for your blog and it won’t appear either, and both list “application not found” My internet connection is working fine, so it isn’t that the internet is not working right. I’m using windows xp pro and the most current version of your plugin.
It seems like I’m just a tiny bit away from makingi it work. Doesn’t it almost working make you crazy?! Me too! Especially since it is working on my other computer.
My hair may all fall out before I figure this out!
Thanks so much in advance.
Mary

I’m guessing that there’s an issue with how your browser is installed on your system, because Lightroom uses your system libraries and such when it accesses the web, and uses your browser when it wants to bring up a page like my blog. The “application not found” error message hints at this. To test, load a geoencoded file into Lightroom and bring up the metadata panel to show the latitude/longitude, then click on the arrow next to it. It’s supposed to bring up Google Maps at that location, but I suspect you’ll get the same error. (If you don’t have a geoencoded image handy, just grab any image from my blog that has a map link under it… pretty much all images taken outdoors, such as these.)

If you find that indeed, even that doesn’t work, then the issue is unrelated to my plugin specifically. Unfortunately, I’m no expert on XP administration, so I’d suggest reinstalling IE, and if that doesn’t work, soliciting advice from the Lightroom forums at Adobe. —Jeffrey

— comment by Mary on October 26th, 2008 at 6:55am JST (1 year, 3 months ago) comment permalink

Hi Jeffrey — thanks for the plug-in! I’m hitting an issue with the most recent version: “Unable to Export: An internal error has occurred: ?:21047?: assertion failed!” Any suggestions on what I should check? Thanks, Radu

— comment by Radu on October 27th, 2008 at 7:52am JST (1 year, 3 months ago) comment permalink

Ever since I downloaded the new Lightroom 2.1 and the new plugin version 20081027.37 on windows vista, i have been unable to export to smugmug. I recieve the following error:

+243.9: At =(tail call) line -1:
Return header ERROR
—————————————————–

errorCode = “badServerResponse”
name = “The requested header was not found”
nativeCode = 12150

I had it working perfectly before the new download. Please let me know what i can do.

— comment by Dacia Guymon on October 29th, 2008 at 1:33am JST (1 year, 3 months ago) comment permalink

question regarding the “expiration” of the plugins…

will the old ones continue to work? or MUST we upgrade?

thanks,
niteowlgary

They cease working once they expire, so yeah, you must upgrade if you want to continue to use it. That’s the whole point of the expiration in the first place. —Jeffrey

— comment by niteowlgary on October 29th, 2008 at 3:45am JST (1 year, 3 months ago) comment permalink

Hi Jeffrey,

Is there a way to have the plugin automatically update? When I click on the “update now” button, it does nothing, I have to manually download and unzip the new plugin, but a friend says he’s never, ever had to do anything and his continues to work.. we are both using LR2, XP Pro SP2, ?? Is there a setting in windows somewhere that I need to change to allow this auto feature to work?

btw, the new version 20081027.37 took care of the “assertion failed” issue.
thanks,

niteowlgary

You didn’t tell me what version you were unable to “upgrade now” with, but perhaps it was one of the older ones in which that functionality was broken. If it doesn’t work with a modern build the next time you try, please let me know (and please provide full details). —Jeffrey

— comment by niteowlgary on October 30th, 2008 at 12:34pm JST (1 year, 3 months ago) comment permalink

got the latyestversion – getting more probelms uploading again Jeffrey

Latest is: an internal error has occurred
?:O: attempt to index a nil value

otherwise manages to export to HD no probs

— comment by Simon King on October 30th, 2008 at 8:36pm JST (1 year, 3 months ago) comment permalink

Hi Jeffrey,

Sorry about the missing info:
XP Pro SP2, Smugmug version 20081015.33, 20081027.37 – no previous version has ever automatically upgraded or worked with the Upgrade Now button. I’ve always had to manually download and install.

Metadata Wrangler v20081004.21 when clicking the Upgrade Now, this one works, at least it opens the dialoge for downloading and installing, haven’t done so yet as current plugin doesn’t expire till Nov 29, 2008.

Smugmug – 20081027.37 – Upgrade Now doesn’t work – press upgrade button: nothing happens.
Facebook – v20081015.30 – Upgrade Now doesn’t work(same as Smugmug)
Flickr – v20081015.38 – Upgrade Now doesn’t work(same as Smugmug)

just FYI, I am the IT tech at a small middle school and having to have these laptops brought in and updated is a bit time consuming… I’m hoping you can get this autoupdating fixed, it sure would save me a lot of time. :)

thanks,
niteowlgary

Lightroom maintains an error log for each plugin, and my plugins maintain their own running log. The former is referenced in the lower-right section of the Plugin Manager, while the latter is referenced in the upper-right section. Could you try invoking an upgrade on one of the ones that doesn’t work, and emailing the logs to me? Hopefully at least one of the logs will exist. jfriedl@yahoo.com —Jeffrey

— comment by niteowlgary on October 30th, 2008 at 9:51pm JST (1 year, 3 months ago) comment permalink

Hi Jeffrey,

Sent the log files, hope they help.

As I wrote in the email, it seems the “Upgrade Now” button works okay when accessing the Plugin Manager directly from the “File/Plugin Manager..” drop down menu, but does not work when accessing it from the “Export” window and then choosing “Plugin Manager”… I post this here just in case others are having the same issue.

thanks for all you do,
niteowlgary
XP Pro, SP2, latest plugins 20081031.xx

— comment by niteowlgary on October 31st, 2008 at 2:44pm JST (1 year, 3 months ago) comment permalink

Unfortunately I have to abandon my attempts to use the ‘Export to Smugmug’ Lightroom plugin. I’m using Lightroom 2.1, Windows XP and just can’t get beyond the following error:

+243.9: At =(tail call) line -1:
Return header ERROR
—————————————————–

errorCode = “badServerResponse”
name = “The requested header was not found”
nativeCode = 12150

I see I’m not the only one experiencing this and if anyone has some suggestions I’m all ears.

It sure seems like a slick tool.

Roger

— comment by Roger on November 3rd, 2008 at 11:30am JST (1 year, 3 months ago) comment permalink

Love the plugin for Smugmug but ever since going to LR2 I have not had any luck getting it to work. I have the latest update, but it always starts the upload and then fails with a weird message with nil in the text.

I have uninstalled and reinstalled. I can’t see where I can select any of my gallaries. The plugin does log me in properly. Any help would be greatly appreciated.

Thanks

20081103.38, lightroom 2.1, 10.5.5 OSX

Error Message:

+348.0: At line 15664: ?:16526: attempt to index field ‘?’ (a nil value)

— comment by Bill Hatch on November 7th, 2008 at 8:52pm JST (1 year, 3 months ago) comment permalink

Hi Jeffrey

Running LR 2.1 and your SmugMug plugin ver 20081103.39 on Leopard.

Over the last month never had an issue, but now I cannot log in. Your plugin states:
“Authenticating credentials at SmugMug …”, and then nothing happens. Network connection is fine and I can log in @ SmugMug via the website. Any idea what’s going on ? Anything to do with the new feature release of SmugMug ? Thx !

— comment by Markus on November 9th, 2008 at 10:26am JST (1 year, 3 months ago) comment permalink

One more thing I just noticed: Exporting locally does stall when I enable “Write Keywords as Lightroom Hierarchy”. When I disable it, the photo(s) is/are exported just fine.

My keyword catalog is fine BTW, and it also used to work with SmugMug before. Strange.

If you could “Export as Catalog” one of the images that this happens with, and mail the resulting catalog to me, I’d appreciate it. I can’t reproduce the bug on my end, but perhaps my keywords are not complex enough. —Jeffrey

— comment by Markus on November 9th, 2008 at 10:44am JST (1 year, 3 months ago) comment permalink

I have been using LR2 for about 2 months and have a Smugmug account as well. I installed your plug in for uploading and it worked great. I went to do an upload today and got a bunch of error messages stating my version was expired and I needed to install the latest one. I downloaded the file and the install was far from clean or easy, in fact I had to do a bunch of manual file moves. NOT FUN.

Apparently you didn’t update with any of the dozens of new versions over the last two months, for if you had, you’d have gotten new features and lots of bug fixes, including (according to the changelog above) a fix for the automatic update stuff.

Note that the automatic update stuff is not supported by Lightroom… I implemented it all myself, spending great effort to build a plugin that can download a zip file, unzip and install itself, and report back on the status. I did this because yeah, it’s not fun to do it by hand. But I could test only on my system, and there are a lot of different kinds of systems out there, so it took a while to get it right.

Now, when I go to Smugmug to any of my galleries, and attempt to get a link to share, Smugmug locks up. I have to use task manager to close the unresponsive program. You have an issue either with your latest update, or the install process to make it work.

When you say “go to SmugMug”, if you mean in your browser, then any troubles you have are unrelated to the plugin, and perhaps it’s just a matter of coincidentally bad timing. My plugin doesn’t do anything to your browser. What unresponsive program are you killing in the task manager?

As I have to share these galleries, I will have to look elseware for now to conduct business. Let me know if you have a fix or when you address this.

I’m sorry that you’ll have to look elsewhere to conduct your business. Please contact my well-staffed customer-service department for a full refund of the plugin purchase price.

Sigh —Jeffrey

— comment by Jeff Krueger on November 9th, 2008 at 12:16pm JST (1 year, 3 months ago) comment permalink

jeffrey – using Plugin 20081111.41 on XP.

with 20081104.40 was getting:
errorCode = “badServerResponse”
name = “The requested header was not found”
nativeCode = 12150

now with 20081104.41 the upload loops endlessly. ran all day while i was at work some 6k attempts, i believe.

— comment by Don on November 11th, 2008 at 3:06am JST (1 year, 3 months ago) comment permalink

Hi Jeffrey

“Authenticating credentials at SmugMug …”, is sorted!
Seems like it was an issue on the side of SmugMug.

Regarding the problematic local export for hierarchical keywords I will indeed send you a file soon.
Thx for the help.

Markus

— comment by Markus on November 12th, 2008 at 1:17am JST (1 year, 3 months ago) comment permalink

Markkus, did you have to do something in Smugmug because i am having the same problem authenticating to smugmug

If you’re on Vista and getting networking error (“can’t resolve host”, “can’t connect”, etc.), it’s likely a bug in Lightroom 2.1. I’ve heard a lot of reports of networking issues on Vista and LR2.1. —Jeffrey

— comment by Craig on November 15th, 2008 at 3:42am JST (1 year, 3 months ago) comment permalink

When I click the “Edit/Add” button beside the “Image Caption” dropdown box, I get a popup error message (LR v2.1 512205):

+442.5: At line 19086:
bad state:
+442.5: At line 19086
+442.5: At =[C] line -1

Fixed in .47, thanks. —Jeffrey

— comment by David Underhill on November 24th, 2008 at 5:27am JST (1 year, 3 months ago) comment permalink

Love the smugmug plugin – saves me oodles of time. Had good success with every version so far and really appreciate the frequent updates. Can’t thank you enough!

One feature request if I may – instead of a simple “compress by XX%” in ‘file settings,’ how about an option to compress to a given file size? Smugmug has a fixed 25MB-per-file size limit. Sometimes my shoots contain a mix of digital shots and film scans. The film scans require a different amount of compression to get under the size limit, and it’s always a guess to get them as close as possible to avoid over-compressing. At the moment I just let smugmug barf on film scans, then select those in metadata and export again with a different compression.

Just a suggestion. Thanks again!

The quality setting is not a compression percent, but rather, some kind of vague progression between “really rough” and “as good as possible”. Your size-priority suggestion is good, but it’s quite CPU intensive (since it would just have to keep trying until it got a size that was acceptably close to the max limit). For the most part, that’s all out of the plugin’s hands (Lightroom does the rendering and then hands the image off to the plugin). You might ask Tim Armes to add this to his LR2/Mogrify plugin, where it would fit in nicely. —Jeffrey

— comment by Andy Radin on November 27th, 2008 at 7:20pm JST (1 year, 2 months ago) comment permalink

Any chance of a version that doesn’t expire?

It just seems a little silly having to download a new version every month or so even if it’s running fine. I’m perfectly capable of checking your site if I happen to be having problems, or if I want to check for any updates that are relevant to me (the majority of them aren’t).

It’s annoying enough that I’d be willing to pay for a version without it… in case you’ve had any thoughts in that direction. :)

If pressing the “update now” button once a month is too onerous a price to pay to use the plugin…. (sigh) —Jeffrey

— comment by Mike on December 7th, 2008 at 2:10pm JST (1 year, 2 months ago) comment permalink

Of course it’s not – what gave you that idea? I like the plugin, and appreciate your work, but can’t understand why you’d want to force users to upgrade regularly if they don’t need (or want) to.

— comment by Mike on December 7th, 2008 at 6:08pm JST (1 year, 2 months ago) comment permalink

After installing the new plug-in (20081208.52.zip) for LR2 on my Windows XP computer, I still cannot get it to upgrade. Since this is my first time of upgrading the Export-to-Smugmug plugin, is there a series of steps I can have emailed to me? Imust be overlooking something or there might be a new bug that needs to be eliminated.

Thank you in advance!

— comment by David on December 11th, 2008 at 5:02am JST (1 year, 2 months ago) comment permalink

Hi,

I am using LR 2.0 and your plug-in for smugmug upload. Great plugin by the way. However, I think there maybe a bug. The File Name box seems to carry on the last known file name for some odd reason.

For example, I had previously some files with Alaska_DSC9999_Date to name the files that I had exported to my harddrive for other use.

I imported some totally new files and when I exported, the “Alaska” tag remained and named my files “Alaska_DSC8888_Newfile info”. Why is this when “Alaska” was not Selected from the Dropdown box under the Template (for naming) shows. That shows just Filename.

Thanx

The filename stuff is completely handled by Lightroom (that section of the export dialog is one of the standard sections). I don’t use much of the filename templates except “Filename”, so I’m not familiar with how other ones might work, but in any case, there’s nothing different about what happens when exporting via a plugin or not, filenamewise… —Jeffrey

— comment by Anand on December 11th, 2008 at 4:57pm JST (1 year, 2 months ago) comment permalink

I’m currently using your Smugmug plugin and rely on it alot. Thank you for your great contribution to Lightroom. I’m currently running an upgraded version of LR 2.2 and using your Export to Smugmug plug-in version 2008.1208.52. No problems with this. However, I’m thinking about publishing more public entries on Smugmug with another [new] account (probably Pro) and wanted to get your comments about how to manage this. Whould I use two Lightroom catalogs (hope not), two Smugmug accounts (one plugin) etc. I can imagine how the plugin would have to have knowledge of two different accounts (a dropdown to pick from) at Smugmug in order for me to change destinations of exports. Senario: I want to export ALL tagged stuff (like I do today) to my private standard site on Smugmug then, I see that I want to share some pictures on my new Pro site on Smugmug with a subset of or other pictures. Choosing pictures isn’t the issue but having the plugin dual-aware of two accounts would be my biggest concern. Ideas?

— comment by Paul M. on December 22nd, 2008 at 1:09pm JST (1 year, 2 months ago) comment permalink

Asking here because I didn’t find a better forum for asking this question. This is more of a question than a bug report.

Can you please comment on where the smugmug exporter locates temporary files when the “Export to” option “Temporary folder (will be discarded upon completion)” is selected?

Lightroom 2.1 crashed while uploading a large amount of jpegs via the smugmug exporter 20081204.51. I would like to be extra certain that the temporary files get deleted.

This is the first time lightroom has ever crashed while doing an export to smugmug using your plugin. I don’t know if the crash happened inside the plugin or inside lightroom. I’d be happy to send you the core dump if you email with with instructions for how to locate the core dump. (I’m new-ish to OSX.)

I had queued up three parallel exports to different smugmug folders intending for it to proceed over the next many hours. I noticed that lightroom was constantly pegged around 2 GB in size according to activity monitor. This OSX 10.4.11 system has 3GB of RAM and the hard disk is close to full. I wanted to check my smugmug gallery config so I fired up both firefox and safari. That caused a ton of disk swapping for about 30 seconds before things settled. Then lightroom crashed immediately upon bringing it to the foreground.

On my Mac, the temporary folder is in /var/tmp/folders.503/TemporaryItems/ with a name consisting of a long series of hex digits, like FD16808C-4C12-4D7C-A01F-A2895B5113B8. Lightroom generates all the images as fast as it can, which is likely much faster than they can be uploaded, so it’ll peg the CPU for a while, then the CPU will settle down as all the accumulated images are uploaded over time. As for the crash, you might try upgrading to Lightroom 2.2. It’s free. —Jeffrey

— comment by Jeff on December 22nd, 2008 at 11:45pm JST (1 year, 2 months ago) comment permalink

Thanks, Jeffrey. I found and eliminated around 750MB of jpg files from four different sub-folders of that TemporaryItems folder. The time stamps on these sub-folders seem to line up with the times that lightroom crashed on me today while trying to upload through the smugmug plugin.

I’ve also gotten a couple instances of a “wrong format” error that terminates an upload attempt. I’ll try updating to lightroom 2.2 after I get this batch of files onto smugmug.

— comment by Jeff on December 23rd, 2008 at 10:54am JST (1 year, 2 months ago) comment permalink

Jeffery, something is going on with the Smugmug plugin version numbers above it appears to have regressed back to .46 from .52?

Whoops, sorry, not sure how that happened. That’ll make for some confusion. Just pushed a version with a number that’s back on track. —Jeffrey

— comment by Dale Lewis on December 26th, 2008 at 6:20am JST (1 year, 1 month ago) comment permalink

Jeffrey:
I have V20081208.52 and got the expiration warning notice. I clicked on the Upgrade Now button as I always do, and nothing happened. The new version didn’t download or install. I’m using WinXP Sp3 and LR2 current version. Thanks.

— comment by JSK on December 29th, 2008 at 3:02am JST (1 year, 1 month ago) comment permalink

I have loaded your plug-in for Lightroom to export to smugmug. Bet I get the following error:
+1.1: At =(tail call) line -1:
Return header ERROR
——————————-
errorCode = “unknown”
name=”the system cannot find the file specified”
nativeCode=2

Then it aborts the login to smugmug.

I am running LR 2.2 on XP operating system

It seems that the error occurs just after validating smugmug login when it looks for gallery list.

Any help or suggestions on how to correct this problem would be greatly appreciated.

— comment by Don Ernst on December 29th, 2008 at 11:33am JST (1 year, 1 month ago) comment permalink

Does smugmug api support metadata updates? I have 1000’s of photos that I just need a keyword or GPS update…

— comment by Dan on December 29th, 2008 at 3:59pm JST (1 year, 1 month ago) comment permalink

smugmug.images.changeSettings allows you to update geocoding and keywords to the image on SmugMug. I guess it’s possible… Future versions maybe?

Yeah, I’ll be doing a bunch of new development next month. —Jeffrey

— comment by Dan on December 29th, 2008 at 4:54pm JST (1 year, 1 month ago) comment permalink

Jeffrey,

First of all, I love your plugin. I can’t believe how sophisticated and flexible you’ve made this. Oh, and I remember reading your regex book over 10 years ago.

I’m just adding that I’m seeing the same behavior as JSK in terms of upgrading the plugin with the “Upgrade now” button. It doesn’t appear to do anything when clicked.

— comment by Kory on December 30th, 2008 at 1:19pm JST (1 year, 1 month ago) comment permalink

Jeffrey,
Your plugins are invaluable!

I am using smugmug-20081228.56 on LR v2.2 on OS X 10.5.6. I am not 100% sure if this is your plugin’s bug or it’s LR… but I notice that when I have two instances of uploading at the same time via your plugin, the memory usage goes up until the system is completely out of memory. With a single instance of the upload, no problem at all. Could this be related to LR or your plugin?

ws

Not sure where the problem might be…. does the memory jump happen when you do two exports to disk? —Jeffrey

— comment by WS on December 31st, 2008 at 9:09pm JST (1 year, 1 month ago) comment permalink

I’ve been having the same issues with memory lately when uploading 100’s of photos at a time… out of memory… I’m using a 50d with ~12Mb images now…

— comment by Dan on January 1st, 2009 at 8:38am JST (1 year, 1 month ago) comment permalink

I’ve got the Smugmug plugin 1024.38 and it says it’s expired… so I click update and nothing happens… so I uninstalled and tried downloading the 1228.56 you have linked on your page… but when it installed it still says “1024.38 expired please upgrade”

Please help… your plugin is AWESOME… I use it quite often. saves me a lot of time and aggravation

thanks Brandon

The automatic-upgrade stuff I built still doesn’t seem to work for everyone, and until I can figure that out, you indeed have to install manually like you tried. Installing manually should do it, so perhaps give it another try. You can delete the old plugin folder and unzip the new one in its place. Then, reload the plugin in the Plugin Manager, or just restart Lightroom… —Jeffrey

— comment by Brandon on January 1st, 2009 at 9:30pm JST (1 year, 1 month ago) comment permalink

That worked… thanks….. YOU ARE THE MAN!!!!

— comment by Brandon on January 1st, 2009 at 9:55pm JST (1 year, 1 month ago) comment permalink

What a pain! Practically everytime I want to use this plug-in, I have to reinstall it! You should make the update process optional. Some of us are ok with the bugs. The bugs are less of a pain in the rear than having to reinstall the latest greatest version all the time.

It’s funny how in your efforts to make things better for the users, you’re deliberately doing something that causes the most problems!

— comment by Jim White on January 2nd, 2009 at 4:10am JST (1 year, 1 month ago) comment permalink

Damn Jim… you don’t pay for this… and yet your complaining about having to update once a month… the uninstall reinstall takes me about 1-2 mins longer than to click the update button… if you can’t set aside 2 mins a month for something free… you need a vacation.

Jeffrey… Thanks for all you do.

— comment by Brandon on January 2nd, 2009 at 9:56am JST (1 year, 1 month ago) comment permalink

Ver 20081228.56

After upgrading I keep getting this error:

+10785.9: At -(tail call) lin -1:
Return Header ERROR

errorCode = “securityError”
name = “(unknown error)”
nativeCode=12057

an internal error has occured : ?:22419: attempt to index a nil value

— comment by John Tice on January 3rd, 2009 at 7:14am JST (1 year, 1 month ago) comment permalink

I received the following message:

Error response from SmugMug:
wrong format (ByteCount given: 5128933, received: 5128933. MD5Sum given: f5b3873644d3f6d320d6a91d9f93d888, actual: f5b3873644d3f6d320d6a91d9f93d888.)

Aborting upload after 66 of 72 images.

Thanks for all the time you spend on this!

Be seeing you,
Denis

— comment by Denis on January 5th, 2009 at 5:09am JST (1 year, 1 month ago) comment permalink

Hi Jeffrey, firstly great plugin saves me oodles of time!
Just to let you know out of 6 or so attempts this morning to upload to smugmug with the latest plugin (i’m on 10.5.5 + lr2.1) only once did i get all the way through upload 25 photos without getting the same error as Denis.

If I can help with any logs or other info please let me know

Cheers, Jason

— comment by Jason on January 9th, 2009 at 7:40pm JST (1 year, 1 month ago) comment permalink

I love your plugin, thankyou.
I have a feature request: I would like the ability to export to multiple folders on disk in a very similar way to how I upload to multiple albums in Smugmug during a single export.

For example, I think it would be great if I could do each of these scenarios:
1. Select 100 photos to export, then specify that they get exported into subfolders on disk based on the “auto dests” feature of the Smugmug uploader.
2. Select 100 photos, specify that they are exported to /Users/Jamie/Pictures/Photos in subfolders based on a “Folder” metadata attribute that I add, and a subfolder of that folder based on a “SubFolder” metadata attribute. (This could be extended to allow multi-level hierarchies as well)

This could be a useful feature of the Smugmug plugin, as it would be useful to be able to do this while uploading to Smugmug, or as a totally separate plugin–as I would also like to be able to do this just for exporting to disk when not exporting to Smugmug.

— comment by Jamie on January 13th, 2009 at 9:31am JST (1 year ago) comment permalink

Aargh. Perhaps you can update your plugin to help out with my not being able to compute JPG math using XMP instruction sets in my head! I walked away from a largish upload and came back an hour later to find a LR error message had popped up early on: “The exported file size of 12,610,296 bytes is larger than your SmugMug account limit (12,582,912 bytes). Cancel or skip just this image?” OOOhhh…less than 27kb over the limit! The original CR2 is only 10.5MB, but by the time LR adjustments got added, the 100% JPG coughed up like a cat. LR doesn’t give a “skip all and we’ll log ‘em for you so you don’t waste time staring at the screen” option, of course.

Any chance your plug-in could look at the file size after converting to JPG and if larger than the account limit, politely subtract 1 from the JPG quality until it fits??? I hesitate to ask, but could you write a log file of images that were reduced in quality to fit?

Thanks, Mr. Wizard!!!

I’m not sure whether the plugin would even allow that, but even if so, as useful as it would be for the few people who might be helped by it, it’s pretty low on the bang-for-developmenttime-buck scale, so it’s probably not something that will be addressed any time soon, sorry. —Jeffrey

ps – I’m using your 20090110.58 version, with OSX 10.5.5 and LR 2.2 and camera RAW 5.2

— comment by Denis on January 13th, 2009 at 1:28pm JST (1 year ago) comment permalink

Thanks for the great plugin. On my first try, I accidentally uploaded the wrong images. I deleted them in SmugMug, but how do I clear the SmugMug metadata for these images in Lightroom?

Via File > Plugin Extras > SmugMug Extras. I really need to make some docs for these things so that people have one place to go to for a complete overview…. —Jeffrey

— comment by Derry on January 17th, 2009 at 2:23pm JST (1 year ago) comment permalink

smugmug-20090119.62.zip – installs but does not all show up in export dialog to allow for export

Did you follow the instructions? —Jeffrey

— comment by joe kusumoto on January 20th, 2009 at 9:36am JST (1 year ago) comment permalink

Love your work!! I’m using plugin 20090120.63 with LR2 to help set up my new SM account. Plugin worked fine the first few uploads but now the copyright data entered on my photos has shrunk dramatically in font size. Not sure how that happened. First uploads copyright data is plainly visible ons creen in SM. Now it is so small in size it can’t be read. I haven’t changed any settings at all. Any advice please would be greatly appreciated.

The plugin doesn’t have any control over the watermarking, which is really poor. The font size is fixed, so the text appears smaller as the image size gets larger, and vice-versa. Tim Armes’s LR2/Mogrify plugin gives you complete control over watermarking, so you may wish to check it out. —Jeffrey

— comment by Mark on January 22nd, 2009 at 1:06pm JST (1 year ago) comment permalink

Smug Mug version 20090129.66.

Hi,
Am new to this uploader. Used an older version 1x before without problem. Just downloaded this and put it where it belongs. I know I’m missing something very basic but when I try to use the uploader I keep getting the message that I can’t export because I’m not logged in. I have LR running, I have Smug Mug running, I am logged into SmugMug and just don’t “get it.”
Thanks
Stephanie

— comment by stephanie on January 29th, 2009 at 12:49am JST (1 year ago) comment permalink

First – Thank you very very very much for this plugin. It has been a lifesaver! I’ve been using it for quite a while with no issues – until tonight. All of a sudden, no galleries populate the ‘Upload to your SmugMug Gallery’ section. I updated to 200901129.66 and the issue is still there. I am on LR version 2.2 523352. I checked on my xp64 box and my xp media box and I’m having the same issue on both. I logged into my smugmug account and everything there looks fine.

Thanks again for the plugin and the help!!

— comment by Eric on January 30th, 2009 at 5:41pm JST (1 year ago) comment permalink

Just want to say I had the same problem – also suddenly – as above. And about the same time too. I sent you a log-report. Using LR 2.3 release candidate, re-installed both old plug-in, newest plug-in version and reinstalled RC 2.3. No change at all.

Thanks for your efforts for making our life easier – its now we know what we otherwise would be missing…

As best I can tell, SmugMug had a hiccup that caused it to reject my plugin’s API key, and making it worse, my poor error-checking caused the plugin not to report that to you clearly. The hiccup seems to be over (it’s working for me know, and likely for you, too), but I’ve gone ahead and pushed a new version with better error checking. —Jeffrey

— comment by maiaibing on January 30th, 2009 at 8:34pm JST (1 year ago) comment permalink

Thank you!!

— comment by Eric on January 31st, 2009 at 4:38am JST (1 year ago) comment permalink

smugmug-20090130.67

Error uploading pictures:

+283.5:[5D1BDF8] +(tail call) line -1
Return header ERROR
————————————————————
errorCode = “badServerRespons”
name = “the requested header was not found”
nativeCode = 12150

Ps: thank You for this fantastic tool.

— comment by Erik G. on February 2nd, 2009 at 5:34pm JST (1 year ago) comment permalink

I keep getting this error message: bad server resonse when attempting to upload from lightroom to smugmug.

version 2.2 of lightroom
version smugmug-20090130.67.zip of plugin

SmugMug has been having all kinds of hiccups lately, so I assume it’s more of that, but I’ll check it when I get a chance later. In the mean time, send a plugin log if you get a chance and haven’t done it already (I don’t have access to my email at the moment) —Jeffrey

— comment by Josh on February 2nd, 2009 at 6:32pm JST (1 year ago) comment permalink

While uploading from LR 2.2 MAC to smugmug, with pluging 20090130.67 several pictures I get very often the error “wrong format”.

If i re-select and upload again non any new error for hundreds of pics….

It’s eally unconfortable!

Anybody has a suggestion/solution?

— comment by lorenzo on February 7th, 2009 at 8:15pm JST (1 year ago) comment permalink

Hi thanks for all your work here. I get the following error on the export to smugmug plugin, (Picaca Web Albums export works fine for what its worth). Sometimes the first line starts with +0.5: or +0.3: and the hex address changes each time.

+1.0: [58CB490] =(tail call) line -1:
Return header ERROR
——————————————————

errorCode = “unknown”
name = “An error occurred in the secure channel support

native Code = 12157

Plugin version smugmug-20090130.67.zip
Lightroom Version 2.2 523352
Windows XP Service Pack 3

Everything shows up but the upload destination. I can’t see any of my smugmug folders or create news ones. Thanks for any help you might offer……..Dave

SmugMug (or my plugin, or Lightroom, or something ) has been having network issues of late. SmugMug is actively looking into it. But this one smells more like a firewall / security issue with your computer, but that’s just a hunch. I’ve never seen that error message. PicasaWeb and SmugMug use different kinds of uploads, so it’s possible (although not too likely) that your security settings allows one but disallows the other. I’m not an expert on this stuff, so the best I can do at this point is to ask you to look into your security settings carefully, or try disabling antivirus stuff, or whatnot, and see whether that helps. —Jeffrey

— comment by Dave Ovard on February 8th, 2009 at 12:42pm JST (1 year ago) comment permalink

smugmug-20090130.67
I’ve been getting the following for more than a week now uploading to smugmub… Am I the only one?

LR2.2/Vista

Error uploading pictures:

+283.5:[5D1BDF8] +(tail call) line -1
Return header ERROR
————————————————————
errorCode = “badServerRespons”
name = “the requested header was not found”
nativeCode = 12150

— comment by Dan Pancamo on February 9th, 2009 at 1:06am JST (1 year ago) comment permalink

Same as Dan Pancamo above, just with LR2.3

— comment by Rovhazman on February 9th, 2009 at 2:28am JST (1 year ago) comment permalink

FYI regarding
name = “An error occurred in the secure channel support”
native Code = 12157

http://regex.info/blog/lightroom-goodies/smugmug#comment-34170

Jeffrey, your hunch was correct. I am using K9 web filtering software. I added smugmug.com to the “sites to never block list” and it fixed the problem. Works Great. Thanks!!!!!!

— comment by Dave Ovard on February 9th, 2009 at 3:29am JST (1 year ago) comment permalink

I just wanted to thank you for all your hard work – the Smugmug plug in saves me lots of time, has helped me post pictures much more rapidly. Thanks for fixing the update bug, I was just able to update by clicking the update button – first time that has worked. No other issues, I am enjoying using your plug in!

— comment by Ira Sachs on February 9th, 2009 at 5:23am JST (1 year ago) comment permalink

Thanks Dave ovard.
I saw this post before, but the only firewall I have is Windows Firewall. I turned it off, and I also turned off all the Internet Explorer security settings (I know it has nothing to do with it, but I just wanted to make sure…), and the problem is still there.
I really miss this great tool :( Hope the problem be solved soon.

— comment by Rovhazman on February 9th, 2009 at 9:45am JST (1 year ago) comment permalink

I have exactly the same error as Dan from above. I’d LOVE to have this plugin working again as it promotes my inherent laziness. I’ve tried uploading with and without my virus scanner and firewall turned off with the same result. Is there anything that I’m just doing wrong?

smugmug-20090130.67
I’ve been getting the following for more than a week now uploading to smugmub… Am I the only one?

LR2.2/Vista

Error uploading pictures:

+283.5:[5D1BDF8] +(tail call) line -1
Return header ERROR
————————————————————
errorCode = “badServerRespons”
name = “the requested header was not found”
nativeCode = 12150

— comment by Kevin on February 9th, 2009 at 10:52am JST (1 year ago) comment permalink

Hi there,

I am getting an “Internal Plugin Error: SmugMug login aborted”
“Couldn’t get gallery list from SmugMug: Unexpected error response #3 from SmugMug(“invalid session”)”

I just received the 20090130.67 “Export to SmugMug” update this morning.
I am running Lightroom 2.2 on Mac OS 10.4.11

Thank you for your good work.

If you get it again, could you send the plugin log? There’s a button to do so in the top-right section of the Plugin Manager. —Jeffrey

— comment by David on February 9th, 2009 at 9:27pm JST (1 year ago) comment permalink

Thanks! Now with the last update (20090215.70) it works again!
What a wonderful plug-in!

— comment by Rovhazman on February 15th, 2009 at 3:36am JST (11 months, 26 days ago) comment permalink

Works fine here to, THANK YOU

— comment by Erik G. on February 15th, 2009 at 5:03pm JST (11 months, 25 days ago) comment permalink

20090215.70
So far so good – thanks!

— comment by Simon King on February 15th, 2009 at 5:21pm JST (11 months, 25 days ago) comment permalink

Hi Jeffrey, great plugin. I noticed that my keywords with special characters (ı, ğ, ö, ü, İ, ş, ç, etc.) are omitted from the word on export. So “yöre” becomes “yre”. I checked your known issues page and didn’t see that listed. I was wondering if special character omission is expected behaviour?

Thanks.

— comment by Norm on February 16th, 2009 at 5:32am JST (11 months, 25 days ago) comment permalink

Smugmug plugin – 20090215.70

ooops gettign the error messages again

— comment by Simon King on February 16th, 2009 at 7:54pm JST (11 months, 24 days ago) comment permalink

Hey Jeffrey,

I am still getting an:
Error response from SmugMug:
system error (invalid album id)
Aborting export after 0 of 1 images successfully
uploaded

I have the debugging log if you need it.

Any thoughts?

— comment by David on February 17th, 2009 at 12:01am JST (11 months, 24 days ago) comment permalink

Just downloaded the newest plug-in…and LOVE the new folder selection! My wife uses my Smugmug pro account for her online business and has almost 400 galleries just for that. Finding my more recreational galleries was always a chore with the old popup list and the arrows. This is so much better. Thanks as always.

— comment by Greg Little on February 18th, 2009 at 12:39am JST (11 months, 23 days ago) comment permalink

aah turns out smugmug doesn’t support the special characters

— comment by Norm on February 20th, 2009 at 5:56pm JST (11 months, 20 days ago) comment permalink

Where are the auto-destinations stored? I’m trying to move my upload exports to smugmug to another PC, and have everything working except the ones that use auto-destinations.

In the Lightroom preferences file. —Jeffrey

— comment by Allen Swope on February 21st, 2009 at 10:36am JST (11 months, 20 days ago) comment permalink

Just as an FYI since I’ve seen others with the issue here.

It looks like Lightroom 2.2 has an export memory leak. Depending on RAM if you export more than 100 pictures you’ll get a “Not enough memory” error and the export will die. The only way to clear it is to restart Lightroom.

Lightroom 2.3 RC fixes this, per the release notes:

A memory leak could cause Lightroom to crash while attempting to process files with local adjustments.

Unfortunately 2.3 is not officially released yet, but it seems stable. For download see:

http://labs.adobe.com/wiki/index.php/Lightroom_2.3

At first I admit I thought it might be an issue with Jeffrey’s plugin, but then I found info that led me to the solution.

— comment by Matt Fahrner on March 3rd, 2009 at 1:55am JST (11 months, 7 days ago) comment permalink

Hi!
I wonder what the plugin does to the Lightroom catalog.. I just want to be sure that it does something simple that is unlikely to corrupt the database in the future.. Corruptions could possibly be hard to revert as the catalog grows and backups from the times before using the plugin becomes more and more obsolete..
Thanks for all your efforts! it seems to be a great plugin.
Cheers,
Marcus

The plugin doesn’t do anything directly to the catalog… the plugin works only through the approved Adobe API when accessing or writing the catalog. —Jeffrey

— comment by Marcus on March 3rd, 2009 at 5:46am JST (11 months, 7 days ago) comment permalink

smugmug-20090305.79
light room 2.2 523352
windows vista

I had a complaint about uploading an image to smugmug that was too large for my account. Its my understanding that there is no size limit of images to be uploaded.

Other than that I love the plugin.

Clark

I believe SmugMug has a size limit (in bytes, not pixels). If they don’t, please ask them to tell me. —Jeffrey

— comment by Clark on March 7th, 2009 at 11:11am JST (11 months, 3 days ago) comment permalink

SM does have size limits but they’re pretty generous :
http://www.smugmug.com/help/upload-photos

— comment by Simon King on March 8th, 2009 at 6:19pm JST (11 months, 1 day ago) comment permalink

When trying to upload i am getting no response from smugmug error after after uploading part of my gallery. I just upgraded to lightroom 2.3 and i am using version 20090305.79 of the plugin. it doesn’t look quite normal in the plugin manager, but i have tried redownloading multiple times.

Perhaps SmugMug is having system maintenance now? If it persists, please send a log (via the button in the upper-right of the Plugin Manager). —Jeffrey

— comment by Jacob Snow on March 9th, 2009 at 4:12pm JST (11 months ago) comment permalink

I have Lightroom 2.2 64bit and camera raw 5.2. I am attempting to upload to smug mug. I installed according to instructions

Plugin shows correctly installed and working, however I can not find it in the export menu. My Lr2 is upto date and I have tried several ways to install this to include restarting after importing the plugin, and closing light room starting it back up etc.

Any Suggestions?

Thanks

Adobe hid it pretty well. See < a href='http://regex.info/blog/lightroom-goodies/plugin-installation#using'>this image in the instructions. —Jeffrey

— comment by Chris on March 10th, 2009 at 1:38am JST (11 months ago) comment permalink

LR 2.3; GPS ver 20090302.77; received “Error response from SmugMug:
wrong format (ByteCount given: 6116320, received: 6116320. MD5Sum given: 88f564470b62a5d8bb096c0670e244b1, actual: 88f564470b62a5d8bb096c0670e244b1.) Aborting export after 82 of 140 images successfully uploaded”

I’m embarrassed to say that I got this error once before, but I can’t remember what you suggested to do!

Thanks,
Denis
Well, you shouldn’t be embarrassed… that’s a pretty unfriendly error message, sorry. I didn’t spend much time on making it more readable because it’s pretty darn rare…. it seems that SmugMug somehow feels that the upload was corrupted, although the points they report in the error show no problems. I can’t really speculate what the problem might have been, but I bet if you retry it will be okay. Chalk this one up to “cosmic glitch”, I guess. /-: —Jeffrey

— comment by Denis on March 14th, 2009 at 9:25am JST (10 months, 26 days ago) comment permalink

Checking this out, I’m from Los Angeles California

— comment by Stephanie Pick on March 18th, 2009 at 1:39pm JST (10 months, 21 days ago) comment permalink

In the old Smugmug plugin for 1.X the File naming option could be used in the caption box. So I could set for the sequence number and the number series would show in the caption.

Here’s an example of this http://pa-iki-i.smugmug.com/gallery/5999650_uG4YY

I don’t see an option for that in the tokens.

I don’t recall that any of my plugins have ever done anything with a sequence number, but it shouldn’t be too hard to add something that allows you to access the final number in the generated filename, so I’ll see what I can do… —Jeffrey

— comment by Tim Tilden on March 23rd, 2009 at 6:12am JST (10 months, 17 days ago) comment permalink

Jeffrey
I meant that I could use the generated filename in place of the of the caption, title headline. You could set the priority. So I could create a custom name sequence in the Filenaming option and put that in the smugmug caption.

— comment by Tim Tilden on March 23rd, 2009 at 2:05pm JST (10 months, 16 days ago) comment permalink

Plugin for SmugMug version 0313.81 I check “add copyright watermark” However, when I upload full size images, the watermark is so tiny on images displayed at SmugMug (up to XLarge) they are practically invisible. If I upload 1024*768 the watermark is normal size and legible. However, uploading small images defeats one of my main reasons for selecting SmugMug (full size uploads). Is there a way I can have both — fullsize upload AND visible copyright watermark on displayed images? Thanks RandyHI (The “HI” stands for “Hawaii” where I live — Kihei, Maui to be precise)

The watermarking (or the lackthereof, as the case may be) is part of Lightroom. For useful watermarking, you might consider Tim Armes’ LR2/Mogrify plugin. —Jeffrey

— comment by RandyHI on March 24th, 2009 at 8:34pm JST (10 months, 15 days ago) comment permalink

This is an excellent plug-in I have been using (in New Zealand) for many months now. However, just recently you have changed the destination gallery selection tool from a horizontal to a vertical slider. This has been a retrograde step for me, as I can no longer select a particular gallery of interest as the window is too small and the tool jumps past this gallery. Can you please revert to the horizontal slider which worked well. The new one is too fiddly!

Have you tried configuring the display size to be longer (say, 15-20 lines)? If you have a lot of galleries, you’d want to do that…. —Jeffrey

Okay, just pushed version .84 that adds arrows at the top/bottom of the scrollbar that scroll when clicked. That should help a lot, I’d think…. —Jeffrey

— comment by Ross Collins on March 29th, 2009 at 11:50am JST (10 months, 11 days ago) comment permalink

I went ahead and deleted the file. Then, I download the “same” file. Now, I have the slider. Everything is working great.

Bob from “Kali-forr-na” the land of the terminator

— comment by Robert T Higaki on April 1st, 2009 at 11:51am JST (10 months, 9 days ago) comment permalink

Been using the latest plugin smugmug-20090331.84.zip recently but noticed that now when ever I load up Lightroom 2 I get the following:

An error occurred while reading the schema for the plugin “SmugMug”. The plug-in will be disabled.

Some of the messages that come from it are couldn’t read the metadata spec for this plugin
access to undefined global: _cm
access to undefined global: _pi

— comment by Timothy James on April 1st, 2009 at 1:51pm JST (10 months, 8 days ago) comment permalink

Sorry forgot to add the OS and version of Lightroom last time.

OSX 10.5.6
LR 2.3

Using the latest plugin smugmug-20090331.84.zip recently but noticed that now when ever I load up Lightroom 2 I get the following:

An error occurred while reading the schema for the plugin “SmugMug”. The plug-in will be disabled.

Some of the messages that come from it are couldn’t read the metadata spec for this plugin
access to undefined global: _cm
access to undefined global: _pi

If you’re seeing this after a Lightroom restart, it’s probably because you have a bad install. I guess you’ll have to install from scratch. Sorry for the hassles. —Jeffrey

— comment by Timothy James on April 3rd, 2009 at 1:57am JST (10 months, 7 days ago) comment permalink

Jeffrey – Still receiving the same error messages with the new .85 update there’s a total of 15 errors. Not sure if the plugin as of 2.3 gets copied into a folder that Lightroom can reference each time.

I’m not sure if this requires a reinstall of Lightroom or if I’m possibly looking in the wrong spot for the corrupted plugin that Lightroom is using?

Also not sure if it matters that the plugin is downloaded to the desktop vs a special folder on the hard drive.

Thank you for all your help and a wonderful set of plugins!!!

When you install a plugin in Lightroom, you’re not copying anything… just telling Lightroom “hey, use this folder as a plugin”, so you should put the unzipped folder where you want it to stay before installing it into Lightroom. Perhaps “llink” or “register” would have been better words for Adobe to choose. You can see the path to a registered plugin in the 2nd-from-the-bottom section on the right side of the plugin manager. It should reference a folder whose name ends with “.lrplugin”, and inside should be a bunch of .lua files, some images, and some sub folders…. —Jeffrey

— comment by Timothy James on April 4th, 2009 at 7:18am JST (10 months, 6 days ago) comment permalink

So I’ve redownloaded the plugin using 2 different browsers, completely reinstalled Lightroom 2.2, tried 2.3, fixed permissions and still the same errors pop up:

Plug-in error log for plug-in at: /Users/tjames/Downloads/smugmug-jfriedl.lrplugin

**** Error 1

An error occurred while attempting to run one of the plug-in’s scripts.
?:0: attempt to concatenate a nil value

**** Error 2

An error occurred while attempting to run one of the plug-in’s scripts.
Access to undefined global: _pi

**** Error 3

An error occurred while attempting to start the plugin.
?:0: attempt to concatenate a nil value

not sure what it all means..

It really looks like an install problem…. no one else is reporting these problems. Could you send me (via email) a screenshot of the plugin manager with all sections visible, and a screenshot of the contents of the plugin folder with all details (filename, size, etc.) visible? The folder screenshot should show info about files named “Info.lua”, “Init.lua”, and more. —Jeffrey

— comment by Timothy James on April 4th, 2009 at 3:29pm JST (10 months, 5 days ago) comment permalink

Hi there, I’m using plugin v 20090403.85 and LR2.3. I noticed on an older version that it was possible to select a smugmug Quick Setting – e.g. smugmug default, or something we’d created ourselves in smugmug

This no longer exists and it drives me nuts as I everytime have to set the order the photos are sorted in and also to turn shopping cart off.

Is there a way to bring this feature back please?

Thanks, Jason

The “Quick Setting” applies when creating galleries, which you can do fro the SmugMug Tools section of the export dialog. —Jeffrey

— comment by Jason on April 14th, 2009 at 2:36am JST (9 months, 27 days ago) comment permalink

Hi Jeffrey – about your answer to my comment – that’s the problem – I don’t see the Quick Settings list in the SmugMug Tools section of the export dialog! Never have… why is that do you know? Do I need to reinstall?

Thanks, Jason

Sounds like we have a mystery on our hands. Could you send (via email) a screenshot of that part of the Export Dialog? —Jeffrey

— comment by Jason on April 14th, 2009 at 3:02pm JST (9 months, 26 days ago) comment permalink

Hi Jeffrey, actually i just solved it right now :) i went into File Plugin Extras and in the SmugMug export settings I cleared out the v1.x uploader settings or prefs

Now it’s back :) If anyone else comes up with this problem you’ll know where to point them too now – maybe they had v1.x before too….

Thanks, Jason

I’m glad it’s fixed, but that’s very odd that it was fixed that way…. there’s no relation between the two plugins as far as Lightroom is concerned, and as such, I have to go through some hoops to enable that “clear out” command. I can’t imagine how it could have mattered, but like I said, I’m glad it’s fixed. :-) —Jeffrey

— comment by Jason on April 14th, 2009 at 3:52pm JST (9 months, 26 days ago) comment permalink

Hi there,

Sorry – just a quick question which I’m sure is my stupidity, but I’m a bit stumped right now …

I just downloaded version 20090403.85 to try for uploading to SM. Looks fantastic so far, except for one problem:

In LR I use a hierarchy of keywords, eg friends containing a list of names etc. But no matter which combination of the plugin options I seem to choose, only the parent keyword is getting uploaded to SM.

So if I have “paul” inside “friends” the only keyword that gets to SM is “friends” and not “paul”
What I’d like is to have both, or minimally the lowest level tag.

Again – sorry this is probably my stupidity and/or ignorance, but I’ve been playing for a few hours trying to get it to work.

Apart from that looks great – thanks!

Richard

In Lightroom’s library module, right-click on a keyword in the Keyword List and select “Edit Keyword Tag”, then ensure that “include on export” is checked. —Jeffrey

— comment by Richard on April 16th, 2009 at 2:31pm JST (9 months, 24 days ago) comment permalink

Hi Jeffrey,

thanks for your reply to check that the tag I have is set to be included on export – it was.

I then played around with moving the tag around, checking what other tags did etc. I now am lost.

I have one tag – labelled “me” – that refuses to export to smugmug. It’s set to export, but it doesn’t. It was in a hierarchy under “people”. I moved it to be a top level tag – doesn’t export. I moved it into another hierarchy – doesn’t export. I removed it from the photos, quit, added again – doesn’t export.

I tried adding other tags from the “people” hierarchy to the same photos – they do export without a problem. I tried other tags in other hierarchies – again not a problem.

So it seems I just have a problem with this one tag – “me”!

Do you know if SM has an issue with a tag labelled “me”? (or lightroom???)

Is there any log files that your plugin or LR produce that I could look at to try and see what’s going on?

After doing an export, you can check the log file referenced in the upper-right of the Plugin Manager, although it’s not necessarily easy to understand. There’s a “send to Jeffrey” button you can use to send it to me. Is your LR catalog perhaps brought over from LR1. There was a bug in LR2.0 that caused issues with exportability for keywords brought over as part of a conversion from a LR1 catalog. I don’t have a link handy at the moment, but you should be able to find it at Adobe… —Jeffrey

— comment by Richard on April 17th, 2009 at 11:28pm JST (9 months, 23 days ago) comment permalink

Thanks Jeffrey,

I tracked it down to a problem on SM. The tags were all be passed correctly, but it looks like SM has a bug/problem/limitation where it won’t display a tag “me”.

I changed “me” to “rjm” and it all works …I’ll follow up with SM later.

Thanks again for all your help :)

Richard

— comment by Richard on April 18th, 2009 at 1:05pm JST (9 months, 22 days ago) comment permalink

Jeffrey thanks for the working and maintaining this plugin. It really helps me with my workflow.
I have a question however – how do I make a search query for state of “Uploaded to Smugmug” metadata field generated by your plugin? Often I need to re-export to different source the same set of photos I uploaded to smugmug. Any hints how to achieve that (aside from tagging them manually on every export) would be appreciated!

In the Library Filter (which toggles on and off in Grid mode with “/”), simply pick “Uploaded to SmugMug” in the Metadata dropdown, and choose “Yes”. You can also make a Smart Collection that does the same. —Jeffrey

— comment by Maxym on April 20th, 2009 at 12:22pm JST (9 months, 20 days ago) comment permalink

thanks!

— comment by Maxym on April 20th, 2009 at 1:35pm JST (9 months, 20 days ago) comment permalink

Same question as Greg Aug 2008 but it wasn’t answered. It appears in plug in managerbut not export windows. I’m on a mac with Lightroom 2. Perhaps I’m not enabling it in the Plug-In Manager correctly, when I click on it it says fully functional so I just clicked done thats all. What do I need to do to make it show up above the medatata section as you showed in the export folder or on the lower left under plug-in exchange? I haven’t donated yet but will donate at least $10 if I can get this program to work. Thanks so so much,
Pam

— comment by pam on April 27th, 2009 at 12:04pm JST (9 months, 14 days ago) comment permalink

I figured it out (you had it on your site but I didn’t understand that you had to switch to smugmug in the masthead above first instead of Files on Disk. Looks like a few people didn’t get this. Wow! Great program

— comment by pam on April 27th, 2009 at 12:16pm JST (9 months, 13 days ago) comment permalink

hooray you fixed the scroll for galleries – thanks Jeffrey!:D

— comment by Simon King on April 29th, 2009 at 8:14pm JST (9 months, 11 days ago) comment permalink

My plug-in has no “quick setting” option….

Thanks, Giulio

Check the “SmugMug: Tools” section, it’s there as part of the gallery-creation options. —Jeffrey

— comment by Giulio on May 1st, 2009 at 3:43am JST (9 months, 10 days ago) comment permalink

When I create a gallery via the plugin, the gallery doesn’t show up in the list unless I close and re-open the plugin 2-3 times. Am I doing something wrong? I’m sorry if this is a known issue, but didn’t see it on the ‘known issues’ list.

Thanks!

Ross

It should appear in the list right away, so if it’s not, something’s wrong. In testing, could you start Lightroom, create a gallery, wait for a bit (say, 30 seconds) and confirm that it didn’t show up, then enter the Plugin Manger and use the “send log to Jeffrey” button to send me a log. Normally, it’ll appear right away (one or two seconds), and it should scroll into view automatically if it otherwise wouldn’t appear in the list as scrolled. When you send the log, please make a note along the lines of “added category XXX, but it didn’t appear in the list”.

Then, exit the Plugin Manager and reenter the Export Dialog. If it’s still not in that list, please send the log again (“still not there”). Thanks. —Jeffrey

— comment by Ross Crum on May 2nd, 2009 at 7:38am JST (9 months, 8 days ago) comment permalink

Boston, MA here….

WinXP
LR: 2.3 – 539407
Plugin: 2009429.89

Problem #1 – Can’t Authenticate. The plugin seems to be trying the an old SM nickname. Eventhough, I enter the current SM nickname, the authentication times out. During the waiting for retry period, I cancel the operation the plugin is showing the old SM nickname, not the one I am trying to use. It appears that my old SM nickname is cached somewhere within the plugin. I have uninstalled the plugin, and then shut down LR, and then reinstalled the plugin and same problem. (perhaps I need to reboot?)

Problem #2 – Can’t register the plugin. I have used PayPal to donate and have a transaction ID. When I try to register, it tells me that your server is not available.

Thanks for any/all help you can provide.

-Steven

About the SM nickname issue, after a login attempt, could you send a copy of the plugin log (via the “Send to Jeffrey” button in the upper-right section of the Plugin Manager)? I was out of town for a few days, and had one other report of “can’t register, sever not available” earlier, but I see some other registrations have come in, so perhaps it was a temporary network glitch that’s since corrected itself. Sorry for the hassles. —Jeffrey

— comment by Steven F on May 4th, 2009 at 9:52am JST (9 months, 6 days ago) comment permalink

Thanks for that new update, one of my clients name is with an ‘umlaut’ and now it’s showing up correctly in the plug-in. :-)

— comment by Torben on May 4th, 2009 at 9:04pm JST (9 months, 5 days ago) comment permalink

All seems to be working now… nothing changed on my end except I am connected via wire and not wireless….

I am authenticated and donated!

thanks.

-sjf

— comment by Steven F on May 4th, 2009 at 10:04pm JST (9 months, 5 days ago) comment permalink

Sorry but there are no quick settings in my plug-in under gallery creation option

Giulio
Ah, sorry, I forgot…. SmugMug limits quick settings to “Pro” or “Power” users. Does that apply to you? —Jeffrey

— comment by Giulio on May 5th, 2009 at 2:25am JST (9 months, 5 days ago) comment permalink

I’m getting this error all of a sudden (just started happening):

Error response from SmugMug:
system error (invalid album id)
Aborting export after 0 of 1 images successfully
uploaded

Lots of users are suddenly getting this. I think it’s an issue at SmugMug…. I’ve sent them a note. —

— comment by Al on May 5th, 2009 at 11:20am JST (9 months, 5 days ago) comment permalink

When uploading any images to a Smugmug account I get this error when it tries to send to their server- takes about 10 seconds to get this up after Lightroom starts sending, usually the time to upload one of my files.
“Error response from Smugmug:
system error (invalid album/image id)
Aborting after 1 of xx

Appreciate your help, only happened since I paid for the donateware version, ironic. Thanks for a great tool otherwise.
Spike

SmugMug seems to be having issues…. I’ve reported it, and they’re checking on it. —Jeffrey

— comment by Spike on May 5th, 2009 at 12:13pm JST (9 months, 5 days ago) comment permalink

re: 20090509.92 and the TEXT in your blog above

I don’t understand a word of it – I hope it doesn’t mean we have to do anything techy???

You can safely ignore it if you like… it’s just added functionality for those who wish to use it. —Jeffrey

— comment by Simon King on May 9th, 2009 at 5:09pm JST (9 months ago) comment permalink

Mr. Friedl,

I am a happy and paid user of the great SmugMug app. One SUGGESTION, or perhaps I’m just not seeing the option:

When uploading files to a new gallery, is there any way to ensure they get uploaded in the order they exist in Lightroom? Whenever I upload them, I always need to go into the gallery and reorder them. Just a suggestion for improvement. No urgency at all.

Keep up the great work – I’m sure you’re getting tired of maintaining it day after day, but it’s a great plugin.

Duff

The plugin uploads them in the order you have them displayed in Grid mode (or in the filmstrip in any mode). Do they get scrambled after arrival at SmugMug? —Jeffrey

— comment by Michael Duff on May 26th, 2009 at 8:59am JST (8 months, 14 days ago) comment permalink

Yeah, unfortunately they do. In fact, in hindsight, this is probably a Smugmug concern. I think I had the same issue with other uploaders in the past. Just seem to get added in a totally different order to what I’d expect. Lemme check with them and get back to you if it seems like there may be something hinky.

- Duff

The API has a method to forcefully sort a gallery, so I could add something to apply that after each upload. It would force it not to the order uploaded, but to the order selected for the sort (image time, image filename, image caption), so it’s not perfect, but it should be easy to add. —Jeffrey

— comment by Michael Duff on May 26th, 2009 at 2:06pm JST (8 months, 13 days ago) comment permalink

Version .97 Problem

Hi Jeffrey, when I highlight a bunch of photos and click upload, some of these photos are not uploaded. I have no idea why. When I take an hour and find these unuploaded photo and upload them manually, they upload perfectly. And whats more strange is that the export dialogue says that 0 new photos are available to be updated…it seems that Lightroom doesn’t even detect these missing photos…

Is there a remedy to this? I got a few thousand photos and its a pain to look for those little buggers…

Do you perhaps have something other than “All” selected in the lower half of the “SmugMug: Upload Destination” section of the Export Dialog? —Jeffrey

— comment by Eriq on May 28th, 2009 at 1:01pm JST (8 months, 11 days ago) comment permalink

Hi Jeffery, I had deleted all my photos and tried All to no avail. But after an initial upload, I upload edited photos sometimes using Update and the “delete previous uploaded copy” checkbox

Next time an image doesn’t upload that you think should, go to the Plugin Manager and send a log to me using the “Send to Jeffrey” button in the upper-right section. Include in the notes section what images weren’t included. —Jeffrey

— comment by Eriq on May 28th, 2009 at 1:05pm JST (8 months, 11 days ago) comment permalink

Also Jeffrey, would it be possible to create a “Do this for all following instances” checkbox when you receive a “Image too large for export” or in the export dialogue box? It really would make the uploading process more automated. It’s not the first time I wake up in the morning to see my photos a quarter uploaded and uploading idle due to the popup.

— comment by Eriq on May 28th, 2009 at 1:13pm JST (8 months, 11 days ago) comment permalink

20090521.97 Export to Smugmug plugin
I’m Caroline in Somerset UK.
I have installed the pluging but am unable to connect to SM. I tried sending the report from the plugin manager but that can’r connect either. I have no other problems with connecting.
Hope to get some help here, thanks.

Check your firewall and/or “zone defense” type settings. You may need to set exceptions for Lightroom and/or my server and/or SmugMug. —Jeffrey

— comment by Caroline on May 28th, 2009 at 9:41pm JST (8 months, 11 days ago) comment permalink

Have you seen the new smugmug uploader applet they have on their site? Is waaaay fast. I can get 1.5Mb/sec upload speed with that, almost my full bandwidth.

The reason I point it out is that maybe you could leverage some of his work, and speed up the upload throughput? I do several hundred, sometime over a thousand photos a week…

Here is a thread from the new uploader’s author: http://dgrin.com/showthread.php?t=126990

One would think that uploading on picture would saturate your outbound bandwidth, and so that’s the best you could do. If their uploader is doing that, it doesn’t surprise me, but if LR is not doing that, well, then I’m surprised and I wonder whether the bottleneck is at SmugMug and their new uploader uses a different endpoint? What kind of throughput do you see from LR? The plugin has no control over how the bits are sent… it just tells LR to make the connection. LR, in turn, just uses your OS networking, so if there’s a fundamental difference between what the new uploader can do and what LR does, I’m not sure where to look to address the discrepancy. —Jeffrey

— comment by Allen on June 1st, 2009 at 2:33am JST (8 months, 8 days ago) comment permalink

I am currently using 20090602.99

Is there a way in the Image Caption Templates for the upload to insert newlines?

For instance if I want to do something like
{Title}

{Caption}

I can’t seem to find a way to do anything other than {Title}-{Caption} or {Title} : {Caption}

Under the caption preset is a radio button (plain text vs. HTML) and under that is a note about how to enter line breaks… is that note not visible on your version? If not visible, please email a screenshot. —Jeffrey

— comment by Andrew McDonald on June 2nd, 2009 at 5:01pm JST (8 months, 7 days ago) comment permalink

Hi Jeffrey,
Is there anyway to add a function to the smugmug exporter to automatically skip images if the size is too large for export? Smugmug’s basic and power levels have limits on file size that I occasionally hit with my 50D. I just tried an overnight export of 150 photos but woke this morning to see it had gotten stuck at #29 because it was too large.
An even better option would be to enable size or quality adjustments only if the file size is too large – based on Smugmug’s criteria which you can make easier to remember by just asking the user if they are a basic, power or pro user.

The problem is that the size under limitation here is the generated image file size, which can be determined only after the image has been exported. It’s within the realm of possibility for the plugin to re-render the image to reduce the size, but there are a lot of problems that make the approach non-obvious. For example, the only way the plugin can guarantee the same look for the image (the same crop, same develop adjustments, the same export filters) is to resample down the too-big image to a smaller one (rather than re-generating from the original master, which the plugin can’t do). This means that quality will be lost, and we haven’t even started to reduce the quality in purpose in trying to make the resulting image file smaller. Should the plugin reduce the compression quality? The image pixel width/height? What if it’s first guess is not sufficient, or too aggressive? If you’re exporting your images at sizes near the limit in the first place, I’m guessing you’ll not like whatever compromises the plugin would make to try to get it right. So for the moment, I punt.

Also, a more complicated request would be to allow for multiple exports using the plugin. For example, I have separate galleries for my son and daughter but have to upload to one then the other or to an empty gallery and then move images within Smugmug. It would be great to set two processes to run (sequentially) and have the images (even the same ones if both are in it) posted to the correct gallery.

I don’t quite understand the request. You can select some images and export to one destination, then immediately select the others and invoke a second export. They’ll run in parallel, each to their own destination. Export Presets make it even easier. Is that what you’re asking about? —Jeffrey

Thanks for a great plugin,
E

Using LR2 with plugin version 20090602.99 on a Macbook

— comment by Eyal on June 2nd, 2009 at 7:30pm JST (8 months, 7 days ago) comment permalink

I am feeling pretty stupid right now. I did find the button with the hints about 5 minutes after I posted this. That’s what I get for trying to do stuff like this at 3am.

Thanks for your quick reply and this plug-in.

It’s so easy to get my photos out to SmugMug and my wife loves that I am finally getting my photos out for family and friends to see.

— comment by Andrew McDonald on June 2nd, 2009 at 9:20pm JST (8 months, 7 days ago) comment permalink

Hello Jeffrey,
I am currently using Star Explorer to upload images to my Smugmug account. I recently acquired LR2 and I am currently reviewing all of the plug-ins. Some of you folks, yourself included have done a fantastic job! Kudos to you. My question, How does your plug-in compare to Star Explorer for uploading, and can they work in conjunction. I also use Mogrify.
Thank you in advance,
Sean in Maryland

I don’t know what Star Explorer is, so I can’t comment about it, but I’m sure they can work in conjunction. I wouldn’t think you’d want to, but I don’t see why you couldn’t. If you’re using Lightroom, I’d think that you’d want to export post-develop versions of the images. —Jeffrey

— comment by Sean on June 5th, 2009 at 4:39am JST (8 months, 5 days ago) comment permalink

Hi, Karen from Chicago–
How long does the donation last. I submitted a donation several months ago. Do I have to give one every time you make an update?

As I describe on the registration page, it’s my current intent that registration carries over across upgrades. A few users, for reasons I have not been able to nail down, find that the upgrade process destroys the registration. In that case, just drop me a note with your registration number and I’ll zap it so it’ll be good again. —Jeffrey

— comment by Karen on June 6th, 2009 at 11:51pm JST (8 months, 3 days ago) comment permalink

Jeff –

It appears thatthe only time I got the wrong directory is when i do a different type of export and then go to do a smugmug export. The gallery list is alphabetical and defaults to the middle of the alphabet. I switch it to most recent first and usually choose one of the top 2 galleries (usually just created them). The 3 times I have tried this in the last week it defaults to the gallery that was highlighted when I first switched to smugmug export. This may be why you are having so much trouble tracking it down. It only happens the first time.

It has happened with 20090605.101 and 20090521.

Let me know if I can be of help.

Love the plugin here in NJ.

I’ve tested every way I can think of and can’t replicate the error, nor have I ever been sent a log that illustrates the error. If you have the latest version of the plugin and experience this bug, please immediately visit the Plugin Manager and send a log (via the “Send to Jeffrey” button), noting what gallery you selected, and where the photos actually ended up. Also, please note the state of the “reload plugin on each export” checkbox in the lower-right of the Plugin Manager. (It should generally be unchecked). The log is wiped each time the plugin loads, so if it gets reloaded before you send the log, I’ll get nothing about the failed export… —Jeffrey

— comment by Brian on June 8th, 2009 at 12:46pm JST (8 months, 1 day ago) comment permalink

You said in a previous comment that Quick Settings are restricted to power & pro users.. I have a standard tier account and have Quick Settings on the Smugmug web interface but not in the plugin.. so is it only limited on their API?

Turns out that their docs were out of date. I just pushed version .103 to sync with reality. Thanks for the heads up. —Jeffrey

— comment by Cody on June 11th, 2009 at 6:28am JST (7 months, 30 days ago) comment permalink

Jeffrey – Thanks as always for developing these plug-ins. It is my principal interface with Smugmug. It is a great tool.

I just updated to the smugmug-jfriedl 2.lrplugin 20090611.103 version and I am running Lightroom 2 on Max OSX 10.5.7.

When I bring up the plug-in, it has added a number of extra hidden characters in my password and obviously will not allow me to log into Smugmug. When I deleted that default profile and started from scratch with the right user name and password, the error “The Login attempt failed…Unexpected response from SmugMug (HTTP Status 0)”

Thanks and let me know if this is an easy fix and I’ll check back periodically.

Steve

The plugin always shows the same number of dots in the hidden password, so as not to provide any clues to the real password. The failed login could have been a temporary glitch with SmugMug or your internet connection. If it persists, please send a log (with the “Send to Jeffrey” button in the upper-right of the Plugin Manager). &mdash:Jeffrey

— comment by Steve Gentry on June 14th, 2009 at 6:24am JST (7 months, 27 days ago) comment permalink

Jeffrey,

I’m about to start playing around with SmugMug’s “Proof and Retouch” feature. Does the “Replace the most-recent previously-uploaded copy” option in your plugin work with this? That is, if I retouch a photo, should I export it to a file and then upload it to SmugMug via the web site to replace the file, or will SmugMug recognize the change when your plugin sends the new image.

Thanks for all your work on your plugins! I use many and they are all amazing!

Jason

I’m not familiar with this “Proof and Retouch” feature, but the plugin’s “replace” feature should work if any updates on SmugMug’s side retains the same internal image number. Perhaps you could just try it and report back? —Jeffrey

— comment by Jason Coutermarsh on June 14th, 2009 at 8:28am JST (7 months, 27 days ago) comment permalink

As a follow-up to my previous question on “Proof and Retouch” with the LR plugin: based on an experiment I did by placing an order myself and trying to replace the ordered photo with a retouched photo, it looks like the plugin does indeed handle this! You can retouch whatever photos your customer ordered, then use the “Replace the most-recent previously-uploaded copy” in the plugin, and the customer’s prints will use the new copy.

Thanks!

— comment by Jason Coutermarsh on June 15th, 2009 at 7:40am JST (7 months, 26 days ago) comment permalink

I have been using your product for a few months and really like it. Recently though, I have been unale to upload to smugmug. I have the latest version of your product (version 20090616.106), and am using Lightroom 2, version 2.4.

When trying to upload, I get the following erros.

When trying to export to SmugMug, I get the following message:
Couldn’t render image: AgNegative: renderToFile:dng_error_file_not_found

That message is followed by the following message:
Unable to Export:
That error is from Lightroom proper (you’d get it even if you were doing a normal export to disk without my plugin). I’d guess you have a corrupt DNG file, but for the exact reason you’ll have to dig a bit. Perhaps check with Adobe…. —Jeffrey

— comment by rick griffin on June 28th, 2009 at 2:51am JST (7 months, 13 days ago) comment permalink

Hi Jeffrey,
is there any way to make destination list of galleries bigger/taller and may be with bigger font ? The export destination is single most used control for me (I set up the rest and hardly ever change them) but it fairly small and really hard to use. Search field there would be also great but may be too hard to do…

pretty please :)

I can look into the bigger font thing, but you can change the height with the configuration link directly below the list. —Jeffrey

— comment by Maxym on July 4th, 2009 at 1:30am JST (7 months, 6 days ago) comment permalink

Wow Jeff!
Just updated to the newest version and saw that you now have an option to adjust size of images that are too large. Can’t tell you how much I appreciate this and how much it speaks to your commitment to the plugin and your users!
Also, when I wrote earlier about a desire to be able to upload multiple ’streams’ for lack of a better term, I didn’t realize that this functionality also was now available. I had tried this very early on (ie upload to one directory and then start another upload to another directory while the first was proceeding) and it did not seem to work. It now works flawlessly.
Thanks again,
E

The plugin doesn’t adjust the size of images…. it merely reacts to them. However, Tim Armes recently upgraded his LR2/Mogrify plugin to adjust an image until its size is lower than some threshold, so you might want to look into that. —Jeffrey

— comment by Eyal on July 6th, 2009 at 11:46am JST (7 months, 4 days ago) comment permalink

Thanks for the tip about configuration link under the table! But unfortunately it doesn’t remember new height between runs of LR – it only works for current session and next time I run LR I have to go adjust it again :/

Sounds like your LR preferences are corrupt. Perhaps rename them away (while LR is not running) then try the setting again after LR rebuilds them. If that doesn’t work, put the original settings back (again, while LR is not running) and drop me an email. —Jeffrey

— comment by Maxym on July 8th, 2009 at 1:35pm JST (7 months, 1 day ago) comment permalink

Hi Jeffrey,
OS is Vista Home Premium. Lightroom 2.4. Plugin smugmug-20090703.108.zip

Great plugin. Just had an issue. I’m exporting raws (which are converted into jpeg) via the smugmug plugin. After conversion, the jpeg is about 19MB in size. I’ve clicked on “Images too large for Smugmug standard account level should be uploaded anyway.” Yet, after rendering the jpeg and during the upload process the error message “wrong format” comes up.

I tried reducing the quality of the jpeg such that the file size went to a couple MB and it was successfully uploaded.

I then tried exporting the jpeg onto my hard drive and then manually uploading it to smugmug via their website. The upload was completed, but the picture does not appear in my gallery. I`m currently still on the trial version of smugmug – this could explain why I`m having this issue.

Regardless, the “Images too large for Smugmug standard account level should be uploaded anyway” selection should have taken care of this by shrinking the file size to 12MB, but an error message popped up instead.

What should have happened when you select the “upload anyway” option is that the too-large image is uploaded, and then SmugMug resizes it as per your account level. SmugMug always accepts images, but shrinks them as needed, and the “upload anyway” option merely tells the plugin not to even bother checking the size before the upload. (I’d like to have the plugin adjust the size, but LR’s plugin infrastructure does not allow for it easily; Tim Armes has tackeled this issue with his LR2/Mogrify plugin.) Anyway, the “wrong format” error is one that SmugMug spits back if the upload gets cut off halfway through. I thought I had the plugin intercept that and replace it with a more meaningful “the upload got cut short” message, but apparently not. If you get it again, could you visit the Plugin Manager and send the plugin log via the “Send to Jeffrey” button? Thanks. —Jeffrey

— comment by Aland on July 8th, 2009 at 4:17pm JST (7 months, 1 day ago) comment permalink

I have the same problem here. Posted comment Aland on July 8th, 2009 at 4:17pm.

Thank You

Well, my same comments as posted there apply here :D   Send email if they don’t resolve the issue for you. —Jeffrey

— comment by Erik on July 9th, 2009 at 4:24pm JST (7 months ago) comment permalink

Hi Jeffrey,

I’m writing to you from Portland OR, and I just upgraded the SmugMug plugin to 20090703.108.

I just wanted to double-check a problem I just started encountering. Some of the keywords aren’t being exported with the image, and I believe it’s partially because I uncheck the “Include on Export” option for certain parent keywords. The problem new is that the child keywords that I DO want exported are no longer exported.

For example, if my keyword hierarchy is States > Oregon > Portland, I will uncheck the “Include on Export” option for “States” because it’s too general, but I do want to export “Oregon” and “Portland” (and I do have those options checked to include on export).

All the keyword exporting was actually working well until today. Just wanted to make sure it wasn’t user error on my part (which it might be). Hope this all makes sense.

Thanks again for all your hard work, Jeffrey!

Nothing has changed in the plugin lately about that. If your catalog was converted to LR2 from a LR1 catalog, all keywords were marked “don’t export” (even if they appear to be marked for export), and so you have to run a fixup script from Adobe on such catalogs. Might that be relevant for these photos? If not, upload one example photo then send the log (via the “Send to Jeffrey” button in the plugin manager) with details about what happend and what should have happened…. —Jeffrey

— comment by charlie on July 10th, 2009 at 10:18am JST (7 months ago) comment permalink

Sorry, my bad. It really WAS user error on my part. For some reason, the last keyword of the hierarchy (the last child keyword) didn’t have “Include on Export” or the “Export Containing Keywords” checked. That’s why that particular hierarchy of keywords weren’t exported into SmugMug.

Anyway, everything works now. Oh, I feel so bad and so stupid. Sorry about the confusion. Please forgive me?

— comment by charlie on July 10th, 2009 at 3:46pm JST (6 months, 30 days ago) comment permalink

I’m trying out the twitter functionality, and have already set things up so my users can follow me on twitter to get notified when I update my smugmug site. However, the url produced in the tweet is to the “raw” smugmug site, and not my custom domain. (I’m a SmugMug Pro user.) In other words, I want the URL to be “http://www.swopephotos.com/category/gallery….” instead of “http://allen42.smugmug.com/category/gallery…”.

For now, I’ve changed the tweet to just go to a static page on smugmug, but it would be nice to have the plug in use my custom domain rather than the smugmug domain.

After logging in to SmugMug in the Export Dialog, please visit the Plugin Manager and send the plugin log (with the “Send to Jeffrey” button), and I’ll see whether the custom domain is reported by SmugMug…. —Jeffrey

— comment by Allen on July 13th, 2009 at 1:28pm JST (6 months, 27 days ago) comment permalink

Thank you for keeping this plugin up to date and always improving. I would like to see Friend Feed support more then Twitter especially if Twitter becomes a hassle for you.
Thanks from the middle of Iowa Corey Brown

— comment by Corey Brown on July 17th, 2009 at 4:04am JST (6 months, 24 days ago) comment permalink

Hi, fantastic plug-in. Is it possible to sync metadata that is changed in Smug Mug, back to Lightroom? If not can you be paid to develop this?

Cheers

I’m generally not for hire, but you can certainly send me money any time you like :-) . Check the File > Plugin Extras > SmugMug Extras menu of a recent version. ;-) —Jeffrey

— comment by Peter Stonier on July 19th, 2009 at 9:36am JST (6 months, 22 days ago) comment permalink

Newest release doesn’t let me create new galleries within subcatergories any longer – only the first level shows up. I loved how I used to be able to create them from your plugin – now I have to go to Smug and create then come back and upload with your plugin.

Sorry about that… just pushed a fix (version .113) —Jeffrey

— comment by Lorrie Prothero on July 21st, 2009 at 2:51am JST (6 months, 20 days ago) comment permalink

Is it me, or are the subcatagories gone from the plugin. I can’t see anything but the root of the catagories.
Thanks!
-Luke

Wasn’t just you. Just pushed a fix, thanks. —Jeffrey

— comment by gtluke on July 22nd, 2009 at 7:59am JST (6 months, 19 days ago) comment permalink

Hi there, using smugmug-20090722.113.zip. I want to take advantage of SmugMug’s SmugVault feature to store DNGs, since the DNG files themselves store the Lightroom transforms so I can clean them (the ones I’m not super concerned about never losing) from my disk. I tried exporting with your plugin as DNG, but while it shows up as a SmugVault file, the image that shows up is a conversion of the original, unmodified image before applying Lightroom transforms. I tried then uploading the same file exported as a JPEG, hoping it would keep the SmugVault DNG and overwrite the SmugMug-rendered JPEG, but it didn’t seem to do that, instead adding it as a second picture. Is there any way for me to do this with your plugin — export a DNG so that it goes into SmugVault, but with a JPEG version that people see on SmugMug that matches the final image from my DNG file?

Thanks so much for the plugin, and I hope for a reply.

I actually don’t know. I’ve never used SmugValut. Check with SmugMug, and let me know if there’s something I’d have to do during the upload to indicate the connection between the two…. —Jeffrey

— comment by Jeff on July 23rd, 2009 at 12:00pm JST (6 months, 18 days ago) comment permalink

Jeff

In Metadata Management/Image Caption…/Caption Preset, when I set it to “Basic Title/Caption” it picks up only Title from the LR metadata. It won’t pick up Caption even though there is data there. What am I doing wrong?

Bob

Check the definition of that preset… it takes the first among “Title”, “Headline”, “Caption”, and “Filename”. If you want both, just create your own preset. —Jeffrey

— comment by Bob on July 24th, 2009 at 9:00pm JST (6 months, 16 days ago) comment permalink

Version 20090723.114
Writing from Upstate New York

Jeffrey,

I am enjoying the Smugmug plugin, however, the images uploaded do not contain changes made in the develop section of lightroom. For example, i did some red eye removal in lightroom on some images, but when uploaded to smugmug, the red eye was still there.

When uploading I used the Original File setting, because the original images are in Jpeg so I did not want to re-compress them which is what i assume happens if you set the file setting to jpeg and set a quality percent.

what am i doing wrong?

“Original” means to send the original unchanged master files. If you make changes to the pixels, you must of course regenerate the jpg. —Jeffrey

— comment by Gary Acker on July 25th, 2009 at 6:14am JST (6 months, 16 days ago) comment permalink

Hi. I thought I posted this sometime around 7/13, but it seems to have disappeared. I also about then sent the logs.

Version 20090723.114 (now), on Vista Ultimate SP2, 32bit, LR 2.4.

Using the smugmug upload both checking “Images too large… upload anyway” and also using the dialog to upload anyway, it never works. After a while I get “Error response from SmugMug, wrong format(), Aborting export after 0 of 1 images successfully uploaded”.

Smugmug log shows “Error too large” as opposed to accepting it and resizing.

If resized before upload it works fine (in fact in general the plugin works great; thank you).

I’m a power user on Smugmug, with just slightly more than 12meg on the shot being uploaded; it is indeed over, I checked by exporting to disk.

I hope I am not going blind, and my comment is out here somewhere. It appears to have vanished, so am doing it again; my apologies if this is somehow duplicative. I am not reposting due to any urgency — it’s a minor issue easy to work around.

Thanks.

— comment by Linwood Ferguson on July 27th, 2009 at 1:22am JST (6 months, 14 days ago) comment permalink

Hi Jeff,

Thanks for the awesome plugins.

I’ve been using the Flickr plugin without a problem, but am having a problem with the SmugMug plugin that I’m hoping you can help me troubleshoot.

I’m consistently getting the “Upload did not complete… is your Internet connection having issues?” error if I try to upload more than one image. Basically, the first image uploads fine, the second starts, and then I get the error.

As far as I’ve been able to tell, this kind of thing represents a flaky Internet connection, on your side, or SmugMugs, or somewhere in between. It’s almost impossible to debug. )-: —Jeffrey

Per the posts on this page, I’ve verified that Lightroom has full rights in my firewall and I’ve checked the “Upload Anyway” option, but still get the same results.

Is there a log file or something I can check that may shed some light on what’s causing the issue?

Thanks for your help and hard work :-)

Fielding

“Export to SmugMug” Lightroom Plugin version 20090723.114
Lightroom version 2.4

— comment by Fielding on July 31st, 2009 at 10:30am JST (6 months, 10 days ago) comment permalink

I have tried downloading your SmugMug LR2 plug-in 20090723.114.zip several times, and it appears to download correctly, but the file will not unzip. It says it is corrupted.

Thanks,

Russ

Others have downloaded without problems, so perhaps try downloading with a different browser…. —Jeffrey

— comment by Russ MacDonald on August 5th, 2009 at 11:30am JST (6 months, 5 days ago) comment permalink

I tried it again just now, and it downloaded correctly.

Very strange!

Thanks,

Russ

— comment by Russ MacDonald on August 5th, 2009 at 8:45pm JST (6 months, 4 days ago) comment permalink

Hi Jeffrey,

First of all, thank you for saving me hours of time uploading my photos over the last year. Greatly appreciated.

I don’t know if I’m just remembering things, but I swear I remember being able to choose a subcategory when creating a new gallery in the export plugin. If there is any chance you could consider that for your next upgrade, it would be appreciated.

Very Grateful for you.
Chris, Spanish Fork, Utah

The subcategory support disappeared briefly as an unintended side effect of an earlier update, but it returned in v113. If you’re at that version or later and still don’t see subcategories, please send a plugin log (via the “Send to Jeffrey” button in the upper-right section of the Plugin Manager). —Jeffrey

— comment by Chris on August 7th, 2009 at 11:19am JST (6 months, 3 days ago) comment permalink

Great plugin! Just wondering if there’s a limit on the # of categories it will display from smugmug? Because there are so many default ones that smugmug provides i seem to have hit a limit and can’t display any of my relevant specific ones. Ther’es a down arrow to scroll down but it’s greyed out.

They should all be shown…. if you’re not seeing them, please send a log (via the “Send to Jeffrey” button in the upper-right of the Plugin Manager) with a note listing a few that you notice are missing. —Jeffrey

— comment by Tester on August 8th, 2009 at 3:25am JST (6 months, 2 days ago) comment permalink

Hi Jeffrey,
I have weird problem that I started seeing in last week or so – pluging would take exteremely long time to upload photos and in the end I would end up with 5-6 copiles of each photo uploaded to the gallery. I did see time out alert couple of times, yet in those case photo was successfully uploaded (I checked that photo was present and accessible in my gallery).

LR plugin (Mac)
Version: 20090723.114

I think SmugMug’s been having intermittent server issues, especially with very large (byte or pixel) uploads that they need to resize, but perhaps with others, that causes their reply to an upload to delay for minutes in some cases. Unfortunately, there’s not much I can do about it but hope they address the issue (which I’m sure they will)…. —Jeffrey

— comment by Maxym on August 10th, 2009 at 4:18am JST (6 months ago) comment permalink

Jeffrey,

This is probably a smugmug problem becaus plugin worked last night. 1) This morning I noticed LR2 shut down while uploading last night. 2) Later on today I noticed that the scrollbar for Currently Selected gallery does not appear preventing access to existing galleries.

Vista 64 LR2 Plugin version 20090723.114

Ken

That could also be a bug in the plugin… if you don’t mind, please send a plugin log (via the “Send to Jeffrey” button in the upper-right of the Plugin Manager), but I’m really busy with family things for the next week or two, so I might not get to it right away. Sorry…. —Jeffrey

— comment by KenF on August 14th, 2009 at 2:45am JST (5 months, 26 days ago) comment permalink

Smugmug uploading from Lightroom 2 is now working after a few days of problems… using the latest plug-in version in all cases… Must have been a problem on Smugmug’s end that they have now rectified. Thanks.

— comment by Berger on August 19th, 2009 at 2:23pm JST (5 months, 20 days ago) comment permalink

Whenever I load using your plugin to smugmug from lightroom the largest file I can download off the smugmug site is 1.8 mb. The original file is raw and if I do it direct to smugmug when saving off smugmug site users can get the original 6mb or so size. I’ve always had the file settings as JPEG 100% and I’ve tried not checking image sizing and checking it for long edge 12 in at 250 dpi which should be bigger then 1.8mb. I really want users to be able to download original sized files is it possible with this plugin? Thanks a ton, love this program other then this issue. Latest version of plugin as I just paid and downloaded it last month with Lightroom 2.4

The sections of the export dealing with the image size and quality are all part of the standard Lightroom export… my plugin takes over only after Lightroom has generated the file. You can practice with the settings and their results by using the “Files on Disk” export, or in the SmugMug export, setting the destination to a specific folder (rather than “temporary”). —Jeffrey

— comment by pam on August 24th, 2009 at 7:24am JST (5 months, 16 days ago) comment permalink

Hi Jeff, I’m writing about the SmugMug Export Plugin for Lightroom (version 20090723.114).
First of all, thanks a lot for the Plugin, which is a GREAT addition to Lightroom, and a fantastic service that you have provided to us.
I have a problem I can’t figure out: I’ve been trying to upload a picture, 8300 x 3400 pixels in size, jpeg format 9.3 MB size. I’m using Lightroom 2.4 (latest version available) in Windows Vista.
The file format and size should be compatible with Smugmug. But it fails to upload, and at the end of a lengthy upload process I get a “wrong format” error. After 3 failed attempts I have then uploaded the file from Picasa 3 (with the plugin provided there), and it all worked just fine. Any ideas as to what could be wrong? Thanks!
Danilo (from New Zealand)

Looks like you’ve run into a SmugMug server bug. It’s been affecting people sporadically on and off for the last month. They’re aware of it… —Jeffrey

— comment by Danilo Hegg on August 24th, 2009 at 4:07pm JST (5 months, 15 days ago) comment permalink

I downloaded the plugin for lightroom 2 on a computer that has since been replaced. I did make a donation. I now have a new computer that is running windows vista 64 bit. Will the old download work or do I have to do something else. I hope it works with 64 bit, great program.

Thanks for all your help.

Bud

My plugins should all work on all systems that Lightroom runs on… —Jeffrey

— comment by Bud Rich on August 28th, 2009 at 3:58am JST (5 months, 12 days ago) comment permalink

Thank you again for the amazing plugin.
I made an entry on August 4th, 2009 about receiving a “timedOut error” that was occurring while uploading my images to SmugMug. Your most recent plugin “20090902.115″ seems to have resolved the issue. I find it strange that it was because of the sRGB color space as I only use sRGB for all of my photo editing and even with your plugin only used the sRGB option. Whatever the case may be, for all those that have been experiencing the same issue, simply updating to the most recent plugin seems to resolve the issue.

Thanks Jeffrey for all of your hard work!

If you’d been using sRGB all along, as most have, the change in the plugin shouldn’ t have had any effect. It’s probably coincidental that SM addressed the issues on their end at about the same time. (It’s my gut feeling that the problems are limited to a few sporadic servers, so not everyone would get the problem, anyway). —Jeffrey

— comment by Eric Snoza on September 3rd, 2009 at 2:22am JST (5 months, 7 days ago) comment permalink

Jeff, this is a great plugin, makes my workflow much easier. I do have one issue though with slow exports that I’ll try to describe with an example:

1. Export 100 photos to smugmug

2. Lightroom uses 100% cpu while uploading the first few photos, with the following timing:
30 seconds to upload a photo, 45 seconds of processing, upload for 30 seconds, etc…

3. After the first few photos, lightroom CPU usage is 0%, but same thing happens:
uploading for 30 seconds, do nothing for 45 seconds, upload for 30 seconds, etc…

Nothing seems to be happening for those 45 seconds between uploads. If this pause didn’t happen, my exports would be done in less than half the time.

Any idea what’s going on and how to speed this up?

Vista SP1, Lightroom 2.4, Plug-in version 20090902.115

Thanks,
Alex

The CPU at the start is Lightroom rendering all the images. (It’d be nice if Lightroom would only render one or two images ahead of the upload, thereby balancing out the CPU over the whole thing, but that’s now what LR allows.) The 30-seconds-of-nothing looks like the SmugMug error we’ve been dealing with on and off for a couple of months. )-: —Jeffrey

— comment by Alex on September 4th, 2009 at 7:34am JST (5 months, 6 days ago) comment permalink

Hi, Jeffrey. First of all thanks for the wonderful plug-in. I have started evaluating version 20090902.115 (with Mac with LR 2.4 ) a few days ago and have a question/request. If image itself hasn’t changed, but the metadata (such as comments, keywords, etc) has, should the Update upload apply it? It seems right now the image gets re-loaded, but comments do not get updated. Or am I doing something wrong?

Thanks!
Felix

I’m not sure what you refer to with “comments do not get updated”, but the All/Update/New option merely selects which images in your Lightroom library to consider. Any change to an image (pixels, or metadata) is considered a change, so will include the image in “Update”. —Jeffrey

— comment by Felix on September 8th, 2009 at 1:40am JST (5 months, 2 days ago) comment permalink

ok, just changed the caption on one picture in Lightroom and selected it for export via the Update with “Replace the most recent…” box checked. Export sent it out, but on the site the caption did NOT get updated.

Indeed, it seems that the Replace option updates only image pixels. The next push of the plugin will note this, and also mention that you can resend metadata only via the File > Plugin Extras > SmugMug Extras dialog. —Jeffrey

— comment by Felix on September 8th, 2009 at 2:03pm JST (5 months, 1 day ago) comment permalink

Hi Jeffrey, just doing an upload of a large number of images at once – 461 to be exact – and for the first time ever i was getting timeouts and retries…. which seemed plausible to me – but now i notice that for the photo where it bogged down i have N copies of the photo uploaded where N is the number of retries it took to upload the photo.

If you email me (email address provided in the details for the comment) I can send you a link to the smugmug gallery where it has occurred – if that helps.

Cheers, Jason

SmugMug has been having all kinds of intermittent problems lately. Today’s issue seems that they accept the image for upload, but cut the connection short before telling the plugin of the success. I’m pretty much at the point where I’m going to put something in the plugin that says “Do not contact me about network/upload errors; it’s not the plugin’s fault” )-: —Jeffrey

— comment by Jason on September 8th, 2009 at 7:39pm JST (5 months, 1 day ago) comment permalink

Man that sucks big time – wonder if smugmug are aware of it? the people there really seem interested in making their stuff work – so maybe a little feedback on the issues to them and they might try to help out – i could support it on their forums as i’m sure there are quite a lot of us using it – well you’d know the numbers ;)
Cheers, Jason

They’re aware of the issues, and I work closely with their engineers. They’re trying to keep on top of things, but they have a lot of servers and it’s not always easy to repeat the problem, much less pin it down and fix it. I don’t mean to cast blame… it’s just that the plugin is the bearer of bad news, not the cause of it. —Jeffrey

— comment by Jason on September 8th, 2009 at 9:32pm JST (5 months, 1 day ago) comment permalink

USA. 908.117 will not upload to Smugmug. Lost Network Connection error than it hangs up. Tried many times. Network connection is fine. All other apps connect and communicate.

SmugMug is having issues of late…. the plugin is just reporting them. —Jeffrey

— comment by Stephen Ingraham on September 9th, 2009 at 5:38am JST (5 months ago) comment permalink

Hi Jeffrey,
Given the problems with Smugmug over the past 24 hours, I wonder if it would be feasible to add a small text box that feeds in the current status messages from http://smugmug.wordpress.com/
This way, the user could see that the site was undergoing maintenance or was down directly from the plugin. Just a thought.
E

— comment by Eyal on September 9th, 2009 at 10:29am JST (5 months ago) comment permalink

Mac OS 10.6, LR 2.4, plugin 20090908.117

Hi Jeffrey,
A quick size question. As a preface, I am a Smugmug power user and shoot with the Canon 50D. I’m wondering what the better option is when uploading JPGs and trying to stay under the size limit – JPG Quality or Resize to Fit. I currently set Resize to fit at Long Edege 4000 pixels with resolution 300 pixels per inch. The camera produces RAW files that are 4752 pixels on the long edge. I want to make sure that the files upload correctly and that I don’t sacrifice the quality.
Thanks,
E

It’s really a personal choice on how to reduce the size, either by lowering the quality setting or reducing the pixel size. (The resolution value is irrelevant when talking about size in pixels.) I suppose the best approach would be to test various quality settings, picking your minimum safe value, then reduce the pixel size from there as needed to ensure you’re under the filesize limit. This is only a rough method, though, since the filesize is heavily dependent on the content of each particular photo. —Jeffrey

— comment by Eyal on September 9th, 2009 at 10:43am JST (5 months ago) comment permalink

Hi Jeff, and thanks for the great plugin!

Version 20090912.118 on 64-bit Vista, Lightroom 2.4. Is it possible for the Export to SmugMug plugin’s data to be written to Lightroom’s XMP files, so that if my catalog gets corrupted, I don’t lose the links to all of the files I’ve uploaded to SmugMug, from the catalog? I use the “resend metadata” feature frequently, and I’d hate to lose it, should anything happen to my catalog.

I got my previous file renaming issue fixed a different way.

Thanks
Aaron

Sadly, no, there’s no way for plugins to include anything in the XMP. There’s quite a bit of stuff stored in the LR database that’s not in the XMP, so the XMP makes a very poor backup…. you must back up your LR database well if you want any semblance of backups. Unless you use the XMP files to coordinate with other applications, there’s really no value to maintaining them. Just back up your LR database religiously, and you can dispense with the thousands of XMP files. —Jeffrey

— comment by Aaron on September 15th, 2009 at 11:43am JST (4 months, 26 days ago) comment permalink

Hi Jeffrey,
What an awesome plugin you have created. I recently started using LR2 and love the app. I just signed up for SmugMug to post pix, and found that this plugin that you’ve created is a great bridge between the two.

I do not see a feature that allows you to select or choose which SmugMug gallery to upload the pictures from LR to. Is there a way to do that?
Thanks,
Kurt

I’m not sure how you could miss it… it’s right there in the “SmugMug: Upload Destination” section of the Export Dialog, after having clicked at the top masthead of the dialog and selected “SmugMug” as the export destination. (as illustrated here) —Jeffrey

— comment by Kurt W on September 16th, 2009 at 2:32pm JST (4 months, 24 days ago) comment permalink

Thanks….just realized that I didn’t scroll down far enough to see this. It’s all good now.
Kurt

— comment by Kurt W on September 16th, 2009 at 3:16pm JST (4 months, 24 days ago) comment permalink

Using version 20090921.121 of the plugin on Mac Lightroom 2. I’ve been trying to upload images all day and all I get is a dialog box that says “Error response from Smugmug wrong format()”. I haven’t changed any of the settings in the plugin since the last time I tried uploading. Please advise.

SmugMug seems to be having issues again, likely related to auto-resizing images to fit the limits of your subscription level. If that’s the case, ensure that the image is small enough (in pixels and bytes) for your level. If the exported copy is within limits, then I guess their issues are more generic in nature…. just give them some time to figure it out, and try again… —Jeffrey

— comment by Berger on September 24th, 2009 at 11:14am JST (4 months, 17 days ago) comment permalink

Hi Jeffrey, first, thank you for this excellent plug-in!

I am using the newest version 20090921.121 of your plugin with LR2.5 and I have an issue when I try to upload the same picture in different galleries: It will upload well in the first gallery the first time, but the picture will not be displayed if I upload it another time in any other galleries.
I tried to change the filename in the different exports and also to export in galleries which are in different categories but it did not help.
My workaround currently is to use the default smugmug export from windows explorer for any additonal upload but it is not as convenient as your plugin.
It would be great if you could have a look at this issue!
kind regards,
Francois

I’m wondering whether you’ve got the “replace” checkbox selected (it sounds like you don’t want it selected if you want multiple versions to exist on SmugMug). Could you carefully check all settings in the upload-destination section of the export dialog, and if it’s still not working right, send a plugin log (via the “Send to Jeffrey” button in the plugin manager)…. —Jeffrey

— comment by Francois H on October 3rd, 2009 at 11:32pm JST (4 months, 6 days ago) comment permalink

Hello, I have Justed started second Smugmug site Michaellamarre.smugmug.com the first is Picturesofthelowcountry.smugmug.com is ther a way to upload to two sites with this plugin?

Thanks Mike Lamarre

There’s no way to do two in parallel, but the plugin will remember credentials for multiple accounts, and the target account is baked into presets, so there are ways to make things a bit smoother. —Jeffrey

— comment by Michael Lamarre on October 6th, 2009 at 4:13am JST (4 months, 4 days ago) comment permalink

Hi Jeffrey,
indeed I had the “replace” checkbox selected… I unchecked it and now it works fine! Thank you for your prompt feedback!

I wonder if there isn´t a small bug here though… 1: should the replace feature be activated in the case that another gallery than the original export gallery has been selected? 2: in the case of the replace, is it normal that it stops exporting to the new gallery? I think it should then replace the previous picture AND add the new picture the new gallery…

Anyway thank you for this great tool !
Greetings to Japan from Germany,
Francois

“Replace” in SmugMug’s world means that only the image pixels are updated… you’d use it after making a change in the develop module and you wanted to see that change reflected at SmugMug. Now that you mention it, I should disable the destination selection when the replace option is selected…. —Jeffrey

— comment by Francois H on October 6th, 2009 at 5:03am JST (4 months, 4 days ago) comment permalink

20090921.121

I updated the plugin, and it appears in the plugin manager but I can’t get it to appear in the export menu.

Is it enabled in the plugin manager? If so, it should appear as illustrated here. —Jeffrey

— comment by Enna on October 7th, 2009 at 1:50am JST (4 months, 3 days ago) comment permalink

Version 20090921.121 – Can’t upload today or yesterday.

I’ve used this tool with great success, but last night, I started seeing HTTP Status 502 errors from SmugMug. When that happens, the upload stops. It has been happening after about 0-5 images upload.

This appears to be related to a proxy, but I have not changed my proxy configuration, and the uploader used to work beautifully.

Any idea what may be going on?

It seems like SmugMug is having issues again today…. I’ve been getting a bunch of reports like this. Hopefully, they’ll clear it up soon… —Jeffrey

— comment by David Ritch on October 13th, 2009 at 10:24am JST (3 months, 27 days ago) comment permalink

During this same time, I uploaded three galleries, about 1200 images in total, using the default drag-and-drop web-based uploader. It reported errors on two images, one each from two of the galleries.

Does the other uploader handle errors differently? Or does it use a different underlying mechanism that has been avoiding the problem ?

My best guess is that it likely uses different upload servers. —Jeffrey

— comment by David Ritch on October 13th, 2009 at 8:02pm JST (3 months, 26 days ago) comment permalink

Would it be possible to add a “Skip All” option to the “Image too large” dialog box instead of just a “Skip this image”? I usually upload JPEGs at 100% quality, and about 95% of my images fit within the Smugmug size limit that way. I usually go back and re-upload the ones that didn’t fit (the plugin makes this easy to do since it keeps track of which ones were successfully uploaded). The annoying part is that the “Image too large” box stops the upload process; so I can’t walk away overnight and let a whole album upload, it will be stopped a few files in waiting for me to click skip. Ideally I could pre-set the “skip all” choice so that I could run a whole upload without interruption. I’d then go back and manually change the settings (usually to JPEG 90%) to successfully upload the remaining images. I understand that the plugin can’t automatically figure out the resize parameters because they vary, I’m fine with manually setting them for the second/third rounds.

If this option is already there and I’m missing it somehow, please let me know. Another person (Eriq) asked about this above, but there wasn’t an answer.

It’s been on the to-do list for ages… finally got around to addressing it, I hope, and just pushed version .122 that should handle it. —Jeffrey

— comment by Andrew Maiman on October 14th, 2009 at 5:32am JST (3 months, 26 days ago) comment permalink

Jeffrey, thanks for your great work with LR plug-ins.

My issue is when using the SmugMug plug-in the galleries are listed kind of weird. Upload destinations are not accurate.

Example:
The default SmugMug galleries are listed like:
Airplanes > My SmugMug Site Files (Do Not Delete)
Airplanes > SmugShots
Airplanes > Watermarks

My galleries that on SmugMug are under Family are listed in the plug-in as Business.

They upload to SmugMug just fine. But when the Tweet is sent out it is listed with the wrong structure.

What can I do if anyting?

Thanks, Stephen.

They did a big system upgrade the other day, and I saw one other person with this issue. You’ll want to contact them about it. —Jeffrey

— comment by Stephen Wood on October 18th, 2009 at 6:01am JST (3 months, 22 days ago) comment permalink

Thanks for the reply. I found on the SmugMug Support Form that the fix was released on their site on 10/16/2009. I uploaded my photos 10/17/2009 still seeing the incorrect categories.

My Fix was to: Log out of SmugMug with the plug-in and the log back in.

All is well now.

Thanks again for some great plug-ins.

-Stephen

— comment by Stephen Wood on October 18th, 2009 at 11:40am JST (3 months, 22 days ago) comment permalink

Hi Jeffrey,

Is it just me, or are newly-created SmugMug galleries now listed at the bottom of the list of “most-recent first” galleries?

I’m using the latest Lightroom-Smugmug plug-in, and this issue just popped up for me today. I created 2 new galleries in Smugmug, and they’re listed at the bottom of the list.

All the previous galleries I created last week and prior are all still listed in the correct “most-recent first” order. It’s only the newest galleries that were created today that are at the bottom of the “most recent” list.

I’ll bet it has something to do with Smugmug …

Thanks, Jeffrey. :)

It was a silly bug on my part… I just pushed a fix. Thanks for the report. —Jeffrey

— comment by charlie on October 19th, 2009 at 4:15pm JST (3 months, 20 days ago) comment permalink

I’m using Lightroom 2.5, with version 20091022.124 of your Smugmug Export plugin for LR, on Windows XP.

Since late last night, I keep getting an error message after I start an upload to Smugmug from LR. It says “wrong format ( )”. I’ve tried it with 2 photos and 80 photos. How many photos doesn’t seem to be relevant. It happens while the first photo is in the Uploading phase. Then the error box pops up and says (in its entirety):

Error response from Smugmug

wrong format ( )

Aborting export after 0 of 80 images uploaded.

Any ideas? I JUST paid my donation-fee last night too!
Thanks,
Holly

Sorry for the hassles… especially the bad timing… but that’s a SmugMug issue. It seems to happen sporadically, as if they have a few flaky servers around the world, but it seems to clear itself up… eventually. /-: —Jeffrey

— comment by Holly on October 22nd, 2009 at 2:49pm JST (3 months, 17 days ago) comment permalink

Howdy Jeffrey, using smugmgu-20091022.124 here… the “journal” option in the gallery create tool goes to the lame olde journal style, can you update the plugin to support the new gallery styles?

http://wiki.smugmug.net/display/API/show+1.2.2?method=smugmug.albums.create lists them (TemplateID is the parameter)

Thanks!

I think I’ve added support for this in .135 but I’m not sure whether I did it right. (I actually didn’t intend to push it until I heard back from SmugMug on my queries, but forgot about it and pushed it when I made an unrelated change). So, please let me know whether it’s working as one might expect. —Jeffrey

— comment by cabbey on October 22nd, 2009 at 5:54pm JST (3 months, 17 days ago) comment permalink

Hello Jeffrey,

First of all, thank you for making the smugmug plugin! I can’t even imagine the amount of time that you have saved me with this great tool!
I have a question about replacing an image.
It seems that when I take an image from lightroom into photoshop and them back to lightroom, after doing my retouching, that I’m not able to replace that image on smugmug, it just adds the image to the gallery. I’ve tried a few things to try to make it work including: removing the”-edit” that photoshop adds to the name. I’ve tried using jpg, and psd file types, this doesn’t seem to help.
Can you make any suggestions on what I might be doing wrong? Or it it that is is not possible because the image on smugmug references the dng in lightroom?

Thank you for your time!

David Schwartz
Cleveland, Ohio
G5 Dual 1.8, OSX 10.5.8, Lightroom 2.5, Photoshop CS4 11.0.1, current lightroom/smugmug plugin

The “replace” is tied to the instance of the image in your catalog, and when you create a new image via edit-in-Photoshop, it’s a new image unrelated to the first except through your personal knowledge of its providence. I’ll try to come up with something to solve this issue… —Jeffrey

— comment by David Schwartz on October 28th, 2009 at 4:08am JST (3 months, 12 days ago) comment permalink

I’ve been having trouble uploading to Smugmug for the past two days. When attempting to export a collection to Smugmug, sending either the New or Updated images (I haven’t tried sending all of them but there’s only about 11 ones that need to go up there, out of about 120 in the collection) I get the error:

“Error Response from Smugmug
Unexpected Response from Smugmug (HTTP Status 500)

Aborting export after 0 of xx images successfully uploaded”

I’ve tried:
- Re-loading the plugin
- Logging in and logging out from the LR Export dialog
- Quitting and restarting LR
- Updating LR to 2.5 (605155)
- Using both the Export dialog and Export With Previous
- Creating a new gallery and trying to upload to that
- Changing the gallery selected, then changing back, then uploading
- Waiting overnight
None of these have made a difference

This sounds like Smugmug’s problem from the error message but I haven’t seen other complaints on their forums or updates on their blogs, and you especially tend to get complaints on the forum when something’s down.

Any ideas?

Thanks! Great plug-ins!

I’m using version 20091032.125. I upgraded to that version in the hopes that it would clear up my trouble; it didn’t. The previous version I was using had the same problem. I’m not positive which version it was but I think it was 20090921.121 since I’ve been using SmugVault but did not update during October.

You probably need to report this to SmugMug. “500″ is the code for “Internal Error” at the remote server. —Jeffrey

— comment by Wade on October 28th, 2009 at 8:01am JST (3 months, 12 days ago) comment permalink

I’m having trouble with this plugin under LR3 Beta. I tried to upload a gallery, and it aborted part of the way through, because of a problem rendering one image – apparently a corrupt raw file. That’s reasonable behavior. I deleted the file, and tried to upload the rest of the gallery, telling the plugin to upload images that were new and not yet uploaded. It generated the following message, and stopped:

This plug-in’s post-processing task did not finish successfully.
AgExportSession.photoExportSequence is obsolete; use photoIdExportSequence instead

I’m using version 20091023.125.

Thanks!

As best I can tell that’s a bug in the LR3 beta. Plugin stuff got no attention for the beta, so I would expect that the plugins will be difficult to impossible to use in LR3 until the real LR3 comes out. —Jeffrey

— comment by David Ritch on November 2nd, 2009 at 7:18am JST (3 months, 8 days ago) comment permalink

Hi…

Ok I managed to get the plugin installed in lighroom but do not see how to export to Smugmug or lightroom. Could give step by step instructions please?

Thsnks

Try the “Installation Instructions” link in the upper-right of this page. It illustrates how to invoke the plugin during an export. —Jeffrey

— comment by Chris on November 2nd, 2009 at 4:37pm JST (3 months, 7 days ago) comment permalink

i cant seem to remove a Smugmug account and add another. When i log out of my usual account and attempt to put in new credentials i am not given the opportunity to login with them. If i then quit the export screen and then quit LR and restart it the original account information is used even though i deleted the information in the plugin.

How do i remove the existing credentials and log into another account at Smugmug?

Cheers
Marc

It should just work naturally… when you log out, you’re presented with a way to provide your credentials, and then you log in with them. If it’s not working, send a plugin log (via the “Send to Jeffrey” button in the plugin manager). It’ll include the account names, but no passwords. —Jeffrey

— comment by Marc on November 10th, 2009 at 12:48am JST (3 months ago) comment permalink

Hello Jeffrey,

Love your uploader, it has saved me lots of time.
I just installed LR3 Beta and tried to upload to my smugmug acct. I tried uploading 4 galleries, the first 3 are uploading fine, but the 4th one gives me this error;
An internal error has occurred: LrPhoto:setPropertyForPlugin: must be called from within a withWriteAccessDo or withPrivateWriteAccessDo block

I am using your latest plugin, smugmug-20091111.126.zip

Is this a limitation of the beta version? a bug in the uploader or both?

I really do appreciate any and all you have done, and hope you keep improving your great plugin.

Regards,

Paul North.

Oops, my previous reply here was too hasty. This one is likely the plugin. If you get it again, please send the plugin log (via the “Send to Jeffrey” button in the Plugin Manager) —Jeffrey

— comment by Paul North on November 12th, 2009 at 6:43am JST (2 months, 29 days ago) comment permalink

Hi Jeffrey,

I’m really excited about using this plug-in, as I know it will save lots of time.

One issue I’m having though is that when I go to export, using your plug in, there is no color space listed under “file settings”.

When I change the selection back to “files on disk” the color space options come back. However, when I select SmugMug again, they disappear. I only have the format options (jpg, tif, psd, etc).

What am I doing wrong?

I’m on Lightroom 2.5 using Snow Leopard.

Thanks,
Tanya

SmugMug allows only sRGB color space, so at their request, I removed the color-space selection from the plugin. —Jeffrey

— comment by Tanya on November 12th, 2009 at 11:22am JST (2 months, 29 days ago) comment permalink

OS: Mac OS X 10.6.2
LR: 2.5 605155
Plug-in: 20091111.126

I am receiving the following error when attempting to update metadata using Plug-in Extras -> SmugMug Extras… -> Resend Metadata…

“?:11737: attempt to call field ‘i’ (a nil value)”

Arigato! :D

Thanks for the report… this has now been fixed in the most recent version. —Jeffrey

— comment by Sean Sosik-Hamor on November 12th, 2009 at 11:26am JST (2 months, 29 days ago) comment permalink

Hi Jeffrey,

Thank you for your response.

In Lightroom, I work in ProPhoto, since it has the largest color gamut.

With SmugMug requiring sRGB, how can I convert my images on export, to sRGB, when the SmugMug plug in doesn’t provide a color space setting?

I suppose I could set up an action in PhotoShop to do that but if there’s a way to do it with your SmugMug plug in, that would be best.

Thanks,
Tanya

We’re not quite that inept…. the plugin forces conversion the sRGB color-space on images exported with it. (You have no choice over the working space within Lightroom itself, BTW, which is always 16-bit MelissaRGB.) —Jeffrey

— comment by Tanya on November 12th, 2009 at 9:59pm JST (2 months, 28 days ago) comment permalink

In version 20091111.126, I noticed the SmugVault feature and enabled it. I canceled the SmugVault service, but it is still saying it is SmugVaulting for all my exports. I hope it isn’t trying to upload every time and failing. The option to disable this feature is now hidden, since it isn’t enabled in my account… Is there a plain text file I can edit in the mean time that can deselect this?

Unless there’s a bug in the plugin (which may well be), it’s just reporting the status as provided by SmugMug each time you open the export dialog. After opening the dialog and seeing “+ SmugVault” in the top section, visit the plugin manager and send me the plugin log (via the “Send to Jeffrey” button), and I’ll check it out. —Jeffrey

— comment by Adam Watkins on November 14th, 2009 at 9:10am JST (2 months, 27 days ago) comment permalink

Function Request: Add the ability to “hide” photos on SmugMug via Lightroom’s “Flags” (set flag as Rejected) or “Rating” ( anything below a certain number stars).

This would be a great function to incorporate into you next release.

Thanks,

Alex

— comment by antsmarching on November 24th, 2009 at 6:40am JST (2 months, 17 days ago) comment permalink

Hello, Jeffrey. I have loved using the SmugMug and Facebook export plugins, but they are not working for me ever since I upgraded to Lightroom 2.5. I now get an error message that says:

“Lightroom can’t access the internet. Please check your firewall and security settings and add an exception to allow Lightroom to connect to SmugMug….”

My firewall (Norton) has always been and still is set to allow Lightroom to access the internet. Do you have any idea what is going on and what I can do to fix it. I’d love to continue to be able to use the plugins.

Thanks,

Shane

Check the name of the application registered with Norton… Lightroom’s 2.5 exe file may be in a different location (or with a different name) than what you upgrade from. —Jeffrey

— comment by shane on December 2nd, 2009 at 11:25am JST (2 months, 8 days ago) comment permalink

Jeffrey, I would like you to consider re-designing the gallery choice list in this, and your other plugins, it keeps getting stuck scrolling. I also would like keyboard navigation of the list, I.E. type first few letters of entry I want, as well as use of the arrow keys. Great Plugin, your plugins work so excellently, it’s hard to complain, but as my portfolio site gets larger, this is getting to be a real problem.

Thanks,
Andrew Rodgers
http://perfectedperspectives.com | http://twitter.com/acedrew | http://fb.perfectedperspectives.com

You can make the scroll list long (up to 20 lines), which is pretty usable even with thousands of galleries. The plugin architecture doesn’t give me access to the keyboard that way, so I can’t do any of those things (though I’d certainly like to). —Jeffrey

— comment by Andrew Rodgers on December 4th, 2009 at 2:22pm JST (2 months, 5 days ago) comment permalink

Try to re-register the plugin (new computer) and made a donation, but the plugin keeps telling me that it’s unable to access your server. Win 7/64; LR 2.5 64

Any ideas?

If the plugin can’t access my server, check to ensure your security stuff (firewalls, little snitch, zone defense, etc.) are set to allow Lightroom to do HTTP/HTTPS (ports 80 and 443) to my server (regex.info). —Jeffrey

— comment by Allen on December 6th, 2009 at 3:25am JST (2 months, 4 days ago) comment permalink

Great product. I use it every day but I’m not sure I’m using it to its full potential. In the Image Sizing section of the plugin, it comes up with a default resolution of 240PPI. I’ve left this alone because I didn’t know what to do with it. In the SmugMug help, they discuss DPI issues but it leaves me none the wiser. Could you clarify please, in other words, should I change this and if so, why?

— comment by Bob on December 7th, 2009 at 7:20pm JST (2 months, 2 days ago) comment permalink

I HAVE LR 2.3
I HAVE REGISTERED & UPDATED TO 20091205.132
WHEN i TRY TO EXPORT TO sMUG MUG, I GET THE MESSAGE
COULDN’T RENDER IMAGE -FILE DOES NOT EXIST

SUGGESTIONS ?
ED

My first suggestion is to learn discretion with the caps-lock key. And, as a general comment, to update to the latest version of LR (2.5, or the 2.5RC). But about your specific error, I suspect you’d get it if you did a vanilla export to disk, so I’d guess that either your image file is offline (on a removable disk?) or wildly corrupt…. in either case, it’s not a plugin-specific issue. —Jeffrey

— comment by ED on December 10th, 2009 at 10:16am JST (2 months ago) comment permalink

Love the plugin, wondering if there is a way to limit the upload speed to something that doesn’t swamp my upload capacity. Certainly trying to avoid using QOS on my router. Ideally export plugins in general should have a user settable limit with the default being ‘0′ – no limit.

The best I could do would be to have a pause between images… the plugin has no control over each upload (Lightroom handles each as an atomic unit). Would that be helpful? —Jeffrey

— comment by Gordon Mackenzie on December 23rd, 2009 at 8:11am JST (1 month, 18 days ago) comment permalink

The best I could do would be to have a pause between images… the plugin has no control over each upload (Lightroom handles each as an atomic unit). Would that be helpful? —Jeffrey

Not sure, It would upload an image at about the best possible speed of the Lightroom export engine, then pause, then process another image? I did put a question into the LR3 beta forum about this, the two replies so far imply that users are more upset about the export speed being too slow.

http://forums.adobe.com/message/2476368#2476368

I am guessing for now, my best bet is to put in a cap in bandwidth allowed for the smugmug.com site on my router.

— comment by Gordon Mackenzie on December 24th, 2009 at 4:06am JST (1 month, 17 days ago) comment permalink

Just bought the plugin for LR2. I can not locate a step by step how to guide on this. I got it working but it is exporting to a random gallery on smugmug. How do I designate a new gallery to export to?

Do you not get a list of your galleries in the “SmugMug: Upload Destination” section of the export dialog? —Jeffrey

— comment by Gordon Nash on December 27th, 2009 at 2:36pm JST (1 month, 13 days ago) comment permalink

figured it out, didn’t see the scroll bar to go lower in the dialog box. It would be nice to have some sort of “how to” page, even if just the basics.

— comment by Gordon Nash on December 28th, 2009 at 8:12am JST (1 month, 13 days ago) comment permalink

Have you made any progress in regards to the custom domain posting for Twitter?
http://regex.info/blog/lightroom-goodies/smugmug#comment-35961

version 20091230.139

Oops, sorry, it just got buried with a bazillion other things in my todo list. This requires an enhancement on SmugMug’s side… I just talked to them, and they’ll try to take care of it next week. —Jeffrey

— comment by Matthew Stevens on January 9th, 2010 at 2:55pm JST (1 month ago) comment permalink

If I try to upload – and replace – a picture with the same file name as an existing picture in the same gallery I get this error message:
“Error response from Smugmug Wrong format ( )”

This also happens even if I am uploading a large batch – and only a single or few pictures have the same file name.

Overwriting used to work well before. But now I have this issue with the current and previous release.

Maiaibing/Tokyo

— comment by Maiaibing on January 9th, 2010 at 4:33pm JST (1 month ago) comment permalink

Problem registering Export to SmugMug plugin version 20091230.139
When entering in my registration code I get “Can’t contact Jeffrey’s server; please try again later.”
This happened to me about a week ago, but the blog/site was down then so I couldn’t even donate to get a code, but now I could donate and the registration button is still not working for me. Any ideas of when the validation server might be up (or is it almost always up, but I have really bad timing)? Perhaps in other releases you could give an extra day or so grace period if the server is unavailable, just a thought?

Other than this issue, everything about these plug-ins has been great! Thanks, and keep up the great work.

The first was bad timing…. my server has been down just twice since I started, once last fall and once for a few hours last week. Not being able to connect now means that there’s likely some security-related thing on your system blocking it, such as a firewall/antispy thing, or perhaps even a mis-set clock. Look into ensuring that Lightroom can do SSL (port 443) to regex.info, and check your system clock…. —Jeffrey

— comment by Jesse Baynard on January 10th, 2010 at 4:41pm JST (3 weeks, 6 days ago) comment permalink

I have attempted using smugmug-20091230.139 in a Lightroom 2.6 and Windows 7 environment. This appears to be a great plugin, but I find that it will only upload photos into one SmugMug gallery (The first gallery I set up in SmugMug). I have tried opening SmugMug and opening a gallery for download before activating the plugin but it still uploads to my 1st installed gallery. I have unloaded the plugin software and reloaded it but get the same result. Is this how the software works or am I or my computer doing something incorrect?
Yor help would be greatly appreciated.

The weather in So. Calif. has just changed from sunny, mid 70’s to rain and 61. We really need the rain.

Thank you

See the “SmugMug: Upload Destination” section of the dialog. What you may or may not have showing in a browser has no impact on the plugin. —Jeffrey

— comment by Michael on January 14th, 2010 at 5:18am JST (3 weeks, 3 days ago) comment permalink

From near Boston. Version 2091230.139. I am using the plugin with LR2.6 to export to smugmug. If I modify an image and try to export it again, I always get this error: “no images to process. all images were filtered out due to the settings in the “export management” section of the export dialog.” There is no such section, and nothing seems to work–changing settings, sending to a different gallery, etc. Is this a plugin bug, or is there a way around this?

thanks

Geez, sorry about the wrong section name… I need to update that error message. Check the “SmugMug: Upload Destination” section…. there’s an All/Update/New radio button set that you apparently have set to something other than “All”. —Jeffrey

— comment by Dan Koretz on January 16th, 2010 at 11:21am JST (3 weeks, 1 day ago) comment permalink

Hi

Thanks for this plugin, I’ve been testing it for a couple of days and I think is very well thought off and implemented. I noticed though 2 issues (I’m testing on Lightroom 3 beta and the plugin is 20091230.139, so the issues could be LR3 related)

1. I like to upload keywords and I found that this only works if I check the “Do not explicitly send keyword…” and then it includes in the keywords the file name. As my img name include dates I get several keywords like 20091292 09, etc..
2. It seems that special characters are not supported in either caption and keywords. For example I have pictures from the city of Córdoba and the accented o doesn’t show properly. Perhaps a UTF8 encoding issue?

I’d be happy to help testing or even coding (I’m a experienced programmer)

Regards
Carlos

I’ve tested with accented characters and it’s supposed to work, as is the don’t-explicitly-send option. Keyword processing did change in version .142…. if things are still broken in that version, please send a log (via the “Send to Jeffrey” button in the plugin manager), along with a note about what seems to be not working…. —Jeffrey

— comment by Carlos on January 17th, 2010 at 9:20am JST (3 weeks, 0 days ago) comment permalink

Hi Jeffrey,

I’m running LR 2.6 on Windows XP.

version 20091230.139 of your smugmug plugin

authentication to smugmug is failing, with

’system returned “security error” when lightroom attempted to use the internet’

the network is up and functioning – authentication via your flickr plugin is actually working fine.

no firewall is on the machine at the moment

I’ve double checked credentials of course.

The parent smugmug site itself seems to be running.

Thanks for any pointers,

Nathan

Check your system clock… if it’s correct, there’s some security setting or app on your side blocking Lightroom. —Jeffrey

— comment by Nathan Siemers on January 18th, 2010 at 8:52am JST (2 weeks, 6 days ago) comment permalink

Hi Jeffrey,

Clock is correct. Can’t find a firewall or security setting that’s blocking things. Is it odd that your Flickr plugin is working perfectly?

Thanks, Nathan

Not odd… Flickr’s authentication stuff does not require SSL (HTTPS, port 443), while SmugMug’s does, and that’s where you’re running into troubles. Something on your system is deciding it doesn’t want to let Lightroom use SSL to SmugMug… it could be because it doesn’t like the results of trying (because your clocks are out of sync, or their security cert is old), or because you have some kind of app (Little Snitch, Zone Defense, etc.) that blocks it. Those are the reasons I’ve seen so far. —Jeffrey

— comment by Nathan Siemers on January 18th, 2010 at 11:08am JST (2 weeks, 6 days ago) comment permalink

I believe it was a certificate update that had not been applied to the system. Thanks for your help with this, I can now authenticate.
-Nathan

— comment by Nathan Siemers on January 18th, 2010 at 11:55am JST (2 weeks, 6 days ago) comment permalink

How does one unsubscribe? I checked the box to be notified when a question I posted was answered, but I don’t want to get the whole blog e-mailed to me. thanks.

The next time something comes in, check the bottom of the message for a link on how to manage/unsubscribe. —Jeffrey

— comment by Anonymous on January 18th, 2010 at 11:38pm JST (2 weeks, 5 days ago) comment permalink

Sorry to be dense, but I can find no “manage” or “unsubscribe” links. There is a “notify me” box, and a “subscribe without commenting” box. But once you have already clicked “notify” for an earlier post, there is no obvious way to turn it off. Sorry to take your time w ith this.

There should a be a link in the email along the lines of “To manage your subscriptions or to block all notifications from this site, click the link below”. See the page at that link. If it doesn’t work, forward it to me and I’ll do it for you. —Jeffrey

— comment by Anonymous on January 19th, 2010 at 12:55am JST (2 weeks, 5 days ago) comment permalink

LR2.2 and smugmug-20100127.141 plugin.

Subcategories are no longer being shown when creating galleries. This is a very recent problem for me (w/in last couple of weeks), so I upgraded to v141 and am still having the problem. This is all I see when creating a gallery:

In category [category picklist] create [public or private picklist] gallery: [text field]

I believe the picklist used to show category > subcategory, but no longer. Definitely need this back. Thanks.

Sorry, my bad. Fixed in v142 that I just pushed. —Jeffrey

— comment by Pat on February 1st, 2010 at 4:54am JST (5 days, 19 hours ago) comment permalink

Is there a way to add our own bit.ly API key so that the click stats are tracked under our own account when we tweet after an upload?

I’m using 20100201.142 of the Export to SmugMug plugin.

Just pushed v143 with a bunch of Twitter-related changes, including this. —Jeffrey

— comment by Greg on February 2nd, 2010 at 1:58pm JST (1 week, 0 days ago) comment permalink

I love your plugin and use it constantly. Will it work with LR3 beta?

What works in LR2 generally works in the LR3 beta, but the extra “Publish” stuff new in LR3b won’t be done until LR3 comes out. (The LR3b plugin support is too minimal to get it to work well in LR3b.) —Jeffrey

— comment by Anonymous on February 4th, 2010 at 9:05am JST (5 days, 15 hours ago) comment permalink

I can’t get the smugmug “tools” section to work at all. It allows me to enter a name into the gallery field but as soon as I do that it grays out the export button at the bottom. How exactly am I supposed to create galleries without actually going to Smugmug to create them first. Painfully tiring!!!

Are we likely to be able to create galleries and export at the same time? This would save me a zillion steps as I’ve many galleries I am moving from my own LR exported & hosted galleries over to my Smugmug account instead.

using the latest build smugmug-20100203.143 on an up-to-date iMac running LR2

The tool section is included in the Export Dialog, but it’s not part of the export. Create your gallery in the tool section, then continue on to the other sections to complete the export. —Jeffrey

— comment by Cindy on February 4th, 2010 at 11:33am JST (5 days, 13 hours ago) comment permalink

my apologies .. I completely overlooked that “create” button in the tools area. Thanks so much.

— comment by Cindy on February 5th, 2010 at 7:49am JST (4 days, 16 hours ago) comment permalink

20100208.145 version:
windows vista
lightroom3 beta

had a previous version of the LR plugin (somewhere in early January version) just updated to the new version (actually deleted the old version and completely reinstalled).

I get this error when trying to export to smugmug:

AN internal error has occured:
AGExport Session.photoExportSequence is obsolete; use
photoIdExportSequence instead

no filtering or post processing is on.

I’d be happy to get a link to downolad an older version until this is working…..

thanks for your help

Pete

This is actually not related to the version of the plugin, but to the version of Lightroom and the settings used in the plugin. There’s a bug in the LR3 beta that causes this error when you’ve got certain settings set in the plugin. I don’t have it in front of me, but IIRC it’s the “filter” part (all/new/updated). Set it to “all” and it doesn’t tickle the bug, I think. —Jeffrey

— comment by Peter Hahn on February 9th, 2010 at 6:08am JST (18 hours ago) comment permalink
Leave a comment...

See the known issues before reporting bugs. Also, when reporting bugs, please include the OS, the version number of Lightroom, and the version number of the plugin. PLEASE REPORT THE NAME AND FULL VERSION NUMBER OF THE PLUGIN WITH EVERY REPORT. Seriously. I need the full version number or I likely can't do anything but ignore the message.


All comments are invisible to others until Jeffrey approves them. Spam is never approved, and never makes it to the live site.

Please mention what part of the world you're writing from, if you don't mind. It's always interesting to see where people are visiting from.

More or less plain text — see below for allowed markup

You can use the following tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting