I've been working on a script that uses mysql and php to take some output from a copy command, and convert it to a web viewable list...
I have a copy of the progress of the output up at My site (BTW, that's my 'bedtime' playlist) and I've been working on streamlining it, but there are a few things I wondered about, and here ask...
1. I've been using % as a delimiter as it doesn't show up in tags too much... I don't want to do CSV, so, any other character you would prefer?
2. It currently only runs on the playlist number, title, artist, time and album, any other tags you really want in there?
3. Would anyone really be interested in working with the code after it's released?
I've been working on optimizing what i have now, It can run about 7500-10000 entries (whole sets of data) in 30 seconds, and much shorter as the list is shorter... (about half a second for 500)...
I guess the biggest question is... if I put it here (which is where I would first release it), would anyone actually use it?
