[quote name='ohrenkino' post='91684' ]Ah! That cleared it up:
You actually have the following names:
DJ Deeon,
DJ Deeon,Jeroen Search,
DJ Deeon,Michel De Hey,
DJ Deeon,Modern Anominal Techno Project,
As a string, these are 4 different things, even though they have shared parts in it.
AFAI can tell, the script works perfect.
Is "DJ Deeon" the ALBUMARTIST? Would you like to separate the data in ARTIST so that the part in front of the comma becomes the ALBUMARTIST and the part behind the comma becomes the ARTIST?[quote]
Got it. You are right!
Since now i try to separate them with comma what should be the code ?
$filename(artisten.txt,utf-8)$loop(%artist%,1)%artist%, $loopend()
Above code works good but keep the comma also in last artist on line, It's possible to keep it clear?
Thank you