<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How-To: Use Custom Genre Art in iTunes 9</title>
	<atom:link href="http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/</link>
	<description>Just another blogger out of billions...</description>
	<lastBuildDate>Sat, 05 May 2012 19:04:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dave M.</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1322</link>
		<dc:creator><![CDATA[Dave M.]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 21:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1322</guid>
		<description><![CDATA[What you do depends heavily on what you are wanting to do.

If you are wanting to change the artwork of existing genre&#039;s in the genres.plist file, you don&#039;t change the &quot;matchString&quot; string, you only change the &quot;resourceFile&quot; string.

If you are adding a new genre to the list, meaning that the artwork in iTunes is either using the cover of an album for the genre or using the same artwork that was used in a different genre, you will want to change both the matchString and resourceFile strings, after copying the enter entry (&lt;code&gt;&lt;dict&gt;&lt;/code&gt; to &lt;code&gt;&lt;/dict&gt;&lt;/code&gt;).

I just went through the steps myself adding a new genre called &quot;podcast&quot;. I copied an existing genre (folk) by using these lines of text:
&lt;pre&gt;
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;folk&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-folk.jpg&lt;/string&gt;
&lt;/dict&gt;
&lt;/pre&gt;
I then changed &quot;folk&quot; to podcast and &quot;genre-folk.jpg&quot; to genre-podcast.jpg (after pulling an image from that Flickr group mentioned in the post. So now the newly copied text looks like this:
&lt;pre&gt;
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;folk&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-folk.jpg&lt;/string&gt;
&lt;/dict&gt;
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;podcast&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-podcast.jpg&lt;/string&gt;
&lt;/dict&gt;
&lt;/pre&gt;

Hopefully that helps you. If not, let me know and I&#039;ll see what I can do to help.]]></description>
		<content:encoded><![CDATA[<p>What you do depends heavily on what you are wanting to do.</p>
<p>If you are wanting to change the artwork of existing genre&#8217;s in the genres.plist file, you don&#8217;t change the &#8220;matchString&#8221; string, you only change the &#8220;resourceFile&#8221; string.</p>
<p>If you are adding a new genre to the list, meaning that the artwork in iTunes is either using the cover of an album for the genre or using the same artwork that was used in a different genre, you will want to change both the matchString and resourceFile strings, after copying the enter entry (<code>&lt;dict&gt;</code> to <code>&lt;/dict&gt;</code>).</p>
<p>I just went through the steps myself adding a new genre called &#8220;podcast&#8221;. I copied an existing genre (folk) by using these lines of text:</p>
<pre>
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;folk&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-folk.jpg&lt;/string&gt;
&lt;/dict&gt;
</pre>
<p>I then changed &#8220;folk&#8221; to podcast and &#8220;genre-folk.jpg&#8221; to genre-podcast.jpg (after pulling an image from that Flickr group mentioned in the post. So now the newly copied text looks like this:</p>
<pre>
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;folk&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-folk.jpg&lt;/string&gt;
&lt;/dict&gt;
&lt;dict&gt;
	&lt;key&gt;matchString&lt;/key&gt;&lt;string&gt;podcast&lt;/string&gt;
	&lt;key&gt;resourceFile&lt;/key&gt;&lt;string&gt;genre-podcast.jpg&lt;/string&gt;
&lt;/dict&gt;
</pre>
<p>Hopefully that helps you. If not, let me know and I&#8217;ll see what I can do to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1321</link>
		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1321</guid>
		<description><![CDATA[In yout tutorial  you indicate that you can NOT change the word &#039;blues&#039;. So I leave the top line alone (from the 2 lines I copied) and change the name of the genre.jpg file only and then save?  I did this and the artwork does not show up.  Please help

john]]></description>
		<content:encoded><![CDATA[<p>In yout tutorial  you indicate that you can NOT change the word &#8216;blues&#8217;. So I leave the top line alone (from the 2 lines I copied) and change the name of the genre.jpg file only and then save?  I did this and the artwork does not show up.  Please help</p>
<p>john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave M.</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1314</link>
		<dc:creator><![CDATA[Dave M.]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 06:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1314</guid>
		<description><![CDATA[No problem. I&#039;m glad to see it still works after all this time.]]></description>
		<content:encoded><![CDATA[<p>No problem. I&#8217;m glad to see it still works after all this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1313</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 04:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1313</guid>
		<description><![CDATA[Thanks a lot man. The cover art thing was beginning to annoy me seriously. Really helped. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot man. The cover art thing was beginning to annoy me seriously. Really helped. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave M.</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1077</link>
		<dc:creator><![CDATA[Dave M.]]></dc:creator>
		<pubDate>Sat, 03 Sep 2011 18:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1077</guid>
		<description><![CDATA[Hmmm. This is confusing. It&#039;s been quite a while since I messed with the Windows version of iTunes, about 2 years now. However...

I just went into my Windows 7 computer, installed iTunes (it wasn&#039;t installed yet), loaded up the &#039;genres.plist&#039; file and changed an entry for this test, and was easily able to save the file back.

Looking at the properties of the &#039;genres.plist&#039; file, I see I am allowed to: Modify, Read &amp; execute, Read, and Write to the file. That was the &quot;Everyone&quot; group. My &quot;Group or user names:&quot; list shows: Everyone, SYSTEM, Administrators (Dave-PC\Administrators), and Users (Dave-PC\Users). The only user that doesn&#039;t have write access was the Users (Dave-PC\Users).

I can only guess that you don&#039;t have Administrator access to your computer? If you do, then I am at a complete loss for why you are not allowed to save to that file. It&#039;s really just a text file with a different extension.

Also, the genres.plist file is loaded by iTunes, but it isn&#039;t kept open. The only time it&#039;s opened is during launch. I was able to write to the file even though I was running iTunes. I suggest making sure iTunes isn&#039;t running in case iTunes writes to the file when it is quit. You wouldn&#039;t want an hours worth of work editing the file to be lost because iTunes writes to the file later.

Of course, I am making the assumption that you are running Windows 7 or Vista.]]></description>
		<content:encoded><![CDATA[<p>Hmmm. This is confusing. It&#8217;s been quite a while since I messed with the Windows version of iTunes, about 2 years now. However&#8230;</p>
<p>I just went into my Windows 7 computer, installed iTunes (it wasn&#8217;t installed yet), loaded up the &#8216;genres.plist&#8217; file and changed an entry for this test, and was easily able to save the file back.</p>
<p>Looking at the properties of the &#8216;genres.plist&#8217; file, I see I am allowed to: Modify, Read &amp; execute, Read, and Write to the file. That was the &#8220;Everyone&#8221; group. My &#8220;Group or user names:&#8221; list shows: Everyone, SYSTEM, Administrators (Dave-PC\Administrators), and Users (Dave-PC\Users). The only user that doesn&#8217;t have write access was the Users (Dave-PC\Users).</p>
<p>I can only guess that you don&#8217;t have Administrator access to your computer? If you do, then I am at a complete loss for why you are not allowed to save to that file. It&#8217;s really just a text file with a different extension.</p>
<p>Also, the genres.plist file is loaded by iTunes, but it isn&#8217;t kept open. The only time it&#8217;s opened is during launch. I was able to write to the file even though I was running iTunes. I suggest making sure iTunes isn&#8217;t running in case iTunes writes to the file when it is quit. You wouldn&#8217;t want an hours worth of work editing the file to be lost because iTunes writes to the file later.</p>
<p>Of course, I am making the assumption that you are running Windows 7 or Vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1075</link>
		<dc:creator><![CDATA[Kim]]></dc:creator>
		<pubDate>Sat, 03 Sep 2011 12:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1075</guid>
		<description><![CDATA[Hey,
I did everything you said in the tutorial (in Windows though) and Notepad ++ doesn&#039;t allow me to overwrite the file...when I try to save it, message pops up: &#039;&#039;Save failed - Please check whether if this file is opened in another program.&#039;&#039; Of course - iTunes is closed and I even checked task manager processes to see if any other program is opened - I closed everything and it still isnt working.

Thanks for the answer!]]></description>
		<content:encoded><![CDATA[<p>Hey,<br />
I did everything you said in the tutorial (in Windows though) and Notepad ++ doesn&#8217;t allow me to overwrite the file&#8230;when I try to save it, message pops up: &#8221;Save failed &#8211; Please check whether if this file is opened in another program.&#8221; Of course &#8211; iTunes is closed and I even checked task manager processes to see if any other program is opened &#8211; I closed everything and it still isnt working.</p>
<p>Thanks for the answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave M.</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1057</link>
		<dc:creator><![CDATA[Dave M.]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 23:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1057</guid>
		<description><![CDATA[I don&#039;t think it&#039;s a bug that genre art that is not created by Apple is not kept after updates to iTunes and not sent to the iPad. Apple has control over it&#039;s software and doesn&#039;t want anyone else mucking with it. Just like they don&#039;t like &quot;jailbreakers&quot; messing with their iPhone&#039;s and iPads. They won&#039;t support custom genre&#039;s in the new iCloud service that they announced as well. At least I suspect that there will be no way to customize that artwork.

It&#039;s one of the reasons I have given up on custom genre artwork for iTunes. Maybe someday, they will allow custom artwork for genre&#039;s.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it&#8217;s a bug that genre art that is not created by Apple is not kept after updates to iTunes and not sent to the iPad. Apple has control over it&#8217;s software and doesn&#8217;t want anyone else mucking with it. Just like they don&#8217;t like &#8220;jailbreakers&#8221; messing with their iPhone&#8217;s and iPads. They won&#8217;t support custom genre&#8217;s in the new iCloud service that they announced as well. At least I suspect that there will be no way to customize that artwork.</p>
<p>It&#8217;s one of the reasons I have given up on custom genre artwork for iTunes. Maybe someday, they will allow custom artwork for genre&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ioanis Peppes</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1056</link>
		<dc:creator><![CDATA[Ioanis Peppes]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 16:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1056</guid>
		<description><![CDATA[Hello,

I tend to think it is a &#039;bug&#039; since &#039;user crated genres names&#039; are pushed to the iPad and not their associated artwork.
For example if I create genre &#039;IOANIS&#039;, I do see it on my iPad but not the default artwork associated or the one I have added by manipulating the &#039;genres.plist&#039;
What do u think ? 

THANKS
Ioanis]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tend to think it is a &#8216;bug&#8217; since &#8216;user crated genres names&#8217; are pushed to the iPad and not their associated artwork.<br />
For example if I create genre &#8216;IOANIS&#8217;, I do see it on my iPad but not the default artwork associated or the one I have added by manipulating the &#8216;genres.plist&#8217;<br />
What do u think ? </p>
<p>THANKS<br />
Ioanis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave M.</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1052</link>
		<dc:creator><![CDATA[Dave M.]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 10:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1052</guid>
		<description><![CDATA[@JEnnifer, First I want to say that assuming that Apple will never change the way they store and display Genre Art is dangerous. If a reader is going to use the &quot;cp&quot; command to copy files into the iTunes application, they should make sure that the destination path is the correct place to store the images and genres.plist files. Otherwise, who knows what the result will be.

Also, that&#039;s a great insight into the syntax of the genres.plist file. That may very well explain why I was having problems getting new genre art to show up.]]></description>
		<content:encoded><![CDATA[<p>@JEnnifer, First I want to say that assuming that Apple will never change the way they store and display Genre Art is dangerous. If a reader is going to use the &#8220;cp&#8221; command to copy files into the iTunes application, they should make sure that the destination path is the correct place to store the images and genres.plist files. Otherwise, who knows what the result will be.</p>
<p>Also, that&#8217;s a great insight into the syntax of the genres.plist file. That may very well explain why I was having problems getting new genre art to show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JEnnifer</title>
		<link>http://metzener.com/2009/09/15/how-to-use-custom-genre-art-in-itunes-9/#comment-1051</link>
		<dc:creator><![CDATA[JEnnifer]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 09:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.metzener.com/davemblog/?p=248#comment-1051</guid>
		<description><![CDATA[As an aside, you can change things back after an update very quickly. Keep a copy of the new genres.plist and the graphics files in a directory on your own account, and after an update, open a terminal, cd to that directory and do a 

sudo cp *.jpg genres.plist /Applications/iTunes.app/Contents/Resources/

with the usual caveats about using sudo responsibly (ie, do this, only, and then close the terminal so you don&#039;t accidentally screw up your system).  

Another note about the syntax in the plist file. iTunes seems to use a wildcard system so that a string like &quot;classic&quot; will match any genre that starts with classic.

If you have, say, genres called &quot;Classical&quot; and &quot;Classical Jazz&quot; then you need to put Classical Jazz entry after the Classical one, otherwise they&#039;ll both have the icon for Classical.]]></description>
		<content:encoded><![CDATA[<p>As an aside, you can change things back after an update very quickly. Keep a copy of the new genres.plist and the graphics files in a directory on your own account, and after an update, open a terminal, cd to that directory and do a </p>
<p>sudo cp *.jpg genres.plist /Applications/iTunes.app/Contents/Resources/</p>
<p>with the usual caveats about using sudo responsibly (ie, do this, only, and then close the terminal so you don&#8217;t accidentally screw up your system).  </p>
<p>Another note about the syntax in the plist file. iTunes seems to use a wildcard system so that a string like &#8220;classic&#8221; will match any genre that starts with classic.</p>
<p>If you have, say, genres called &#8220;Classical&#8221; and &#8220;Classical Jazz&#8221; then you need to put Classical Jazz entry after the Classical one, otherwise they&#8217;ll both have the icon for Classical.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

