Release 0.51.7, support for reading iPhone Photos.sqlite

This commit is contained in:
Rhet Turnbull
2022-09-11 22:31:33 -07:00
parent 3cb4be4254
commit b5b7a28539
26 changed files with 435 additions and 515 deletions

View File

@@ -196,6 +196,8 @@ Template Substitutions
- True if template is being rendered for the edited version of a photo, otherwise False.
* - {favorite}
- Photo has been marked as favorite?; True/False value, use in format '{favorite?VALUE_IF_TRUE,VALUE_IF_FALSE}'
* - {created}
- Photo's creation date in ISO format, e.g. '2020-03-22'
* - {created.date}
- Photo's creation date in ISO format, e.g. '2020-03-22'
* - {created.year}
@@ -222,6 +224,8 @@ Template Substitutions
- 2-digit second of the photo creation time
* - {created.strftime}
- Apply strftime template to file creation date/time. Should be used in form {created.strftime,TEMPLATE} where TEMPLATE is a valid strftime template, e.g. {created.strftime,%Y-%U} would result in year-week number of year: '2020-23'. If used with no template will return null value. See https://strftime.org/ for help on strftime templates.
* - {modified}
- Photo's modification date in ISO format, e.g. '2020-03-22'; uses creation date if photo is not modified
* - {modified.date}
- Photo's modification date in ISO format, e.g. '2020-03-22'; uses creation date if photo is not modified
* - {modified.year}
@@ -248,6 +252,8 @@ Template Substitutions
- 2-digit second of the photo modification time; uses creation date if photo is not modified
* - {modified.strftime}
- Apply strftime template to file modification date/time. Should be used in form {modified.strftime,TEMPLATE} where TEMPLATE is a valid strftime template, e.g. {modified.strftime,%Y-%U} would result in year-week number of year: '2020-23'. If used with no template will return null value. Uses creation date if photo is not modified. See https://strftime.org/ for help on strftime templates.
* - {today}
- Current date in iso format, e.g. '2020-03-22'
* - {today.date}
- Current date in iso format, e.g. '2020-03-22'
* - {today.year}
@@ -351,7 +357,7 @@ Template Substitutions
* - {tab}
- :A tab: '\t'
* - {osxphotos_version}
- The osxphotos version, e.g. '0.51.6'
- The osxphotos version, e.g. '0.51.7'
* - {osxphotos_cmd_line}
- The full command line used to run osxphotos
* - {album}