- If there is not track number, I want my filename like this:
Artist - Title - If there is track number then the name should follow this schme:
(track) Artist - Title
I tried to use this action, but it doesn't work. What am I doing wrong?
$validate($if($isdigit(%track%),'('$num(%track%)') ',2),)%artist% - %title%,_)
