Advertisement

No account yet? Register
Hide the Genre column in iTunes 8 for Windows Print E-mail
By Julian Prokaza on Wednesday, 10 September 2008

Disable the Genre column iTunes 8 for Windows Although we haven’t had much of an opportunity to put it through its paces, iTunes 8 has made a pretty positive first impression so far. The new Genius auto-playlist and music recommendation feature is both clever and genuinely useful

What we don’t like, however, is Apple’s decision to foist the Genre column upon us in iTunes’ Browser view whether we want it or not. Previous versions of iTunes had the option to disable this column, but the option is missing in iTunes 8 – for no good reason.

So, rather then simply complain about yet another example of Apple’s “we know best” philosophy getting seriously out of hand, we thought we’d figure out a fix. So, if you want to get rid of the Genre column in iTunes 8 (both for Windows XP and Vista) in Browser view, read on.

We’re assuming you have iTunes 8 installed and running for this short how-to guide – if not (perhaps that Genre column has so far dissuaded you), you can grab it from the iTunes site.

This fix is also far from straightforward, and you’ll also need a text editor that won’t introduce its own wacky formatting into the preferences file we’re going to be editing. Notepad won’t do, but the free Notepad2 will (direct download link) – download it to your Desktop and unzip the file before you start (no installation is required).

If you’re running iTunes 8 under MacOS X, the fix is far simpler – see Tech Recipes for full details.

Step 1

Quit iTunes and locate the iTunes preferences file – iTunesPrefs.xml. The easiest way to do this, both for Windows XP and Windows Vista is to press [Win] + [E] to open a new Explorer window, and then type %appdata% into the address bar. This will open the Application Data folder – you then just need to navigate to Apple Computer > iTunes. You should then see the iTunesPrefs.xml file.

Step 1

Step 2

Copy the iTunesPrefs.xml file to the Desktop to make a backup. Then run Notepad2 and drag the original iTunesPrefs.xml file onto its window to open it.

Step 2

Step 3

Scroll to the end of the file and insert the following code starting on the line before the second-to-last </dict> tag at line 2267 – the screenshot below makes this clearer. You can copy and paste the code – just be sure to keep the capitalisation intact.

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

Step 3 - beforeStep 3 - after

Step 4

Save the file, start iTunes 8 and the Genre column will have been disabled in Browser view. You can reverse this change by deleting the custom code from the iTunesPrefs.xml file.

Step 4

Comments
Add New Search
Anonymous   |10/09/08 6:55 PM
thanks,

work perfectly
Anonymous   |11/09/08 2:31 PM
You might want to backup your file before editing.

I deleted the custom code to restore the Genre browser and it didn't restore! Same with the iTunes store links.
Julian Prokaza   |11/09/08 3:38 PM
Step 2: "Copy the iTunesPrefs.xml file to the Desktop to make a backup"...


The code has been checked and double-checked, and works as expected. Make sure that iTunes isn't running when you make any changes, and that you're editing the original file, not the backup.
MrBass     |26/09/08 9:09 PM
If you want to restore the Genre browser and you didn't backup your iTunesPrefs.xml file then just add the following:

Code:
show-genre-when -browsing

dH J1ZQ==


Launch iTunes and the Genre browser will have returned. You can then close iTunes, edit the xml file once more and completely remove the code.
MrBass     |26/09/08 9:11 PM
Hmmm, the code tags seem to have dropped most the contents!

sh ow-genre-when-b rowsing

dHJ1 ZQ==
MrBass     |26/09/08 9:15 PM
Okay, so it's not the code tags! Perhaps it's Google Chrome, let's try one more time with feeling...

s how-genre-when- browsing

dHJ 1ZQ==


If there's not 4 lines of code above this paragraph then it's gone screwy again. Feel free to email me for the code! :)
Julian Prokaza     |26/09/08 9:57 PM
It's BBEdit, MrBass - it strips certain tags from comments for reasons best known to itself. Insert a space after any < symbols and it should work.
MrBass     |06/10/08 7:09 PM
Cheers Julian,

What I was trying to say is, if you forgot to backup your iTunesPrefs.xml file, you can use the following code (excluding spaces after the show-genre-when -browsing< /key>
< data>
dHJ1ZQ==
< /data>[/code]

Restart iTunes and you will see the Genre search filter has returned. You can then edit the file again and remove the above addition and your Genre search filter will remain.
ric  - problems   |11/09/08 2:38 PM
this guide is simple to understand - but when i open the file in notepad2 my code finishes on line 3769, not 2273 as your illustration shows. ive tried to paste the code in but i'm having no luck.

why is mine longer, and how do i get rid of those damn genres...?

a ny thoughts'd be appreciated
Julian Prokaza   |11/09/08 6:37 PM
Your prefs file might be a different length if you have a different configuration in iTunes, but this doesn't matter (I've deleted the line number instruction to refelct this).

Just insert the extra code before the second-to-last < / dict> tag (ignore the wacky spacing - the comments system filters tags otherwise) -- it doesn't matter what line it's on.
Daniel Chan   |12/09/08 1:02 AM
those instructions don't seem to work for me. i followed them step by step and the genre column still appears.

i have noticed on other sites telling you how to remove the genre browser it says to put the tags under the "user preferences" ; key. my xml file however does not have one. could that make a difference?

ive tried about 6 different sites and none of the methods seem to work for me.
please help?
Julian Prokaza   |12/09/08 6:51 AM
These instructions are putting the code under User Preferences, Daniel - but at the end, rather than the start. Try searching for 'User' in Notepad2 to find the start of the section, if you like. 

As long as you put the code before the second to last< /dict> tag (which closes the User Preferences section), it should work.
Daniel Chan   |12/09/08 8:18 AM
thanks Julian. ends up i was using the wrong itunesprefs.xml file. there is one under the local directory and one under roaming.
i was trying to use the local one instead of the roaming one. the code works fine for me now.
thanks a lot! :D
Tim   |18/09/08 12:54 AM
Cheers for this, it's kept me with itunes for another generation. Genre browsing would make such difficult ID3ing
andyc  - Thanks   |18/09/08 12:32 PM
Spot on - I'm not a PC user and that was a clear walk through for the humble Mac person. Thanks for sharing.
andyc  - Thanks   |18/09/08 12:33 PM
Spot on - I'm not a PC user and that was a clear walk through for the humble Mac person. Thanks for sharing.
Todd   |20/09/08 12:28 AM
Worked perfectly for me, thanks!!!

To dd in Boise
Chris Trew  - Thanks     |21/09/08 8:57 AM
Brilliantly explained and with no assumptions about my IT skills. Other sites miss out key info such as the use of Notepad2. Thank you.
Dominic   |23/09/08 10:29 AM
Spot on explanation!


Thanks so much! now for those itunes store arrows...
Michael  - Many thanks   |30/09/08 7:11 AM
Thank you for such a detailed explanation of this procedure. It worked first time out of the chute for me.

Again, Thank you.

Michael
H  - Awesome   |04/10/08 4:31 PM
Worked perfectly.
Tha nks for a great tip.
Les   |10/10/08 7:07 PM
Thank you from the bottom of my heart! Holy crap, apple...
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
Please input the anti-spam code that you can read in the image.

3.25 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."




Bookmark with:
Reddit!Del.icio.us!Google!Facebook!Slashdot!Technorati!StumbleUpon!
 
Next >

Latest news

An illustrated guide to how Alan Kay invented the portable computer
BusinessWeek has posted a nice slideshow that highlights Alan Kay’s influence on the world of mobile computing – he’s the ...
Read more...
T-Mobile G1 handsets now shipping with 3.5mm adapter
According to the forum denizens of TmoNews, new recipients of the T-Mobile G1 are opening their boxes to find a 3.5mm headphone adapter. The l...
Read more...
Google launches voice-search Mobile App for iPhone
Or rather, "Google launches boyz to men of Florissant". At least, that’s how the speech-recognition facility of the updated Google M...
Read more...
JCB Toughphone muscles its way into the record books
Looking for a companion for your Panasonic Toughbook? How about the newly crowned record breaker, the JCB Toughphone? It's just been confirmed as ho...
Read more...
Sany Ericssan A800i - shurely shome mishtake?
Behold, the Sany Ericssan A800i. Yes, you read correctly, that's SANy EricsSAN - a barely concealed rip off of our Swedish friends, Sony Ericsson. I...
Read more...
Farewell FireWire 400
::Sniff:: [via Engadget] ...
Read more...
ARM lines up Ubuntu for its netbooks
As we mentioned last month, British chip maker, ARM, is primed to move into the netbook market and now we know the OS they'll be running. It's signe...
Read more...
Asus P565 is "world's fastest" smartphone
Smartphones are nudging ever closer to that 1GHz threshold predicted by Ericsson for the handsets if 2012. Doing it's bit to reach that target, Asus...
Read more...
Will Obama's BlackBerry be banned from the Whitehouse?
It looks like the most computer-literate US President of recent times will have his electronic activities curtailed a little once he enters the Wh...
Read more...
Google adds voice search to iPhone app
Google will soon update its iPhone tool, Google Mobile App, to include the ability to perform searches using speech recognition. In other word...
Read more...

Advertisement

Latest reviews

T-Mobile G1
Given the runaway success of the iPhone with consumers and the entrenched position of both Windows Mobile and the BlackBerry with business users, ...
Read more...
Hands-on with the LG X110 netbook
Netbook reviews get easier with each new model. With manufacturers all playing copycat when it comes to specifications, there isn’t much to ...
Read more...
T-Mobile G1 first impressions video
It may have been on sale since the end of October, but a “limited supply of review units” (always an interesting concept when applied t...
Read more...
HTC Touch HD
HTC has been plugging away with its own-brand Windows Mobile smartphones for a couple of years now, and its steady stream of new handsets has been...
Read more...
Hands-on with the HTC Touch HD
HTC looks set to break the record for Most Smartphones Launched by a Single Manufacturer with the arrival of the Touch HD. Long anticipated for its...
Read more...
Hands-on with the Samsung NC10 netbook
Now that Toshiba has launched a netbook of its own (the NB100 – look out for a review shortly), there aren’t many big-name laptop manu...
Read more...
Apple MacBook and MacBook Pro
When the most anticipated aspect of a new laptop is what it looks like, it can only be a new laptop from Apple. After all, when did a website last...
Read more...
Samsung Omnia SGH-i900
We missed the launch of the Samsung SGH-i900 Omnia a few weeks ago and while this Windows Mobile smartphone has now been on sale for a while, we ...
Read more...
Hands-on with the Toshiba NB100 netbook
Toshiba is one of the last laptop manufacturers to launch a netbook, but it has finally caved and the NB100 will be on sale at the end of October ...
Read more...
Hands-on with the HP iPaq Voice Messenger and iPaq Data Messenger smartphones
HP has announced two new Windows Mobile smartphones today – the iPaq Voice Messenger and Data Messenger. HP is pitching the smartphones at t...
Read more...

Advertisement

How to guides

Hide the Genre column in iTunes 8 for Windows
Although we haven’t had much of an opportunity to put it through its paces, iTunes 8 has made a pretty positive first impression so far. The...
Read more...
How to prevent US Customs from peeking at your private data
Not so long ago, the simple way to ensure that private data stored on your laptop stayed that way was to encrypt it. Not any more. Now that that U...
Read more...
Underclock your Asus Eee PC for better battery life
If you own an Eee PC with a Celeron-M processor, here’s a useful tip. The Super-Hybrid Engine utility that’s designed for Asus’ I...
Read more...
How to flash your BIOS without a floppy drive
As explained in our review, a problem with the way in which some MSI Wind U100 retail units respond to a fully depleted battery means that they nee...
Read more...
How to recover lost photos from a digital camera memory card
Accidentally reformatting or deleting photos from a memory card full of digital snaps is one way to end a holiday on a low note, but it do...
Read more...
Optimise Firefox for the Asus Eee PC
Asus may have upped the screen resolution on the Eee PC 900, but 1024 x 600 can still be a little cramped for web browsing – and the 800 x...
Read more...
Create a mobile website in seconds with Wirenode
With web publishing now easier and cheaper than ever, virtually every company in existence has its own web site. Creating a mere website is...
Read more...
Connect to Xbox Live with a USB 3G modem
Judging by the number of emails we receive asking how to do it, lots of people are trying – and failing – to get their Xbox 360 games ...
Read more...
Use a Windows Mobile smartphone as a Wi-Fi router
Getting your laptop online via 3G is no big deal these days, thanks to the wide range of mobile broadband deals that are available. If you just wa...
Read more...
Sync your Firefox bookmarks with the iPhone
As much as we love the Apple iPhone, we’re the first to admit that its iTunes synchronisation options are pretty inadequate. The problem is th...
Read more...

Latest features

Hands on with the Samsung NC10 - black
So we've already had a full hands on with the white Samsung NC10 but since every review unit that Samsung sent out was the white model - and since ...
Read more...
Netbook inventor not very impressed after waiting 40 years for first model
If you thought the netbook was a fresh and exciting idea only now made possible by innovative technological developments – think again. Alan...
Read more...
Why Apple's iPhone sales aren't really that RIMarkable
For anyone who's followed Apple's fortunes over the years, the transformation of the company has been remarkable. And that's not just a statement ab...
Read more...
5 reasons reading CrunchGear is a worse idea now than ever before
The folks over at CrunchGear have come up with five reasons for why damaging a MacBook "is a worse idea now than ever before". Go read the...
Read more...
Will Google's Android change the way we see the world?
So it is finally almost here. The T-Mobile G1, the first smartphone based on Google's Android operating system, is set to ship in the UK in early No...
Read more...

Most commented articles

Recent reader comments

Mobile Broadband

Compare prices

3G broadband dongles from 3, Vodafone, T-Mobile and Orange from just £10/month

Button link to Mobile Broadbandgenie.co.uk
Powered by Broadband Genie Broadband Genie logo

Advertisement

Twitter

    Dennis logo

    Other Dennis Publishing technology sites you may be interested in: