HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: BedevereTheWise on 2016-08-26 06:28:38

Title: Columns UI - Hide Artists with less than a certain number of songs
Post by: BedevereTheWise on 2016-08-26 06:28:38
Because of a single playlist, I have over 100 artists with just one or two songs appearing my library. There's just about no case where I will ever select these artists in the "Artist" sort field, thus I would like to remove them from that menu. I've messed around with the "filter" a little bit but have not had any success. Could someone help me or at least get me started?

http://prntscr.com/cajugv shows the artist list on the left, with the View Setting on the right
Title: Re: Columns UI - Hide Artists with less than a certain number of songs
Post by: BedevereTheWise on 2016-08-26 06:50:13
I've managed to come up with a filter that would put everything I DON'T want in the artist view, as I realized just about all of the artists are identifiable by two compilation albums, thus

%album% IS "Mango Smoothie" OR %album% IS "Galaxy News Radio"

Now my question is, how do I invert this? I tried using NOR, ISNOT, ISNT, IS_NOT, !IS, etc so I'm running out of ideas on how to do that. Maybe the answer is incredibly obvious to someone else, but I didn't see much inversion from searching google.
Title: Re: Columns UI - Hide Artists with less than a certain number of songs
Post by: jazzthieve on 2016-08-26 07:07:03
Did you try NOT %album% IS?
Title: Re: Columns UI - Hide Artists with less than a certain number of songs
Post by: BedevereTheWise on 2016-08-29 07:04:10
It works! Thank you very much.