IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.17k stars 58 forks source link

Use exif data to sort images #107

Open ghost opened 1 year ago

ghost commented 1 year ago

Currently, it seems that Gallery doesn't use the exif data from photos to sort them, but rather uses the file timestamp.

It would be nice if there was an option to use exif data to sort photos.

IacobIonut01 commented 1 year ago

I'll be adding multiple sorting options for the media as well (not only for the albums - which is already available).

Including the DATE_TAKEN - the value that holds the exif timestamp.

Thanks for the request

laraib07 commented 1 year ago

@IacobIonut01 Can you also add option to choose how to arrange photos, i.e whether to arrange date-wise or month-wise.

IacobIonut01 commented 1 year ago

@IacobIonut01 Can you also add option to choose how to arrange photos, i.e whether to arrange date-wise or month-wise.

What do you mean by date-wise

IacobIonut01 commented 1 year ago

For example showing photos in a single section per month? Instead of big Month header and per date small headers

laraib07 commented 1 year ago

@IacobIonut01 Yes, date-wise is current behaviour. There is a big Month Header with multiple section for each date. It would be appreciated if you can also add option for showing a single section per month.

IacobIonut01 commented 1 year ago

@IacobIonut01 Yes, date-wise is current behaviour. There is a big Month Header with multiple section for each date. It would be appreciated if you can also add option for showing a single section per month.

Sure, I'll add the option

IacobIonut01 commented 1 year ago

Currently, it seems that Gallery doesn't use the exif data from photos to sort them, but rather uses the file timestamp.

It would be nice if there was an option to use exif data to sort photos.

The feature is still WIP, be aware that the exif timestamp will be available only for the Camera-taken Media (or if exif date_taken attribute exists). Other photos & videos will be sorted normally by the date_modified attribute. Might result in confusing from an UX level, which will take a bit more to properly implement it so the user will be able to control this kind of sorting and know when this sort happened

k2helix commented 9 months ago

Maybe simply add a sort option for Date taken (exif) and one for last modified (default). Apps like Google Photos or Simple Gallery Pro (open source but recently bought) have this feature.