<?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>My MacOS X&#187; iTunes</title>
	<atom:link href="http://www.mymacosx.com/itunes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Fri, 15 Jul 2011 20:10:09 +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>iTunes Encode Russian songs &#8211; cyrillic problem</title>
		<link>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html</link>
		<comments>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 19:54:56 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[cyrillic]]></category>
		<category><![CDATA[russian]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=761</guid>
		<description><![CDATA[Is iTunes puts weird words for Russian songs I import ? ID3 tags added on a non-Mac machine are likely to be either CP-1251 (Windows) or CP-866 (DOS) coded. When iTunes imports such tags into the library, it has no knowledge what code page was used and by default assumes it is all MacRoman. I&#8217;ll [...]<p><a href="http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html">iTunes Encode Russian songs &#8211; cyrillic problem</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/custom-alert-sounds-mac-os-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Custom Alert Sounds in Mac OS X Leopard</a><!-- (7.8)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.8)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (6.4)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><strong>Is iTunes puts weird words for Russian songs I import ? </strong></p>
<p><img class="size-full wp-image-763 aligncenter" title="itunes 10 russian filenames" src="http://www.mymacosx.com/files/2010/11/itunes-russian-filenames.png" alt="" width="483" height="92" /></p>
<p>ID3 tags added on a non-Mac machine are likely to be either CP-1251   (Windows) or CP-866 (DOS) coded.  When iTunes imports such tags into the   library, it has no knowledge what code page was used and by default   assumes it is all MacRoman.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5644564406257391";
/* myMacosX image square inside post, 300x250, created 11/21/09 */
google_ad_slot = "9019116701";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
I&#8217;ll explain how to fix cyrillic in two steps</p>
<p><strong>Installation</strong></p>
<ol>
<li>Copy <a title="Russian Convert" href="/f/RussianConv">Russian Conver</a> script file to <strong>~/Library/Scripts/Applications/iTunes</strong>.  <em>(Note: You can change the name of a script to ensure proper sorting in the Script Menu.)<br />
<img class="alignnone size-full wp-image-764" title="itunes applescript" src="http://www.mymacosx.com/files/2010/11/itunes-applescript.png" alt="" width="284" height="57" /><br />
</em>
<pre class="brush: bash; title: ; notranslate">
 (*
Script:
 Russian Convert
Version:
 0.1
Author:
 Chirill Trescencov (chirill@chirill.com)
*)

tell application &quot;iTunes&quot;
 if selection is not {} then -- there ARE tracks selected...
 set sel to a reference to selection
 repeat with aTrack in sel
 set f to (get name of aTrack)
 set p to (get location of aTrack)
 do shell script &quot;java -jar /Applications/Utilities/id3iconv-0.2.1.jar -e cp1251 &quot; &amp; quoted form of POSIX path of (p as string)
 end repeat
 end if
end tell
 </pre>
</li>
<li><a title="id3iconv download" href="http://www.mymacosx.com/f/id3iconv-0.2.1.jar"><em>Download </em>id3iconv-0.2.1.jar</a> utility and copy to <strong>/Applications/Utilities/</strong> (The Russian Convert script is need it to fix mp3 files). Make sure the JAVA Machine is installed in your Snow Leopard.</li>
<li>That it. Now you will see the script in iTunes top menu. Just select weired songs and click on script.</li>
</ol>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html">iTunes Encode Russian songs &#8211; cyrillic problem</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/custom-alert-sounds-mac-os-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Custom Alert Sounds in Mac OS X Leopard</a><!-- (7.8)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.8)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (6.4)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iTunes update 9.1.1 &#8211; important bug fixes</title>
		<link>http://www.mymacosx.com/itunes/tunes-update-911.html</link>
		<comments>http://www.mymacosx.com/itunes/tunes-update-911.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 00:48:48 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Software updates]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=680</guid>
		<description><![CDATA[Tunes 9.1.1 provides a number of important bug fixes, including: • Addresses several stability issues with VoiceOver • Addresses a usability issue with VoiceOver and Genius Mixes • Addresses issues with converting songs to 128 kbps AAC while syncing • Addresses other issues that improve stability and performance iTunes 9.1 comes with several new features [...]<p><a href="http://www.mymacosx.com/itunes/tunes-update-911.html">iTunes update 9.1.1 &#8211; important bug fixes</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases iTunes 9.1 to Support iPad and iPhoto 8.1.2 update</a><!-- (35.9)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (26.2)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (17.9)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><strong>Tunes 9.1.1 provides a number of important bug fixes, including:</strong></p>
<p><img class="size-thumbnail wp-image-679 alignleft" title="itunes" src="http://www.mymacosx.com/files/2010/04/itunes-150x150.png" alt="" width="150" height="150" />• Addresses several stability issues with VoiceOver<br />
• Addresses a usability issue with VoiceOver and Genius Mixes<br />
• Addresses issues with converting songs to 128 kbps AAC while syncing<br />
• Addresses other issues that improve stability and performance<br />
iTunes 9.1 comes with several new features and improvements, including:</p>
<p>• Sync with <a href="/ipad/"><strong>iPad</strong></a> to enjoy your favorite music, movies, TV shows, books and more on the go</p>
<p>• Organize and sync books you&#8217;ve downloaded from <strong>iBooks</strong> on <strong>iPad</strong> or added to your iTunes library</p>
<p>• Rename, rearrange, or remove Genius Mixes</p>
<p>For information on the security content of this update, please visit: <a href="http://support.apple.com/kb/HT1222" target="_blank">http://support.apple.com/kb/HT1222</a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/tunes-update-911.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/tunes-update-911.html">iTunes update 9.1.1 &#8211; important bug fixes</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases iTunes 9.1 to Support iPad and iPhoto 8.1.2 update</a><!-- (35.9)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (26.2)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (17.9)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/tunes-update-911.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Releases iTunes 9.1 to Support iPad and iPhoto 8.1.2 update</title>
		<link>http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html</link>
		<comments>http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html#comments</comments>
		<pubDate>Tue, 30 Mar 2010 20:47:40 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iPhoto]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Software updates]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=621</guid>
		<description><![CDATA[iTunes update Apple today released iTunes 9.1 via Software Update and the company&#8217;s iTunes download page. The update brings several enhancements such as support for iPad syncing including eBook content and greater customizability of Genius Mixes. iTunes 9.1 comes with several new features and improvements, including: - Sync with iPad to enjoy your favorite music, [...]<p><a href="http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html">Apple Releases iTunes 9.1 to Support iPad and iPhoto 8.1.2 update</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/tunes-update-911.html" rel="bookmark" style="color:#000;font-size:13px">iTunes update 9.1.1 &#8211; important bug fixes</a><!-- (33.3)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (21.6)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (19.2)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<h3>iTunes update</h3>
<p><a href="http://www.mymacosx.com/files/2010/03/itunes_91.jpg"><img class="aligncenter size-full wp-image-622" title="itunes_91" src="http://www.mymacosx.com/files/2010/03/itunes_91.jpg" alt="" width="323" height="118" /></a><br />
Apple today released iTunes 9.1 via Software Update and the company&#8217;s <a href="http://www.apple.com/itunes/download/">iTunes  download page</a>.  The update brings several enhancements  such as support for iPad syncing including eBook content and greater  customizability of Genius Mixes.</p>
<p>iTunes 9.1 comes with  several new features and improvements, including:</p>
<p>- Sync with iPad to enjoy your favorite music, movies, TV shows, books  and more on the go</p>
<p>- Organize and sync books you&#8217;ve downloaded from iBooks on iPad or added  to your iTunes library</p>
<p>- Rename, rearrange, or remove Genius Mixes</p>
<p>Apple&#8217;s iPad is scheduled  to launch in the U.S. this Saturday, with the iBooks application and  iBookstore expected to go live there at approximately the same time.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5644564406257391";
/* myMacosX image square inside post, 300x250, created 11/21/09 */
google_ad_slot = "9019116701";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>iPhoto 8.1.2 update</h3>
<p><img class="alignnone size-full wp-image-623" title="iphoto" src="http://www.mymacosx.com/files/2010/03/iphoto.jpg" alt="" width="178" height="178" /><br />
This update addresses minor issues in the area of import and syncing to iPhone, iPod or Apple TV.</p>
<p>The update is recommended for all users of iPhoto ’09.</p>
<p>For detailed information on this update, please visit this website: <a href="http://support.apple.com/kb/HT4052" target="_blank">http://support.apple.com/kb/HT4052</a></p>
<p><a href="http://www.mymacosx.com/files/2010/03/update.png"><img class="aligncenter size-full wp-image-625" title="update" src="http://www.mymacosx.com/files/2010/03/update.png" alt="" width="514" height="618" /></a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html">Apple Releases iTunes 9.1 to Support iPad and iPhoto 8.1.2 update</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/tunes-update-911.html" rel="bookmark" style="color:#000;font-size:13px">iTunes update 9.1.1 &#8211; important bug fixes</a><!-- (33.3)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (21.6)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (19.2)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/iphoto/apple-releases-itunes-91-ipad-support-iphoto-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show only exact duplicate tracks in iTunes</title>
		<link>http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html</link>
		<comments>http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:08:11 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=450</guid>
		<description><![CDATA[In iTunes, a very useful feature is the File » Show Duplicates menu item. As expected by its name, you can use this feature to help weed out duplicates from your iTunes library. However, many people  have different versions of songs, remixes and such, which will show up as duplicates when using this feature. The [...]<p><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html">Show only exact duplicate tracks in iTunes</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (12.1)--></li>
		<li><a href="http://www.mymacosx.com/itunes/start-itunes-safe-mode.html" rel="bookmark" style="color:#000;font-size:13px">Howto to start iTunes in Safe Mode</a><!-- (11)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (8.2)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<div id="attachment_131" class="wp-caption alignleft" style="width: 190px"><a href="http://www.mymacosx.com/files/2009/09/iTunesNews.jpg"><img class="size-full wp-image-131 " style="margin-left: 10px;margin-right: 10px" title="iTunes" src="http://www.mymacosx.com/files/2009/09/iTunesNews.jpg" alt="" width="180" height="119" /></a><p class="wp-caption-text">iTunes</p></div>
<p>In iTunes, a very useful feature is the <strong>File » Show Duplicates</strong> menu item. As expected by its name, you can use this feature to help weed out duplicates from your iTunes library. However, many people  have different versions of songs, remixes and such, which will show up as duplicates when using this feature.</p>
<p>The solution is to <span style="color: #ff0000"><strong>hold down the option key</strong></span> prior to selecting this menu item. When you do, Show Duplicates changes to Show Exact Duplicates. In this mode, iTunes shows only true duplicates, and not remixes or alternate versions.</p>
<p>NOTE: Show Exact Duplicates via the option key has been available at least since iTunes v8.0 from Fall &#8217;08.</p>
<p>Of course for more power, flexibility and panache you should check out <a href="http://dougscripts.com/itunes/itinfo/dupin.php" target="_blank">Dupin</a> software.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html">Show only exact duplicate tracks in iTunes</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (12.1)--></li>
		<li><a href="http://www.mymacosx.com/itunes/start-itunes-safe-mode.html" rel="bookmark" style="color:#000;font-size:13px">Howto to start iTunes in Safe Mode</a><!-- (11)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (8.2)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto to start iTunes in Safe Mode</title>
		<link>http://www.mymacosx.com/itunes/start-itunes-safe-mode.html</link>
		<comments>http://www.mymacosx.com/itunes/start-itunes-safe-mode.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 22:14:45 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/itunes/howto-start-itunes-safe-mode.html</guid>
		<description><![CDATA[It&#8217;s possible to start iTunes in safe mode for troubleshooting iTunes. If you hold down Command and Option when launching iTunes, it will start up in Safe Mode (after you confirm via a dialog that appears). Safe Mode prevents third party visualizers and device plug-ins from loading. Also prevent an iPod/iPhone from auto-syncing. Howto to [...]<p><a href="http://www.mymacosx.com/itunes/start-itunes-safe-mode.html">Howto to start iTunes in Safe Mode</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (14.2)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (12.9)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (11.5)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s possible to start iTunes in <strong>safe mode</strong> for troubleshooting iTunes. If you <strong>hold down Command</strong> and <strong>Option</strong> when launching iTunes, it will start up in Safe Mode <em>(after you confirm via a dialog that appears)</em>.</p>
<p>Safe Mode prevents third party visualizers and device plug-ins from loading. Also prevent an iPod/iPhone from auto-syncing.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/start-itunes-safe-mode.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/start-itunes-safe-mode.html">Howto to start iTunes in Safe Mode</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (14.2)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (12.9)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (11.5)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/start-itunes-safe-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</title>
		<link>http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html</link>
		<comments>http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:53:45 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Software updates]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=130</guid>
		<description><![CDATA[Today Apple released a new iTunes 9.0.1 update for MacOS X and Windows systems. iTunes 9.0.1 provides a number of important bug fixes. In iTunes 9, if you wanted the miniature iTunes player window, you had to hold the Option key while clicking the green button. As of iTunes 9.0.1, the pre-iTunes 9 behavior has [...]<p><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (28.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (24.2)--></li>
		<li><a href="http://www.mymacosx.com/itunes/tunes-update-911.html" rel="bookmark" style="color:#000;font-size:13px">iTunes update 9.1.1 &#8211; important bug fixes</a><!-- (20.3)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Today Apple released a new iTunes 9.0.1 update for MacOS X and Windows systems. iTunes 9.0.1 provides a number of important bug fixes.</p>
<p>In iTunes 9, if you wanted the <a href="http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html">miniature iTunes player window</a>, you had to <strong>hold the Option key</strong> while clicking the green button. As of <strong>iTunes 9.0.1</strong>, the pre-iTunes 9 behavior has returned—clicking the green button switches to the miniature player mode.<strong> (Option-clicking the green button now maximizes the window.)</strong></p>
<div id="attachment_131" class="wp-caption alignright" style="width: 160px"><strong><strong><img class="size-thumbnail wp-image-131" src="http://www.mymacosx.com/files/2009/09/iTunesNews-150x119.jpg" alt="iTunes icon" width="150" height="119" /></strong></strong><p class="wp-caption-text">iTunes 9.01</p></div>
<p><strong> </strong></p>
<p><strong>iTunes 9 comes with many new features and improvements, including:</strong><strong><br />
</strong></p>
<ul>
<li>Resolves issues browsing the iTunes Store.</li>
<li> Addresses a performance issue where iTunes may become unresponsive.</li>
<li> Fixes a problem where iTunes may unexpectedly quit.</li>
<li> Fixes a problem syncing Podcasts in playlists to iPod or iPhone.</li>
<li> Fixes a problem sorting albums with multiple discs.</li>
<li> Addresses an issue with the Zoom button not switching to Mini Player.</li>
<li> Improves application syncing for iPod touch and iPhone.</li>
<li>Genius is now automatically updated to show Genius Mixes.</li>
<li>An improved look and feel, including a new Column Browser for easily browsing your artists or albums, movies, TV shows, and more.</li>
<li>iTunes Store has a brand new look, with improved navigation for quick and easy exploration.</li>
<li> iTunes LP and iTunes Extras create unique experiences that feature exclusive interviews, videos, photos, and more — available with select album and movie purchases on the iTunes Store.</li>
<li>Home Sharing helps you manage your family&#8217;s iTunes collection between computers in your home. iTunes can automatically transfer new purchases, or you can choose just the items you want.</li>
<li>Genius Mixes are created for you by iTunes and play songs from your library that go great together.</li>
<li>iPod and iPhone syncing now allows you to organize your iPhone and iPod touch home screens directly in iTunes. Syncing is now also more flexible, allowing you to sync individual artists, genres, or TV show and Podcast episodes.</li>
<li>iTunes U items are now organized into their own section in your iTunes library.</li>
<li>Sync with iPod nano (5th generation), iPod classic (Fall 2009), and iPod touch (Fall 2009).</li>
<li>iTunes 9 also includes many other improvements, such as HE-AAC encoding and playback, more flexibility with Smart Playlists rules, simpler organization of your media files inside an iTunes Media folder, and more.</li>
</ul>
<h3>The 82.95MB iTunes 9.0.1 update is available through Software Update, or via Apple’s <a href="http://support.apple.com/kb/DL927" target="_blank">download page</a>.</h3>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (28.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (24.2)--></li>
		<li><a href="http://www.mymacosx.com/itunes/tunes-update-911.html" rel="bookmark" style="color:#000;font-size:13px">iTunes update 9.1.1 &#8211; important bug fixes</a><!-- (20.3)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Playlists in iTunes 9</title>
		<link>http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html</link>
		<comments>http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:08:41 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[playlist]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=42</guid>
		<description><![CDATA[Smart Playlists in iTunes 9 can now be more than just (A and B) or (A or B or C) to build a playlist. Now the rules can be combined and nested. In addition to the plus and minus buttons, there&#8217;s a new three-dot (ellipsis-like) button to generate the nested rules. For example, A and [...]<p><a href="http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html">Smart Playlists in iTunes 9</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html" rel="bookmark" style="color:#000;font-size:13px">How to get the miniature player window in iTunes 9</a><!-- (9.9)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (8.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (7.8)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><strong>Smart Playlists</strong> in iTunes 9 can now be more than just <span style="color: #ff6600">(A and B)</span> or <span style="color: #ff6600">(A or B or C)</span> to build a playlist. Now the rules can be combined and nested. In addition to the plus and minus buttons, there&#8217;s a new three-dot (ellipsis-like) button to generate the nested rules. For example, <span style="color: #ff6600">A</span><tt> and </tt><span style="color: #ff6600">(B or C)</span> was previously not possible.</p>
<p><img class="alignleft size-thumbnail wp-image-96" style="margin-left: 10px;margin-right: 10px" src="http://www.mymacosx.com/files/2009/09/itunes9-150x150.jpg" alt="itunes9" width="150" height="150" />In <strong>iTunes 9</strong>, you can now do this. First add rule <tt>A</tt> and set the top &#8220;Match&#8221; criteria to <em>All</em>. After you have rule <tt>A</tt> done, click on the three-dot button to get a lower level rule, add rule <tt>B</tt> and set its applicability pop-up to <em>Any</em>. Finally, click the plus sign and add rule <span style="color: #ff6600">C</span>. This will create the logical structure of <span style="color: #ff6600">A and (B or C)</span>. You can get even more fancy and click the three-dot button again, and add a <tt>D or E</tt> conditional, giving you a final rule structure of <span style="color: #ff6600">A and (B or C and (D or E))</span>.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html">Smart Playlists in iTunes 9</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html" rel="bookmark" style="color:#000;font-size:13px">How to get the miniature player window in iTunes 9</a><!-- (9.9)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (8.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (7.8)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/smart-playlists-in-itunes-9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the miniature player window in iTunes 9</title>
		<link>http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html</link>
		<comments>http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:04:54 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=40</guid>
		<description><![CDATA[When you are  installed iTunes 9 and  pressed the green zoom button, expecting to get the ultra-small iTunes player window. But this time it didn&#8217;t come out that way, it just made the window much larger. Option-clicking the zoom button now creates the mini player window. (A standard click on the zoom button will return [...]<p><a href="http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html">How to get the miniature player window in iTunes 9</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (11.4)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (8.7)--></li>
		<li><a href="http://www.mymacosx.com/iphoto/howto-remove-unwanted-faces-iphoto09.html" rel="bookmark" style="color:#000;font-size:13px">Howto remove unwanted faces in iPhoto 09</a><!-- (7.8)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>When you are  installed <strong>iTunes 9</strong> and  pressed the green zoom button, expecting to get the ultra-small iTunes player window. But this time it didn&#8217;t come out that way, it just made the window much larger.</p>
<p><img class="alignleft size-thumbnail wp-image-96" style="margin-left: 10px;margin-right: 10px" src="http://www.mymacosx.com/files/2009/09/itunes9-150x150.jpg" alt="itunes9" width="150" height="150" /></p>
<ol>
<li><strong>Option-clicking the zoom button</strong> now creates the mini player window. (A standard click on the zoom button will return it to normal size.)</li>
<li> Also In iTunes 9, there&#8217;s a new menu item for the mini player, View » Switch to Mini Player (<strong>Shift-Command-M</strong>), which is a much better solution.</li>
<li>
As before, you can also drag the lower right corner of the mini player&#8217;s window to remove the song display area, making for a very small controller-only window.</li>
</ol>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html">How to get the miniature player window in iTunes 9</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (11.4)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (8.7)--></li>
		<li><a href="http://www.mymacosx.com/iphoto/howto-remove-unwanted-faces-iphoto09.html" rel="bookmark" style="color:#000;font-size:13px">Howto remove unwanted faces in iPhoto 09</a><!-- (7.8)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/how-to-get-the-miniature-player-window-in-itunes-9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 20/113 queries in 0.038 seconds using apc
Object Caching 2728/2803 objects using apc

Served from: www.mymacosx.com @ 2012-02-06 04:49:43 -->
