
Ok, this is one of those memes that I honestly don't get, but since Chandra seems to enjoy doing it and she's doing a fair amount of hand-editing I thought I'd play along and try to offer a quicker method. Here's the list from my laptop:
My Powerbook isn't my main music computer, so the list is not really representative of my collection as a whole. It tends to be populated with stuff I find online more than anything.
Anyway, on to the technique for doing less typing. Copy your song list from iTunes and paste it into a text editor that knows grep. I use BBEdit, but TextWrangler would work as well. Then, do a find & replace with the following strings:
Search string:
(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)$
Replace string:
<li>"\1" by \3, from <i>\4</i></li>
If you have a different number or order of columns showing in iTunes the pattern may be slightly different, but the adjustments should be pretty easy to figure out. You'll need to add the ordered list tags at the start and end, but the bulk of the work should be done for you.
Posted by Jason at March 5, 2005 08:46 AM
Thank you hunny bunny schnookems head.
Posted by: chandra at March 5, 2005 12:35 PM