Page 1 of 1

Exporting CDPedia tables to Excel

Posted: Tue Nov 03, 2009 1:54 pm
by peachpit
Hello! I am trying to export tables from CDPedia. I am able to get most of what I need using the export options. But, I also want to export the tracks (names, numbers) with their ID that identifies the CD represented. Is this possible?

Thank you so much for any help you can give.

Re: Exporting CDPedia tables to Excel

Posted: Thu Nov 05, 2009 11:57 am
by Conor
The regular text export relies on what can be displayed on the table view. To get the track names you need to create your own export template to use with the text export option. You create a text file with .txt extension and place it in your home folder under ~/Library/Application Support/CDpedia/Templates. It could look something like this:

Code: Select all

<!--BeginRepeat-->[key:title],[key:artist][key:alltheotherfieldsyouwouldbeinterestedin],[tracksBegin][track:name],[track:artist],[track:duration],[track:composer][tracksEnd]
<!--EndRepeat-->
We don't keep the ID that tie a track back to the iTunes, it something we have to do for a future version.

Re: Exporting CDPedia tables to Excel

Posted: Fri Jan 28, 2011 10:29 pm
by mikedt
Where can I go to find out the field names for a custom export?

Re: Exporting CDPedia tables to Excel

Posted: Sat Jan 29, 2011 2:39 am
by Conor
You can find all the tags on this page. (If you use the program in English, the tags reflect the actual names of the fields.)