<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bloody error &#187; workflow</title>
	<atom:link href="http://www.bloodyerror.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Renaming Files on Mac OS X</title>
		<link>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/</link>
		<comments>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:37:59 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[batch rename]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=38</guid>
		<description><![CDATA[I’ve spent hours looking for an easier way to batch renames files with a sequential number at the end. In Microsoft Windows Operating systems, simply select all files and rename one; that will rename rest of the selected files with Name given and add numbers at the end of file name.
There are few Applications available [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve spent hours looking for an easier way to batch renames files with a sequential number at the end. In Microsoft Windows Operating systems, simply select all files and rename one; that will rename rest of the selected files with Name given and add numbers at the end of file name.</p>
<p>There are few Applications available to do this job, but none comes free (or I looked at the wrong places!). After a little more research, I’ve found that by creating Workflow in Automator could do this job much easily and quickly. Following instructions will help you with creating your own Workflow.</p>
<blockquote><p>Aim: I wanted to create a workflow to get all Files Dropped into it, filter Images only and Rename them with given name.</p></blockquote>
<p><strong>Automator is located in your Application Folder</strong></p>
<ul>
<li>Choose Workflow from Options</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/1.-Create-Workflow.png"><img class="size-medium wp-image-39 alignnone" title="1. Create Workflow" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/1.-Create-Workflow-300x283.png" alt="1. Create Workflow" width="300" height="283" /></a></li>
<li>You will have a Working space on the right and options on the left</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/2.-Your-Workspace.png"><img class="size-medium wp-image-40 alignnone" title="2. Your Workspace" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/2.-Your-Workspace-300x215.png" alt="2. Your Workspace" width="300" height="215" /></a></li>
<li>Choose Files &amp; Folders</li>
<li>From this List, Drag and Drop “Filter Finder items” into your Workspace on the Right
<ul>
<li>You don’t have to do this step and Skip directly to renaming option, unless you want to filter the kind of file types you are renaming. For me, I wanted to rename Only Image files. Following step will explain how to apply filter and choose only images for renaming.</li>
</ul>
</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/3.-Drag-Drop-Filter.png"><img class="alignnone size-medium wp-image-41" title="3. Drag &amp; Drop Filter" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/3.-Drag-Drop-Filter-300x69.png" alt="3. Drag &amp; Drop Filter" width="300" height="69" /></a></li>
</ul>
<ul>
<li>Select kind is image to Filter-out images only</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/4.-Filter-Images-only-to-Rename.png"><img style="border: 0px initial initial;" title="4. Filter Images only to Rename" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/4.-Filter-Images-only-to-Rename-300x106.png" alt="4. Filter Images only to Rename" width="300" height="106" /></a></li>
<li>Drag and Drop “Rename Finder Items” into your Workspace right after the Filter Finder items. Automator will prompt to add a Copy Option to make a Backup before performing renaming action. If you would like to make a Copy of files before renaming them, you could Select Add from the prompt otherwise Select Don’t Add (I wanted to rename, So I selected Don’t Add).</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/5.-Copy-options.png"><img class="alignnone size-medium wp-image-43" title="5. Copy options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/5.-Copy-options-300x160.png" alt="5. Copy options" width="300" height="160" /></a></li>
<li>Now your Workflow will look alike this</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/6.-After-Adding-Rename-your-workspace.png"><img class="alignnone size-medium wp-image-44" title="6. After Adding Rename, your workspace" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/6.-After-Adding-Rename-your-workspace-300x206.png" alt="6. After Adding Rename, your workspace" width="300" height="206" /></a></li>
<li>From the First Left top dropdown, select “Make Sequential” to batch renames files.</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/7.-Select-Sequential-to-Rename-multiple-Files.png"><img class="alignnone size-medium wp-image-45" title="7. Select Sequential to Rename multiple Files" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/7.-Select-Sequential-to-Rename-multiple-Files-300x138.png" alt="7. Select Sequential to Rename multiple Files" width="300" height="138" /></a></li>
<li>You will be shown totally different options to choose from. From this options choose “Add Numbers to” “new name” and leave the rest default.</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/8.-Sequential-options.png"><img class="alignnone size-medium wp-image-46" title="8. Sequential options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/8.-Sequential-options-300x101.png" alt="8. Sequential options" width="300" height="101" /></a></li>
<li>Click on the “Options” at the bottom of this flow and tick “Show this action when the workflow runs”</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/9.-Use-Option-to-Show-this-as-a-Dialog-when-Running-this-Workflow.png"><img class="alignnone size-medium wp-image-47" title="9. Use Option to Show this as a Dialog when Running this Workflow" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/9.-Use-Option-to-Show-this-as-a-Dialog-when-Running-this-Workflow-300x124.png" alt="9. Use Option to Show this as a Dialog when Running this Workflow" width="300" height="124" /></a></li>
</ul>
<p>Now, save this workflow somewhere on your Hard drive with your desirable name. Once you saved your Workflow, Save As again as an Application. Simply Files &gt; Save as… and select Application in the Save dialog.</p>
<p><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/10.-Save-As...-Application-to-Make-Executable.png"><img class="alignnone size-medium wp-image-48" title="10. Save As... Application to Make Executable" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/10.-Save-As...-Application-to-Make-Executable-300x227.png" alt="10. Save As... Application to Make Executable" width="300" height="227" /></a></p>
<p>If you want, you can make a shortcut for this Application on your Dock. This way, you can simply drag and Drop the Files into your Dock Icon Directly. Or you can always drop the files on Application (Wherever it is).</p>
<p>When you drop Files, Workflow will begin and filter out all files and select images to rename. Once it’s finished filtering, it will show you the Rename option to enter new name and make other changes before rename.</p>
<p><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/11.-When-Running-Dialog-will-ask-for-New-name-along-with-other-options.png"><img class="alignnone size-medium wp-image-49" title="11. When Running, Dialog will ask for New name along with other options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/11.-When-Running-Dialog-will-ask-for-New-name-along-with-other-options-300x149.png" alt="11. When Running, Dialog will ask for New name along with other options" width="300" height="149" /></a></p>
<p>Hope this helps you with what you’ve looking for! There are lot of things you could do with Workflow, do explore and play-around and see what can you do?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
