Hello,
in my WebScript I am trying to return the list of composers to Mp3tag. Like with track titles, I combine the items with '|' and return it in output "Composer". This works fine as long as every track has a corresponding composter entry.
But in cases where only some of the tracks have composer entries, things get messed up.
The following example shows my output string with only track 3 and 7 (of 11) have a composer:
output["Tracks"]= "Cruel|Yours and Mine|Bisbee Blue|Panic Open String|Letter to Bowie Knife|Roka|Lucky Dime|Smash|Deep Down|Nom de Plume|All Systems Red"
output["Composer"]= "||Burns, Coleman, Convertino, Foster||||Burns, Coleman, Convertino||||"
Here Mp3tag comes up with this track listing:
Tracks 3 and 7 look just fine, but the complete output is appended to the last track, also...
My "quick and dirty" hack is to append an additional '|' to the composer output to make it work.
Any ideas?
.sundance.