about


Scribe:

chrono

blog

Time

science!

book musings

gov

'punk

missle defense

jams

antiques

cultcha blog


Construct:

scripts & programs

on the town

snaps


Self:

creds (PDF)

key

missive


(photo by J. Jackson)

Program: SongLister

Version: 0.1

What it does: This Perl program scans an iTunes music library XML file and lists each song in the collection, taking out the Podcasts, audio books and radio stations. It prints to the screen, in HTML format, the entire list of songs, in the order in which they appear in the html file. In Linux/Unix, this can also be redirected to a html file, i.e. "./SongLister.pl > SongList.html" (A sample file can be found here).

Some prequisites. Perl must be install in the machine, along with the Time::Local Perl module. The pogram must be place in the same folder as the "iTunes Music Library.xml" file.

Download

View the source code