Hello, I have probably made a mistake but i cannot correct it. Find it too dificult to program the scripting.
Is there somebody who can help me?
I do not use Taggerscriping.
So this is my script;
$if2(%albumartist%,%artist%)/$if($ne(%albumartist%,),%album%/,)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)$if(%_multiartist%,%artist% - ,)%title%
What i want is mentioning of the year in the albumname.
So i made the script like this;
$if2(%albumartist%,%artist%)/$if($ne(%albumartist%,),/ $if(%date%,($left(%date%,4)) - %album%/,)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)$if(%_multiartist%,%artist% - ,)%title%
This is the result:
In the red circle there is a hook open.
The green circle is how i want it.
What did i do wrong because i cannot find my mistake ?
Thank you in advance.
Glenn