Updated Photos version 5 database (markdown)

Rhet Turnbull
2021-07-18 19:28:50 -07:00
parent a8b334d823
commit 6cee0b825f

@@ -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.