Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Isn't this what the export function in iTunes is for?

The export function does it in a very messy way, it shows the full directory for every single song and you can't really use it to view all your artists. I was wondering about this as well, I can't see the point of the export function:confused:
 
If you don't mind having all the song names, you could do this:
  • Make a playlist with everything in it
  • Edit view options (Cmd-J) and uncheck everything but Artist and Album
  • Select all (Cmd-A) and copy (Cmd-C)
  • Open TextEdit and paste (Cmd-V)

If you music files are automatically organized by iTunes, here's one way to get only albums and artists (but it has some drawbacks):
  • Open Terminal
  • Change directories to your iTunes Music folder - if it's the default, then you'll type cd "Music/iTunes/iTunes Music" (quotes are important)
  • Type this command: find . -type d -maxdepth 2 -mindepth 2 > ~/Desktop/iTunes.txt

This creates a file called iTunes.txt on your desktop, with all artists and albums. Artist and album are separated by the '/' character, and certain special characters in names will be replaced with '_' (underscore).
 
not and ideal solution, but...
if you choose File>Print in iTunes, you can print a list of albumsm sorted by artist. It will show the number of tracks on the album as well as the total playing time. You can print this to pdf and then select all of the text and copy it to a text-editor of your choice.
 
not and ideal solution, but...
if you choose File>Print in iTunes, you can print a list of albumsm sorted by artist. It will show the number of tracks on the album as well as the total playing time. You can print this to pdf and then select all of the text and copy it to a text-editor of your choice.

Hey, that's pretty nifty. I never knew about it! :cool:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.