mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.46k stars 1.27k forks source link

Search: Add Filter "Playlist" #13775

Open Russe opened 1 day ago

Russe commented 1 day ago

Feature Description

Currently you can not search for tracks which are in specific playlists. There is no filter for "playlist" https://manual.mixxx.org/2.4/en/chapters/library#finding-tracks-search

I would like to search for tracks which are in specific playlists or tracks which are in no playlist at all. Here are some examples: playlist:"best songs of my life" playlist:""

Is there any chance to get this into Mixxx?

daschuer commented 22 hours ago

We have already the same for crates. Adding it for playlist should be no issue. https://github.com/mixxxdj/mixxx/blob/6efbf8cd83bd031dbb3d5e562fe4b863927cadd8/src/library/searchqueryparser.cpp#L84

We just need a contributor to do that.