<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>T’N’T Luoma</title>
	
	<link>http://tntluoma.com</link>
	<description>Stuff I've Written Down</description>
	<lastBuildDate>Sun, 23 Aug 2009 06:12:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/tntluoma" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Avoid AtomicParsley bug with HandBrake AppleTV Files</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/OSfaRTkSXFM/</link>
		<comments>http://tntluoma.com/technology/atomicparsley-handbrake-appletv-bug/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 05:58:54 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1349</guid>
		<description><![CDATA[After documenting problems that I had with AtomicParsley and HandBrake files was a frustrating experience.

It happened to me every time but did not happen to others all of the time.

What finally appears to be be the problem is easily avoided, if you don&#8217;t use the AppleTV preset.



Large File Size

All of my files were created with [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://tntluoma.com/technology/atomicparsley-no-video-second-time-around/">documenting problems that I had with AtomicParsley and HandBrake files</a> was a frustrating experience.</p>

<p>It happened to me <em>every time</em> but did not happen to others all of the time.</p>

<p>What finally appears to be be the problem is easily avoided, if you don&#8217;t use the AppleTV preset.</p>

<p><span id="more-1349"></span></p>

<h1>Large File Size</h1>

<p>All of my files were created with the AppleTV preset in HandBrake. Most of the shows that I will be watching will be either on my iMac (which can play AppleTV files) or my AppleTV, so it made sense.</p>

<p>However, the AppleTV preset in HandBrake 0.9.3 adds a new feature called &#8220;Large File Size&#8221;. What is &#8220;Large File Size&#8221;? This is what the command-line version of HandBrake (HandBrakeCLI) says:</p>

<pre><code>-4, --large-file        Use 64-bit mp4 files that can hold more than
                        4 GB. Note: Breaks iPod, PS3 compatibility.
</code></pre>

<p>There isn&#8217;t a whole lot of information about this option in the HandBrake documentation, but if you hover over the option in HandBrake you will see a tooltip:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-large-file-size-tooltip.png" alt="HandBrake Large File Size Tooltip.png" border="0" width="285" height="117" /></div>

<p>The take-away point here is <strong>whenever you see &#8220;Large File Size&#8221; think &#8220;64-bit&#8221; not necessarily &#8220;4GB&#8221;.</strong></p>

<p>The nomenclature here is confusing. If you use this option, you will not necessarily get a 4GB or large file (an average episode of the West Wing (about 42-44 minutes without commercials) is 400-650MB. However, these are still &#8220;64-bit&#8221; files, and that seems to cause the problem with AtomicParsley.</p>

<p>This option <a href="http://forum.handbrake.fr/viewtopic.php?f=7&amp;t=7547&amp;start=50#p45089">&#8220;may be going away&#8221;</a> according to some discussion on the HandBrake support forums.</p>

<p>My recommendation is that you do not use this option unless you know that you need it (i.e. you are ripping a very long movie). I do not know what happens if you try to make an AppleTV compatible file of a movie and it needs to grow larger than 4GB, but it seems unlikely to be something that we run into often.</p>

<h1>Make Your Own Preset</h1>

<p>One of the nice things about the GUI version of HandBrake is how easy it is to customize a preset.</p>

<h2>Step 1: Choose the AppleTV preset in HandBrake  (click &#8220;Toggle Presets&#8221; if it isn&#8217;t visible already)</h2>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-appletv-preset.png" alt="HandBrake AppleTV preset.png" border="0" width="245" height="180" /></div>

<p>This will get you <em>most</em> of the way there.</p>

<h2>Step 2: UNcheck the &#8220;Large File Size&#8221; box</h2>

<ol>
<li>All three ought to be unchecked:</li>
</ol>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-unchecked.png" alt="HandBrake Unchecked.png" border="0" width="399" height="64" /></div>

<ol>
<li>Then go back to the Sidebar and click the +</li>
</ol>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-add-preset.png" alt="HandBrake Add Preset.png" border="0" width="586" height="216" /></div>

<ol>
<li>Give it a name, something clear and obvious:</li>
</ol>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-add-preset-name.png" alt="HandBrake Add Preset Name.png" border="0" width="340" height="319" /></div>

<ol>
<li>After saving, make it the default (if you wish)</li>
</ol>

<div style="text-align:center;"><img src="http://tntluoma.com/files/handbrake-make-default.png" alt="HandBrake Make Default.png" border="0" width="262" height="470" /></div>

<p>Using those settings <em>should</em> help you avoid <a href="http://tntluoma.com/technology/atomicparsley-no-video-second-time-around/">the AtomicParsley bug</a> I have been struggling with.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/OSfaRTkSXFM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/technology/atomicparsley-handbrake-appletv-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://tntluoma.com/technology/atomicparsley-handbrake-appletv-bug/</feedburner:origLink></item>
		<item>
		<title>iPhone 3.0 Hopes / Predictions</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/AbZ9XA9n0o4/</link>
		<comments>http://tntluoma.com/technology/iphone-30-hopes-predictions/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:47:50 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1339</guid>
		<description><![CDATA[So there&#8217;s this iPhone 3.0 &#8220;event&#8221; tomorrow, where Apple tells you what they are planning.

Will there be a new iPhone? We don&#8217;t know.

When is iPhone 3.0 available? We don&#8217;t know.

Here&#8217;s what I hope will be in there.

1) Copy and Paste - Yeah, we keep saying it, but if it isn&#8217;t there by now, this is [...]]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s this iPhone 3.0 &#8220;event&#8221; tomorrow, where Apple tells you what they are planning.</p>

<p>Will there be a new iPhone? We don&#8217;t know.</p>

<p>When is iPhone 3.0 available? We don&#8217;t know.</p>

<p>Here&#8217;s what I hope will be in there.</p>

<p><span id="more-1339"></span><strong>1) Copy and Paste</strong> - Yeah, we keep saying it, but if it isn&#8217;t there by now, this is going to be a serious shortcoming. It&#8217;s been almost 2 years now. This is well beyond &#8220;Duh&#8221;. I only hope it isn&#8217;t a big part of the announcement because there are more important/bigger things to talk about.</p>

<p><strong>2) Unified INBOX</strong> - I&#8217;ve got 5 email accounts on there, and having to tap tap tap tap tap tap tap to get from one to the other is <em>absurd</em>.</p>

<p><strong>3) Auto-Brightness That Works.</strong> If you go to Preferences > Settings > Brightness there&#8217;s an On/Off switch for auto-brightness.</p>

<p>Right now it does…something. But it doesn&#8217;t do what I want it to do, which is:</p>

<p>a) Detect when I am somewhere bright and crank up to 100%.</p>

<p>b) Detect when I am in a dark room and crank down to about 10%</p>

<p>This doesn&#8217;t seem like brain rockets, but as someone who uses his iPhone at the dark, it would be really nice if this worked</p>

<p><strong>4) &#8220;Live&#8221; Turn By Turn GPS</strong> - I tried to use my iPhone as a GPS one day when I didn&#8217;t have my regular GPS. By which I mean I went the wrong way.  I came to an intersection and had to turn left or right and wasn&#8217;t sure which way to go and couldn&#8217;t reach over to manually update my iPhone Google Maps &#8220;fake GPS&#8221;.</p>

<p>Sure it will be a battery suck, which is why I have a car adapter for my iPhone.  Give me real GPS!</p>

<p><strong>5) Email Full Size Pictures</strong> - whether it is to my family, Flickr, or MobileMe, I want to be able to get pictures off my iPhone without them being downsized.</p>

<p><strong>6) Let Me Remove Built-in Apps</strong> - There&#8217;s never been a better time to remove the &#8220;Stocks&#8221; app from your iPhone.  And I prefer <a href="http://i.wund.com">Wunderground&#8217;s iPhone Interface</a> to the built-in weather app <em>because it doesn&#8217;t suck</em>.  They don&#8217;t actually have to be &#8220;Deleted&#8221; as long as they &#8220;Do Not Appear&#8221;</p>

<p><strong>7) Stop asking me for my iTunes password to download free apps and/or updates to apps I have already paid for</strong> - Make passwords meaningful by only asking for them when I really need them. What is the purpose of asking me for my password for free apps/updates? Are you afraid someone has gotten ahold of my iPhone and is improving it without my consent?</p>

<p><strong>8) Drag and drop files to/from the iPhone</strong> - I know there are scads of apps that will do this for me. I&#8217;ve bought several of them. But what I want is something built-in. Bonus points if I can do it over WiFi/Bluetooth (HA HA HA…No, seriously, that will never happen, but it would be cool.)</p>

<p><strong>9) Bluetooth keyboard</strong> - I&#8217;ve got a MacBook, and I&#8217;ve got an eeePC running OS X, but there would still be times I would use an iPhone plus keyboard.  By basic rule of thumb is this: if my Treo 650 could do it, my iPhone should be able to do it.</p>

<p><strong>10) Background apps and/or notifications manager</strong> - I want music players besides iTunes to be able to keep playing after I push the &#8220;Home&#8221; button. I want IM apps to be able to poll in the background. A sub-set of this wish is for PUSH/IDLE IMAP support for <em>any</em> server, not just Yahoo. Because a) does that actually work for anyone? It never has for me; and b) Yahoo? Really? You gave <em>Yahoo</em> an exclusive feature on the iPhone?  Why?</p>

<p>We were told that background apps are a bad idea, but Apple was willing to give us a notifications manager which would be released back in September.</p>

<p>Except it wasn&#8217;t.</p>

<p>And that was 6 months ago.</p>

<p>I fully expect that we will hear something about this tomorrow. I hope it is fixed and I hope it is deployed soon.</p>

<p>So there are my 10 things. I didn&#8217;t set out to make them 10, but 10 came to me, and then I stopped. Most of these aren&#8217;t new features, they are improvements to existing features.</p>

<p>I have no idea if any of these will happen (I expect #1 to happen and #10 to be &#8220;addressed&#8221;) the rest of them are wishes more than predictions.</p>

<p>Unless I&#8217;m right, obviously.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/AbZ9XA9n0o4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/technology/iphone-30-hopes-predictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tntluoma.com/technology/iphone-30-hopes-predictions/</feedburner:origLink></item>
		<item>
		<title>How to Rip Commentary Tracks with Handbrake</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/9SZFqORMTQE/</link>
		<comments>http://tntluoma.com/technology/rip-commentary-tracks-with-handbrake/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:28:14 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1322</guid>
		<description><![CDATA[One of the nice things about DVDs are the extras, such as &#8220;Commentary&#8221; tracks where people involved with the production (such as the director, actors, etc) will tell you about the movie, tv, show, etc.

But how do you get that if you want to convert them into an AppleTV compatible format?

The answer is easy. And [...]]]></description>
			<content:encoded><![CDATA[<p>One of the nice things about DVDs are the extras, such as &#8220;Commentary&#8221; tracks where people involved with the production (such as the director, actors, etc) will tell you about the movie, tv, show, etc.</p>

<p>But how do you get that if you want to convert them into an AppleTV compatible format?</p>

<p>The answer is easy. And complicated.
<span id="more-1322"></span></p>

<p>In it&#8217;s simplest form, the answer is this:</p>

<ol>
<li><p>Open HandBrake, select the &#8220;Source&#8221; you want to use. (In this case I&#8217;m using one of the DVDs from the <em>West Wing</em> series.)</p></li>
<li><p>Click on the &#8220;Audio &amp; Subtitles&#8221; tab (shown in blue below).</p></li>
<li><p>Click &#8220;Track 1&#8221; and look at the drop-down options:</p></li>
</ol>

<div style="text-align:center;"><img src="http://tntluoma.com/files/commentary-tracks-on-handbrake.png" alt="Commentary Tracks on Handbrake.png" border="0" width="766" height="631" /></div>

<ol>
<li><p>The West Wing DVDs are marked as having &#8220;Director&#8217;s Commentary&#8221; but other DVDs I&#8217;ve seen have no such clear indicator. You might simply have to look for a second track marked &#8216;English&#8217;</p></li>
<li><p>[Optional] I recommend setting the &#8220;Subtitles&#8221; to &#8220;English&#8221; (and leave &#8220;Forced Subtitles Only&#8221; <strong><em>unchecked</em></strong>) in case you want to be able to follow along with the movie/show. Most often the commentary track will drown out the regular audio. If it is a movie/show that you know well enough to not need the original script, well then I suppose you can leave it off.</p></li>
</ol>

<p>Note: Subtitles are an all-or-nothing proposition. Neither QuickTime nor VLC has any way to turn them on/off. You either embed them into the video file when you rip from DVD, or you don&#8217;t.</p>

<p>There is supposed to be support for turning subtitles/captioning on/off, but so far there is no way to do it, at least as far as I am aware.</p>

<h1>&#8220;Well that sounds easy enough…&#8221;</h1>

<p>Like most other things, there is a catch.</p>

<p>Did you notice that there are dropdown boxes for more than one track?</p>

<p>Did you wonder what those other tracks are used for?</p>

<p>If you use the instructions I gave you above, you will be left with an output file which will default to giving you the director&#8217;s commentary <em>and</em> an alternate audio track which has the original audio in it.</p>

<p>So what&#8217;s the problem?</p>

<p>Well, for Mac users, the problem is that Apple doesn&#8217;t do a great job supporting alternate tracks.</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/vlc-choose-audio-track.png" alt="VLC Choose Audio Track.png" border="0" width="392" height="215" /></div>

<p>For example, in my testing, <a href="http://videolan.org/">VLC</a> let me switch between the commentary track and regular track.</p>

<p>Go to the &#8220;Audio&#8221; menu then go to the &#8220;Audio Track&#8221; sub-menu and choose there.</p>

<p>Works great.</p>

<h1>Quicktime</h1>

<p>Quicktime, on the other hand… Well&#8230;. not so much.</p>

<p>There&#8217;s a similar menu option.</p>

<p>Confusingly, you&#8217;ll need to choose the &#8220;View&#8221; menu option, then &#8220;Languages&#8221; (&#8220;View Languages&#8221;? and you&#8217;ll see something like this:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/quicktime-menu.png" alt="Quicktime Languages Menu" border="0" width="408" height="418" /></div>

<p>Unfortunately for me, it has never once worked for me.</p>

<p>Neither will it work in FrontRow. There is nowhere to change the audio.</p>

<p>Supposedly <a href="http://support.apple.com/kb/HT3187">AppleTV 2.2 supports alternate audio</a> but <a href="http://forum.handbrake.fr/viewtopic.php?f=7&amp;t=7284">HandBrake users report some problems with it</a> and I have not tested it myself.</p>

<p>iTunes <em>does</em> support alternate audio, and rather well, either from the menu Controls : Audio &amp; Subtitles as shown here:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/itunes-menu.png" alt="iTunes Menu.png" border="0" width="458" height="263" /></div>

<p>It&#8217;s not actually showing it as &#8220;Director&#8217;s Commentary&#8221; but you get the idea.</p>

<p>You can also do it from the pop-up menu which appears when you move the mouse over a playing video. Simple click on the little &#8220;Talk Bubble&#8221; (it looks like a Q with a very small &#8220;foot&#8221;) and a pop-up menu will appear to choose the audio:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/itunes-alternate-audio.png" alt="iTunes Alternate Audio.png" border="0" width="895" height="573" /></div>

<p>As far as I know there are no options for controlling audio from the iPhone.</p>

<h1>&#8220;So what should I do?&#8221;</h1>

<p>My opinion? Rip it twice.</p>

<p>Rip it once &#8220;normally&#8221; and a second time do as I have shown above.</p>

<p>You tell HandBrake to add the same item to its queue twice with different settings (just be sure to rename the output file).</p>

<p>When you add the metadata, put the word &#8220;Commentary&#8221; in it somewhere where it will be easily identified (i.e. in the Episode Title. For example, this episode of the West Wing is called &#8220;Twenty Five&#8221;. When I apply metadata to it, I will call it &#8220;Twenty Five [with commentary and subtitles]&#8221; which will make it easy to spot later on.</p>

<p>Given that subtitles are an on-or-off encoding option and not something you can switch on/off from a menu item, it seems like another good reason to make a second copy.</p>

<p>Yes, this means that it will take twice as long, but if you leave it running overnight, both of them ought to be finished by morning (assuming you have a fairly recent computer).</p>

<h1>N.B. Sometimes Commentary Tracks Are On Different &#8216;Titles&#8217;</h1>

<p>I have heard that there are some DVDs where the commentary track is a <em>completely separate</em> &#8220;Title&#8221; in HandBrake.</p>

<p>By &#8220;Title&#8221; I mean where HandBrake shows &#8220;2 - 00h42m13s&#8221; here:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/commentary-tracks-on-handbrake.png" alt="Commentary Tracks on Handbrake.png" border="0" width="766" height="631" /></div>

<p>For example, if you were ripping a movie which was 02h21m15s long, you might see <em>two</em> Titles which were about that same length.</p>

<p>If that is the case, one of those <em>might</em> be the commentary track, or it might be a &#8220;dummy&#8221; Title put in when the DVD was mastered to try to confuse those who try to convert DVDs to other formats.</p>

<p>Sadly, given the Movie Studios ongoing attempts to prevent you from doing things like make iPhone/AppleTV compatible versions of the DVDs that you own, it can be very difficult to know what you are getting on some DVDs.</p>

<p>If you are not sure what to do, I highly recommend ripping only one &#8220;Chapter&#8221;.</p>

<p>Again, look at the image above. See the dropdowns for Chapters 1 through 7? If you want to test what is happening, tell HandBrake to rip Chapter 1 through Chapter 1 and open the resultant file to check the results.  It will take a lot less time and might save you a bit of frustration.</p>

<p>I hope that helps.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/9SZFqORMTQE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/technology/rip-commentary-tracks-with-handbrake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tntluoma.com/technology/rip-commentary-tracks-with-handbrake/</feedburner:origLink></item>
		<item>
		<title>SuperDuper Bash Script to Automatically Mount or Unmount a Hard Drive</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/Imjya9AxakQ/</link>
		<comments>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:20:41 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Shell Scripts]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1307</guid>
		<description><![CDATA[SuperDuper! is a superb backup program for the Mac.

It does one (major) thing: It duplicates your hard drive to another hard drive.

mount-or-unmount-for-superduper.sh is a shell script which automates the process of mounting and un-mounting a hard drive to use with SuperDuper.

&#8220;What? Why? I don&#8217;t get it.&#8221;

Imagine this: you have a desktop Mac (or a laptop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper!</a> is a superb backup program for the Mac.</p>

<p>It does one (major) thing: It duplicates your hard drive to another hard drive.</p>

<p><a href="http://tntluoma.com/files/mount-or-unmount-for-superduper.sh">mount-or-unmount-for-superduper.sh</a> is a shell script which automates the process of mounting and un-mounting a hard drive to use with SuperDuper.</p>

<h1>&#8220;What? Why? I don&#8217;t get it.&#8221;</h1>

<p><span id="more-1307"></span>Imagine this: you have a desktop Mac (or a laptop Mac that you keep the external drive plugged into all the time, I suppose).</p>

<p>You want to automate your backups because you know that you won&#8217;t really run them if they aren&#8217;t automated, because you&#8217;re lazy.</p>

<p>Nothing personal, everyone is lazy when it comes to backups. That&#8217;s why almost no one has them, even if they know they should.</p>

<p>SuperDuper is super easy (I promise I&#8217;ll stop with the super super bit) and works great, and even has a scheduler so you can set it to backup your machine at 3 a.m. or whenever you won&#8217;t be using it.</p>

<p>The only problem is that the drive has to be mounted (obviously) to do that, and having it mounted all the time can be annoying:</p>

<ol>
<li><p>Spotlight finds 2x the number of actual results: once for your main hard drive, once for your backup. [This is enough of an annoyance that there really needs to be no #2, but…]</p></li>
<li><p>Having the drive mounted means that it will spin up and down all day long as it goes to &#8216;sleep&#8217; and then thinks that it may be needed.  If you&#8217;re only using it for SuperDuper, why not only have it spin up once per day?</p></li>
<li><p>Installers will often check to see if maybe you want to install on a different hard drive than the main one. Having unmounted the drive means that you don&#8217;t have to worry about the Installer checking it.</p></li>
<li><p>Imagine something horribly unexpected happens and you delete a bunch of files by accident. Do you want that list of &#8220;Files I May Have Accidentally Deleted&#8221; to include your backups? If not, having the backup drive unmounted prevents accidental deletions too.</p></li>
</ol>

<h1>How does it work?</h1>

<p>The script is very simple. All you have to do is edit <strong><em>one</em></strong> line.</p>

<pre><code># Where Finder shows the drive when it is mounted
DRIVE_NAME_SHORT="iMac_Backup"
</code></pre>

<p>(Note that this must not include the /Volumes/ part of the path, but JUST the part which appears when the drive appears on the desktop or in Finder.)</p>

<p>I would encourage you <strong><em>not</em></strong> to get &#8216;creative&#8217; with the name: Use letters only, no spaces or other punctuation except _ or - if you must</p>

<h1>Names are important</h1>

<p>Make sure to save the file with a name that begins with either &#8216;mount-&#8217; or &#8216;unmount-&#8216;</p>

<p>I recommend this that you:</p>

<ol>
<li><p>Download <a href="http://tntluoma.com/files/mount-or-unmount-for-superduper.sh">mount-or-unmount-for-superduper.sh</a></p></li>
<li><p>Save it to ~/bin/ or somewhere else in your $PATH.</p></li>
<li><p>Rename it:</p>

<p>mv mount-or-unmount-for-superduper.sh mount-drive-for-superduper.sh</p></li>
<li><p>Link it (so that any changes in one will be reflected in the other)</p>

<p>ln mount-drive-for-superduper.sh unmount-drive-for-superduper.sh</p></li>
<li><p>Launch SuperDuper, click the &#8216;Options&#8217; button and then the &#8216;Advanced&#8217;</p></li>
</ol>

<ul>
<li><p>Add the &#8216;mount-drive-for-superduper.sh&#8217; to &#8216;Before Copy: Run shell script before copy starts&#8217;</p></li>
<li><p>Add the &#8216;unmount-drive-for-superduper.sh&#8217; to &#8216;After Copy: Run shell script after copy completes&#8217;</p></li>
</ul>

<p>You ought to have a window that looks something like this:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/superduperscriptswindow.png" alt="SuperDuperScriptsWindow.png" border="0" width="618" height="637" /></div>

<p>Click &#8216;OK&#8217; and it should look like this:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/superduper-confirmation-window.png" alt="SuperDuper Confirmation Window.png" border="0" width="618" height="494" /></div>

<p>And then click &#8216;Schedule&#8217; to tell SuperDuper when to run.</p>

<h1>Feedback?</h1>

<p>I welcome feedback on the script, especially if anything is unclear or you can see an easier way to do something.</p>

<p>Please leave a valid email address in comments. No one else but me will ever see it.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/Imjya9AxakQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/</feedburner:origLink></item>
		<item>
		<title>AtomicParsley Bug Removes Video After Second Process</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/YsLUZ9pC9jk/</link>
		<comments>http://tntluoma.com/technology/atomicparsley-no-video-second-time-around/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:44:14 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1285</guid>
		<description><![CDATA[Update 2009-03-15: See update below.

AtomicParsley is a very cool little program that will allow you to apply metadata to video files on the commandline.

However, it appears that you only get one shot at applying metadata with it, or else the file will be left without video.

Here is what I mean and how to re-create this [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Update 2009-03-15:</em></strong> See <a href="#update">update</a> below.</p>

<p><a href="http://atomicparsley.sourceforge.net/">AtomicParsley</a> is a very cool little program that will allow you to apply metadata to video files on the commandline.</p>

<p>However, it appears that you only get <em>one shot</em> at applying metadata with it, or else the file will be left without video.</p>

<p>Here is what I mean and how to re-create this (apparent) bug:</p>

<p><span id="more-1285"></span></p>

<h1>How To Recreate</h1>

<ol>
<li><p>Create an .m4v using <a href="http://handbrake.fr/">HandBrake</a>. Let&#8217;s call it &#8220;File1.m4v&#8221; for clarity.</p></li>
<li><p>Apply some tags to File1.m4v using AtomicParsley which will create a new file, let&#8217;s call that File2.m4v.</p></li>
<li><p>Apply some different tags to File2.m4v using AtomicParsley which will create a new file, let&#8217;s call that File3.m4v</p></li>
</ol>

<h1>Warning</h1>

<p>AtomicParsley is used in several other GUI programs such as <a href="http://lostify.com/">Lostify</a>.  If you use AtomicParsley as on File1.m4v and then use Lostify on File2.m4vm the resulting file will lose its video as well.</p>

<p>The same thing will happen if you use Lostify on File1.m4v and then on File2.m4v.</p>

<h1>Note</h1>

<p>a.  This has been how the bug has bitten me. It may affect other formats created in other ways, but I am trying to be as specific as I can in the hopes of getting others to confirm this bug (or not confirm it).</p>

<p>b.  This has happened to me on both my iMac and my MacBook, both of which are running 10.5.6.</p>

<p>I do not know if this bug shows up in the GUI programs, but it seems likely that it would, so be careful using those as well.</p>

<h1>Result</h1>

<p>For me, the result is that File3.m4v <em>always</em> loses its video.</p>

<p>QuickTime and iTunes show the video with a black screen.</p>

<p>VLC doesn&#8217;t show any video at all.</p>

<h1>How to Work-Around</h1>

<p>The key to avoiding this bug? Don&#8217;t apply tags with AtomicParsley (or programs that use it) more than once.  Which is to say, you&#8217;d better keep your &#8220;File1.m4v&#8221; around until you are absolutely sure that you have all the tags that you want to apply.</p>

<h1>Q: &#8220;What Do I Do If I Did Not Keep my File1.m4v?&#8221;</h1>

<p>You can still edit the tags using iTunes. At least that worked for me in (limited) testing.</p>

<h1>Final Notes</h1>

<ol>
<li><p>There <em>may</em> be something that I am doing (or not doing) which is causing this, meaning that it is <em>not</em> a bug in AtomicParsley. But I am skeptical.</p></li>
<li><p>I <a href="https://sourceforge.net/forum/forum.php?thread_id=3051245&amp;forum_id=514419">posted on the SourceForge forum for AtomicParsley</a> and it was suggested that I try the &#8220;-4&#8221; flag to AtomicParsley. That flag had no noticeable effect.  It appears <a href="https://sourceforge.net/forum/forum.php?thread_id=2992132&amp;forum_id=514419">that someone else may be running into the same problem</a>.</p></li>
<li><p>I <a href="http://sourceforge.net/forum/forum.php?thread_id=3052606&amp;forum_id=514419">also posted about being unable to compile from source</a> on the same forum.</p></li>
<li><p>It appears that the existence of AtomicParsley has meant that no other commandline programs for tagging video files has been created.</p></li>
</ol>

<p>Sadly, AtomicParsley <a href="http://sourceforge.net/projects/atomicparsley#item3rd-6">has not been updated since 2006-09-16</a> and will not even compile on my Mac OS X 10.5.6 machine:</p>

<pre><code>$ ./build 
Compiling AP_commons.cpp ...
Compiling AtomicParsley_genres.cpp ...
Compiling AP_iconv.cpp ...
Compiling AP_NSFile_utils.mm ...
Compiling AP_NSImage.mm ...
AP_NSImage.mm: In function ‘bool ResizeGivenImage(const char*, PicPrefs, char*)’:
AP_NSImage.mm:204: error: ‘_NSBitmapImageFileType’ was not declared in this scope
AP_NSImage.mm:204: error: expected `;' before ‘filetype’
AP_NSImage.mm:208: error: ‘filetype’ was not declared in this scope
AP_NSImage.mm:212: error: ‘filetype’ was not declared in this scope
AP_NSImage.mm:216: error: ‘filetype’ was not declared in this scope
Compiling AtomicParsley.cpp ...
Compiling AP_AtomExtracts.cpp ...
Compiling APar_sha1.cpp ...
Compiling APar_uuid.cpp ...
Compiling main.cpp ...
Linking AtomicParsley...
i686-apple-darwin9-g++-4.0.1: obj_files/AP_NSImage.o: No such file or directory
strip: can't open file: AtomicParsley (No such file or directory)
[1]    38645 exit 1     ./build
</code></pre>

<p>However it is not clear to me that it would even matter if I <em>could</em> compile my own version.</p>

<p>All I am saying is that if you were in the market to develop a program for tagging video files on the commandline, don&#8217;t assume that the existence of AtomicParsley means that the market is full. Obviously, if you could build on the code which already exists, that would be excellent. AtomicParsley was released under a GNU license. Sadly, I am no programmer, so I can&#8217;t do much by the way of improving it.</p>

<h1><a id="update">Update: 2009-03-15</a></h1>

<p><a href="http://twitter.com/schuetzdj/status/1334039777">@schuetzdj</a> suggested that the &#8220;Large File&#8221; flag may have something to do with it. That would make sense as <em>all</em> my files were done with the AppleTV preset which turns on Large File support, even though these files are less than 4GB in size.</p>

<p>To test this theory, I converted a file (MPEG sequence, v2, program multiplex) using HandBrake and the &#8220;AppleTV&#8221; preset <em>twice</em>: the first time I did it as the default, with &#8220;Large File Size&#8221; enabled; the second time I did used the AppleTV preset but turned <em>off</em> the &#8220;Large File Size&#8221; (LFS).</p>

<p>Then I used <a href="http://tntluoma.com/files/verify-atomic-parsley-bug.sh">a shell script</a> which I wrote which converts a file <em>twice</em> using  AtomicParsley.</p>

<p>The results? The LFS file does not show video at all after processing with AtomicParsley. The Non-LFS file shows video even after two conversions with AtomicParsley.</p>

<p>Tentative conclusion: **AtomicParsley cannot handle the &#8220;Large File Size&#8221; flag that HandBrake sets, even if the file is less than 4GB **</p>

<p>If you would like to attempt to duplicate this bug, here is what I ask you to do:</p>

<p>1) Take a file from any source, and convert it twice: a) for AppleTV + LFS and b) for AppleTV without LFS.</p>

<p>2) Run the script above on <em>both</em> files.</p>

<p>3) Let me know which of the files show video, and which do not (either QuickTime Player or VLC)</p>

<p>The script was written for Mac OS X but ought to work on any Unix system where &#8216;AtomicParsley&#8217; is installed.</p>

<p>Please leave comments below if you have results you would like to share.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/YsLUZ9pC9jk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/technology/atomicparsley-no-video-second-time-around/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://tntluoma.com/technology/atomicparsley-no-video-second-time-around/</feedburner:origLink></item>
		<item>
		<title>Did HandBrake leave you with a unplayable movie in QuickTime or Muffled Audio in VLC?</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/YK8DmyL3zX4/</link>
		<comments>http://tntluoma.com/apple/how-to-rip-thewire_s1_d4-1-in-handbrake/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 06:35:25 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1278</guid>
		<description><![CDATA[I ripped The Wire: Season 1 using HandBrake&#8217;s &#8220;AppleTV&#8221; present, and was left with one file where the video was fine but the audio was not.

When I tried to launch the file (THEWIRE_S1_D4-1.m4v) in Quicktime, I received the error:

The movie could not be opened.   
An invalid sample description was found in the movie.


Ok&#8230;. [...]]]></description>
			<content:encoded><![CDATA[<p>I ripped <a href="http://www.amazon.com/dp/B0002ERXC2/">The Wire: Season 1</a> using HandBrake&#8217;s &#8220;AppleTV&#8221; present, and was left with one file where the video was fine but the audio was not.</p>

<p><span id="more-1278"></span>When I tried to launch the file (THEWIRE_S1_D4-1.m4v) in Quicktime, I received the error:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/quicktime-invalid-sample-description.png" alt="Quicktime-Invalid Sample Description.png" border="0" width="500" height="233" /><br /><b>The movie could not be opened.</b><br />   
An invalid sample description was found in the movie.
</div>

<p>Ok&#8230;. Thanks?</p>

<p>VLC would play the audio but it was so badly muffled you couldn&#8217;t hear anything.</p>

<p>All the rest of the audio on all the other episodes from the same DVD were fine. It was just that one.</p>

<p>I re-ripped it directly from the DVD, and still had the problem.</p>

<p>Since it was an audio problem, I decided to look at HandBrake&#8217;s audio settings. Normally I never touch HandBrake except to use the presets. But, desperate times and all that.</p>

<p>Here are the default settings for this particular episode:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/thewire-s1-d4-1-handbrake-default.png" alt="[None of this makes any sense]" border="0" width="840" height="707" /></div>

<p>I&#8217;m sure there are nice people out there who speak this language, but to me it&#8217;s complete nonsense.</p>

<p>However, I am quite adept at doing <em>comparisons</em> so I looked at the default settings for another file from the same DVD, one that worked. And this is what I saw:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/thewire-for-comparison.png" alt="TheWire for Comparison.png" border="0" width="840" height="707" /></div>

<p>Ok, now I&#8217;m looking at two things I don&#8217;t understand, but I see that in the 2nd one &#8220;Track 1&#8221; is listed as &#8220;5.1 ch&#8221; and in the first one it&#8217;s listed as &#8220;3.0 ch&#8221;.</p>

<p>Sure enough, all the <em>working</em> episodes have &#8220;5.1 ch&#8221; but the one not-working one was &#8220;3.0 ch&#8221;.</p>

<p>What does that mean? I have no frakking clue.</p>

<p>There was one other option for English audio, so I chose it:</p>

<div style="text-align:center;"><img src="http://tntluoma.com/files/wire-1154pm.png" alt="Wire 1154pm.png" border="0" width="840" height="707" /></div>

<p>I re-ripped the episode with those settings, and it worked in VLC, QuickTime, and it copied to the AppleTV.</p>

<p>Why is one episode on the DVD mastered with different audio than all of the others? I haven&#8217;t a clue.  But now you know how to work around it.</p>

<p>How ironic is it that a show about audio surveillance would end up with audio problems on the DVD?</p>

<p>Oh, just shut up.</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/YK8DmyL3zX4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/apple/how-to-rip-thewire_s1_d4-1-in-handbrake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tntluoma.com/apple/how-to-rip-thewire_s1_d4-1-in-handbrake/</feedburner:origLink></item>
		<item>
		<title>West Wing DVD Episode Guide</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/JpoRjn1ZKt0/</link>
		<comments>http://tntluoma.com/tv/west-wing-dvd-episode-guide/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:13:26 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1255</guid>
		<description><![CDATA[I bought the West Wing DVD set from Amazon last year while it was on sale.

While I love the series, the DVD set itself is a giant pain.

The DVDs themselves are printed with nothing on them except a number (1-45)

That number tells you nothing about what episodes are on that DVD, or even what season. [...]]]></description>
			<content:encoded><![CDATA[<p>I bought the <a href="http://www.amazon.com/dp/B000HC2LI0/">West Wing DVD set</a> from Amazon last year while it was on sale.</p>

<p>While I love the series, the DVD set itself is a giant pain.</p>

<p>The DVDs themselves are printed with nothing on them except a number (1-45)</p>

<p>That number tells you nothing about what episodes are on that DVD, or even what season. (When you put the DVDs into their little &#8220;briefcases&#8221; it will be clear what season they are from, but that&#8217;s hardly helpful when just looking at a single DVD.)</p>

<p>So I made my own, and decided to post it here in the hopes that others might find it useful.</p>

<p>Note: After the DVD number is something like &#8220;WEST&#95;WING&#95;S1&#95;D7&#8221; - that is how the DVD will appear if you load it into a computer.  It should also be the folder name which would be created if you ripped the DVD to your hard drive unless you used an app which tried to give you a &#8220;pretty name&#8221; which may or may not be accurate.</p>

<p>Warning: if you use <a href="http://ripitapp.com/">RipIt</a> I suggest that you <strong><em>do not</em></strong> have it automatically fetch names for these DVDs, as it gave me some confusing names. The names below are the &#8220;canonical&#8221; names.</p>

<h1>Help!</h1>

<p>I realized only too late (after I had ripped them already) that this list would be greatly improved if it included the &#8220;Handbrake names&#8221;. For example, &#8220;WEST_WING_S6_D4-2.m4v&#8221; is episode s06e12: &#8220;365 Days&#8221;.</p>

<p>Adding that info to this list could make it easier to come up with a script which would go through all the output files, rename them, and add the necessary metadata to them.  It would also make it easier to process VIDEO_TS folders using HandBrakeCLI if someone wanted to do that.</p>

<p>It&#8217;s too late for me to track down all that info, but if anyone else is getting ready to rip them and wants to keep a list, I&#8217;d gladly add the info here.</p>

<p>Or if you want to make your own list, I&#8217;d gladly link to it.</p>

<p><span id="more-1255"></span></p>

<h1>DVD #1: WEST&#95;WING&#95;S1&#95;D1</h1>

<ul>
<li>s01e01: Pilot [Commentary]</li>
<li>s01e02: Post Hoc, Ergo Propter Hoc</li>
<li>s01e03: A Proportional Response</li>
<li>s01e04: Five Votes Down</li>
</ul>

<h1>DVD #2: WEST&#95;WING&#95;S1&#95;D2</h1>

<ul>
<li>s01e05: The Crackpots and These Women</li>
<li>s01e06: Mr. Willis of Ohio</li>
<li>s01e07: The State Dinner</li>
<li>s01e08: Enemies</li>
<li>No Special Features</li>
</ul>

<h1>DVD #3: WEST&#95;WING&#95;S1&#95;D3</h1>

<ul>
<li>s01e09: The Short List</li>
<li>s01e10: In Excelsis Deo [Commentary]</li>
<li>s01e11: Lord John Marbury</li>
<li>s01e12: He Shall, from Time to Time&#8230;</li>
</ul>

<h1>DVD #4: WEST&#95;WING&#95;S1&#95;D4</h1>

<ul>
<li>s01e13: Take Out the Trash Day</li>
<li>s01e14: Take This Sabbath Day [Commentary]</li>
<li>s01e15: Celestial Navigation [Commentary]</li>
<li>s01e16: 20 Hours in L.A.</li>
</ul>

<h1>DVD #5: WEST&#95;WING&#95;S1&#95;D5</h1>

<ul>
<li>s01e17: The White House Pro-Am</li>
<li>s01e18: Six Meetings Before Lunch</li>
<li>s01e19: Let Bartlet Be Bartlet</li>
<li>No Special Features</li>
</ul>

<h1>DVD #6: WEST&#95;WING&#95;S1&#95;D6</h1>

<ul>
<li>s01e20: Mandatory Minimums</li>
<li>s01e21: Lies, Damn Lies and Statistics</li>
<li>s01e22: What Kind of Day Has It Been? [Commentary]</li>
</ul>

<h1>DVD #7: WEST&#95;WING&#95;S1&#95;D7</h1>

<ul>
<li>The Primaries</li>
<li>The Inauguration</li>
<li>Capital Beat</li>
<li>Sheet Music</li>
<li>Deleted Scenes</li>
<li>Gag Order</li>
<li>The West Wing Suite</li>
<li>Off the Record</li>
</ul>

<h1>DVD #8: WEST&#95;WING&#95;S2&#95;D1</h1>

<ul>
<li>s02e01: In the Shadow of Two Gunmen: Part 1 [Commentary]</li>
<li>s02e02: In the Shadow of Two Gunmen: Part 2 [Commentary]</li>
<li>s02e03: The Midterms</li>
<li>s02e04: In This White House</li>
</ul>

<h1>DVD #9: WEST&#95;WING&#95;S2&#95;D2</h1>

<ul>
<li>s02e05: And It&#8217;s Surely to Their Credit</li>
<li>s02e06: The Lame Duck Congress</li>
<li>s02e07: The Portland Trip</li>
<li>s02e08: Shibboleth</li>
<li>No Special Features</li>
</ul>

<h1>DVD #10: WEST&#95;WING&#95;S2&#95;D3</h1>

<ul>
<li>s02e09: Galileo</li>
<li>s02e10: Noel [Commentary]</li>
<li>s02e11: The Leadership Breakfast</li>
<li>s02e12: The Drop In</li>
</ul>

<h1>DVD #11: WEST&#95;WING&#95;S2&#95;D4</h1>

<ul>
<li>s02e13: Bartlet&#8217;s Third State of the Union</li>
<li>s02e14: The War at Home</li>
<li>s02e15: Ellie</li>
<li>s02e16: Somebody&#8217;s Going to Emergency, Somebody&#8217;s Going to Jail</li>
<li>No Special Features</li>
</ul>

<h1>DVD #12: WEST&#95;WING&#95;S2&#95;D5</h1>

<ul>
<li>s02e17: The Stackhouse Filibuster</li>
<li>s02e18: 17 People</li>
<li>s02e19: Bad Moon Rising</li>
<li>No Special Features</li>
</ul>

<h1>DVD #13: WEST&#95;WING&#95;S2&#95;D6</h1>

<ul>
<li>s02e20: The Fall&#8217;s Gonna Kill You</li>
<li>s02e21: 18th and Potomac [Commentary]</li>
<li>s02e22: Two Cathedrals</li>
</ul>

<h1>DVD #14: WEST&#95;WING&#95;S2&#95;D7</h1>

<ul>
<li>Featurette on Constructing Two Cathedrals</li>
<li>Access Granted</li>
<li>Gag Order</li>
<li>Deleted Scenes</li>
</ul>

<h1>DVD #15: WEST&#95;WING&#95;S3&#95;D1</h1>

<ul>
<li>s03e01: Isaac and Ishmael</li>
<li>s03e02: Manchester: Part 1</li>
<li>s03e03: Manchester: Part 2 [Commentary]</li>
<li>s03e04: Ways and Means</li>
</ul>

<h1>DVD #16: WEST&#95;WING&#95;S3&#95;D2</h1>

<ul>
<li>s03e05: On the Day Before</li>
<li>s03e06: War Crimes</li>
<li>s03e07: Gone Quiet</li>
<li>s03e08: The Indians in the Lobby</li>
<li>No Special Features</li>
</ul>

<h1>DVD #17: WEST&#95;WING&#95;S3&#95;D3</h1>

<ul>
<li>s03e09: The Women of Qumar</li>
<li>s03e10: Bartlet for America [Commentary]</li>
<li>s03e11: H.Con-172</li>
<li>s03e12: 100,000 Airplanes</li>
</ul>

<h1>DVD #18: WEST&#95;WING&#95;S3&#95;D4</h1>

<ul>
<li>s03e13: The Two Bartlets</li>
<li>s03e14: Night Five</li>
<li>s03e15: Hartsfield&#8217;s Landing</li>
<li>s03e16: Dead Irish Writers</li>
<li>No Special Features</li>
</ul>

<h1>DVD #19: WEST&#95;WING&#95;S3&#95;D5</h1>

<ul>
<li>s03e17: The U.S. Poet Laureate</li>
<li>s03e18: Stirred</li>
<li>s03e19: Enemies Foreign and Domestic</li>
<li>No Special Features</li>
</ul>

<h1>DVD #20: WEST&#95;WING&#95;S3&#95;D6</h1>

<ul>
<li>s03e20: The Black Vera Wang</li>
<li>s03e21: We Killed Yamamoto</li>
<li>s03e22: Posse Comitatus [Commentary]</li>
</ul>

<h1>DVD #21: WEST&#95;WING&#95;S3&#95;D7</h1>

<ul>
<li>A Property Master&#8217;s Story</li>
<li>The Chief of Stuff</li>
<li>Documentary Special</li>
<li>Deleted Scenes</li>
</ul>

<h1>DVD #22: WEST&#95;WING&#95;S4&#95;D1</h1>

<ul>
<li>s04e01: 20 Hours in America: Part 1</li>
<li>s04e02: 20 Hours in America: Part 2 (**)</li>
<li>s04e03: College Kids</li>
<li>s04e04: The Red Mass</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #23: WESTWING&#95;Season4&#95;NA&#95;D2</h1>

<ul>
<li>s04e05: Debate Camp</li>
<li>s04e06: Game On [Commentary]</li>
<li>s04e07: Election Night</li>
<li>s04e08: Process Stories</li>
</ul>

<h1>DVD #24: WEST&#95;WING&#95;S4&#95;D3</h1>

<ul>
<li>s04e09: Swiss Diplomacy</li>
<li>s04e10: Arctic Radar</li>
<li>s04e11: Holy Night</li>
<li>s04e12: Guns Not Butter</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #25: WEST&#95;WING&#95;S4&#95;D4</h1>

<ul>
<li>s04e13: The Long Goodbye</li>
<li>s04e14: Inauguration: Part 1</li>
<li>s04e15: Inauguration Day: Part 2: Over There</li>
<li>s04e16: California 47th</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #26: WEST&#95;WING&#95;S4&#95;D5</h1>

<ul>
<li>s04e17: Red Haven&#8217;s on Fire</li>
<li>s04e18: Privateers</li>
<li>s04e19: Angel Maintenance</li>
<li>s04e20: Evidence of Things Not Seen</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #27: WEST&#95;WING&#95;S4&#95;D6</h1>

<ul>
<li>s04e21: Life on Mars</li>
<li>s04e22: Commencement [Commentary]</li>
<li>s04e23: Twenty Five [Commentary]</li>
</ul>

<h1>DVD #28: WEST&#95;WING&#95;S5&#95;NA&#95;D1</h1>

<ul>
<li>s05e01: 7A WF 83429 [Commentary]</li>
<li>s05e02: The Dogs of War [Commentary]</li>
<li>s05e03: Jefferson Lives</li>
<li>s05e04: Han</li>
</ul>

<h1>DVD #29: WEST&#95;WING&#95;S5&#95;D2</h1>

<ul>
<li>s05e05: Constituency of One</li>
<li>s05e06: Disaster Relief</li>
<li>s05e07: Separation of Powers</li>
<li>s05e08: Shutdown</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #30: WEST&#95;WING&#95;S5&#95;D3</h1>

<ul>
<li>s05e09: Abu el Banat</li>
<li>s05e10: The Stormy Present</li>
<li>s05e11: The Benign Prerogative</li>
<li>s05e12: Slow News Day</li>
<li>Political Missteps from &#8220;Slow News Day&#8221; (s05e12) with introduction by Alex Graves</li>
</ul>

<h1>DVD #31: WEST&#95;WING&#95;S5&#95;D4</h1>

<ul>
<li>s05e13: The Warfare of Genghis Khan</li>
<li>s05e14: An Khe</li>
<li>s05e15: Full Disclosure</li>
<li>s05e16: Eppur Si Muove</li>
<li>Political Missteps from &#8220;Eppur Si Muove&#8221; (s05e16)</li>
</ul>

<h1>DVD #32: WEST&#95;WING&#95;S5&#95;D5</h1>

<ul>
<li>s05e17: The Supremes [Commentary]</li>
<li>s05e18: Access</li>
<li>s05e19: Talking Points</li>
<li>s05e20: No Exit</li>
</ul>

<h1>DVD #33: WEST&#95;WING&#95;S5&#95;D6</h1>

<ul>
<li>s05e21: Gaza</li>
<li>s05e22: Memorial Day</li>
<li>In POTUS We Trust</li>
<li>&#8220;Gaza&#8221; Anatomy of an Episode</li>
<li>Political Missteps from &#8220;Memorial Day&#8221; (s05e22)</li>
</ul>

<h1>DVD #34: WEST&#95;WING&#95;S6&#95;D1</h1>

<ul>
<li>s06e01: N.S.F. Thurmont</li>
<li>s06e02: The Birnam Wood</li>
<li>s06e03: Third Day Story</li>
<li>s06e04: Liftoff</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #35: WEST&#95;WING&#95;S6&#95;D2</h1>

<ul>
<li>s06e05: The Hubbert Peak</li>
<li>s06e06: The Dover Test</li>
<li>s06e07: A Change Is Gonna Come</li>
<li>s06e08: In the Room</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #36: WEST&#95;WING&#95;S6&#95;D3</h1>

<ul>
<li>s06e09: Impact Winter</li>
<li>s06e10: Faith-Based Initiative</li>
<li>s06e11: Opposition Research</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #37: WEST&#95;WING&#95;S6&#95;D4</h1>

<ul>
<li>s06e12: 365 Days</li>
<li>s06e13: King Corn [Commentary]</li>
<li>s06e14: The Wake Up Call</li>
<li>s06e15: Freedonia</li>
</ul>

<h1>DVD #38: WEST&#95;WING&#95;S6&#95;D5</h1>

<ul>
<li>s06e16: Drought Conditions</li>
<li>s06e17: A Good Day</li>
<li>s06e18: La Palabra</li>
<li>s06e19: Ninety Miles Away</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #39: WEST&#95;WING&#95;S6&#95;D6</h1>

<ul>
<li>s06e20: In God We Trust [Commentary]</li>
<li>s06e21: Things Fall Apart</li>
<li>s06e22: 2162 Votes [Commentary]</li>
<li>CJ Cregg: From Press Secretary to Chief of Staff</li>
</ul>

<h1>DVD #40: WEST&#95;WING&#95;S7&#95;D1</h1>

<ul>
<li>s07e01: The Ticket</li>
<li>s07e02: The Mommy Problem</li>
<li>s07e03: Message of the Week</li>
<li>s07e04: Mr. Frost</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #41: WEST&#95;WING&#95;S7&#95;D2</h1>

<ul>
<li>s07e05: Here Today</li>
<li>s07e06: The Al Smith Dinner</li>
<li>s07e07: The Debate</li>
<li>&#8220;The Debate&#8221; Live from the Director&#8217;s Chair</li>
</ul>

<h1>DVD #42: WEST&#95;WING&#95;S7&#95;D3</h1>

<ul>
<li>s07e08: Undecideds</li>
<li>s07e09: The Wedding</li>
<li>s07e10: Running Mates</li>
<li>s07e11: Internal Displacement</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #43: WEST&#95;WING&#95;S7&#95;D4</h1>

<ul>
<li>s07e12: Duck and Cover</li>
<li>s07e13: The Cold</li>
<li>s07e14: Two Weeks Out</li>
<li>s07e15: Welcome to Wherever You Are</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #44: WEST&#95;WING&#95;S7&#95;D5</h1>

<ul>
<li>s07e16: Election Day</li>
<li>s07e17: Election Day: Pt. 2</li>
<li>s07e18: Requiem</li>
<li>s07e19: Transition</li>
<li>No Special Features (Attractive Nuisance)</li>
</ul>

<h1>DVD #45: WEST&#95;WING&#95;S7&#95;D6</h1>

<ul>
<li>s07e20: The Last Hurrah</li>
<li>s07e21: Institutional Memory</li>
<li>s07e22: Tomorrow</li>
<li>Countdown to West Wing Live</li>
</ul>

<h2>Notes:</h2>

<hr />

<ol>
<li><p>&#8220;No Special Features (Attractive Nuisance)&#8221; means that the DVD has a &#8220;Special Features&#8221; item on the root menu, but it just says &#8220;See other discs&#8221;.***</p></li>
<li><p>On the DVD, s04e01 and s04e02 have been combined into one episode.</p></li>
</ol>

<p>I&#8217;ve also created this in a <a href="/files/West-Wing-DVD-Guide-Printable.pdf">printable</a> format (US-Letter, landscape, unrestricted PDF).</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/JpoRjn1ZKt0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/tv/west-wing-dvd-episode-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://tntluoma.com/tv/west-wing-dvd-episode-guide/</feedburner:origLink></item>
		<item>
		<title>Stop Backup.app from Bouncing on the Dock</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/J2WhTtYxuMg/</link>
		<comments>http://tntluoma.com/apple/stop-backup-app-dock-bounce/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 19:58:46 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1233</guid>
		<description><![CDATA[I use Apple&#8217;s Backup.app every day to backup my:


Address Book
iCal
Keychain
Safari Settings
Stickies [of which I have zero]



I run a daily full system backup of my iMac using SuperDuper and wouldn&#8217;t dream of being without it.

But given Mobile Me&#8217;s penchant for sucking when it comes to syncing, I run Backup.app not only on my iMac, but also [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.apple.com/downloads/macosx/apple/application_updates/backup312.html">Apple&#8217;s Backup.app</a> every day to backup my:</p>

<ul>
<li>Address Book</li>
<li>iCal</li>
<li>Keychain</li>
<li>Safari Settings</li>
<li>Stickies [of which I have zero]
<span id="more-1233"></span></li>
</ul>

<p>I run a daily full system backup of my iMac using <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper</a> and wouldn&#8217;t dream of being without it.</p>

<p>But given <a href="http://www.apple.com/mobileme/">Mobile Me&#8217;s</a> penchant for sucking when it comes to syncing, I run Backup.app not only on my iMac, but also on my MacBook.</p>

<h1>The Annoyance</h1>

<p>The problem with Backup.app has <em>always</em> been that it is annoying.</p>

<p>It pops up and bounces in the dock for 2 minutes before it actually backs up anything.</p>

<p>What do I want? I want it to <em>backup my files</em> and leave me alone.</p>

<p>I can solve this on my iMac by having the backup run at 3 a.m. when I am (hopefully!) not using the computer, but the MacBook is usually asleep at that time, so I have it run at 11 a.m.</p>

<p>Given that you have to manually schedule these backups, I&#8217;m not sure why Apple thinks that you need to confirm it <strong><em>every.single.time</em></strong> but it does.</p>

<h1>The Fix</h1>

<p><img src="http://tntluoma.com/files/backupapplackofpreferences.png" alt="BackupAppLackOfPreferences.png" border="0" width="241" height="316" align="left" style="margin-right: 1em" /> The simplest solution would be to change the preferences, but <em>oh look</em> there aren&#8217;t any. Backup.app doesn&#8217;t even have a preferences panel <em>at all</em>. So there goes that.</p>

<p>I finally got fed up enough that <a href="http://twitter.com/luomat/status/1203032931">I asked Twitter</a> if anyone knew of a solution and <a href="http://twitter.com/jkestr">@jkestr</a> <a href="http://twitter.com/jkestr/statuses/1203052363">suggested</a> that I take a look at &#8220;defaults read com.apple.backup&#8221; in Terminal.</p>

<p>(For the non-Terminal aware, this is a way of looking at an application&#8217;s preferences, even if it doesn&#8217;t tell you about them. And I really should have thought of it myself.)</p>

<p>I was hoping to find something like &#8220;MakeBackupAppBounceAnnoyingly&#8221; which I could set to FALSE, but alas, no such luck.</p>

<p>But I found something almost as good:</p>

<pre><code>"Backup Timer" = 120;
</code></pre>

<p>Aha! 120 seconds is how long Backup waits (and bounces) before running</p>

<p>I tried:</p>

<pre><code>defaults write com.apple.backup "Backup Timer" 0
</code></pre>

<p>thinking that would make Backup just <em>run</em> but all that happened was the app launched but the backup did not actually execute. I tried again with:</p>

<pre><code>defaults write com.apple.backup "Backup Timer" 1
</code></pre>

<p>which does work and which <em>limits</em> Backup to just one bounce.</p>

<p>Realizing I wasn&#8217;t going to do much better than this, I decided to run <a href="http://homepage.mac.com/fahrenba/programs/dockless/dockless.html">Dockless</a> and set Backup.app to not show up in the Dock at all.  The two of these combined makes Backup as innocuous as possible.</p>

<p><em>n.b. I assume everyone else already knows this: but you can set Backup.app to backup to a local drive instead of iDisk. The iMac backs up to Drobo, my MacBook backs up to iDisk.</em></p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/J2WhTtYxuMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/apple/stop-backup-app-dock-bounce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tntluoma.com/apple/stop-backup-app-dock-bounce/</feedburner:origLink></item>
		<item>
		<title>How to get the MPEG-2 Component for Quicktime</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/ZYz9fek8FrY/</link>
		<comments>http://tntluoma.com/apple/get-mpeg-2-quicktime-component/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 05:26:16 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1204</guid>
		<description><![CDATA[I bought the MPEG-2 Quicktime Playback Component several years ago.

Why? Well, read the above link, but basically it allows me to play MPEG-2 files in Quicktime.

What can I say, I&#8217;m a simple man.

Yes, you can play MPEG-2 files using VLC. This isn&#8217;t intended to convince you of why you might want the MPEG-2 com.

It&#8217;s also [...]]]></description>
			<content:encoded><![CDATA[<p>I bought the <a href="http://www.apple.com/quicktime/mpeg2/">MPEG-2 Quicktime Playback Component</a> several years ago.</p>

<p>Why? Well, read the above link, but basically it allows me to play MPEG-2 files in Quicktime.</p>

<p>What can I say, I&#8217;m a simple man.
<span id="more-1204"></span>
Yes, you can play MPEG-2 files using <a href="http://www.videolan.org/vlc/">VLC</a>. This isn&#8217;t intended to convince you of why you might want the MPEG-2 com.</p>

<p>It&#8217;s also not going to tell you how to get it if you haven&#8217;t paid for it (sorry, if that&#8217;s what you were looking for).</p>

<p>The purpose is to be able to figure out to re-download it after you&#8217;ve paid for it. (If you want to buy it, it&#8217;s <a href="http://store.apple.com/us/product/D2187Z/A">$20 at the Apple Store</a>.)</p>

<p>Because I keep forgetting.</p>

<ol>
<li><p>Goto <a href="http://store.apple.com/">http://store.apple.com/</a></p></li>
<li><p>Click on the &#8220;Account&#8221; link shown here, top right corner:</p></li>
</ol>

<p><img src="http://tntluoma.com/files/mpeg-2-a.png" alt="mpeg-2-a.png" border="0" width="290" height="136" /></p>

<p>(That was how the store was designed as of 2009-01-30. It may have changed since. Basically you want to find a way to log in once you are at the Apple Store website.)</p>

<ol>
<li>Look for a download link &#8220;Downloadable software purchases&#8221; such as this:</li>
</ol>

<p><img src="http://tntluoma.com/files/mpeg-2-b.png" alt="mpeg-2-b.png" border="0" width="714" height="355"  /></p>

<p>(You&#8217;ll be prompted to login.)</p>

<p>4) You&#8217;ll see a line like this (the date will indicate when you purchased it)</p>

<pre><code>QT 6 MPEG-2 Playback - Mac OS X     D2187Z/A    3 August 2004       Download
</code></pre>

<p>The word &#8220;Download&#8221; will be a clickable link.</p>

<p>That&#8217;s it.</p>

<p>Simple. Once you know what the steps are.</p>

<p>As Dr. Cupper used to say, &#8220;Everything is easy when you know what you are doing.&#8221;</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/ZYz9fek8FrY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/apple/get-mpeg-2-quicktime-component/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://tntluoma.com/apple/get-mpeg-2-quicktime-component/</feedburner:origLink></item>
		<item>
		<title>Eee 1000HA and OS X</title>
		<link>http://feedproxy.google.com/~r/tntluoma/~3/KuaXNzMy1C4/</link>
		<comments>http://tntluoma.com/apple/eee-1000ha-and-os-x/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 05:14:56 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tntluoma.com/?p=1190</guid>
		<description><![CDATA[Log of stuff I tried when trying to run OS X on an Eee PC 1000HA.
1) I read about the idea at http://eeeboot.org/

2) I used this post to install OS X directly to a hard drive.

3) I copied some of the files from eeeboot.org onto the hard drive

4) I removed the stock hard drive from [...]]]></description>
			<content:encoded><![CDATA[<p>Log of stuff I tried when trying to run OS X on an Eee PC 1000HA.<span id="more-1190"></span>
1) I read about the idea at <a href="http://eeeboot.org/">http://eeeboot.org/</a></p>

<p>2) I used <a href="http://northstarlabs.net/2007/11/leopard-firewire-target-mode-os-install/">this post</a> to install OS X directly to a hard drive.</p>

<p>3) I copied some of the files from eeeboot.org onto the hard drive</p>

<p>4) I removed the stock hard drive from the Eee and put the OS X hard drive from step #2 into it.</p>

<p>5) I booted up the Eee with exactly zero expectations that this would actually work.</p>

<p>6) The machine showed the Bios flash screen, and left me with a blank screen and a blinking cursor.</p>

<p>So, yeah. Not so much.</p>

<p>7) Disabled Onboard LAN as suggested <a href="http://www.enik.ch/2008/10/osx-leopard-1055-on-the-eee-1000h/">here</a> which was the only BIOS setting that I had which wasn&#8217;t as recommended. Rebooted. No joy.</p>

<p>I&#8217;m wondering if I&#8217;m going to need to upgrade my BIOS firmware:</p>

<pre><code>ASUS EEE PC ACPI BIOS Revision 1206
Core Version 1206
Build Date 10/17/08
EC Firmware Version: EPCB-017
</code></pre>

<p>8) Burned EEEboot.1.09.iso to a CD. Then realized I have no external CD-ROM drives in the house. My external DVD drive went into my Ubuntu machine, which is at the office. Which means the CD-ROM that I took from that machine is probably also, at the office.</p>

<p>9) I put the original Windows XP hard drive into an external, bus powered, USB case and attached it to the Eee. I set the BIOS to boot from the external hard drive, and Windows would boot but immediately blue-screened and rebooted again. Too bad, that could have been handy. Not sure if that is a Windows limitation, but seems possible.  I may try installing <a href="http://www.eeebuntu.org/">EEEBuntu</a> on an external drive, but not until I have OS X running, or I&#8217;ve given up.</p>

<h2>UPDATE: 2009-01-31</h2>

<p>I gave up trying to do this without a DVD drive, and followed the instructions listed above.</p>

<p>And it worked perfectly.</p>

<p>Except for the Wifi.</p>

<p>I tried all the new drivers and the RALink and finally just opened up the case and unscrewed the WiFi card that came with it and found out it is <em>not</em> an RALink card. It&#8217;s an &#8220;Azureware AW-GE780 PCI-E&#8221; which has no OS X drivers.</p>

<p>So I need to get a different card. I&#8217;ll probably try to get an Airport card so it will work with OS X and XP (Boot Camp drivers, baby!)</p>

<p>Here is the key to getting this to work: Go slowly.</p>

<p>I&#8217;m going to say that again because it bears repeating: <strong><em>Go Slowly</em></strong>. Read carefully. The instructions linked from  <a href="http://eeeboot.org/">http://eeeboot.org/</a> worked fine, but there is a lot of information packed in there. Some things work better if you do them in the proper order. Some will work out of order. But save yourself time and frustration by doing it in the order shown there.</p>

<p>For some reason my Audio was not working at first. <a href="http://twitter.com/iiyoyoguy/status/1189652341">The author suggested</a> that I try reinstalling the audio kext file. Once I did that (and rebooted) it worked fine.</p>

<p>Tip: set the auto login for the eee pc at first. You&#8217;re going to be rebooting <strong><em>a lot</em></strong> while you are setting this up. Do it, don&#8217;t skip any, but go ahead and make it a little easier for yourself.</p>

<h2>Update: 2009-02-08</h2>

<p>I purchased a <a href="http://www.junetrading.com/product_info.php?cPath=12&amp;products_id=5397">MacBook compatible Airport card from JuneTrading</a> for $40 but if I had to do it over again I would <a href="http://www.google.com/search?ie=utf8&amp;oe=utf8&amp;q=site:ebay.com+macbook+pci-e">buy it from eBay</a>. There is a guy on eBay who consistently seems to have this card and sells it for $25-$30 via the &#8220;Buy It Now&#8221; option. I didn&#8217;t order from him because he ships from Hong Kong (well, that, and I loathe eBay). Well, guess what, so does JuneTrading. [n.b. JuneTrading and EzDealWorld seem to be the same company].</p>

<p>I unscrewed the back of the eee PC, and removed the old WiFi card. The only trick here is the two little wires connecting the WiFi card. They come off by pulling straight up (be gentle but firm) and be sure to re-attach them to the new card in the same way.</p>

<p>WARNING: Be very careful to tuck the PCI-E wires back underneath the plastic edge before putting the cover back on so they don&#8217;t get caught under the plastic or cover the screw hole.</p>

<p>Unfortunately, that card did not work. It would only see my &#8220;G&#8221; network, not my &#8220;N&#8221; network. So I returned it, or will, when the replacement I ordered from <a href="http://stores.shop.ebay.com/applecoreonline">Applecoreonline</a> arrives.</p>

<p>Yuck, eBay and PayPal. On the other hand, it was &#8220;buy it now&#8221; and he&#8217;s <strong><em>not</em></strong> in China or Hong Kong, so hopefully I&#8217;ll get it sooner. I paid about $36 including shipping. There was a &#8220;Make A Deal&#8221; button and I considered it (after all, the folks in Hong Kong/China are selling the same thing for about $10 less) but decided I was more interested in getting it, and fast, than haggling.</p>

<p>[Update 2009-02-12: the new card arrived, popped it in, and voilà! Wireless-N, baby!]</p>

<h2>What&#8217;s Next?</h2>

<p><img src="/files/usb-ethernet.jpg" alt="Apple's USB Ethernet Adapter" border="0" width="185" height="185" align="left" /> I wish the internal Ethernet worked, but so far no one seems to have gotten that to work. Apple sells a [USB Ethernet adaptor](http://store.apple.com/us/product/MB442Z/A] which apparently works, but I don&#8217;t really want one of those.</p>

<p>A) it&#8217;s $30 and<br />
b) It&#8217;s a dongle.</p>

<p>So I guess I&#8217;ll live without it. The pain is that since the eee PC doesn&#8217;t have a DVD drive, if I want to watch movies on it, I have to copy them over WiFi, and even at &#8220;N&#8221; speeds, you can&#8217;t beat wired ethernet.</p>

<p><em>Bluetooth</em> – The 1000HA doesn&#8217;t come with built-in Bluetooth. You can add it, but <a href="http://forum.eeeuser.com/viewtopic.php?id=48918">according to the instructions</a> this involves 10+ screws, and buying the proper part which may or may not come with the wires you need. There are a few options, but really, I&#8217;m not sure that the whole thing is worth it.  Why? Well, I plugged in a <a href="http://www.dlink.com/products/?pid=34">D-Link DBT-120</a> which is a <a href="http://support.apple.com/kb/TA27121">known-to-be-Mac-compatible</a> Bluetooth adapter and it &#8220;Just Worked.&#8221; The problem is: it&#8217;s a dongle. It sticks out about an inch, which means that it could break off (taking my USB port with it) and it won&#8217;t fit in the little silicone pouch/sleeve that came with the computer unless I disconnect it, meaning that I will probably lose it.</p>

<p><img hspace="30" src="http://tntluoma.com/files/tiny-bt-adapter.jpg" alt="tiny-bt-adapter.jpg" border="0" width="115" height="115" align="left" /> This looks a lot better. That&#8217;s the dongle that comes with a <a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/3271&amp;cl=US,EN">Logitech VX Nano Cordless Laser Mouse for Notebooks</a> which is also Mac compatible. If I could just buy the dongle, I would, but if I have to buy the zuper cool mouse that goes with it, so be it. (Cost: $50)</p>

<p><em>RAM</em> — It comes with 1GB of RAM, and it works pretty well. But come on. For $28 I can get 2GB of RAM (and installation should be darned easy) and OS X will be much happier. No-brainer.</p>

<p>Final Tally: 
* for a working Mac compatible eee PC: $380 including replacement Airport card
* add $35-$50 for Bluetooth (on the low end you&#8217;re going to have to find the parts and install them. On the high end, you&#8217;re getting a super cool mouse and a tiny dongle.)
* add $30 to upgrade to 2GB of RAM (which you don&#8217;t, strictly speaking, <em>need</em> but which will make it much nicer overall)</p>

<p>(I ended up selling my Apple Mighty Mouse which I had never really used all that much for about the same price as the new Logitech mouse, so that cost was about net-zero.)</p>

<p>Final Point on Price: I already had the Family Pack of Leopard, which gives me 5 legal licenses. Since Leopard is installed only on my MacBook, Powerbook, and iMac, I still had a license left over.</p>

<p>This machine may eventually replace the Powerbook, which I have already had to pay someone to replace the hard drive (because I can&#8217;t access it myself without taking the whole thing apart), and another $160 to replace where the AC adapter plugs in (which they didn&#8217;t fix properly). Bluetooth on the Powerbook is also flaky, as is the DVD drive. This is a machine which has been gently used (with the exception of an unfortunate &#8220;bump&#8221; that broke off part of the AC adapter inside the Powerbook) and sold for close to $3,000 (including Applecare, which covered a previous hard drive replacement a few years ago) about 4 years ago.</p>

<p>Do I feel badly about installing OS X on &#8220;unapproved&#8221; hardware? No I do not.</p>

<h2>One Last Tip</h2>

<p><a href="http://www.google.com/search?hl=en&amp;safe=off&amp;q=%22remote+disc%22++site%3Aapple.com&amp;btnG=Search">Apple&#8217;s &#8220;Remote Disc&#8221;</a> is a feature they added when they introduced the MacBook Air, which doesn&#8217;t have a built-in optical drive.</p>

<p>Guess what else doesn&#8217;t have a built-in optical drive?</p>

<p>But you can enable the &#8220;Remote Disc&#8221; feature using these commands in Terminal:</p>

<pre><code>defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
defaults write com.apple.NetworkBrowser ODSSupported -bool true
</code></pre>

<p><em>tip via <a href="http://www.macosxhints.com/article.php?story=2009012605560521">MacOSXHints</a> via <a href="http://forums.macrumors.com/showthread.php?t=455975">macrumors.com</a></em></p>

<p>You may have to restart Finder and/or your computer to make this work.</p>

<p>The limitation is that you can&#8217;t use this for accessing anything except data (no watching DVD movies over your network!) but that&#8217;s not a bad deal at all.</p>

<h2>That&#8217;s All For Now</h2>

<p>Again, my huge thanks to <a href="http://eeeboot.org/">Gregory Cohen</a> for putting these initial instructions together and for the help/direction he gave on Twitter (He&#8217;s <a href="http://twitter.com/iiyoyoguy">@iiyoyoguy on Twitter</a> if you want to follow him there).</p>
<img src="http://feeds.feedburner.com/~r/tntluoma/~4/KuaXNzMy1C4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/apple/eee-1000ha-and-os-x/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://tntluoma.com/apple/eee-1000ha-and-os-x/</feedburner:origLink></item>
	</channel>
</rss>
