-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature] Drag and drop items into app/library for import #184
Comments
It looks like the the delegate methods are actually implemented, it looks like a matter of declaring we can open audio files (and also, if something is in the database already, just point to it instead of importing it again). As a workaround for now, you can Command+Option drag, and it will always let an application accept the files regardless of if it declares it can handle them or not. |
Command+Option drag crashes the app, link or copy makes no difference. |
Does it generate a stack trace in a crash dialog or anything in Console.app? |
|
We take URLs, not Strings. Fix the header to be explicit, and don't map. Fixes the crash in GH-184.
I see what's wrong here - the import process expects an array of file URLs, but the app delegate method is passing it an array of file path strings. This will be fixed in the next release. |
The cover thing should be fixed in d6c9650. |
Please consider adding files with drag and drop (dock icon and window/sidebar, like iTunes) instead of "Import Audio Files".
It would also be nice to have an option in settings for the default behavior (copy or link files).
This would reduce UI friction and make it nicer to use.
Cheers
The text was updated successfully, but these errors were encountered: