PDA

View Full Version : Is it possible to save the metadata to a file?


smholt
06-03-2007, 02:24 PM
Hi all
I wonder if it is possible to save the metadata to a file (txt,csv or xml) when ripping a cd.
I know it is possible to copy the Track Names to the clipboard, but I need a file with all metadata, filename, etc., as compete as possible, with a line for each track, containing all metadata on each line.
I have not found any options to do that in version 12.

regards,
Svein-Martin Holt, Norway

toolburn
06-03-2007, 11:43 PM
You can dump the ID tags and audio data with the scriptable COM object:
http://www.dbpoweramp.com/developer-scripting-dmc.htm

smholt
06-04-2007, 06:37 AM
You can dump the ID tags and audio data with the scriptable COM object:
http://www.dbpoweramp.com/developer-scripting-dmc.htm
I found that solution also, but I wonder if there are any readymade routines available.

The request should be entered in the wishlist, I guess. :p

Walburga
06-04-2007, 07:06 AM
Hi all
I wonder if it is possible to save the metadata to a file (txt,csv or xml) when ripping a cd.
I know it is possible to copy the Track Names to the clipboard, but I need a file with all metadata, filename, etc., as compete as possible, with a line for each track, containing all metadata on each line.
I have not found any options to do that in version 12.

regards,
Svein-Martin Holt, Norway

Well, it's a 3rd party program, but MP3tag will do what you want using the "export" function:
http://www.mp3tag.de/en/

--Walburga

smholt
06-15-2007, 03:11 PM
Well, it's a 3rd party program, but MP3tag will do what you want using the "export" function:
http://www.mp3tag.de/en/

--Walburga

Great, this program will do the job. Thank you.