"Album Artist" = "Title"

Hi all. I am trying to search for all my mp3s where "Album Artist" = "Title" - any ideas please (I am currently stumped!)?

Try a filter with
"$if($eql(%albumartist%,%title%),1,0)" IS 1

thank you will do! appreciated

it works :slight_smile: thank you again