You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Album Information says we can sort the media in albums with:
Sort: -name
in index.md, but doesn't say what the possible values for Sort can be. I want to sort by date, oldest first. I tried date and -date but those did not have any effect. I then opened one of my images in Mac Preview and looked at the EXIF data in the Info panel. It showed keys like "Date Time Digitized" and "Date Time Original". I tried both of those, with and without quotes, and it had no effect. I then installed a proper EXIF viewer and it showed different key names, like "Original Date and Time" and "Digitized Date and Time." I tried all of those, with and without quotes, and rebuilt after each change, but nothing seems to work - images appear in a random order.
So, I'm confused about what's expected here, surprised that the documentation doesn't say anything about what I'd think would be the most common way people would want to sort, and perplexed that different tools (Preview and AnyExif) show different key names in the EXIF data.
I've searched the github Issues and it seems like others are able to get date sorting working - but how?
The text was updated successfully, but these errors were encountered:
in signal.conf.py does sort by date. So the documented technique of setting it in index.md has no effect, but setting it in the main project conf does. So either this is a bug or documentation update is needed. But I have a way forward. Thanks.
The documentation for Album Information says we can sort the media in albums with:
Sort: -name
in
index.md
, but doesn't say what the possible values for Sort can be. I want to sort by date, oldest first. I trieddate
and-date
but those did not have any effect. I then opened one of my images in Mac Preview and looked at the EXIF data in the Info panel. It showed keys like "Date Time Digitized" and "Date Time Original". I tried both of those, with and without quotes, and it had no effect. I then installed a proper EXIF viewer and it showed different key names, like "Original Date and Time" and "Digitized Date and Time." I tried all of those, with and without quotes, and rebuilt after each change, but nothing seems to work - images appear in a random order.So, I'm confused about what's expected here, surprised that the documentation doesn't say anything about what I'd think would be the most common way people would want to sort, and perplexed that different tools (Preview and AnyExif) show different key names in the EXIF data.
I've searched the github Issues and it seems like others are able to get date sorting working - but how?
The text was updated successfully, but these errors were encountered: