From 6cee0b825f323ee06b07ecdd65e89a45a41ddc46 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Jul 2021 19:28:50 -0700 Subject: [PATCH] Updated Photos version 5 database (markdown) --- Photos-version-5-database.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Photos-version-5-database.md b/Photos-version-5-database.md index 4ff9096..80629bc 100644 --- a/Photos-version-5-database.md +++ b/Photos-version-5-database.md @@ -49,13 +49,13 @@ See also the [discussion in #184](https://github.com/RhetTbull/osxphotos/issues/ If you sort albums using the View | Sort menu, `ZGENERICALBUM.ZCUSTOMSORTKEY = 1` and: -For sort by newest first: +Sort by newest first: `ZGENERICALBUM.ZCUSTOMSORTASCENDING=0` -For sort oldest first: +Sort by oldest first: `ZGENERICALBUM.ZCUSTOMSORTASCENDING=1` -Sorted by Title +Sort by Title: `ZGENERICALBUM.ZCUSTOMSORTKEY=5` If manually sorted, `ZGENERICALBUM.ZCUSTOMSORTKEY=0` and the `Z_FOK_34ASSETS` column is updated.