aa 1.00a 07-23-03 George Kerber
This program reads an exported delimited file data file from MC
and outputs the Artist and Album names in sorted order. The
default delimiter is a comma, but can be change to any character
or string using the -s option.
Syntax: aa [ -options ] delimited_export_file_from_MC
[ -s <delimiter> ] The default is a comma
Okay I wrote the program in C++ 16 minutes....
Just export a delimited export file and give it to the aa.exe program and it will output a list like this
AC/DC,Back in Black (remaster)
Adams, Bryan,Adams, Bryan
Aerosmith,Aerosmith
Alarm,Strength
Albert, Herb,Greatest Hits
Aldo Nova,Aldo Nova - v1
Allison, Luther,Blue Streak
Allison, Luther,Here I Come
Allison, Luther,Life Is A Bitch
Allison, Luther,Live In Paris
Allison, Luther,Live in Chicago
Allison, Luther,Live in Montreux
Allison, Luther,Love Me Mama
Allison, Luther,Love Me Papa
Allison, Luther,Luther's Blues
Allison, Luther,Pay It Forward
Allison, Luther,Power Wire Blues
Allison, Luther,Reckless
The comma delimiter can be changed. So if your export file was named "Audio.txt" you would execute the following command at a dos prompt:
aa Audio.txt
and the output would come to the screen, better would be to
aa Audio.txt > aa.txt
and then the output would be in aa.txt which you can bring up in any text editing program and print.
Anyone who wants this, send me a message, I'll send you a zipped file of the program.