You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use wildcard matches in the Smart Playlist filters for the Gerne and Artist fields.
Currently the Music app doesn't properly support multiple Genre tags so that they appear as combined strings. In my collection multiple tags are separated by different characters, e.g. /, ;, ,, \\.
The iss with some artists is that they are playing with various other artists and the Music app creates different entries for each combination, so that I would need to select a lot of entries for some artists at the moment.
The text was updated successfully, but these errors were encountered:
Adding this to the Smart Playlist feature would be somewhat difficult as the UI component used for genre and artist filter supports selecting multiple pre-defined values but it doesn't allow entering any free-form text. And on the other hand, I'd like to keep this feature as streamlined and easy-to-use as possible.
For the more specialized needs, we have the Advanced search feature although I suspect that many users may not find it:
There, among many other possibilities, you could make for example this kind of search:
And if you are familiar with regular expressions (RegEx), you can use also them to make even more versatile queries.
And once you have your search results, you can drag the title "XX results" to "+ New Playlist" to save the results as a list.
Thanks for pointing me to the Advanced Search option, for now this is sufficient for me.
Would be nice if such advanced settings could be saved as a dynamic smart playlist, similar to the request in #1097, but this is a different topic, so closing here.
I would like to use wildcard matches in the Smart Playlist filters for the Gerne and Artist fields.
Currently the Music app doesn't properly support multiple Genre tags so that they appear as combined strings. In my collection multiple tags are separated by different characters, e.g.
/
,;
,,
,\\
.The iss with some artists is that they are playing with various other artists and the Music app creates different entries for each combination, so that I would need to select a lot of entries for some artists at the moment.
The text was updated successfully, but these errors were encountered: