Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build playlist based on multiple artists? #59

Closed
nickdos opened this issue Feb 7, 2020 · 2 comments
Closed

How to build playlist based on multiple artists? #59

nickdos opened this issue Feb 7, 2020 · 2 comments

Comments

@nickdos
Copy link

nickdos commented Feb 7, 2020

This is one feature I use in use iTunes a lot.

image

Plylst doesn't appear to allow this, although I'm happy to be proven wrong.

#42 is one possible approach. Another is to allow some sort of simplified regex option so artists can be pipe separated in a single rule:

artist -- contains -- artist x|artist y|artist z

Thanks for considering.

@Shpigford
Copy link
Owner

@nickdos The pipe works! Exactly as you've got it in your example. 🙂

If that's not having the results you expect, let me know.

@nickdos
Copy link
Author

nickdos commented Feb 9, 2020

Ha ha - only thought of pipe as I was writing the issue, as an afterthought.

Seems to work as expected ✅

The only issue I found was Air was matching artists with air inside the name (e.g. Flair). I tried using |^air$| but that didn't work (didn't really expect it to).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants