<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : Lightroom to Gallery (English)</title>
	<atom:link href="http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.starway.org/blogs/Photographie</link>
	<description>L'expérience est faite pour être partagée</description>
	<lastBuildDate>Tue, 23 Feb 2010 09:35:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Arnaud</title>
		<link>http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/comment-page-1/#comment-962</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.starway.org/blogs/Photographie/?page_id=229#comment-962</guid>
		<description>Thanks for the feedback!

I have never tested the plugin with HTTPS, however, it should work.

There are a few reasons for it not to work :

	the certificate used for the SSL handshake is not signed by a traditionnal CA or maybe that the CA has not been declared in the list of the trusted AC on the OS (if LR refers to this list to check a certificate)
	the site uses HTTPS and HTTP authentication. In the second case, the plugin can not provide any login and password for the HTTP authentication.


Does any of the previous reasons apply here?</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback!</p>
<p>I have never tested the plugin with HTTPS, however, it should work.</p>
<p>There are a few reasons for it not to work :</p>
<p>	the certificate used for the SSL handshake is not signed by a traditionnal CA or maybe that the CA has not been declared in the list of the trusted AC on the OS (if LR refers to this list to check a certificate)<br />
	the site uses HTTPS and HTTP authentication. In the second case, the plugin can not provide any login and password for the HTTP authentication.</p>
<p>Does any of the previous reasons apply here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Bel</title>
		<link>http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/comment-page-1/#comment-960</link>
		<dc:creator>Bel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.starway.org/blogs/Photographie/?page_id=229#comment-960</guid>
		<description>When attempting to contact a server using HTTPS, line 36 throws a &#039;An internal error has occurred: [string &quot;GalleryRemoteProtocol.lua&quot;]:36: attempt to concatenate local &#039;raw&#039; (a nil value)&#039;

I have fallen back to non-encrypted connection with success, although if you can make this wonderful plugin SSL compliant I would be very happy :)

Alternatively, either a warning that HTTPS breaks, or a error that means something to the user would be good.

Thank you!</description>
		<content:encoded><![CDATA[<p>When attempting to contact a server using HTTPS, line 36 throws a &#8216;An internal error has occurred: [string "GalleryRemoteProtocol.lua"]:36: attempt to concatenate local &#8216;raw&#8217; (a nil value)&#8217;</p>
<p>I have fallen back to non-encrypted connection with success, although if you can make this wonderful plugin SSL compliant I would be very happy <img src='http://www.starway.org/blogs/Photographie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Alternatively, either a warning that HTTPS breaks, or a error that means something to the user would be good.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tobi</title>
		<link>http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/comment-page-1/#comment-949</link>
		<dc:creator>Tobi</dc:creator>
		<pubDate>Sat, 06 Feb 2010 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.starway.org/blogs/Photographie/?page_id=229#comment-949</guid>
		<description>Salut!

Really a great plugin, thanks! The only problem is, that - being on Mac - special characters (umlauts) get crippled when uploading to Gallery. I don&#039;t have this problem on Windows, but get the same effect, when uploading to a Coppermine image gallery. I found this thread http://gallery.menalto.com/node/72147, but the workaround, described there, did not work in my case.

The problem obviously has to do with the way, on Mac metadata is written to jpg files. It is NOT a Lightroom problem solely, I had the same problem with ViewNX for instance.

After hours of research I found a workaround myself, which consist in rewriting the tags, which are of interest for me and for the export to Gallery, with the help of exiftool while converting special characters to entities. Here is the code:

exiftool -r -overwrite_original -E &#039;-Description&gt;ImageDescription&#039; &#039;-Description&gt;Caption-Abstract&#039; &#039;-Subject&gt;Keywords&#039; &#039;-Location&gt;Sub-location&#039; &#039;-Country&gt;Country-PrimaryLocationName&#039; &#039;-City&gt;City&#039; /directory/where/the/image/files/reside

I created a routine with Macs Automator (called automatically by Lightroom after exporting), which does not only execute the command above, but also uploads the resulting files via ftp to the tmp directiory of Gallery. But from here on, I do the last step the manual way.

Did you hear about this problem with special characters? And do you have an idea, how possibly fix it in a more elegant way than described above? I would love to use your plugin, but also keep my german umlauts in descriptions, keywords etc.

Regards

Tobi</description>
		<content:encoded><![CDATA[<p>Salut!</p>
<p>Really a great plugin, thanks! The only problem is, that &#8211; being on Mac &#8211; special characters (umlauts) get crippled when uploading to Gallery. I don&#8217;t have this problem on Windows, but get the same effect, when uploading to a Coppermine image gallery. I found this thread <a href="http://gallery.menalto.com/node/72147" rel="nofollow">http://gallery.menalto.com/node/72147</a>, but the workaround, described there, did not work in my case.</p>
<p>The problem obviously has to do with the way, on Mac metadata is written to jpg files. It is NOT a Lightroom problem solely, I had the same problem with ViewNX for instance.</p>
<p>After hours of research I found a workaround myself, which consist in rewriting the tags, which are of interest for me and for the export to Gallery, with the help of exiftool while converting special characters to entities. Here is the code:</p>
<p>exiftool -r -overwrite_original -E &#8216;-Description&gt;ImageDescription&#8217; &#8216;-Description&gt;Caption-Abstract&#8217; &#8216;-Subject&gt;Keywords&#8217; &#8216;-Location&gt;Sub-location&#8217; &#8216;-Country&gt;Country-PrimaryLocationName&#8217; &#8216;-City&gt;City&#8217; /directory/where/the/image/files/reside</p>
<p>I created a routine with Macs Automator (called automatically by Lightroom after exporting), which does not only execute the command above, but also uploads the resulting files via ftp to the tmp directiory of Gallery. But from here on, I do the last step the manual way.</p>
<p>Did you hear about this problem with special characters? And do you have an idea, how possibly fix it in a more elegant way than described above? I would love to use your plugin, but also keep my german umlauts in descriptions, keywords etc.</p>
<p>Regards</p>
<p>Tobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Arnaud</title>
		<link>http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/comment-page-1/#comment-898</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Sun, 15 Nov 2009 17:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.starway.org/blogs/Photographie/?page_id=229#comment-898</guid>
		<description>Thanks for the feedback.

Problem reproduced and fixed in the 2.0.3 release.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.</p>
<p>Problem reproduced and fixed in the 2.0.3 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Christian Hirsch</title>
		<link>http://www.starway.org/blogs/Photographie/lightroom-gallery/lightroom-to-gallery-english/comment-page-1/#comment-890</link>
		<dc:creator>Christian Hirsch</dc:creator>
		<pubDate>Sun, 08 Nov 2009 21:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.starway.org/blogs/Photographie/?page_id=229#comment-890</guid>
		<description>Problem during export:
&quot;An internal error occured: Expected header 1 &#039;field&#039; sub-item to be a string, not nil&quot;

Lightroom: 2.5

Gallery-Version = 2.2.5 Kern 1.2.0.7 
PHP-Version = 4.4.9 apache2handler 
Webserver = Apache 
Datenbank = mysql 4.1.22-max-log, lock.system=flock 
Werkzeuge = Exif, Getid3, Thumbnail, Gd, LinkItemToolkit 
Beschleunigung = partial/900, partial/900 
Betriebssystem = Linux dd13608 2.6.25.20-25.1-pae #1 SMP 2009-03-12 13:13:03 +0100 i686 
Standard-Motiv = carbon 
gettext = Aktiviert 
Sprache = de_DE 
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; de-de) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 
Zeilen in der GalleryAccessMap Tabelle = 33 
Zeilen in der GalleryAccessSubscriberMap Tabelle = 1903 
Zeilen in der GalleryUser Tabelle = 3 
Zeilen in der GalleryItem Tabelle = 1898 
Zeilen in der GalleryAlbumItem Tabelle = 24 
Zeilen in der GalleryCacheMap Tabelle = 7837</description>
		<content:encoded><![CDATA[<p>Problem during export:<br />
&#8220;An internal error occured: Expected header 1 &#8216;field&#8217; sub-item to be a string, not nil&#8221;</p>
<p>Lightroom: 2.5</p>
<p>Gallery-Version = 2.2.5 Kern 1.2.0.7<br />
PHP-Version = 4.4.9 apache2handler<br />
Webserver = Apache<br />
Datenbank = mysql 4.1.22-max-log, lock.system=flock<br />
Werkzeuge = Exif, Getid3, Thumbnail, Gd, LinkItemToolkit<br />
Beschleunigung = partial/900, partial/900<br />
Betriebssystem = Linux dd13608 2.6.25.20-25.1-pae #1 SMP 2009-03-12 13:13:03 +0100 i686<br />
Standard-Motiv = carbon<br />
gettext = Aktiviert<br />
Sprache = de_DE<br />
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; de-de) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9<br />
Zeilen in der GalleryAccessMap Tabelle = 33<br />
Zeilen in der GalleryAccessSubscriberMap Tabelle = 1903<br />
Zeilen in der GalleryUser Tabelle = 3<br />
Zeilen in der GalleryItem Tabelle = 1898<br />
Zeilen in der GalleryAlbumItem Tabelle = 24<br />
Zeilen in der GalleryCacheMap Tabelle = 7837</p>
]]></content:encoded>
	</item>
</channel>
</rss>
