-
I am looking for something like
to find out if the artist has tracks without an album set. |
Beta Was this translation helpful? Give feedback.
Answered by
sampsyo
Dec 27, 2021
Replies: 2 comments
-
A regex query works well for this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JOJ0
-
Oh, I can use regex here? That's awesome! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A regex query works well for this:
album::^$
.