<?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: Applescript Date/Time File Renamer Folder Action</title>
	<atom:link href="http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 17:36:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mistersquid</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-33564</link>
		<dc:creator>mistersquid</dc:creator>
		<pubDate>Tue, 15 Sep 2009 13:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-33564</guid>
		<description>Thanks for this extremely useful conversion tool. Hard to believe it&#039;s not built into AppleSCript.</description>
		<content:encoded><![CDATA[<p>Thanks for this extremely useful conversion tool. Hard to believe it&#8217;s not built into AppleSCript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Wegelin</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-31816</link>
		<dc:creator>Jacob Wegelin</dc:creator>
		<pubDate>Sun, 02 Aug 2009 16:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-31816</guid>
		<description>Thank you. Along with http://run-amuck.com/blog/2009/02/mac-os-x-screen-capture-default-location-and-default-file-name/, this worked. 

Any suggestions how I would automatically perform a *subset* of this, i.e.: every time I copy or move a file to the designated folder, the file is renamed to the date and time, as the screen capture files are renamed by your script?

Better yet, instead of being renamed purely to the date and time, the date and time are pre-pended to the current filename? So that when I move &quot;dog.txt&quot; to the designated directory, it turns into 2009080212200115-dog.txt?

Another modification: Is there a way to get rid of the subdirectory for each day, so that all the files go into the designated directory? Since the filename starts with the date, there should be no confusion of files anyway, no real need of the many subdirectories.

Thanks for any suggestions.</description>
		<content:encoded><![CDATA[<p>Thank you. Along with <a href="http://run-amuck.com/blog/2009/02/mac-os-x-screen-capture-default-location-and-default-file-name/" rel="nofollow">http://run-amuck.com/blog/2009/02/mac-os-x-screen-capture-default-location-and-default-file-name/</a>, this worked. </p>
<p>Any suggestions how I would automatically perform a *subset* of this, i.e.: every time I copy or move a file to the designated folder, the file is renamed to the date and time, as the screen capture files are renamed by your script?</p>
<p>Better yet, instead of being renamed purely to the date and time, the date and time are pre-pended to the current filename? So that when I move &#8220;dog.txt&#8221; to the designated directory, it turns into 2009080212200115-dog.txt?</p>
<p>Another modification: Is there a way to get rid of the subdirectory for each day, so that all the files go into the designated directory? Since the filename starts with the date, there should be no confusion of files anyway, no real need of the many subdirectories.</p>
<p>Thanks for any suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: el loco</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-23986</link>
		<dc:creator>el loco</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-23986</guid>
		<description>great ! easy n clean ! thanks</description>
		<content:encoded><![CDATA[<p>great ! easy n clean ! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-22632</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-22632</guid>
		<description>Cool! Good to know it helped. :-)

I might also recommend a open-source project called jhead, which I found recently. Jhead is exceedingly helpful as well for doing things related to the EXIF data in jpgs.</description>
		<content:encoded><![CDATA[<p>Cool! Good to know it helped. <img src='http://www.plasticstare.com/plains/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I might also recommend a open-source project called jhead, which I found recently. Jhead is exceedingly helpful as well for doing things related to the EXIF data in jpgs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ii auai</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-22091</link>
		<dc:creator>ii auai</dc:creator>
		<pubDate>Wed, 31 Dec 2008 09:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-22091</guid>
		<description>i kinda gutted this for a different use, but it hit the spot as a good starting point to 90% of my problem, all these years later. thanks!</description>
		<content:encoded><![CDATA[<p>i kinda gutted this for a different use, but it hit the spot as a good starting point to 90% of my problem, all these years later. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perroboy</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-3831</link>
		<dc:creator>Perroboy</dc:creator>
		<pubDate>Sun, 09 Sep 2007 12:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-3831</guid>
		<description>Sorry, but there&#039;s one thing I don&#039;t understand, and that&#039;s the odd padding at the end of the filenames.

For instance, an mpg created on 2003-12-02 is renamed: 20031202191812.mpg.

What&#039;s 191812? The precise timestamp? Can I truncate this somehow? 

Sadly, still doesn&#039;t give me a workaround for files created on my videocam, which frequently dies and experiences date reset, producing files taken 1904-01-01 :(</description>
		<content:encoded><![CDATA[<p>Sorry, but there&#8217;s one thing I don&#8217;t understand, and that&#8217;s the odd padding at the end of the filenames.</p>
<p>For instance, an mpg created on 2003-12-02 is renamed: 20031202191812.mpg.</p>
<p>What&#8217;s 191812? The precise timestamp? Can I truncate this somehow? </p>
<p>Sadly, still doesn&#8217;t give me a workaround for files created on my videocam, which frequently dies and experiences date reset, producing files taken 1904-01-01 <img src='http://www.plasticstare.com/plains/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perroboy</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-3830</link>
		<dc:creator>Perroboy</dc:creator>
		<pubDate>Sun, 09 Sep 2007 11:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-3830</guid>
		<description>Hi,
Been searching for something like this for quite some time and was very excited to find yours.

Thanks a mil!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Been searching for something like this for quite some time and was very excited to find yours.</p>
<p>Thanks a mil!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-2981</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Mon, 30 Jul 2007 16:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-2981</guid>
		<description>Cool. Good to know it helped. I&#039;ll have to check and see what I&#039;ve updated since then. And, yes, applescript is very verbose in some ways and somewhat counterintuitive at times. The best way to find out what syntax to use sometimes is just to find something similar that someone has done -- it&#039;s really hard to just find a reference guide online...</description>
		<content:encoded><![CDATA[<p>Cool. Good to know it helped. I&#8217;ll have to check and see what I&#8217;ve updated since then. And, yes, applescript is very verbose in some ways and somewhat counterintuitive at times. The best way to find out what syntax to use sometimes is just to find something similar that someone has done &#8212; it&#8217;s really hard to just find a reference guide online&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruby tuesday</title>
		<link>http://www.plasticstare.com/plains/2005/11/24/applescript-datetime-file-renamer-folder-action/comment-page-1/#comment-2978</link>
		<dc:creator>ruby tuesday</dc:creator>
		<pubDate>Mon, 30 Jul 2007 09:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticstare.com/plains_wp/?p=60#comment-2978</guid>
		<description>thank you so much!  i&#039;ve been losing sleep over how to get exactly this done .. seems simple enough until i try to pull it off in applescript.  i&#039;m more of a C++ / Java person i guess.  kudos to you</description>
		<content:encoded><![CDATA[<p>thank you so much!  i&#8217;ve been losing sleep over how to get exactly this done .. seems simple enough until i try to pull it off in applescript.  i&#8217;m more of a C++ / Java person i guess.  kudos to you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
