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.