Lightroom to Gallery Export Plugin

soulreaper

Joined: 2007-11-24
Posts: 4
Posted: Sat, 2007-11-24 11:25

Hi Folks

Following up the published Lightroom to Gallery plugin developed by khans over in this thread: http://gallery.menalto.com/node/68277 i thought i should present my own work to you people. This is not intended to put down khans work, in fact we are discussing our development efforts over at the adobe forums. Competition is good right? :)

And so here is my implementation of a Lightroom to Gallery Export Plugin:

You can find a more detailed description and a download link on the accompanying website: http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/

Any Feedback is very welcome.

Login or register to post comments
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2159
Posted: Sat, 2007-11-24 21:06

Thanks! Please add an entry for this to:

http://codex.gallery2.org/Other_Clients

So that people can find it more easily!

____
http://ckdake.com/ - If you found my help useful, please consider donating to Gallery.

Login or register to post comments
soulreaper

Joined: 2007-11-24
Posts: 4
Posted: Wed, 2007-11-28 13:06

I have released this project under the GPL as an open source project. https://sourceforge.net/projects/lr-to-gallery/

Please feel free to participate in the development of this Gallery Remote client. :)

@ ckdake
I don't have a wiki account, so feel free to add it to the list to your likings. :)

Login or register to post comments
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2159
Posted: Wed, 2007-11-28 18:13

Cool. codex page updated. Is this just for Gallery 2 or do you support Gallery 1 as well with it? And have you tested on Windows and Mac?

____
http://ckdake.com/ - If you found my help useful, please consider donating to Gallery.

Login or register to post comments
Lapinoo
Lapinoo's picture

Joined: 2004-05-08
Posts: 315
Posted: Wed, 2008-01-16 22:37

I just updated soulreaper's code to be localized in french and to enable the user to chose which LR medata is used to set the image caption.

I've sent the code to soulreaper so I guess he might update the SF project with this new code.

Enjoy !

AttachmentSize
Gallery.lrplugin.zip25.11 KB
Login or register to post comments
Lapinoo
Lapinoo's picture

Joined: 2004-05-08
Posts: 315
Posted: Wed, 2008-03-12 19:07

Well, I dedicated a page to this plugin which now reached version 1.1.

The page is in french, but you will easily find the download link!

http://www.starway.org/blogs/Photographie/lightroom-vers-gallery

Login or register to post comments
geoffmallo

Joined: 2005-12-01
Posts: 2
Posted: Tue, 2008-03-18 13:25

Hey great work,

I'm having problems uploading to a site on SSL. It's a self signed certificate that is installed in the system keychain. I can't get a log in specifying https but when I leave out the protocol it logs in ok, but fails on upload? Any ideas?

I'm not sure what version of the plugin I'm using. I'm not sure where it is to update it. When I try to install 1.1 LR says there are no updates to apply anyway.

Side note: I can upload using the iPhoto plugin ok.

Login or register to post comments
Lapinoo
Lapinoo's picture

Joined: 2004-05-08
Posts: 315
Posted: Tue, 2008-03-18 15:36
geoffmallo wrote:
I'm having problems uploading to a site on SSL. It's a self signed certificate that is installed in the system keychain. I can't get a log in specifying https but when I leave out the protocol it logs in ok, but fails on upload? Any ideas?

I'm not sure what version of the plugin I'm using. I'm not sure where it is to update it. When I try to install 1.1 LR says there are no updates to apply anyway.

I did not test the plugin with HTTP over SSL request. In fact I did not check if the LR toolbox supports HTTPS. I'll check it later on tonight or this week.

For the moment, there are only 2 versions :
- Version 1.0 does not display its version number anywhere
- Version 1.1 displays the version number in the last export section item group.
By the way, LR does not check that the modules are up to date when you check for new releases.

Login or register to post comments