-
Notifications
You must be signed in to change notification settings - Fork 99
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
Custom Tag finding #237
Comments
This isn't a feature I have thought about before. Could you elaborate on how you would use the custom tags (is it just for smart playlists?), and example of tags you would use? To set expectations, this isn't going to be added any time soon but may be in scope. |
Thanks for reaching out, I would use this to allow further categorizations for example setting the main instruments, the songs mood, the artists gender, ... And actually i've started working on an implementation on this, but so far it's untested and i haven't fixed any failing test's yet. |
Regarding mp4 a single string key for a tag won't directly map, because mp4 uses a |
Yeah mp4 was very confusing and i'm still not sure how it's stored, but i'm gonna look into that. Btw just tested custom tag finding successfully (at least for flac files) for all combinations (weight, collection). |
I think we should talk about how exactly we should treat the But in my opinion we shouldn't try to handle all possibilities to separate artists, but decide on one way, how we want to do it. |
I think before diving too deep, more thought should be given about how this is used by/presented to the end user. And @agersant probably has an opinion of how that will fit the usually rather minimalistic vision of polaris 🤔 |
This is my cue to plug the (recently added) contribution guidelines. Clarifying in the context of this feature:
|
Hey,
to allow better organizing of one's music library it would be very useful to allow the user to define tags that should be looked for in the metadata.
Either in terms of a tag array or even like a map.
AFAIK there is no established way to save stuff like this...
This would greatly improve the functionality of the search feature and would be very practical for something like Spotify's smart shuffle functionality for the future.
What is your opinion on this?
The text was updated successfully, but these errors were encountered: