QUOTE(Yotsuya @ Apr 8 2007, 03:58)

Old Grouch: I am quite familiar with dos commands and can see how one could set up "echo [%album artist% - ]%title% >> filename.ext" to a foo_run event...
Didn't mean to impugn your knowledge. Nowadays, the command line is a closed book to many people, and thought it might be worth mentioning.
QUOTE(Yotsuya @ Apr 8 2007, 03:58)

Or did you have another approach to triggering the copy command in mind?
Actually, you can mark me as another user who is looking for a way to do what you and supreq are asking for, and so far I haven't found anything that does the exact job.
Foo_history generates a list, and you can periodically select all and dump that, but (1) AFAIK not automatically (maybe foo_run+foo_scheduler can do this?), (2) if a song gets played twice between dumps, both plays will show the later timestamp, (3) the title format can't be different from the one for playlist display. It's also a bit of a nuisance that it won't list tracks that aren't in the library or are less than one minute long, and that the time stamps lag the actual start time by one minute.
In a perfect world, I'd like something with indepentently formatted output (so you could specify comma delimited record strings for database or spreadsheet input) with arbitrary headers and/or footers (so you could create HTML pages on the fly), and that would be capable of logging system events (pause, add track, change playlist, etc.).
I wonder if one of the notifier plugins could be modified to to this?