-
Notifications
You must be signed in to change notification settings - Fork 184
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
Make possible to ignore multiple items with single action in Media Relinker #1175
Comments
Ahh, ok. You can actually delete all media in a Bin with single action by doing:
But we clearly need some improvement here because you were not able to find this workflow. The reason it does not delete all Media Items after selecting Select All from hamburger menu is that media items do not have the keyboard focus after menu selection, and we use that to determine if we are deleting e.g. Timeline Clips or Media Items. I believe I can fix this by programmatically setting keyboard focus after Select All menu selection.
I'll test and analyze this to see how we improve here. I'll label as bug, because we are currently in violation of a strong and correct user expectation to be able to do delete after Select All. |
Thanks for this -- appreciate the context, and I was able to get my project back on track with your help. The only thing I'd add is that as a user I expect the bins to use the same norms and standards as a file manager -- for example if I select all and right click, that menu should apply to all selected items and not just the one I right click on. The design as it currently stands is counterintuitive to me. |
I'll see what can be done here. |
For the delete multiple media items issue I did:
Altogether I think we have this now covered, I'll change the issue name and label to reflect we are still trying to improve on
thing which is more of a feature request. |
Flowblade version 2.18 running on Fedora (Wayland).
There does not seem to be a way to mass-remove media from bins. Attempting to delete a bin gives me a "cannot delete bin without first removing media", but if I select all media in it and press delete, nothing happens. If I attempt to right click once all are selected, the selection cancels and the menu only applies to the single media item.
I have bins with 481 and 602 images in them respectively that I want to delete and I cannot find a way to achieve this.
A related complaint is that the media relinker tool does not allow a bulk ignore (or generate placeholder media) option. This becomes an issue when I've gone through in my OS' file manager and manually deleted a bunch of bad images from a folder, despite the whole folder already having been loaded into a Flowblade bin.
The text was updated successfully, but these errors were encountered: