<?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>Learning OS X &#187; System Applications</title>
	<atom:link href="http://www.learningosx.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningosx.com</link>
	<description>Making the switch to OS X easy</description>
	<lastBuildDate>Fri, 15 Apr 2011 13:06:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Synchronize Two iTunes Libraries</title>
		<link>http://www.learningosx.com/synchronize-two-itunes-libraries/</link>
		<comments>http://www.learningosx.com/synchronize-two-itunes-libraries/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 20:10:39 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[System Applications]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=633</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/synchronize-two-itunes-libraries/' addthis:title='Synchronize Two iTunes Libraries '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>iTunes Home Sharing feature is a great way to listen to content in other iTunes libraries around your house. It&#8217;s also pretty simple to copy individual songs. In my case though neither of these options are quite good enough. I am a multiple Mac household. I have a MacBook Pro for work, my wife has [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/synchronize-two-itunes-libraries/' addthis:title='Synchronize Two iTunes Libraries ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/synchronize-two-itunes-libraries/' addthis:title='Synchronize Two iTunes Libraries '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.learningosx.com/wp-content/uploads/2011/01/itunes-icon.png"><img class="alignleft size-thumbnail wp-image-670" title="itunes-icon" src="http://www.learningosx.com/wp-content/uploads/2011/01/itunes-icon-150x150.png" alt="" width="150" height="150" /></a>iTunes Home Sharing feature is a great way to listen to content in other iTunes libraries around your house. It&#8217;s also pretty simple to copy individual songs. In my case though neither of these options are quite good enough.</p>
<p>I am a multiple Mac household. I have a MacBook Pro for work, my wife has a MacBook and my kids and I share an iMac as the family computer. I was keeping my iTunes library on my iMac but since I&#8217;ve begun using my MacBook Pro I&#8217;ve wanted to have my music there.</p>
<p>What I really want to do is have an easy way to keep both the iTunes library on my iMac and MacBook Pro synchronized. After doing some searching around I found that it&#8217;s pretty easy to do with some features built right into Mac OS X.</p>
<p>At the end of this article you should be able to sync your iTunes library from one Mac to another.<span id="more-633"></span></p>
<p><em>Note that I only intend to do a one way sync. This means I&#8217;ve picked one of my two libraries to act as the master library that will sync to the second library. It&#8217;s possible to sync both ways but I feel it is safer to just go one way.</em></p>
<p>[ad#GA468x60]</p>
<h2>Getting Started</h2>
<p>The first step is to ensure that each Mac can see each other. Open up the Finder window on each Mac and look in the sidebar (the left side of the Finder window). You should be able to see the other machine. If you see it you have file sharing enabled. If you can&#8217;t, you need to enable file sharing following the steps below.</p>
<p><a href="http://www.learningosx.com/wp-content/uploads/2011/01/Mac-Shared-Finder.jpg"><img class="aligncenter size-full wp-image-671" title="Mac Shared Finder" src="http://www.learningosx.com/wp-content/uploads/2011/01/Mac-Shared-Finder.jpg" alt="" width="272" height="219" /></a></p>
<h3>Enable File Sharing</h3>
<p>Open System Preferences and select <em>Sharing</em>. Then ensure that the check box for File Sharing is checked. This will allow you to access each file using the Apple Filing Protocol (AFP)<br />
<a href="../wp-content/uploads/2011/01/Sharing-1.png"><img class="aligncenter" title="Sharing Preferences" src="../wp-content/uploads/2011/01/Sharing-1-300x251.png" alt="Enable Mac OS X File Sharing" width="300" height="251" /></a></p>
<h2>Sync iTunes using Automator</h2>
<p>Ok, so now that you have your two machines seeing each other the next step is to actually transfer your library from one machine to another.</p>
<p>Before we get to that, let&#8217;s think about the tasks we need to accomplish. For this application we need to do the following:</p>
<ol>
<li>Connect Mac A to Mac B</li>
<li>Copy the iTunes Library from Mac A to Mac B</li>
<li>Disconnect Mac M from Mac A</li>
</ol>
<p>In order to do this we&#8217;re going to turn to some UNIX shell scripting and Automator.  Don&#8217;t worry if you don&#8217;t know what UNIX shell scripting is. It&#8217;s super  easy and will help you realize the power underneath the hood of your  Mac.</p>
<h3>Launch Automator</h3>
<p>Open Automator and select that you want to create a new Workflow. We can save this as an application later.</p>
<p><a href="http://www.learningosx.com/wp-content/uploads/2011/01/New-Automator-Workspace.png"><img class="aligncenter size-medium wp-image-675" title="New Automator Workspace" src="http://www.learningosx.com/wp-content/uploads/2011/01/New-Automator-Workspace-300x270.png" alt="" width="300" height="270" /></a></p>
<p>Next, we need to setup our Automator Workflow. Let&#8217;s think back to the steps we identified. The first step is Connect Mac A to Mac B. We can do this with the Get Specified Servers Action. Find it from the list of actions and drag it over to the Workflow window.</p>
<p>Now that it&#8217;s here, you need to add the target Mac&#8217;s file share information. Select Add and then select the computer from the list. Then append the name of the user on the target machine that has the iTunes library. In my case it&#8217;s Dad so I add <strong>/Dad </strong>to the name of the server and click Ok.</p>
<p>The next step is to actually connect to that server. Grab the Connect to Servers action and drag it below the last action. Once the connection is made, we run the command that actually copies the files. For  that we turn to a powerful UNIX command <em>rsync.</em></p>
<p style="text-align: left;">Drag the <strong>Run Shell Script</strong> into your workspace and attach it below the last action. Now, you can enter the command that performs the copy. Copy and paste the following.</p>
<pre><code>rsync -av --force --delete --dry-run \
~/Music/iTunes /Volumes/Dad/Music &gt; ~/Documents/iTunesSync.log</code></pre>
<p style="padding-left: 30px;">The <em>rsync </em>utility is essentially a backup tool used to keep directories synchronized. Unlike a simple file copy rsync looks at things like the size and date of a file to decide whether or not it should do the copy. The first time you do your sync it will take a while. After that, every time you run rsync it will only copy over the files that change.</p>
<p>So you know what&#8217;s going on, let&#8217;s walk through each of these options. The -av option tells rsync two things 1) this is <strong>a</strong>rchive mode which tells rsync to behave in a way that works well for backups and 2) be <strong>v</strong>erbose and tell us what you are doing. The &#8211;delete switch will remove files from Mac B that are no longer on Mac A. This way if you remove files in your iTunes library rsync will reflect those deletions in the other iTunes library.</p>
<p>The switch &#8211;dry-run is your safety net while we&#8217;re building this script. With the &#8211;dry-run option we won&#8217;t actually copy the files. When we are all done, we&#8217;ll remove the switch.</p>
<p>The next two parameters are the source path and the destination path. The source path is where your main iTunes library is. Typically it&#8217;s in your home directory (~) in Music/iTunes. Change this as needed. The destination path is the location where we are sending this iTunes library to. For me it is /Volumes/Dad/Music. For you it is whatever directory you connected to when you ran the <strong>Get Specified Servers</strong> Automator action.</p>
<p>Finally we are going to send the output of <em>rsync </em>to a file so we can review it later to make sure everything worked ok.</p>
<p>This was the most complicated part of the Workflow. The next and final step is to disconnect the two computers. Drag the <strong>Eject Disk</strong> action and attach it below the <strong>Run Shell Script</strong> action.</p>
<p>At the end of the process you Workflow should look like this.</p>
<p><a href="http://www.learningosx.com/wp-content/uploads/2011/01/iTunes-Sync-Workflow.png"><img class="aligncenter size-medium wp-image-677" title="iTunes Sync Workflow" src="http://www.learningosx.com/wp-content/uploads/2011/01/iTunes-Sync-Workflow-300x284.png" alt="" width="300" height="284" /></a></p>
<h2>Testing the Workflow</h2>
<p>Now that you&#8217;ve built the workflow, let&#8217;s test it. You&#8217;re going to run the workflow and look at the log file to see if things look ok. If everything is ok we can remove the &#8211;dry-run switch</p>
<p style="padding-left: 30px;"><em><strong>Note that what we&#8217;re doing could be dangerous! If you setup the rsync command incorrectly you could end up deleting your iTunes library. This is why we use &#8211;dry-run first. Make sure you have a backup of your library handy in case something goes wrong.We&#8217;re not responsible if you hose your music library.</strong></em></p>
<p>Ok, with that bit out of the way, let&#8217;s run the test. Click the play button to run the automator workflow.</p>
<p>The first thing that may happen is you are prompted for a password. This is part of the network connection process. Choose the user name you use to login to the account with the iTunes library.</p>
<p>As Automator works through each step of the process, you&#8217;ll see it place a green check next to each action. The longest part of the process is going to be rsync. Remember though at this stage we are not actually copying files so this still should only take a few minutes to complete.</p>
<p>When everything is finished we&#8217;re going to look at the results. Open up your Documents folder and look for the files iTunesSync.log. Open that up in a text editor and look at what is going on. You should see a list of files that rsync is trying to copy. If this seems ok to you then you&#8217;re ready for a live test.</p>
<p>Remove &#8211;dry-run from the shell script. Now, save the Automator Workflow. Choose File-&gt;Save As. Then, place it somewhere you will remember it. I put mine in ~/Applications and change the File Format from Application. This will let you run it directly without first going into Automator.</p>
<p>Once it is saved, click the Play button again and go make a sandwich you&#8217;ll be waiting for a while.</p>
<p>If you want to tune in to what is happening you can do a little more UNIX-fu. Run the Terminal command. In the Terminal Window, go to the ~/Documents folder (or where ever you put your iTunesSync.log file) and type the following:</p>
<pre>tail -f iTunesSync.log</pre>
<p>This will let you watch what is happening as the Automator script runs.</p>
<h2>Conclusion</h2>
<p>That&#8217;s it. You&#8217;re now able to keep your iTunes libraries in sync. What I find really cool about this is it touches on a lot of more advanced things you can do in OS X. Automator let&#8217;s you fairly easily create your own programs to solve problems and UNIX shell commands which let you do some pretty powerful things.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/synchronize-two-itunes-libraries/' addthis:title='Synchronize Two iTunes Libraries ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/synchronize-two-itunes-libraries/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DVD Player</title>
		<link>http://www.learningosx.com/dvd-player/</link>
		<comments>http://www.learningosx.com/dvd-player/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 04:03:44 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[System Applications]]></category>
		<category><![CDATA[DVD Player]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=540</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/dvd-player/' addthis:title='DVD Player '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Watching DVDs on your Mac is easy with the built in DVD player. You can launch it two ways. 1. Pop a DVD in your Super Drive and the DVD player launches. 2. Open the Applications folder and click the DVD Player icon. The DVD Player has an on screen &#8220;remote control&#8221; that has a [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/dvd-player/' addthis:title='DVD Player ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/dvd-player/' addthis:title='DVD Player '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Watching DVDs on your Mac is easy with the built in DVD player. You can launch it two ways.</p>
<p>1. Pop a DVD in your Super Drive and the DVD player launches.<br />
2. Open the Applications folder and click the DVD Player icon.</p>
<p>The DVD Player has an on screen &#8220;remote control&#8221; that has a button layout similar to a real DVD player. It&#8217;s shown below.</p>
<p>However, if you are a real power user, you can use the keyboard shortcuts to control the DVD player.</p>
<p><strong>Transport Controls</strong></p>
<p>If you want to play or pause the DVD player you can do so by pressing the Space Bar. You can fast forward and rewind the DVD by pressing Shift-Command-Right Arrow and Shift-Command-Left Arrow. If you just press the left and right arrows, you can jump backward and forward a chapter.</p>
<p>The volume is controlled by pressing Command-Up Arrow and Command-Down Arrow. You can Mute and Unmute the volume with Option-Command-Down Arrow.</p>
<p>You can go into full screen mode by pressing Command-F. You can bring up the Main Menu by pressing Command-~ (It&#8217;s the upper left key of most keyboards).</p>
<p>Finally, the DVD player application has built in support for the Apple Remote that is shipped with some iMac and Macbook computers.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/dvd-player/' addthis:title='DVD Player ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/dvd-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Previous Recipients from Mail.app</title>
		<link>http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/</link>
		<comments>http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:54:17 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[System Applications]]></category>
		<category><![CDATA[Using The Internet]]></category>
		<category><![CDATA[Mail.app]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=489</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/' addthis:title='Remove Previous Recipients from Mail.app '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Mail.app sometimes is a little too smart, especially when it comes to completing addresses as you type them in the address fields. When you send an email to someone Mail.app stores it in a list called Previous Recipients. Then, each time you send an email, the software tries to guess who you want to send [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/' addthis:title='Remove Previous Recipients from Mail.app ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/' addthis:title='Remove Previous Recipients from Mail.app '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.learningosx.com/wp-content/uploads/2010/04/1151686.6adb0a641.m.jpg"><img class="alignleft size-full wp-image-491" title="Mail.app Icon" src="http://www.learningosx.com/wp-content/uploads/2010/04/1151686.6adb0a641.m.jpg" alt="Mail.app OS X Mail Client" width="192" height="192" /></a>Mail.app sometimes is a little too smart, especially when it comes to completing addresses as you type them in the address fields.</p>
<p>When you send an email to someone Mail.app stores it in a list called Previous Recipients. Then, each time you send an email, the software tries to guess who you want to send an email to as you type it in. This generally works well. If, however, you have old email addresses that you know longer use, it will sometimes show up first in the completion field. This adds a few extra keystrokes to finding the right recipient, slowing you down.</p>
<p>It is however possible to clean up this list. This is one of those tips that is super easy but bugged me for sometime until I found it.</p>
<ul>
<li>Open Mail.app</li>
<li>Choose Window -&gt; Previous Recipients.</li>
</ul>
<p>Inside this window you can do a number of things including:</p>
<ul>
<li>Adding a recipient to your address book</li>
<li>Removing them from the list</li>
</ul>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/' addthis:title='Remove Previous Recipients from Mail.app ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/remove-email-address-from-auto-complete-in-mail-app/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Automator for Education</title>
		<link>http://www.learningosx.com/using-automator-for-education/</link>
		<comments>http://www.learningosx.com/using-automator-for-education/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:56:47 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[System Applications]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=363</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/using-automator-for-education/' addthis:title='Using Automator for Education '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>If you&#8217;ve used Mac OS X for a while now, you may of discovered Automator, the drag and drop scripting system that allows you to automate tedious tasks very easily. I&#8217;ve used it to create an &#8220;Send to Email&#8221; script which allows me to select an attachment in the Finder and send it via email. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/using-automator-for-education/' addthis:title='Using Automator for Education ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/using-automator-for-education/' addthis:title='Using Automator for Education '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img class="alignleft size-thumbnail wp-image-364" title="automator-icon" src="http://www.learningosx.com/wp-content/uploads/2009/11/automator-icon-150x150.png" alt="automator-icon" width="150" height="150" />If you&#8217;ve used Mac OS X for a while now, you may of discovered Automator, the drag and drop scripting system that allows you to automate tedious tasks very easily. I&#8217;ve used it to create an &#8220;Send to Email&#8221; script which allows me to select an attachment in the Finder and send it via email.</p>
<p>Totally Apps has <a href="http://www.totalapps.net/tutorials/guest-post-sal-soghoian-on-automator/">posted a guide </a>written by Apple’s Production Manager for Apple Automator Sal Soghoian. He is one of the names behind Apple’s Automator Workflow application he shared the stage with Steve Jobs while introducing this whole new way to work.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/using-automator-for-education/' addthis:title='Using Automator for Education ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/using-automator-for-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Envelopes and Mailing Labels from Address Book</title>
		<link>http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/</link>
		<comments>http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 03:05:36 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Mac Basics]]></category>
		<category><![CDATA[System Applications]]></category>
		<category><![CDATA[address-book]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=286</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/' addthis:title='Print Envelopes and Mailing Labels from Address Book '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>I&#8217;ve been using OSX for a few years now but every once in a while I run into one of those obvious features of the OS that I never knew about. This happened just the other day with the Address Book. The Mac Address Book has a very full featured print facility which lets you [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/' addthis:title='Print Envelopes and Mailing Labels from Address Book ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/' addthis:title='Print Envelopes and Mailing Labels from Address Book '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I&#8217;ve been using OSX for a few years now but every once in a while I run into one of those obvious features of the OS that I never knew about. This happened just the other day with the Address Book.</p>
<p>The Mac Address Book has a very full featured print facility which lets you print envelopes, mailing labels, even a pocket address book. You just need to select a card or range of cards and select Print from the menu. Check out the video below to see the entire process.</p>
<p><a href="http://www.youtube.com/watch?v=0Ri04W2K66M">www.youtube.com/watch?v=0Ri04W2K66M</a></p>
<p>Have you come across anything about OSX that you never knew existed, tell us about it here.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/' addthis:title='Print Envelopes and Mailing Labels from Address Book ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/print-envelopes-and-mailing-labels-from-address-book/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Organize Your Photos with iPhoto and Faces</title>
		<link>http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/</link>
		<comments>http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:56:26 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Mac Basics]]></category>
		<category><![CDATA[System Applications]]></category>
		<category><![CDATA[3rd Party Software]]></category>
		<category><![CDATA[iphoto]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/2009/10/organize-your-photos-with-iphoto-and-faces/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/' addthis:title='Organize Your Photos with iPhoto and Faces '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>If you take a lot of digital photos, you know how challenging it can be to keep them organized. iPhoto, a free photo library application is included with Mac OSX. It does a great job helping you keep your library organized. In iPhoto 9, Apple introduced a new featured called Faces which tries to identify [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/' addthis:title='Organize Your Photos with iPhoto and Faces ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/' addthis:title='Organize Your Photos with iPhoto and Faces '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>If you take a lot of digital photos, you know how challenging it can be to keep them organized. iPhoto, a free photo library application is included with Mac OSX. It does a great job helping you keep your library organized.</p>
<p>In iPhoto 9, Apple introduced a new featured called Faces which tries to identify and tag people in your pictures. With a little bit of training, it does this very well. </p>
<p>In this short video, Apple introduces Faces and shows you how you can start using it to track the people you love in your photos.</p>
<p><a href="http://www.youtube.com/watch?v=lzU4Bl5NWgM">www.youtube.com/watch?v=lzU4Bl5NWgM</a></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/' addthis:title='Organize Your Photos with iPhoto and Faces ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/organize-your-photos-with-iphoto-and-faces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use iTunes With Other Devices</title>
		<link>http://www.learningosx.com/use-itunes-with-other-devices/</link>
		<comments>http://www.learningosx.com/use-itunes-with-other-devices/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:31:10 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Intermediate Mac]]></category>
		<category><![CDATA[System Applications]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=179</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/use-itunes-with-other-devices/' addthis:title='Use iTunes With Other Devices '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>If you have a portable media player that isn&#8217;t an iPod, you know how frustrating it can be if you own a Mac. Apple has done a great job creating an iTunes, iTunes Music Store ecosystem. This is great if you have an iPod or iPhone but it is really frustrating for the millions of [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/use-itunes-with-other-devices/' addthis:title='Use iTunes With Other Devices ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/use-itunes-with-other-devices/' addthis:title='Use iTunes With Other Devices '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>If you have a portable media player that isn&#8217;t an iPod, you know how frustrating it can be if you own a Mac. Apple has done a great job creating an iTunes, iTunes Music Store ecosystem. This is great if you have an iPod or iPhone but it is really frustrating for the millions of other people who own Blackberrys, PSP, Android and other devices.</p>
<p>Now, new software is availalble from a company called doubleTwist which will let you use your devices on your Mac, in iTunes.</p>
<p>A quick video demonstration of it&#8217;s capabilities are below. </p>
<p><a href="http://www.youtube.com/watch?v=JHQBg6o97-U">www.youtube.com/watch?v=JHQBg6o97-U</a></p>
<p>The software was developed by Jon Lech Johansen (aka DVD Jon). He is the same guy who cracked the DVD copy protection scheme. If anyone can figure out the interoperability problem, it&#8217;s him.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/use-itunes-with-other-devices/' addthis:title='Use iTunes With Other Devices ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/use-itunes-with-other-devices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharing to Facebook and Twitter in iTunes</title>
		<link>http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/</link>
		<comments>http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:14:12 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Intermediate Mac]]></category>
		<category><![CDATA[System Applications]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=163</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/' addthis:title='Sharing to Facebook and Twitter in iTunes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>iTunes 9 has added the ability to share recommendations to your Twitter and Facebook social graphs. This is handy if you come across a cool song that you want to tell your friends about. In this brief video tutorial you are shown a demonstration on how this feature works. www.youtube.com/watch?v=5W2Lfug0b38<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/' addthis:title='Sharing to Facebook and Twitter in iTunes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/' addthis:title='Sharing to Facebook and Twitter in iTunes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>iTunes 9 has added the ability to share recommendations to your Twitter and Facebook social graphs. This is handy if you come across a cool song that you want to tell your friends about. </p>
<p>In this brief video tutorial you are shown a demonstration on how this feature works. </p>
<p><a href="http://www.youtube.com/watch?v=5W2Lfug0b38">www.youtube.com/watch?v=5W2Lfug0b38</a></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/' addthis:title='Sharing to Facebook and Twitter in iTunes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/sharing-to-facebook-and-twitter-in-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share your songs around the house with iTunes 9</title>
		<link>http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/</link>
		<comments>http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:59:06 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Mac Basics]]></category>
		<category><![CDATA[System Applications]]></category>
		<category><![CDATA[3rd Party Software]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=131</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/' addthis:title='Share your songs around the house with iTunes 9 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>People have had a love hate relationship with iTunes since it&#8217;s inception. If you own an iPod you are pretty much tethered to using iTunes. If it didn&#8217;t have features you wanted too bad. One feature that was missing for years is the ability to share files among multiple computers on your machine. Let me [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/' addthis:title='Share your songs around the house with iTunes 9 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/' addthis:title='Share your songs around the house with iTunes 9 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>People have had a love hate relationship with iTunes since it&#8217;s inception. If you own an iPod you are pretty much tethered to using iTunes. If it didn&#8217;t have features you wanted too bad.</p>
<p>One feature that was missing for years is the ability to share files among multiple computers on your machine. Let me explain the scenario. If you and your wife have a Mac or in my case, you have three Macs in your house you may want to share songs on your iTunes library with her and vice-versa. To do this you had to share the appropriate music folders on the network, find the file, copy it to the new machine and import it into iTunes. Not an easy process. </p>
<p>With iTunes 9, Apple has finally offered a feature that should have been there since version 1.0, the ability to easily sync files between computers on your home network. This feature called Home Sharing is super easy to setup as you will see in this video from engadget.</p>
<p><a href="http://www.youtube.com/watch?v=4LsAytbAafs">www.youtube.com/watch?v=4LsAytbAafs</a></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/' addthis:title='Share your songs around the house with iTunes 9 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/share-your-songs-around-the-house-with-itunes-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iTunes 9 Changes</title>
		<link>http://www.learningosx.com/itunes-9-changes/</link>
		<comments>http://www.learningosx.com/itunes-9-changes/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:19:31 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Intermediate Mac]]></category>
		<category><![CDATA[System Applications]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.learningosx.com/?p=129</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/itunes-9-changes/' addthis:title='iTunes 9 Changes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>I came across a couple of interesting posts about iTunes 9 This blogger did a great job with screenshots on the differences between iTunes 8 and 9. Here someone dissected a cool new feature that I didn&#8217;t know about, the ability to reorganize your media into a cleaner hierarchy.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/itunes-9-changes/' addthis:title='iTunes 9 Changes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.learningosx.com/itunes-9-changes/' addthis:title='iTunes 9 Changes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I came across a couple of interesting posts about iTunes 9</p>
<p>This blogger did a great job with screenshots on the <a href="http://static.maniacalrage.net/bucket/itunes/">differences between iTunes 8 and 9</a>.</p>
<p>Here someone dissected a cool new feature that I didn&#8217;t know about, the ability to reorganize your <a href="http://zachholman.com/post/184377959/coolest-itunes-9-feature">media into a cleaner hierarchy</a>.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.learningosx.com/itunes-9-changes/' addthis:title='iTunes 9 Changes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.learningosx.com/itunes-9-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

