Finding Statistics About Your iTunes Library

iTunes logo with graph

Anyone who has been reading the tunequest for a while knows that statistics, numbers, figures and graphs have played a large part in its progress. In fact, it was the discovery that 10% of my songs were responsible for 49% of my total play counts that prompted me to set out on this endeavor in the first place.

To this day, I’m still surprised by the lack of sophisticated options available for gathering and analyzing iTunes’ stored data. That XML file has been a statistical treasure trove since the day it started recording star ratings and play counts. You’d think that in the four years since, there would be a more mature market of programs to choose from.

However, 2006 has actually seen some positive developments in that regard. While there is still no killer app for iTunes stats, there are a number of solutions for parsing your XML file and learning more about your music, and yourself.

Honest-to-goodness applications

Super Analyzer
For Mac OS X and Windows. Super Analyzer is a nice, fairly sophisticated tool. It analyzes an iTunes XML file and returns a variety of data. Super Analyzer tells you general stats, such as number of tracks/artists/albums/genres, total play counts, total listening time, average track length, plus a couple oddballs such as the time of day that most songs are played and the most common word in your song titles.

The program also provides a number of spiffy graphs, such as a scatter plot of star ratings vs. total play counts and a line graph showing the distribution of your songs by year. If you’ve got a surge of early 90s music, that graph will let you know.

Any statistics program will only be as good as the data being fed into it and Super Analyzer will inform you of how many songs are missing information (year, artist, album, etc). It’s good information to know, but it can be a little too strict. The program relies on the ‘track total’ number for calculating the number of complete albums in the library. If you don’t have that number stored in your iTunes, the program considers the file’s data to be incomplete. That particular stat doesn’t affect the functionality of the app, but it is an annoyance. It would be grand if I were able to choose which data points to analyze.

One of Super Analyzer’s best features is that it reads iTunes formatted XML files, meaning that you can export any playlist from your iTunes library and have it examined by the program. If you’re curious about the stats of just your rock music, create a smart playlist in iTunes with genre contains rock. Or all your songs from 1999: year is 1999. Export that song list from the File menu, then open it in Super Analyzer. If it can be made into a smart playlist, it can be studied.

Finally, Super Analyzer exports its results as a nice looking web page. Here’s the results from my library using a smart playlist genre contains rock.

iTunes Statistician
The developer’s site seems to have disappeared, so until an official source pops up, I’m making this program available for download here.

A Mac-only program that quickly sifts through your data. I’ve written about it before, so please allow me to quote myself:

It analyzes your library data to calculate your top 100 songs, artists, albums and genres, based on play counts (and optionally weights for star rating). Additionally, it calculates the total number of plays of all your songs and tells you how much total time you’ve spent listening to your music. It also tells you the average length of your songs (4:23 in my case) and average number of songs you play each day.

It gives a good overall view of your listening habits, but it does have a couple drawbacks. First of all, the program samples the entire library and doesn’t allow you customize the data it analyzes. Secondly, it’s case-sensitive. While iTunes itself is smart enough to know that “Mouse on Mars” “Mouse On Mars” and “mouse on mars” are all the same artist, iTunes Statistician is not. It will analyze them each separately. If you wish to have completely accurate stats, make sure your tags are consistent.

To that end, let’s look at a program called…

beaTunes
beaTunes (for Mac OS X and Windows) isn’t an iTunes statistics program per se. It’s raison d’être is to help put together better playlists by matching songs in your library to each other. But it’s notable for two reasons:

  1. It inspects your library for misspellings and differences in artist, album and genre names;
  2. It offers a song stat I’ve not seen anywhere else, Play Frequency.

There’s no documentation for that feature, but it looks like it compares the play count of the song to the date it was added to the library (Update: the writer of beaTunes sheds some light on Play Frequency in the comments. It tends to skew toward the more recently added songs, but it’s interesting to see nonetheless.)

AppleScripts

These AppleScripts provide piecemeal stats from within iTunes itself (Mac only, of course).

Most Played Artists
Totals all the play counts for individual artists and saves to a text file.

Album Ranking
Averages the star ratings for all the songs on an album and saves to a text file. This script will ignore any album that does not have all its songs rated.

Total Play Count of Selected Tracks
Adds the play count numbers of all selected songs and displays that number on screen.

Time of Selected Tracks
Adds the total running time of selected songs and displays it on screen. Saves you from having to create a new playlist to find total time.

iTunesStats 1.1
Two scripts here. One calculates the average daily listening time of the entire library. The other calculates the total playing time (time X play count) of all selected songs.

XSLT

Here’s an XSLT script that tells you the distribution of your star ratings.

DIY

If you’re comfortable with MySQL and PHP, here is a do-it-yourself solution. I didn’t try this method, so I can’t vouch for it.

iTunes Stats (different from above)
This method will show you the artists with the highest ranking, weighted by the number of rated songs. Possibly more. It does of course require a web server to run.

Services

Last.fm
Not really iTunes-related, but it does have some overlap. The site uses a plugin to track your listening habits. It stores aggregate play counts and uses them connect you to similar fans and recommend music. It doesn’t track nearly as much data as iTunes itself, but it’s still a pretty good site.

Internet iTunes Registry
UPDATE: The registry has been down for quite a while and I don’t think it’s coming back. Reportedly, the site was fairly expensive to run and I guess it just couldn’t stay operational. I’ll leave the write up below here for posterity. Maybe it will inspire someone to attempt something similar.

This site promises to be the godfather of all iTunes statistics. Simply upload your XML file and the website goes to work picking apart your data. All the usual top artists/albums/songs/genres stats are well represented with graphs and charts. One thing I especially like about the Registry’s reports is that you can see which artist/albums/songs/genres you actually spend the most time, not just play clounts, listening to. The iTunes Registry also integrates some social features by tracking and comparing each individual’s stats.

In addition to just totaling play counts or averaging star ratings, the Registry features a stat called ‘effective rating’ that combines the total play count with star ratings to give a better overall look at your library. Like Super Analyzer, you can export any song list to XML and upload it, making the site a very versatile tool for looking at your listening preferences.

Mainstreetmark, the proprietor of the Registry, is generally quick to respond to problems and suggestions, so if there’s something missing that you’d like to see, just drop a line in the forum.

::

So there you have it, the state of iTunes-related statistical programs at the end of summer 2006. Some fine options out there, but none of them are a slam dunk. For me, the ultimate iTunes stat program would do everything the existing apps do, as well as create a wide variety of graphs and charts. Ideally, it would use an interface similar to iTunes’ own smart playlist creator to select the data points and criteria to be analyzed. Hopefully one day soon something like this will exist.

29 thoughts on “Finding Statistics About Your iTunes Library

  1. Thanks for mentioning beaTunes. Just to clarify: Play Frequency is the number of times the track was played in relation to the date the song was added. So if you added a song to your library one week ago and played it once, the play frequency will be the same as the play frequency of a song you added two weeks ago and played twice. In essence, play frequency tries to avoid the new-song-discrimination-phenomenon, that using only play count leads to.

    Reply

    MilchCow Reply:

    That feature is über-cool!

    Shame the system requirements are so high, and that it needs iTunes 8.02. This play frequency is a feature I’ve been dreaming of! 😉

    Reply

  2. So whats the formula for play frequency?

    Reply

    tunequest Reply:

    Hi Jess, the programmer of beaTunes mentions in a comment above that play frequency is determined by the song’s play count and number of weeks the song has been in your library.

    Basically, play frequency = plays per week.

    15 plays in 3 weeks results in a play frequency of 5.

    Reply

    Jess Coleman Reply:

    o i get it.
    thanks so much, its a cool feature

    Reply

    Jess Coleman Reply:

    one more thing….it shows as a percentage, what is it the percent of?

    Reply

  3. Useful site – thanks.

    I’ve tried using Super Analyzer on a Vista machine and it seems to hang about 1/3rd of the way through scanning. Has anyone else experienced this?

    Tom

    Reply

    hsm Reply:

    no, its working here in vista

    Reply

  4. Is there a way to view statistics for my iPod, not my iTunes? I don’t use iTunes much, so I’d rather see statistics about my iPod…

    Reply

    Machead Reply:

    Check out Music God http://bit.ly/musicgod for iPhone and iPod Touch!

    Reply

  5. Almost two years since this post was written and there appears to still be no application that looks at file sizes. Personally I would like to identify which podcasts are costing me extra money due to excessive bandwidth charges and I would pay for software that does this.

    Reply

  6. I liked this iTunes/iPod stats thing on Facebook, What’s on my iPod? but I wanted to get the stats without having to upload my file all the time. So, I taught myself a little VB Script and wrote a rudimentary stats/metrics program. It basically spits out a bunch of numbers and lists to a date-stamped file and it takes about a minute to run for every 1,000 songs you have. For me, it takes just over 3 minutes to run on my aging home PC (with nearly 5,000 songs).

    You can save it anywhere on your PC and double-click on it and it should run. You may need to have VB.NET installed, so you can go to the Microsoft Updates site for that. I am VERY interested in feedback on this, and I’d welcome enhancements to the script as well.

    You can get more information and download it from:
    http://yanoff.org/music/iTunesStats.shtml

    Reply

  7. Seems there is a iPhone/iPod Touch app called Music God [http://bit.ly/musicgod] which does all these statistics and more. I tried it out and it works great!

    Reply

  8. One thing I’ve been hoping to find, which is kind of similar to some of these analysis ideas, is a way to compare albums and artists worth of ratings. So comparing the ratings amongst all of your artists, for example, and showing the ratings in comparison. So you could see that you consistently rate Led Zeppelin highest, Mouse on Mars next, and so forth. I know you can sort by stars, but that doesn’t really do the same thing. For me, this would be a reality check on the ratings currently in your library.

    For example, you might find a band listed high up on the list that you don’t think you agree with, or you find the band you think is your favorite, further down the list, it could lead you to realizing that their tracks aren’t as consistent as you think, or realizing that you rated this band back when you were using a different star scheme. That kind of thing.

    I’ve just got too much music to make these kinds of analyses from glancing through the playlist.

    Reply

  9. is there any way with super analyzer to say in the summary to only view one artist of your itunes library?

    Reply

    tunequest Reply:

    Sure can. Just create a playlist with the one artist and export it (File -> Library -> Export Playlist). Save it as XML and use that file inside super analyzer.

    Reply

  10. After seeing threads like this one and being an iTunes and music lover myself, I decided to create a website which hopefully provides a one-stop service for like-minded people.

    http://www.iMusicHub.com has some similarities to the applications and websites above, as can be expected by the available data, but I hope it can help everyone understand their music and listening habits to a better extent.

    Enjoy…

    Reply

  11. I was a huge fan of iTunesRegistry.com. I used it all the time. It was sad to see it come down. The URL still works, but nothing comes up when you go to it…

    Reply

  12. where in ITunes can I see the actual number of songs in my library?

    At the bottom of the page I can see total artists, genres, composers, albums…..but not total SONGS.

    Thank you.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *