Help - Search - Members - Calendar
Full Version: library export
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
schnittlich
is there away to export an excel openable file the includes the following for all tracks in the library:

| GENRE | ARTIST | ALBUM | DATE | COMMENT | TRACKNUMBER | TITLE |

thanks...
david_dl
Yes, install foosion's Text Tools, and then configure it (in preferences) with:
Header:
CODE
Artist,Album,Disc,Title,Year$crlf()

Body:
CODE
%artist%,%album%,%discnumber%,%title%,%date%$crlf()

and leave footer empty.
Select all your tracks, and from the context menu choose Text Tools->Save Text.


edit: Note that you will have to change those fields to get it how you want, they were the last ones I used.
schnittlich
thanks. i will give it a try.

what does $crlf() mean/do?
thuan
It means a carriage return and line feed character pair.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.