Revision history of "Main Page/Stuff/Ripping Karaoke CDs/write mp3 songlist.pl"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:33, 3 March 2009Phil Hurvitz (talk | contribs). . (987 bytes) (+987). . (New page: <source lang=perl> #! /usr/bin/perl use MP3::Tag; # list all files chdir "c:/program files/karafun/songs"; @mp3files = `ls *.mp3`; #print @mp3files; # a list of titles & artists @titlea...)