deckerst / aves

Aves is a gallery and metadata explorer app, built for Android with Flutter.
BSD 3-Clause "New" or "Revised" License
2.73k stars 103 forks source link

Support Keep images for Burst Pictures #1200

Open l2eused opened 1 month ago

l2eused commented 1 month ago

Is your feature request related to a problem? Please describe. When I have bunch of burst images, want to keep some quality images and delete others, can't do it easily (currently I need to change name preferred imagrs one by one to escape burst pattern)

Describe the solution you'd like Add option to select which images want to keep and won"t. this will keep only selected images as group of burst images.

Describe alternatives you've considered Allow hold to milti selecting in viewer mode to select prefered burst images and then move/deleted others.

Extra alternatives When multi selecting in gallery view and selecting (group of) burst images, pop up option to select all images in burst group or expand group and select one by one in group.

Additional context Related area in each solution.

Solution 1 add option in burst group IMG_20240922_013522.jpg

Solution 2 allow multi select in burst preview IMG_20240922_013536.jpg

Solution 3 select all or each after select burst group Screenshot_2024-09-22-01-34-00-434_deckers.thibault.aves-edit.jpg

deckerst commented 1 month ago

want to keep some quality images and delete others, can't do it easily

When you're in the viewer, if you tap on the delete action, the single image currently on view gets deleted, not the whole burst. So it should be easy to open your burst and go through the burst images: one by one choose to delete or slide to the next one. Am I missing something?

l2eused commented 1 month ago

basically when I using burst mode to take photos. I will only keep around 2-3 images and deleted other (~100 images).

That solution you told is worked but not best if you want to keep only 1-2 images, mean you need to press delete button many times to delete unwanted.

In the main goal for this feature I suggest. I hope I can delete bunch of unwanted in few-clicks and keep little amount of best pictures from burst group.

deckerst commented 1 month ago

Ah I see. I was tempted by solution 2 (allowing to select the thumbnails at the bottom of the viewer), but it might not help in your case because you would still need to tap many times to toggle selected items (unless I implement some kind of long press and slide like in the Collection page).

l2eused commented 1 month ago

Ah I see. I was tempted by solution 2 (allowing to select the thumbnails at the bottom of the viewer), but it might not help in your case because you would still need to tap many times to toggle selected items (unless I implement some kind of long press and slide like in the Collection page).

that's sound great, alternative solution, like solution 2 and allow to select invert. This can help to just select keep images then invert to delete other.