TAGS: Find all files that match %artist% = %album artist%, Tags: What is the easiest way to find all files? |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
TAGS: Find all files that match %artist% = %album artist%, Tags: What is the easiest way to find all files? |
Dec 10 2012, 21:57
Post
#1
|
|
![]() Group: Members Posts: 118 Joined: 3-June 05 From: Cluj-Napoca Member No.: 22498 |
Hi,
I tried to figure out to find out what is the easiest way to find all files where %artist% matches %album artist% within foobar2k. Is there any way? Thanks, -Chris -------------------- http://www.vonpell.com
|
|
|
|
Dec 11 2012, 01:50
Post
#2
|
|
|
Group: Members Posts: 328 Joined: 17-April 12 Member No.: 98921 |
Depends on where you want the info.
%track artist% will return the artist tag when it differs from the album artist tag, but that isn't exactly what you're asking for. You can use a title formatting/query syntax string such as the following in foobar's library search to return what you want: CODE "$if($stricmp($meta(artist),$meta(album artist)),true,false)" IS true You can consult the Title Formatting Reference and Query Syntax Reference for other available options. This post has been edited by BenB: Dec 11 2012, 01:53 -------------------- This signature apparently isn't too long.
|
|
|
|
Dec 12 2012, 21:28
Post
#3
|
|
![]() Group: Members Posts: 118 Joined: 3-June 05 From: Cluj-Napoca Member No.: 22498 |
Thanks for the solution.
I did not know the trick with the "" usage within a query. Depends on where you want the info.
%track artist% will return the artist tag when it differs from the album artist tag, but that isn't exactly what you're asking for. You can use a title formatting/query syntax string such as the following in foobar's library search to return what you want: CODE "$if($stricmp($meta(artist),$meta(album artist)),true,false)" IS true You can consult the Title Formatting Reference and Query Syntax Reference for other available options. -------------------- http://www.vonpell.com
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 16:58 |