exodus
Jun 29 2003, 12:49
Hi,
Is there a way (perhaps I'm just not aware of) that will allow you to export all tags for all files in your database? I'd like to create a text file, tab delimited, of my data.
Thanks-
Well, I guess not.
But, it would be a nice feature.
try writing a plugin for it, or ask some1 to do it
foosion
Jul 2 2003, 01:42
If you know all kinds of tags that are in your database, write them down in your copy command formatting string, separate them by commata. Now you only need a list of all the files in your database. You can do this with (for expample) foo_addall, foo_shizzle (not yet available for 0.7 beta), or foo_dbsearch. foo_addall can add all the files in your database to the playlist, while the two search plugins can list the files in a separate window. At least with foo_dbsearch you can apply most of the commands from the playlist contextmenu directly to the search results (not sure about foo_shizzle, there's no version for Win9x). Select them all, and use "Copy name(s)". Now paste this into a text file. Perhaps not as convenient as you would hope for but working.