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

Drag and Drop results in two entries for same file with slightly different name #15

Closed
Sappharad opened this issue Sep 19, 2016 · 1 comment

Comments

@Sappharad
Copy link
Owner

I received a bug report that dragging and dropping a bunch of files from the finder, (not folders) was causing them to appear twice in the list. The duplicates have slightly different filenames and MP3Gain throws errors when trying to process the duplicates.

I haven't been able to reproduce this behavior, nor find any references online to a file drag having two different NSURLs. I already check if files exist before adding them to the list, so apparently the NSURLs resolve but then the duplicates must not after being converted to paths.

The code in the next release will be updated to eliminate code that was targeting versions of OS X older than 10.7. Perhaps that is related to the problem.

@Sappharad
Copy link
Owner Author

The user who reported this problem provided really good screenshots showing it happening, but followed up today to mention that it stopped occurring suddenly.

I'm not sure why it happened in the first place, but I'll close this issue until it comes up again.

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

1 participant