Filter playlist on ID3 tag(s)?
-
Is there a way to filter on on tags in the top search bar?
Like FMPS_Playcount > 1 for example or artist = 'boy set fire' and what would be the correct syntax? And not or as in a compound statement here...Because sometimes I keep hearing the same songs in playlist and if I could filter them out by play count that would be great!
Or another way of doing this without having to create another playlist or sorting it.
-
@wimpers
You can filter playlists like this:rating:0 AND (bitrate:>320 OR bitdepth:>=16)
Valid filters are: title, name, artist, album, albumartist, performer, composer, year, originalyear, track, disc, length, genre, samplerate, bitdepth, bitrate, filename, grouping, comment, rating.
The play- & Skipcount would be quite useful to have as well. Maybe I could add them in a pull request at some point.