QUOTE (Lbird2 @ May 2 2006, 20:26)
When I apply the export expression below, only one album per artist is exported even though multiple albums per artist exist in the selected tags. What am I doing wrong? This happens whether or not the "allow duplicates" box is selected.
I'm using version 2.32. Thank you in advance for your suggestions.
$filename(txt)$loop(%album%,1)%artist%;%album%;%year%;%genre%
$loopend()
I tested it and there is no problem with the export file itself. For me it works fine.
Ummm, you say that multiple album names exists in the tags. In the tags of one file???
When this is the case, then this is the problem. The export only reads the first type of tag that is appearing in a file. So when you have three different album tags in the file, let's say:
1. British Steel
2. Defenders Of The Faith
3. Painkiller
and they are all in one file, and you want to export it, the script only grabs the first one. And in this case it is "British Steel".
I don't know if there is a way of exporting multiple fields of the same type.