Make Your Own Album Covers For Genres In iTunes 8

itunes-icon

With the new version of iTunes, version 8, you now have the capability to use Grid View as a more organized music selection. One feature in particular that bothered me was the genre section in Grid View because it’s not very customizable for the user. Mostly for me, it’s just that you can’t edit the genre album covers with one of your own. There is a way to use existing album covers from your iTunes library, but still not a way to place your own cover as the default genre cover. With a little creativity and Photoshop, this can be done.

  1. Open up iTunes.
  2. Go to Grid View and select Genres.
  3. Now look for any genres you want to replace with your own cover.
  4. Open up Photoshop, and make a 256 x 256px image for the album cover.
  5. Save it as “genre-80’s.jpg” or whatever genre name you want, to the Desktop.
  6. Right-click on iTunes in Finder and choose Show Package Contents.
  7. Put the album cover in the iTunes > Resources folder.
  8. Browse through Contents > Resources > genres.plist and open it up with a text editor (ex. Coda).
  9. Type in the following code for the genres you want to add album covers for:
                   <dict>
    			<key>matchString</key><string>80's</string>
    			<key>resourceFile</key><string>genre-80's.jpg</string>
                  </dict>
    
  10. Now quit iTunes and open it back up.
  11. You should see the new album covers you made.

Screenshots: 2, 4678, 9, and 15.


Leave a Reply