-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Be able to drag playlist folders into Playlists-Directories panel #113
Conversation
Build: listFix_2.6.0-PR113-5.exe |
6e60a1d
to
eee1668
Compare
eee1668
to
276c8c6
Compare
Test Results listFix_2.6.0-PR113-5 1. Drag & drop several playlist folders into the PLD, works as intended. ❓ 1.1 But, why then exclude support for the "Drag and Drop" operation for a selection of individual playlists direct from their location, too? 2. Go to • |
If you drag it will "accept" any file type, as I believe I can only determine you want to drop a file list (a single file is also provided as a file list). When you drop, I filter out folders to be added. When there is one or more folder in the file list, the drag is reported back as successful, otherwise not. Not sure what the effect of non successful drop is, maybe OS specific. |
Are you saying that it does support dragging and dropping of selected playlists from their location — as distinguished from those playlist getting added to the PLD in their folder? If so, it did not work for me while testing this release.
👍🏻 During my test, I was able to drag and drop single, or multiple selected playlist folders to the PLD. Have seen none unsuccessful. |
Let's merge this one. |
Yes. Should I add support for drag and drop playlists to Issues? |
Submitted, please delete if superfluous. |
Just now, discovered another issue with listFix_2.6.0-PR113-5: Steps: 1. Start listFix, and first thing open multiple playlist into PLE from a folder in the PLD. 2. Go to ❌ 2.1 ListFix() hangs, and has to be forcefully closed. 🤔 The same behaviour was reported for listFix_2.6.0-PR111-5 ? |
Sure, but that for files dragged onto the (playlist editor pane) I suppose? |
If allow to any file type onto the Playlists-Directories component.
When these files are dropped, I will filter out folders to be added. When there is one or more folder in the file list, the drag is reported back as successful, otherwise not.
Resolves #105