<?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: MacMost Now 312 : Batch Rename Multiple Files</title>
	<atom:link href="http://macmost.com/batch-rename-multiple-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://macmost.com/batch-rename-multiple-files.html</link>
	<description>MacMost: Making the most of your Mac, iPhone, iPad, iPod, and Apple TV.</description>
	<lastBuildDate>Wed, 23 May 2012 18:18:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-44027</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 11 May 2012 22:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-44027</guid>
		<description>Phil, It&#039;s really too bad he didn&#039;t cover recursion.  Oh well.  Back to google.</description>
		<content:encoded><![CDATA[<p>Phil, It&#8217;s really too bad he didn&#8217;t cover recursion.  Oh well.  Back to google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-40721</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 14 Feb 2012 13:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-40721</guid>
		<description>Worked for me with Lion (02/2012) but I had to replace all the quote marks with quote marks from my keyboard (SHIFT+&quot;) since the existing code quote marks are &#039;out-of-bounds&#039; for Lion.</description>
		<content:encoded><![CDATA[<p>Worked for me with Lion (02/2012) but I had to replace all the quote marks with quote marks from my keyboard (SHIFT+&#8221;) since the existing code quote marks are &#8216;out-of-bounds&#8217; for Lion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Jordan</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-40487</link>
		<dc:creator>Phil Jordan</dc:creator>
		<pubDate>Tue, 07 Feb 2012 22:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-40487</guid>
		<description>Hi again Gary

Thanks for your quick response.  I thought I should report back that I have persisted with this and I think I have found a work-around.  So for anyone else doing something similar to me, you can try this:

Select the Automator processes as per Gary&#039;s video,  click &#039;Run&#039; and instead of choosing files within a folder, spotlight the file extensions within the master folder (in my case I spotlight &quot;.wav&quot; within the master folder &quot;Music&quot;), than select all.

There are approx 24,000 tracks on my NAS drive (all CD quality or above), so my MacBook Pro struggled to handle the task.  I am currently running it through an iMac which seems to be working, but it may take a couple of days more!

Kind regards and thanks again for your videos!

Cheers
Phil</description>
		<content:encoded><![CDATA[<p>Hi again Gary</p>
<p>Thanks for your quick response.  I thought I should report back that I have persisted with this and I think I have found a work-around.  So for anyone else doing something similar to me, you can try this:</p>
<p>Select the Automator processes as per Gary&#8217;s video,  click &#8216;Run&#8217; and instead of choosing files within a folder, spotlight the file extensions within the master folder (in my case I spotlight &#8220;.wav&#8221; within the master folder &#8220;Music&#8221;), than select all.</p>
<p>There are approx 24,000 tracks on my NAS drive (all CD quality or above), so my MacBook Pro struggled to handle the task.  I am currently running it through an iMac which seems to be working, but it may take a couple of days more!</p>
<p>Kind regards and thanks again for your videos!</p>
<p>Cheers<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rosenzweig</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-40348</link>
		<dc:creator>Gary Rosenzweig</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-40348</guid>
		<description>Im pretty sure there is no way to do that as an Automator sequence. But as AppleScript it should be possible. But not easy, unless you are a programmer and have either experience or time. Lots of steps and a big learning curve.
Maybe purchasing a batch rename application is the more efficient way to do it.</description>
		<content:encoded><![CDATA[<p>Im pretty sure there is no way to do that as an Automator sequence. But as AppleScript it should be possible. But not easy, unless you are a programmer and have either experience or time. Lots of steps and a big learning curve.<br />
Maybe purchasing a batch rename application is the more efficient way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Jordan</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-40345</link>
		<dc:creator>Phil Jordan</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-40345</guid>
		<description>Hi Gary

Love your newsletter, and your archive of videos is a real comprehensive library of tutorials that I have benefitted from many times.  Thank you.  With this Automator sequence, can you ask it to look into folders and sub folders?  Rather than having to select files within one folder at a time?

I need to batch rename approx 1.2TB of audio files all grouped into artist/title folders.

Thanks
Phil</description>
		<content:encoded><![CDATA[<p>Hi Gary</p>
<p>Love your newsletter, and your archive of videos is a real comprehensive library of tutorials that I have benefitted from many times.  Thank you.  With this Automator sequence, can you ask it to look into folders and sub folders?  Rather than having to select files within one folder at a time?</p>
<p>I need to batch rename approx 1.2TB of audio files all grouped into artist/title folders.</p>
<p>Thanks<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rosenzweig</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-30765</link>
		<dc:creator>Gary Rosenzweig</dc:creator>
		<pubDate>Fri, 10 Jun 2011 15:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-30765</guid>
		<description>Yes. You can ask for text, you can ask to find a file, all sorts of things. Look through the Automator actions and experiment.</description>
		<content:encoded><![CDATA[<p>Yes. You can ask for text, you can ask to find a file, all sorts of things. Look through the Automator actions and experiment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-30764</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-30764</guid>
		<description>Great tutorial Gary, very helpful.  Out of interest is there any was of setting automator to prompt for the user to enter the new filename text as part of the workflow rather than having to edit the workflow itself each time?  Many thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial Gary, very helpful.  Out of interest is there any was of setting automator to prompt for the user to enter the new filename text as part of the workflow rather than having to edit the workflow itself each time?  Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Forstall</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-30378</link>
		<dc:creator>John Forstall</dc:creator>
		<pubDate>Sat, 28 May 2011 13:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-30378</guid>
		<description>Excellent tutorial</description>
		<content:encoded><![CDATA[<p>Excellent tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bronek</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-21405</link>
		<dc:creator>bronek</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-21405</guid>
		<description>VERY USEFUL!! THX!!!</description>
		<content:encoded><![CDATA[<p>VERY USEFUL!! THX!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jefe del Fresco</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-20754</link>
		<dc:creator>Jefe del Fresco</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-20754</guid>
		<description>Awesomely helpful tutorial.  I didn&#039;t even know I had something called Automator.  Gary, you just saved me a tedious hour today, and many more in the future.  Thanks!</description>
		<content:encoded><![CDATA[<p>Awesomely helpful tutorial.  I didn&#8217;t even know I had something called Automator.  Gary, you just saved me a tedious hour today, and many more in the future.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rosenzweig</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-19636</link>
		<dc:creator>Gary Rosenzweig</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-19636</guid>
		<description>It sounds like maybe you had something installed that gave you that functionality? Perhaps you installed a piece of third-party software that gave you some functions like that.</description>
		<content:encoded><![CDATA[<p>It sounds like maybe you had something installed that gave you that functionality? Perhaps you installed a piece of third-party software that gave you some functions like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scotty</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-19635</link>
		<dc:creator>Scotty</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-19635</guid>
		<description>What I meant was, the renamer was only one of the Automator functions I had on my right-click menu. 
It was Right-Click/More/Automator/renamer (or something similar)

I had a few functions I liked having in that menu, but I don&#039;t get &#039;More&#039; on the right click menu any more.

Thanks for the reply. I&#039;ll hang up and listen.</description>
		<content:encoded><![CDATA[<p>What I meant was, the renamer was only one of the Automator functions I had on my right-click menu.<br />
It was Right-Click/More/Automator/renamer (or something similar)</p>
<p>I had a few functions I liked having in that menu, but I don&#8217;t get &#8216;More&#8217; on the right click menu any more.</p>
<p>Thanks for the reply. I&#8217;ll hang up and listen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rosenzweig</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-19633</link>
		<dc:creator>Gary Rosenzweig</dc:creator>
		<pubDate>Wed, 23 Dec 2009 04:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-19633</guid>
		<description>Just select a file and press the Return key on your keyboard. Alternatively, you can select the file, wait a second so it isn&#039;t a double-click, and click on the name of the file. Both will then allow you to edit the name.</description>
		<content:encoded><![CDATA[<p>Just select a file and press the Return key on your keyboard. Alternatively, you can select the file, wait a second so it isn&#8217;t a double-click, and click on the name of the file. Both will then allow you to edit the name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scotty</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-19632</link>
		<dc:creator>Scotty</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-19632</guid>
		<description>Hi. Before Snow Leopard, I was able to have a simple renamer action appear in my Finder right-click menu. 

Since I updated to Snow Leopard, I don&#039;t see that option. What happened, and how do I get it back?</description>
		<content:encoded><![CDATA[<p>Hi. Before Snow Leopard, I was able to have a simple renamer action appear in my Finder right-click menu. </p>
<p>Since I updated to Snow Leopard, I don&#8217;t see that option. What happened, and how do I get it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelei</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-19537</link>
		<dc:creator>Lorelei</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-19537</guid>
		<description>I was looking for a way to do the exact same thing, for the same reason; I found this in searching for it. Failing, though, I wrote the AppleScript to do it. I thought I&#039;d share, in case you were still looking for a way:

&lt;blockquote&gt;
(* 
This is a script to append random numbers to the beginnings of file names. Originally created for the purpose of randomizing pictures for adding to a digital frame.

It will, as the warning says, rename original files rather than creating copies. But hey, it warns you first!

Written 16 Dec 2009, by LoreleiF
Written in Snow Leopard, but should be good at least down to Tiger.
*)

tell application &quot;Finder&quot;
	
	set theFolder to (choose folder)
	
	display dialog &quot;WARNING: This will NOT create copies of your files - it will rename the originals. Continue?&quot; buttons {&quot;Yes&quot;, &quot;No&quot;} default button &quot;No&quot; with icon caution
	
	if the button returned of the result is &quot;Yes&quot; then
		set theFiles to (get every item of theFolder)
		
		repeat with i from 1 to count of theFiles
			
			set oneFile to item i of theFiles
			
			set the name of oneFile to ((random number from 1 to 1000) &amp; (the name of oneFile) as text)
			
		end repeat
		
	end if
	
end tell
&lt;/blockquote &gt;</description>
		<content:encoded><![CDATA[<p>I was looking for a way to do the exact same thing, for the same reason; I found this in searching for it. Failing, though, I wrote the AppleScript to do it. I thought I&#8217;d share, in case you were still looking for a way:</p>
<blockquote><p>
(*<br />
This is a script to append random numbers to the beginnings of file names. Originally created for the purpose of randomizing pictures for adding to a digital frame.</p>
<p>It will, as the warning says, rename original files rather than creating copies. But hey, it warns you first!</p>
<p>Written 16 Dec 2009, by LoreleiF<br />
Written in Snow Leopard, but should be good at least down to Tiger.<br />
*)</p>
<p>tell application &#8220;Finder&#8221;</p>
<p>	set theFolder to (choose folder)</p>
<p>	display dialog &#8220;WARNING: This will NOT create copies of your files &#8211; it will rename the originals. Continue?&#8221; buttons {&#8220;Yes&#8221;, &#8220;No&#8221;} default button &#8220;No&#8221; with icon caution</p>
<p>	if the button returned of the result is &#8220;Yes&#8221; then<br />
		set theFiles to (get every item of theFolder)</p>
<p>		repeat with i from 1 to count of theFiles</p>
<p>			set oneFile to item i of theFiles</p>
<p>			set the name of oneFile to ((random number from 1 to 1000) &amp; (the name of oneFile) as text)</p>
<p>		end repeat</p>
<p>	end if</p>
<p>end tell
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Franks</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-18893</link>
		<dc:creator>Dick Franks</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-18893</guid>
		<description>Very useful!

On a recent trip my wife and I each took 400 photos using our two cameras. Now I can place the 800 photos in the same folder without a Duplicate Name conflict, such as IMG_1234 being created by each camera. It also allows quick identification of the author.

Like Randy, I&#039;m inspired to get further acquainted with Automator.</description>
		<content:encoded><![CDATA[<p>Very useful!</p>
<p>On a recent trip my wife and I each took 400 photos using our two cameras. Now I can place the 800 photos in the same folder without a Duplicate Name conflict, such as IMG_1234 being created by each camera. It also allows quick identification of the author.</p>
<p>Like Randy, I&#8217;m inspired to get further acquainted with Automator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rosenzweig</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-18655</link>
		<dc:creator>Gary Rosenzweig</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-18655</guid>
		<description>You should be able to do that with AppleScript, yes. But I&#039;m not sure of the exact code off the top of my head, sorry.</description>
		<content:encoded><![CDATA[<p>You should be able to do that with AppleScript, yes. But I&#8217;m not sure of the exact code off the top of my head, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Clark</title>
		<link>http://macmost.com/batch-rename-multiple-files.html#comment-18654</link>
		<dc:creator>Randy Clark</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/batch-rename-multiple-files.html#comment-18654</guid>
		<description>Great Automator tip!  I&#039;m a long-time Mac user, but have never gotten into using AppleScript/Automator but this might inspire me to finally jump into it.  One related question to this tip:  is there any way either thru Automator or some 3rd party Mac apps to re-name a bunch of files RANDOMLY?  I frequently add new photos to my digital frame&#039;s SD card, and while the frame supposedly has a random-display mode, it&#039;s never worked.  I&#039;d like to take my photo files for the digital frame and randomly rename the files (using number prefixes).  I&#039;ve searched several times over the past few years to find some way to easily accomplish this on a Mac, but failed to turn up any viable options.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Great Automator tip!  I&#8217;m a long-time Mac user, but have never gotten into using AppleScript/Automator but this might inspire me to finally jump into it.  One related question to this tip:  is there any way either thru Automator or some 3rd party Mac apps to re-name a bunch of files RANDOMLY?  I frequently add new photos to my digital frame&#8217;s SD card, and while the frame supposedly has a random-display mode, it&#8217;s never worked.  I&#8217;d like to take my photo files for the digital frame and randomly rename the files (using number prefixes).  I&#8217;ve searched several times over the past few years to find some way to easily accomplish this on a Mac, but failed to turn up any viable options.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

