How do I find songs where the Title and the Album are the same? I've tried $eql(%title%,%album%) and %title% HAS %album% and %title% IS %album% and %title% EQUAL %album%, and none of these seem to work.
1 Like
Try
"$if($eql(%album%,%title%),1,0)" IS 1
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.