FossifyOrg / Gallery

Browse your memories without any interruptions with this photo and video gallery
https://www.fossify.org
GNU General Public License v3.0
1.5k stars 47 forks source link

The option to delete Exif data from files which stored on the SD Card. #60

Open ghost opened 8 months ago

ghost commented 8 months ago

Is your feature request related to a problem? Please describe.

Yes, it solves the problem that you're unable to delete EXIF data from images stored on the SD card. Currently, you're forced to move them to internal storage to delete the EXIF data from them. When they're on the SD card, you can only view the EXIF data.

Describe the solution you'd like

We would like the option to delete EXIF data for files stored on the SD card, similar to how it works for files in internal storage.

Additions

You're correct that the Gallery app doesn't ask for permission to modify files on external storage, which causes this issue.

locuturus commented 7 months ago

Android 11+ All Files Access should give the app the necessary permissions to do that. There are closed source apps that edit EXIF and file mtime values on the removable SD card by way of that permission. But older versions of Android can't do this at all without root and that legacy may be why this app doesn't offer it (yet?).

ghost commented 5 months ago

Android 11+ All Files Access should give the app the necessary permissions to do that. There are closed source apps that edit EXIF and file mtime values on the removable SD card by way of that permission. But older versions of Android can't do this at all without root and that legacy may be why this app doesn't offer it (yet?).

I'm using a Samsung device with Android 14, and the app has this permission, so it should be able to do so.

locuturus commented 5 months ago

I confirm the option to remove EXIF is missing from the Info window when viewing a file on a removable SD card on an Xperia 1 V with Android 14 and All Files Access granted.

This is absolutely possible to do on Android. A file here is finally now the same as a file there or over there. I suspect a design decision was made to disable the feature on SD cards years ago before All Files Access was a thing (of course it won't work without that permission).