itunes genres

Out of context: Reply #19

  • Started
  • Last post
  • 22 Responses
  • kalkal0

    To remove the genre column on windows:

    1) Shutdown iTunes

    2) Backup your prefs file

    C:\Users\(youruser)\AppData\Roam... Computer\iTunes\iTunesPrefs.xml
    (if youre on xp, the file is in
    C:\Documents and Settings\(yourusername)\Applicat... data\Apple Computer\iTunes)

    3) Edit the file in a real text editor that understands UNIX linefeeds (notepad++, ultraedit, vi, etc) and paste the following lines below the <dict> line under <key>User Preferences</key>:

    <key>show-genre-when-browsing</key>
    <data>
    AA==
    </data>

    4) Start iTunes and you should be set.

    To turn off the annoying store arrow links, paste in this:

    <key>show-store-arrow-links</key>
    <data>
    AA==
    </data>

View thread