deckerst / aves

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

Introduce setting(s) to not delete empty non-pinned or pinned folders #1296

Closed FLAGEL closed 1 week ago

FLAGEL commented 1 week ago

Empty folders that are not pinned seem to get deleted when they are emptied. I have folders used by multiple apps that I regularly empty as part of a sorting process. I consider these folders as "junk folders" and I do not wish to pin them, nor do I wish to hide them. As it stands I have created ".nodelete" files within said folders, but I think a better solution would be to introduce two settings to let the used select if they want to delete empty regular folder and/or empty pinned folders.

This suggestion is connected to https://github.com/deckerst/aves/issues/639.

Thanks!