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

"Auto" playlists #25

Open
kevinfrei opened this issue Jan 16, 2021 · 1 comment
Open

"Auto" playlists #25

kevinfrei opened this issue Jan 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kevinfrei
Copy link
Owner

Allow playlist descriptions involving artists, albums, years, keywords, etc...

@kevinfrei kevinfrei added the enhancement New feature or request label Jan 16, 2021
@kevinfrei
Copy link
Owner Author

kevinfrei commented Sep 17, 2023

Basically, allow playlists to be 'textual' descriptions in JSON (trivial to parse...):
Start with 'none' or 'all' and go from there. default "op" is "add" not "remove". An array is 'or' and an object is 'and', sort of...

{ "none/all": [
    {"artist=": "smashing pumpkins", "album~": "collie"},
    {"artist~": "foo fight", "title~": "everlong", "year<": 2000},
    {"op": "remove", "playlist": "bad-words"}
  ]
}

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

No branches or pull requests

1 participant