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

Initial Key field support [Feature Request] #23

Open
colin-marshall opened this issue Aug 26, 2017 · 1 comment
Open

Initial Key field support [Feature Request] #23

colin-marshall opened this issue Aug 26, 2017 · 1 comment

Comments

@colin-marshall
Copy link

A big headache for DJ's is that most DJ software uses the Initial Key tag field but most media players like iTunes don't make it available. Would be great if there was an option to show the initial key field in a column and in the "Get Info" window. It could simply be labeled "Key"

@jcm93
Copy link
Owner

jcm93 commented Aug 31, 2017

I'm open adding new fields like this one, but I'm unsure on the implementation details at the moment.

Ideally, I'd like to keep the set of tags I've got as the stock set, and introduce a system by which users can have their own custom fields which are just as fast/performant as the stock set, but that's going to be moderately complex.

At a minimum, If I just added a field to the Track table/class, I'd like to sort out how the Core Data versioning system works so I can perform clean migrations from one version of jmc to another when the data model changes. It will be much better for the future if I stop making ad-hoc changes the schema and figure out how to version things properly. Gonna table this at least until I do that.

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