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

Add more selectors to build_combiner_playlists #131

Closed
a-rich opened this issue Aug 5, 2023 · 1 comment
Closed

Add more selectors to build_combiner_playlists #131

a-rich opened this issue Aug 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@a-rich
Copy link
Owner

a-rich commented Aug 5, 2023

Is your feature request related to a problem? Please describe.
There are multiple attributes of tracks that ought to be selectable when using build_combiner_playlists.

Describe the solution you'd like
Add implicit support for year in the numerical selector syntax [].
Since these values have non-overlapping ranges, they can be expressed implicitly:

  • rating: 0-5
  • BPM: 6-999
  • year: >999

Generalize the {} notation as "string selectors". Support globbing. Add explicit support for:

  • playlists
  • label
  • artist
  • date added
  • comments
  • key

Examples:

  • {playlist:* Bass}
  • {artist:eprom}
  • {comment:*ratchet*}
  • {date:>=2022}
  • {date:<2020-02-20}
@a-rich a-rich added the enhancement New feature or request label Aug 5, 2023
@a-rich a-rich self-assigned this Aug 5, 2023
@a-rich
Copy link
Owner Author

a-rich commented Aug 19, 2023

This is included in the releases/2.7.0 branch and the latest beta release.

@a-rich a-rich closed this as completed Sep 10, 2023
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

When branches are created from issues, their pull requests are automatically linked.

1 participant