<?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>Comments on: TTG Highslide Gallery</title>
	<atom:link href="http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://lr.theturninggate.net</link>
	<description>Adobe Lightroom Web Engines, Tutorials and Resources</description>
	<lastBuildDate>Sat, 31 Jul 2010 19:57:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-17557</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-17557</guid>
		<description>The bug is in LR3. If you load the gallery using LR2, you will see that the sequencing is correct; it&#039;s only in LR3 that the problem exists. The problem also affects the LR web galleries.</description>
		<content:encoded><![CDATA[<p>The bug is in LR3. If you load the gallery using LR2, you will see that the sequencing is correct; it&#8217;s only in LR3 that the problem exists. The problem also affects the LR web galleries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-17533</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-17533</guid>
		<description>Hello,
I have purchase the v2.0.5 of Highslide Gallery and I found a bug that I didn&#039;t have in earlier versions. The number of the photo is not correct. It is written &quot;1&quot; for each pictures.
Could you please have a look ?
Thanks,
Regards.
Jerome.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have purchase the v2.0.5 of Highslide Gallery and I found a bug that I didn&#8217;t have in earlier versions. The number of the photo is not correct. It is written &#8220;1&#8243; for each pictures.<br />
Could you please have a look ?<br />
Thanks,<br />
Regards.<br />
Jerome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16617</link>
		<dc:creator>André</dc:creator>
		<pubDate>Thu, 08 Jul 2010 22:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16617</guid>
		<description>I hope this is not going too far in regard to the commenting festure of your website, as this is no discussion forum. However, since the question has been brought up, I want to explain myself, since I put a lot of thought into my filesystem:

I agree with you, that filenames are not the place to store metadata, that&#039;s what the catalog is for. I think (IMHO) these rules make sense to apply:

1. In order to identify the file without any ambiguity, the filename must be unique throughout your entire life. There must be no chance of a diffenernt file ever getting the same filename again.
2. The filename must contain only information, which can be automatically derived from the file. This is important to prevent user interaction during the process of importing files, especially if you want to import from different directories on different drives in one single batch run.
3. If you see the filename of one single file, you should have the ability to know (or derive) without any doubt the exact location of this file inside your folder structure. This helps a lot if you come across a file which isn&#039;t where you expect it. You can immediately see if it&#039;s a duplicate of the original file or if you accidently moved the original file.
4. The process of importing should be (as everything else) non-destructive. This means that the original filename (at least the number) should be reconstructable. This helps a lot, if you discover some files on old memory cards or in old backups. Then you can decide very fast if you have these files in your catalog, without even looking at their content. Or you might have made some comments on a paper for some special filenumbers during the shoot and you find that paper only after you imported the files.

The filename scheme I&#039;m using satisfies all these rules. My filenames are like this:
(Initials of photographer)_(Date)_(Camera)_(original filenumber).cr2
AG_20100620_5DII_04855.cr2
All files are stored in a folder structure like this: Directory for photos/2010/20100620/AG_20100620_5DII_04855.cr2

My initials are in the filename, because sometimes I share my files with other photograpers and when we copy our files back and forth on our laptops, it must be immediately clear, which picture comes from whom.

Please don&#039;t take this personally, but I&#039;d like to point out, why the filename scheme you suggested is not a good idea (at least not for me, maybe it works good for you). You are suggesting: spain_church_456
At the same time you say, there should be no metadata in the filename. But spain_church is exactly that, metadata! And there are other drawbacks: Lets say you come home with 10 memorycards of 10 shootings on 10 different dates ond locations in spain. During the import process you would have to come up with 10 different names to describe these files. But this is work which should be done after the import when you start to categorize your files!
Maybe in 2 years you get back to the same location again and shoot some more photos. If you choose the same filenames again, the files are not unique anymore. You might not even notice that if you keep the files in different directories, but there&#039;s still an ambiquity.

Of course I realize that this is a little over the top for most users, but just imagine that in the future you will produce a massive load of photos. Then you would have to come up with a system like that sooner or later. And instead of changing all you filenames at some point in the future, why not make it right from the start?</description>
		<content:encoded><![CDATA[<p>I hope this is not going too far in regard to the commenting festure of your website, as this is no discussion forum. However, since the question has been brought up, I want to explain myself, since I put a lot of thought into my filesystem:</p>
<p>I agree with you, that filenames are not the place to store metadata, that&#8217;s what the catalog is for. I think (IMHO) these rules make sense to apply:</p>
<p>1. In order to identify the file without any ambiguity, the filename must be unique throughout your entire life. There must be no chance of a diffenernt file ever getting the same filename again.<br />
2. The filename must contain only information, which can be automatically derived from the file. This is important to prevent user interaction during the process of importing files, especially if you want to import from different directories on different drives in one single batch run.<br />
3. If you see the filename of one single file, you should have the ability to know (or derive) without any doubt the exact location of this file inside your folder structure. This helps a lot if you come across a file which isn&#8217;t where you expect it. You can immediately see if it&#8217;s a duplicate of the original file or if you accidently moved the original file.<br />
4. The process of importing should be (as everything else) non-destructive. This means that the original filename (at least the number) should be reconstructable. This helps a lot, if you discover some files on old memory cards or in old backups. Then you can decide very fast if you have these files in your catalog, without even looking at their content. Or you might have made some comments on a paper for some special filenumbers during the shoot and you find that paper only after you imported the files.</p>
<p>The filename scheme I&#8217;m using satisfies all these rules. My filenames are like this:<br />
(Initials of photographer)_(Date)_(Camera)_(original filenumber).cr2<br />
AG_20100620_5DII_04855.cr2<br />
All files are stored in a folder structure like this: Directory for photos/2010/20100620/AG_20100620_5DII_04855.cr2</p>
<p>My initials are in the filename, because sometimes I share my files with other photograpers and when we copy our files back and forth on our laptops, it must be immediately clear, which picture comes from whom.</p>
<p>Please don&#8217;t take this personally, but I&#8217;d like to point out, why the filename scheme you suggested is not a good idea (at least not for me, maybe it works good for you). You are suggesting: spain_church_456<br />
At the same time you say, there should be no metadata in the filename. But spain_church is exactly that, metadata! And there are other drawbacks: Lets say you come home with 10 memorycards of 10 shootings on 10 different dates ond locations in spain. During the import process you would have to come up with 10 different names to describe these files. But this is work which should be done after the import when you start to categorize your files!<br />
Maybe in 2 years you get back to the same location again and shoot some more photos. If you choose the same filenames again, the files are not unique anymore. You might not even notice that if you keep the files in different directories, but there&#8217;s still an ambiquity.</p>
<p>Of course I realize that this is a little over the top for most users, but just imagine that in the future you will produce a massive load of photos. Then you would have to come up with a system like that sooner or later. And instead of changing all you filenames at some point in the future, why not make it right from the start?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16612</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16612</guid>
		<description>Andre, you&#039;re making your workflow too complicated. The file name shouldn&#039;t matter.

File names are not the place to store metadata. That&#039;s what the metadata is for.

File names should be something like &quot;emily_123&quot; or &quot;spain_church_456&quot;. I don&#039;t even change mine from the number assigned to them from my camera.

Instead of coming up with some clever yet difficult work-around, use the tools and the data structures as they were intended. Life is much easier that way.</description>
		<content:encoded><![CDATA[<p>Andre, you&#8217;re making your workflow too complicated. The file name shouldn&#8217;t matter.</p>
<p>File names are not the place to store metadata. That&#8217;s what the metadata is for.</p>
<p>File names should be something like &#8220;emily_123&#8243; or &#8220;spain_church_456&#8243;. I don&#8217;t even change mine from the number assigned to them from my camera.</p>
<p>Instead of coming up with some clever yet difficult work-around, use the tools and the data structures as they were intended. Life is much easier that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16597</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 08 Jul 2010 17:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16597</guid>
		<description>I think that&#039;s overstating the task. Just export the images and tick the option to add exported images to catalog. It ends up being one extra step and a few minutes of waiting.</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s overstating the task. Just export the images and tick the option to add exported images to catalog. It ends up being one extra step and a few minutes of waiting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16596</link>
		<dc:creator>André</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16596</guid>
		<description>Ok, I&#039;ll think about that, maybe that&#039;s an option. Unfortunately, that makes the workflow much more complicated and less \straight-foreward\.</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ll think about that, maybe that&#8217;s an option. Unfortunately, that makes the workflow much more complicated and less \straight-foreward\.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16593</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16593</guid>
		<description>There is no solution to your problem, then. Lightroom&#039;s Web module exports images using their original file names. You would need to rename the files first in the Library to have the names change in the web gallery.

Maybe you should export your images first as JPGs, renaming them on export, then bring them back into the catalog to produce web galleries.</description>
		<content:encoded><![CDATA[<p>There is no solution to your problem, then. Lightroom&#8217;s Web module exports images using their original file names. You would need to rename the files first in the Library to have the names change in the web gallery.</p>
<p>Maybe you should export your images first as JPGs, renaming them on export, then bring them back into the catalog to produce web galleries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16591</link>
		<dc:creator>André</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16591</guid>
		<description>I know, but that doesen&#039;t solve my problem. The filenames on my harddrive contain (besides other info) the date and the original number. I don&#039;t want to change the name of the files on my harddrive, but the files in my online-gallery musn&#039;t contain these information.</description>
		<content:encoded><![CDATA[<p>I know, but that doesen&#8217;t solve my problem. The filenames on my harddrive contain (besides other info) the date and the original number. I don&#8217;t want to change the name of the files on my harddrive, but the files in my online-gallery musn&#8217;t contain these information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16589</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16589</guid>
		<description>You can rename your files in Lightroom&#039;s Library module in any way you like.</description>
		<content:encoded><![CDATA[<p>You can rename your files in Lightroom&#8217;s Library module in any way you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://lr.theturninggate.net/html-galleries/ttg-highslide-gallery/comment-page-4/#comment-16578</link>
		<dc:creator>André</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?page_id=500#comment-16578</guid>
		<description>Can the filenames be automatically altered, when I upload the gallery? I don&#039;t want people to see my filenames to prevent them from knowing when I took which picture and in which sequence.

Bye,
André</description>
		<content:encoded><![CDATA[<p>Can the filenames be automatically altered, when I upload the gallery? I don&#8217;t want people to see my filenames to prevent them from knowing when I took which picture and in which sequence.</p>
<p>Bye,<br />
André</p>
]]></content:encoded>
	</item>
</channel>
</rss>
