<?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>Aldoblog &#187; library</title>
	<atom:link href="http://aldoblog.com/tag/library/feed/" rel="self" type="application/rss+xml" />
	<link>http://aldoblog.com</link>
	<description>Michael Alderete’s Weblog</description>
	<lastBuildDate>Sat, 21 Jan 2012 09:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Importing audio book CDs into iTunes</title>
		<link>http://aldoblog.com/2005/05/importing-audiobooks/</link>
		<comments>http://aldoblog.com/2005/05/importing-audiobooks/#comments</comments>
		<pubDate>Mon, 09 May 2005 06:50:54 +0000</pubDate>
		<dc:creator>Alderete</dc:creator>
				<category><![CDATA[Audiobooks]]></category>
		<category><![CDATA[I Like]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Rochelle]]></category>
		<category><![CDATA[audible.com]]></category>
		<category><![CDATA[audiobook]]></category>
		<category><![CDATA[bookmarkable]]></category>
		<category><![CDATA[import-cds]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[protected-aac]]></category>
		<category><![CDATA[spoken-word]]></category>

		<guid isPermaLink="false">http://aldoblog.com/blog/471</guid>
		<description><![CDATA[Rochelle and I have fallen in love with listening to books on our iPods. We've signed up for two books a month through Audible.com, and for me, that pace is actually pretty good. Rochelle goes through them faster, though, and recently started going to the SF Public Library to get more books to listen to. Importing them onto an iPod is not terribly intuitive. This post describes what I think is a fairly optimal process, using only iTunes to do the importing.]]></description>
			<content:encoded><![CDATA[	<p class="update"><strong>Note:</strong> These instructions have been superceded by a new version available in the <em><a href="/audiobooks/">Aldo on Audiobooks</a></em> section of this site. Please use <a href="/audiobooks/itunes/importing-audio-cds/">that version</a> instead of this page.</p>

  <div class="obsolete">

	<p>Rochelle and I have fallen in love with listening to books on our <a href="http://www.apple.com/ipod/">iPods</a>. We&#8217;ve signed up for two books a month through <a href="http://www.audible.com/">Audible.com</a>, and for me, that pace is actually pretty good. But Rochelle has more time to listen while commuting and at work; she blows through our two books a month.</p>

	<p>She recently started going to the library to get audio books there, on CD. The San Francisco Public Library has quite a lot of them, and you can reserve them online. The only downside with the CDs is they cannot be played (directly) on an iPod. Enter the second half of Apple&#8217;s one-two combination, <a href="http://www.apple.com/itunes/jukebox.html">iTunes</a>, which makes importing CDs relatively easy, and keeping them organized, syncing them with an iPod, and making custom playlists <em>extremely</em> easy. </p>

	<p>The only problem is, it&#8217;s optimized for music CDs. It&#8217;s taken quite a bit of trial and error &#8212; mostly error &#8212; to come up with a recipe that works well, and produces audiobook files that are reasonable in size and quality, and as easy to use on our iPods as the books from Audible.com. I&#8217;m going to save you some time, and share the recipe.</p>

  </div>

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

  <div class="obsolete">

	<h3>Importing Audio Book CDs into iTunes</h3>

	<blockquote>
		<p><strong>Note:</strong> These instructions use screenshots of iTunes 4.7, but work fine in iTunes 4.8 and 4.9, there are no meaningful changes.</p>
	</blockquote>

	<h4>Set Up iTunes for Optimal Import Settings</h4>

	<p>You want to set iTunes to import the audio content of audio book CDs quite differently than you would for importing music. You don&#8217;t need to use a high bitrate; that leads to huge files, with little improvement in quality. You also don&#8217;t need stereo, because most audio books are mono; saving the left and right tracks only doubles the file size, without changing the sound at all. Last, you want to make sure the files are bookmarkable on your iPod; <span class="caps">AAC</span> files can be made bookmarkable, while MP3 files cannot.</p>

	<blockquote>
		<p><strong>Note:</strong> Even <span class="caps">AAC</span> files need a trick to be bookmarkable. You can <a href="http://forums.ipodlounge.com/showthread.php?threadid=33491">do it manually on a PC</a> (it&#8217;s not hard, just rename the files manually, details below), but on a Mac, you can download and install the <a href="http://www.malcolmadams.com/itunes/scripts/ss.php?sp=makebookmarkable">Make Bookmarkable</a> script to make the process very simple.</p>
	</blockquote>

	<ol>
		<li>Launch iTunes, and open the Preferences dialog.</li>
		<li>Click on the General tab.</li>
		<li>Set the On CD Insert action to Show Songs.<br />
<img src="/images/itunes-prefs-general.gif" title="iTunes Preferences, General panel" alt="iTunes Preferences, General panel" width="375" height="365" /><br />
You don&#8217;t want to auto-import, because there are a couple of steps which are easier to do before you import.</li>
		<li>Click on the Importing tab.</li>
		<li>In the Import Using pop-up, choose <span class="caps">AAC</span> Encoder. This format is required for the file to be bookmarkable.</li>
		<li>In the Setting pop-up, choose Custom&#8230;</li>
		<li><a name="import-settings"></a>In the <span class="caps">AAC</span> Encoder settings dialog that appears, choose a Stereo Bit Rate of 64 kbps, a Sample Rate of Auto, and a Channels of Mono.<br />
<img src="/images/itunes-prefs-importing-aac.gif" title="iTunes Preferences, AAC Encoding panel" alt="iTunes Preferences, AAC Encoding panel" width="350" height="188" /><br />
The combination of the stereo bit rate and mono channel means that the real bit rate recorded will be half, or 32 kbps. This is equivalent to Type 4 format on Audible.com, their highest quality recording. Click OK.<br />
<blockquote><strong>Note:</strong> There are <a href="http://forums.ipodlounge.com/showthread.php?s=&amp;#038;threadid=61895">reports that mono <span class="caps">AAC</span> files can cause lockups on iPods</a> when played. Doesn&#8217;t happen to me. Your mileage may vary.</blockquote></li>
		<li>Uncheck the Play songs while importing and the Use error correction when reading Audio CDs options.<br />
 <img src="/images/itunes-prefs-importing.gif" title="iTunes Preferences, Importing panel" alt="iTunes Preferences, Importing panel" width="375" height="313" /> <br />
 These will both slow the import process tremendously, so turn &#8216;em off. Some people also recommend unchecking the Create file names with track number, but I am not sure why. Click OK.</li>
	</ol>

	<h4>Import the Audio Book CDs</h4>

	<p>Importing CDs for audio books can be kind of painful, because there are usually a lot of them. To make matters worse, each CD usually has dozens of tracks on it, which makes it a nightmare to manage on the small screen of an iPod. Worst of all, the track names are rarely recognized by the automatic lookup service, so you need to enter them by hand. This import process attempts to reduce the amount of manual input, while also making sure that the track information is highly usable on an iPod.</p>

	<ol>
		<li>Insert the CD, and wait for the tracks to appear in iTunes. Sometimes you&#8217;ll have to dismiss a dialog or two which invites you to do some automatic action. Don&#8217;t, just display the tracks.</li>
		<li>Select all of the CD&#8217;s tracks, and choose Join CD Tracks from the Advanced menu. This will consolidate the many tracks on the CD into one, which will make it <em>much</em> easier to manage when the tracks are copied to your iPod.<br />
<blockquote><strong>Note:</strong> If the Join CD Tracks menu item is dimmed, you need to re-sort the list by the track number; see Apple&#8217;s knowledgebase article <a href="http://docs.info.apple.com/article.html?artnum=93624">iTunes 4: Join CD Tracks Command Is Dimmed</a> for details.</blockquote></li>
		<li>Select Submit CD Track Names from the Advanced menu.</li>
		<li>In the CD Info dialog that appears, fill out the information you know about the audio book.<br />
<img src="/images/itunes-submit-cd-info.gif" title="iTunes Submit CD Track Names, CD Info dialog" alt="iTunes Submit CD Track Names, CD Info dialog" width="350" height="256" />
	<ol>
		<li>Artist: the book&#8217;s author</li>
		<li>Composer: I use this to record the reader of the audio book</li>
		<li>Album: the book&#8217;s title</li>
		<li>Disc Number: which disc this is out of how many total discs</li>
		<li>Genre: &#8220;Audiobook&#8221;</li>
		<li>Year: the year the book or recording was published, if you care</li>
	</ol></li>
		<li>Click OK, and the information will be submitted. You will probably be prompted to Select CD Category, since the online database uses a different category for audio books. Choose &#8220;Books &#038; Spoken&#8221;, and click OK.<br />
<img src="/images/itunes-submit-category.gif" title="iTunes Submit CD Track Names, Category dialog" alt="iTunes Submit CD Track Names, Category dialog" width="350" height="217" /></li>
		<li>You&#8217;ll get a dialog telling you it&#8217;s done, click OK.</li>
		<li>When the submission process is completed, all of the tracks on the CD should have the appropriate information attached to them. This means everything has worked so far. So&#8230;</li>
		<li>Click the Import button (top right corner) to import this disc, using the import settings you set up initially.</li>
		<li>When the import finishes, eject the CD.</li>
		<li>Switch to your Library, and find the newly imported track. There should be only one. Select it, and press Command-I to do a Get Info on the track.<br />
<img src="/images/itunes-song-info.gif" title="iTunes Song Info panel" alt="iTunes Song Info panel" width="375" height="320" /></li>
		<li>Verify all of the information there. The song Name will be the same name as the album. Since the Name will be what you see on your iPod, you want to add the disc sequence number to it. A shorter format is better, especially if you have an iPod mini, with the more narrow screen. I generally add &#8220;xx/yy&#8221;, where xx is the disc number, and yy is the total number of discs. Be sure to add a leading zero to the disc number if the total number of discs will be more than one digit, e.g., &#8220;04/13&#8221; rather than &#8220;4/13&#8221;. This way, the tracks will sort correctly when sorted by Name.</li>
		<li>You may also want to add a note to the Comments field, to note where you obtained the book, etc.; I type &#8220;Library <span class="caps">AAC</span>&#8221; into my imported tracks.</li>
		<li>Repeat this process for the each CD in the audio book, until you have imported all of the CDs.</li>
		<li>In your Library, select all of the tracks which you just imported. From the iTunes Scripts menu (the stylized S icon), run the <a href="http://www.malcolmadams.com/itunes/scripts/ss.php?sp=makebookmarkable">Make Bookmarkable</a> script. This script changes the type of <span class="caps">AAC</span> file from &#8220;m4a&#8221; to &#8220;m4b&#8221;. The iPod treats m4b format files a little differently: they show up in the Audiobooks main menu, and they are bookmarkable, which means they will remember where you were when you stopped listening, even if you play other things in the meantime.<br />
<blockquote>If you&#8217;re using iTunes on a PC, you&#8217;ll need to do this manually. Changing the filename extensions from &#8220;.m4a&#8221; to &#8220;.m4b&#8221; will do the trick. Use the File/Show Song File menu choice to reveal the folder with the book files, and rename away. If you can&#8217;t see the &#8220;.m4a&#8221; file extension, then _un_check the Hide extensions for known file types option in the Advanced Settings section of the Folder Options control panel.<br />
<img src="/images/advanced-folder-options_sm.gif" title="Windows XP Folder Options Advanced Settings" alt="Windows XP Folder Options Advanced Settings" width="300" height="369" /><br />
</blockquote></li>
		<li>Sync to your iPod, and enjoy a great book!</li>
	</ol>

	<p>A final note for the benefit of <span class="caps">RIAA</span> lawyers, and those looking to avoid same: We use this process to copy borrowed audio books from CD to our iPod, so we can listen to books we&#8217;ve checked out from the public library. That&#8217;s a fair use of the copying capability that is built into iTunes. When we&#8217;ve listened to the book, we delete it. Keeping the book, or file swapping it, would be illegal. We don&#8217;t do that.</p>

  </div><hr />Copyright &copy; 2012 by <strong><a href="http://aldoblog.com">Aldoblog</a></strong>. All rights reserved. This feed is provided for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal-2011@aldoblog.com so we can take action immediately.]]></content:encoded>
			<wfw:commentRss>http://aldoblog.com/2005/05/importing-audiobooks/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
	</channel>
</rss>

