How can I exclude particular album(s) from autoplaylist |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
How can I exclude particular album(s) from autoplaylist |
Jan 26 2013, 04:36
Post
#1
|
|
|
Group: Members Posts: 2 Joined: 26-January 13 Member No.: 106193 |
Greetings HA and Foobar2000 community.
I started using Foobar2000 a few days ago and am loving it so far, but I have one issue that I can't seem to figure out regarding autoplaylists. What I'm trying to accomplish is the following: a “Best of” autoplaylist containing my top rated tracks from a particular artist, while excluding albums by that artist containing Remasters in the album name (to prevent duplicaates, alt. versions, etc). I can get query results for all the top rated tracks from the particular artist with the following query in Library → Search: CODE artist IS Led Zeppelin AND %rating% GREATER 3 My problem happens when I want to exclude particular albums that have Remasters in the album title from the results of the above query. It seems to me the NOT operator is what I should use but I must not be putting it in the correct place. Could someone please advise on the proper query formatting to accomplish what I'm trying to do? |
|
|
|
Jan 26 2013, 04:46
Post
#2
|
|
![]() Group: Members Posts: 202 Joined: 8-September 07 From: Hamburg, GER Member No.: 46899 |
Hi,
try this: CODE artist IS Led Zeppelin AND %rating% GREATER 3 AND NOT %album% HAS "Remasters" Regards |
|
|
|
Jan 26 2013, 04:54
Post
#3
|
|
|
Group: Members Posts: 2 Joined: 17-August 09 Member No.: 72394 |
I'm not use search option, but i think that you need to use something like: (artist IS Led Zeppelin AND %rating% GREATER 3) AND (NOT (album IS Remaster))
Good Luck! Edit: Bollerkoop CODE is good, and better! Use that This post has been edited by Quemeros: Jan 26 2013, 04:56 |
|
|
|
Jan 26 2013, 06:08
Post
#4
|
|
|
Group: Members Posts: 2 Joined: 26-January 13 Member No.: 106193 |
Thank you so much. Both options did exactly what I needed. Now I'm all set.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 13:09 |