Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: query %album artist% PRESENT not working (Read 1311 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

query %album artist% PRESENT not working

Hey all.  I am trying to use the following filter query in order to make sure my collection meets this standard.

%ALBUM ARTIST% PRESENT

But the results incorrectly include songs without the %ALBUM ARTIST% field.  Is there something I am doing wrong?

Thanks!!

query %album artist% PRESENT not working

Reply #1
http://wiki.hydrogenaudio.org/index.php?ti...album_artist.25
Quote
%album artist%

Name of the artist of the album specified track belongs to. Checks following metadata fields, in this order: "album artist", "artist", "composer", "performer". The difference between this and %artist% is that %album artist% is intended for use where consistent value across entire album is needed even when per-track artists values vary.


to check only the "album artist" tag, you can use $meta(album artist) like this..

"$meta(album artist)" PRESENT

query %album artist% PRESENT not working

Reply #2
thanks dawg.  i appreciate the fast response!!

 

query %album artist% PRESENT not working

Reply #3
Or simply:

album artist PRESENT