Itunes Library Question


Recommended Posts

I need an easy way to catalog my itunes libray into a text file or web page or somthing. So I can use it for my ftp, any ideas?

Link to comment
Share on other sites

I am not sure about this but, seeing as OS X is unix/linux based going to the terminal and then changeing to the directory where your

music is stored and running ls > musiclist.txt should work I think you could even do ls > musiclist.html

Probably not what your looking for but it should work.

Link to comment
Share on other sites

ls > musiclist.txt would produce a list of directories inside of the itunes music folder - those would just be a list of artists.

ls -R would produce a list of the contents of the sub folders, but that's still not terrible nice.

tunes2html is a little PERL script that works really well.

http://www.joescafe.com/tunes2html/

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.