-
Notifications
You must be signed in to change notification settings - Fork 6
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
Basic minc tracklists support (MASS ISRC list paste) #2
Basic minc tracklists support (MASS ISRC list paste) #2
Conversation
- it works with minc tracklists. - it does not skip tracks with no ISRC. It may be difficult to do in the future with my current approach. - @kepstin, sendEvent is ATM useless, I can remove it.
Tell me what to change in my code to suit your tastes or anything. :) |
Hmm. I think rather than allowing people to paste multiple ISRCs into the existing text boxes, it would be better to have a (large?) text field, probably at the top, to paste blocks of text. I'd want to do explicit parsing - i.e. have a "Parse" button beside it rather than automatically parse on paste, and maybe a select box to choose the disk to apply the isrcs to ("all disks", "disk 1", "disk 2", etc) Please don't put a version number in the title. |
The ability to paste in any track was useful to me for releases with holes like the following, where I had to use notlob.eu because of skip tracks (
Even in minc, it’s not really rare (they reflect what’s on CD BTW).
This way I can submit 8 ISRC with only two copy/pastes instead. I tried it with the data (both The ability to not stop at a medium’s end is that I can use the above method to cover any amount of mediums. Covering those cases would be made more complex with one or several separate text areas and some select combos. No ? |
- Cursor carret follows newly set inputs.
I close this as it was for previous version of MAGIC ISRC. :) |
kepstin/magicisrc#2 was closed Fixes #292
This is the draft of a PR for “Support pasting multiple isrcs.” (#1)
It allows to paste a bunch of ISRC starting from whichever track input field.
It may be difficult to do in the future with my current approach.