i've looked at the wiki but i'm really struggling with the syntax. i just want to modify the default "album artist" option slightly
albumartist -> album -> title = "fmt_title"
i only want the "albumartist" list populated with tracks where the "album" tag is present. i have lots of random tracks without album tags and i don't want those artists polluting this list but i can't figure out how to do it.

i crudely tried this but it didn't work. when selecting the "albumartist" entry, i was given the rockbox text editor.
albumartist ? album != "" -> album -> title = "fmt_title"