-
Notifications
You must be signed in to change notification settings - Fork 1
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-n-drop support #4
Comments
Ok, thanks for letting me know. I will look into this further. In theory it should work like the main screen when first loaded, accepting drag and drop, checking if a file is already playing, stopping it, releasing the media item, then processing the dropped file, setting the title etc, setting it in the queue and then playing it. Its possible that something isn't being taken into account properly somewhere. If you are able to reproduce it exactly that might help, otherwise it may be some handles or memory being leaked somewhere if its more random and hard to pin down. |
again, everything is all around this.. - #2 |
Found that I wasn't calling DragFinish after calls to DragQueryFile, so a memory leak there. Should be fixed in next version which will have Unicode support, which should also fix some of the issues raised. |
are there any plans for releasing patch build soon? |
Let me know if the latest version resolves some of these issues, and if so we can then close them. Thanks. |
great news! I'll try to test it out today and get back |
tested, can't reproduce |
Not sure how exactly it works now, it seems try to accept dropped media files, but then nothing happens
seen when something is playing and you drop over media file
Another nice to have & user-friendly feature :)
The text was updated successfully, but these errors were encountered: