diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b16a789e..11bfa949 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.68.6 +current_version = 0.69.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/API_README.md b/API_README.md index 46c735f1..4bd2316e 100644 --- a/API_README.md +++ b/API_README.md @@ -2586,7 +2586,7 @@ cog.out("\n"+get_template_field_table()+"\n") |{cr}|A carriage return: '\r'| |{crlf}|A carriage return + line feed: '\r\n'| |{tab}|:A tab: '\t'| -|{osxphotos_version}|The osxphotos version, e.g. '0.68.6'| +|{osxphotos_version}|The osxphotos version, e.g. '0.69.0'| |{osxphotos_cmd_line}|The full command line used to run osxphotos| |{album}|Album(s) photo is contained in| |{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder| diff --git a/README.md b/README.md index f1759488..7561d45f 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ If your photos are organized in folders and albums in Photos you can preserve th `osxphotos export /path/to/export --directory "{folder_album}"` -Photos can belong to more than one album. In this case, the template field `{folder_album}` will expand to all the album names that the photo belongs to. For example, if a photo belongs to the albums `Vacation` and `Travel`, the template field `{folder_album}` would expand to `Vacation`, `Travel`. If the photo belongs to no albums, the template field `{folder_album}` would expand to "_" (the default value). +Photos can belong to more than one album. In this case, the template field `{folder_album}` will expand to all the album names that the photo belongs to. For example, if a photo belongs to the albums `Vacation` and `Travel`, the template field `{folder_album}` would expand to `Vacation`, `Travel`. If the photo belongs to no albums, the template field `{folder_album}` would expand to "_" (the default value). All template fields including `{folder_album}` can be further filtered using a number of different filters. To convert all directory names to lower case for example, use the `lower` filter: @@ -378,8 +378,8 @@ By default, osxphotos will use the original filename of the photo when exporting The above command will export photos using the title. Note that you don't need to specify the extension as part of the `--filename` template as osxphotos will automatically add the correct file extension. Some photos might not have a title so in this case, you could use the default value feature to specify a different name for these photos. For example, to use the title as the filename, but if no title is specified, use the original filename instead: osxphotos export /path/to/export --filename "{title,{original_name}}" - │ ││ │ - │ ││ │ + │ ││ │ + │ ││ │ Use photo's title as the filename <──────┘ ││ │ ││ │ Value after comma will be used <───────┘│ │ @@ -393,8 +393,8 @@ The above command will export photos using the title. Note that you don't need The osxphotos template system also allows for limited conditional logic of the type "If a condition is true then do one thing, otherwise, do a different thing". For example, you can use the `--filename` option to name files that are marked as "Favorites" in Photos differently than other files. For example, to add a "#" to the name of every photo that's a favorite: osxphotos export /path/to/export --filename "{original_name}{favorite?#,}" - │ │ │││ - │ │ │││ + │ │ │││ + │ │ │││ Use photo's original name as filename <──┘ │ │││ │ │││ 'favorite' is True if photo is a Favorite, <───────┘ │││ @@ -450,7 +450,7 @@ All the above commands operate on the default Photos library. Most users only u #### Missing photos -osxphotos works by copying photos out of the Photos library folder to export them. You may see osxphotos report that one or more photos are missing and thus could not be exported. One possible reason for this is that you are using iCloud to synch your Photos library and Photos either hasn't yet synched the cloud library to the local Mac or you have Photos configured to "Optimize Mac Storage" in Photos Preferences. Another reason is that even if you have Photos configured to download originals to the Mac, Photos does not always download photos from shared albums or original screenshots to the Mac. +osxphotos works by copying photos out of the Photos library folder to export them. You may see osxphotos report that one or more photos are missing and thus could not be exported. One possible reason for this is that you are using iCloud to synch your Photos library and Photos either hasn't yet synched the cloud library to the local Mac or you have Photos configured to "Optimize Mac Storage" in Photos Preferences. Another reason is that even if you have Photos configured to download originals to the Mac, Photos does not always download photos from shared albums or original screenshots to the Mac. If you encounter missing photos you can tell osxphotos to download the missing photos from iCloud using the `--download-missing` option. `--download-missing` uses AppleScript to communicate with Photos and tell it to download the missing photos. Photos' AppleScript interface is somewhat buggy and you may find that Photos crashes. In this case, osxphotos will attempt to restart Photos to resume the download process. There's also an experimental `--use-photokit` option that will communicate with Photos using a different "PhotoKit" interface. This option must be used together with `--download-missing`: @@ -480,12 +480,12 @@ This will write basic metadata such as keywords, persons, and GPS location to th osxphotos export /path/to/export --exiftool --keyword-template "{folder_album(>)}" │ │ - │ │ - folder_album results in the folder(s) <──┘ │ - and album a photo is contained in │ - │ - The value in () is used as the path separator <───────┘ - for joining the folders and albums. For example, + │ │ + folder_album results in the folder(s) <──┘ │ + and album a photo is contained in │ + │ + The value in () is used as the path separator <───────┘ + for joining the folders and albums. For example, if photo is in Folder1/Folder2/Album, (>) produces "Folder1>Folder2>Album" which some programs, such as Lightroom Classic, treat as hierarchical keywords @@ -514,7 +514,7 @@ Another way to export metadata about your photos is through the use of sidecar f `osxphotos export /path/to/export --sidecar XMP` -Unlike `--exiftool`, you do not need to install exiftool to use the `--sidecar` feature. Many of the same configuration options that apply to `--exiftool` to modify metadata, for example, `--keyword-template` can also be used with `--sidecar`. +Unlike `--exiftool`, you do not need to install exiftool to use the `--sidecar` feature. Many of the same configuration options that apply to `--exiftool` to modify metadata, for example, `--keyword-template` can also be used with `--sidecar`. Sidecar files are named "photoname.ext.sidecar_ext". For example, if the photo is named `IMG_1234.JPG` and the sidecar format is XMP, the sidecar would be named `IMG_1234.JPG.XMP`. Some applications expect the sidecar in this case to be named `IMG_1234.XMP`. You can use the `--sidecar-drop-ext` option to force osxphotos to name the sidecar files in this manner: @@ -621,21 +621,21 @@ In the template string above, `{newline}` instructs osxphotos to insert a new li Explanation of the template string: {title,}{title?{descr?{newline},},}{descr,} - │ │ │ │ │ │ │ - │ │ │ │ │ │ │ - └──> insert title (or nothing if no title) + │ │ │ │ │ │ │ + │ │ │ │ │ │ │ + └──> insert title (or nothing if no title) │ │ │ │ │ │ └───> is there a title? │ │ │ │ │ - └───> if so, is there a description? + └───> if so, is there a description? │ │ │ │ - └───> if so, insert new line + └───> if so, insert new line │ │ │ └───> if descr is blank, insert nothing - │ │ + │ │ └───> if title is blank, insert nothing │ - └───> finally, insert description + └───> finally, insert description (or nothing if no description) In this example, `title?` demonstrates use of the boolean (True/False) feature of the template system. `title?` is read as "Is the title True (or not blank/empty)? If so, then the value immediately following the `?` is used in place of `title`. If `title` is blank, then the value immediately following the comma is used instead. The format for boolean fields is `field?value if true,value if false`. Either `value if true` or `value if false` may be blank, in which case a blank string ("") is used for the value and both may also be an entirely new template string as seen in the above example. Using this format, template strings may be nested inside each other to form complex `if-then-else` statements. @@ -660,13 +660,13 @@ The configuration file is a plain text file in [TOML](https://toml.io/en/) forma #### Run commands on exported photos for post-processing -You can use the `--post-command` option to run one or more commands against exported files. The `--post-command` option takes two arguments: CATEGORY and COMMAND. CATEGORY is a string that describes which category of file to run the command against. The available categories are described in the help text available via: `osxphotos help export`. For example, the `exported` category includes all exported photos and the `skipped` category includes all photos that were skipped when running export with `--update`. COMMAND is an osxphotos template string which will be rendered then passed to the shell for execution. +You can use the `--post-command` option to run one or more commands against exported files. The `--post-command` option takes two arguments: CATEGORY and COMMAND. CATEGORY is a string that describes which category of file to run the command against. The available categories are described in the help text available via: `osxphotos help export`. For example, the `exported` category includes all exported photos and the `skipped` category includes all photos that were skipped when running export with `--update`. COMMAND is an osxphotos template string which will be rendered then passed to the shell for execution. For example, the following command generates a log of all exported files and their associated keywords: `osxphotos export /path/to/export --post-command exported "echo {shell_quote,{filepath}{comma}{,+keyword,}} >> {shell_quote,{export_dir}/exported.txt}"` -The special template field `{shell_quote}` ensures a string is properly quoted for execution in the shell. For example, it's possible that a file path or keyword in this example has a space in the value and if not properly quoted, this would cause an error in the execution of the command. When running commands, the template `{filepath}` is set to the full path of the exported file and `{export_dir}` is set to the full path of the base export directory. +The special template field `{shell_quote}` ensures a string is properly quoted for execution in the shell. For example, it's possible that a file path or keyword in this example has a space in the value and if not properly quoted, this would cause an error in the execution of the command. When running commands, the template `{filepath}` is set to the full path of the exported file and `{export_dir}` is set to the full path of the base export directory. Explanation of the template string: @@ -677,7 +677,7 @@ Explanation of the template string: │ │ │ │ └───> filepath of the exported file │ │ │ - └───> insert a comma + └───> insert a comma │ │ └───> join the list of keywords together with a "," │ @@ -1659,7 +1659,7 @@ Options: depending on system dark mode setting. -h, --help Show this message and exit. - Export + Export When exporting photos, osxphotos creates a database in the top-level export folder called '.osxphotos_export.db'. This database preserves state @@ -1691,7 +1691,7 @@ option to re-export the entire library thus rebuilding the '.osxphotos_export.db' database. - Extended Attributes + Extended Attributes Some options (currently '--finder-tag-template', '--finder-tag-keywords', '-xattr-template') write additional metadata accessible by Spotlight @@ -1759,300 +1759,300 @@ For additional information on extended attributes see: https://developer.apple _keys - Templating System + Templating System -The templating system converts one or template statements, written in -osxphotos metadata templating language, to one or more rendered values using -information from the photo being processed. +The templating system converts one or template statements, written in +osxphotos metadata templating language, to one or more rendered values using +information from the photo being processed. -In its simplest form, a template statement has the form: "{template_field}", -for example "{title}" which would resolve to the title of the photo. +In its simplest form, a template statement has the form: "{template_field}", +for example "{title}" which would resolve to the title of the photo. -Template statements may contain one or more modifiers. The full syntax is: +Template statements may contain one or more modifiers. The full syntax is: -"pretext{delim+template_field:subfield(field_arg)|filter[find,replace] -conditional&combine_value?bool_value,default}posttext" +"pretext{delim+template_field:subfield(field_arg)|filter[find,replace] +conditional&combine_value?bool_value,default}posttext" -Template statements are white-space sensitive meaning that white space -(spaces, tabs) changes the meaning of the template statement. +Template statements are white-space sensitive meaning that white space +(spaces, tabs) changes the meaning of the template statement. -pretext and posttext are free form text. For example, if a photo has title -"My Photo Title" the template statement "The title of the photo is {title}", -resolves to "The title of the photo is My Photo Title". The pretext in this -example is "The title if the photo is " and the template_field is {title}. +pretext and posttext are free form text. For example, if a photo has title +"My Photo Title" the template statement "The title of the photo is {title}", +resolves to "The title of the photo is My Photo Title". The pretext in this +example is "The title if the photo is " and the template_field is {title}. -delim: optional delimiter string to use when expanding multi-valued template -values in-place +delim: optional delimiter string to use when expanding multi-valued template +values in-place -+: If present before template name, expands the template in place. If delim -not provided, values are joined with no delimiter. ++: If present before template name, expands the template in place. If delim +not provided, values are joined with no delimiter. -e.g. if Photo keywords are ["foo","bar"]: +e.g. if Photo keywords are ["foo","bar"]: - • "{keyword}" renders to "foo", "bar" - • "{,+keyword}" renders to: "foo,bar" - • "{; +keyword}" renders to: "foo; bar" - • "{+keyword}" renders to "foobar" + • "{keyword}" renders to "foo", "bar" + • "{,+keyword}" renders to: "foo,bar" + • "{; +keyword}" renders to: "foo; bar" + • "{+keyword}" renders to "foobar" template_field: The template field to resolve. See Template Substitutions for -full list of template fields. +full list of template fields. -:subfield: Some templates have sub-fields, For example, {exiftool:IPTC:Make}; -the template_field is exiftool and the sub-field is IPTC:Make. +:subfield: Some templates have sub-fields, For example, {exiftool:IPTC:Make}; +the template_field is exiftool and the sub-field is IPTC:Make. -(field_arg): optional arguments to pass to the field; for example, with -{folder_album} this is used to pass the path separator used for joining -folders and albums when rendering the field (default is "/" for -{folder_album}). +(field_arg): optional arguments to pass to the field; for example, with +{folder_album} this is used to pass the path separator used for joining +folders and albums when rendering the field (default is "/" for +{folder_album}). -|filter: You may optionally append one or more filter commands to the end of -the template field using the vertical pipe ('|') symbol. Filters may be -combined, separated by '|' as in: {keyword|capitalize|parens}. +|filter: You may optionally append one or more filter commands to the end of +the template field using the vertical pipe ('|') symbol. Filters may be +combined, separated by '|' as in: {keyword|capitalize|parens}. -Valid filters are: +Valid filters are: - • lower: Convert value to lower case, e.g. 'Value' => 'value'. - • upper: Convert value to upper case, e.g. 'Value' => 'VALUE'. - • strip: Strip whitespace from beginning/end of value, e.g. ' Value ' => - 'Value'. - • titlecase: Convert value to title case, e.g. 'my value' => 'My Value'. + • lower: Convert value to lower case, e.g. 'Value' => 'value'. + • upper: Convert value to upper case, e.g. 'Value' => 'VALUE'. + • strip: Strip whitespace from beginning/end of value, e.g. ' Value ' => + 'Value'. + • titlecase: Convert value to title case, e.g. 'my value' => 'My Value'. • capitalize: Capitalize first word of value and convert other words to lower - case, e.g. 'MY VALUE' => 'My value'. - • braces: Enclose value in curly braces, e.g. 'value => '{value}'. - • parens: Enclose value in parentheses, e.g. 'value' => '(value') - • brackets: Enclose value in brackets, e.g. 'value' => '[value]' - • shell_quote: Quotes the value for safe usage in the shell, e.g. My - file.jpeg => 'My file.jpeg'; only adds quotes if needed. - • function: Run custom python function to filter value; use in format - 'function:/path/to/file.py::function_name'. See example at + case, e.g. 'MY VALUE' => 'My value'. + • braces: Enclose value in curly braces, e.g. 'value => '{value}'. + • parens: Enclose value in parentheses, e.g. 'value' => '(value') + • brackets: Enclose value in brackets, e.g. 'value' => '[value]' + • shell_quote: Quotes the value for safe usage in the shell, e.g. My + file.jpeg => 'My file.jpeg'; only adds quotes if needed. + • function: Run custom python function to filter value; use in format + 'function:/path/to/file.py::function_name'. See example at https://github.com/RhetTbull/osxphotos/blob/master/examples/template_filter - .py - • split(x): Split value into a list of values using x as delimiter, e.g. - 'value1;value2' => ['value1', 'value2'] if used with split(;). - • autosplit: Automatically split delimited string into separate values; will + .py + • split(x): Split value into a list of values using x as delimiter, e.g. + 'value1;value2' => ['value1', 'value2'] if used with split(;). + • autosplit: Automatically split delimited string into separate values; will split strings delimited by comma, semicolon, or space, e.g. 'value1,value2' - => ['value1', 'value2']. + => ['value1', 'value2']. • chop(x): Remove x characters off the end of value, e.g. chop(1): 'Value' => 'Valu'; when applied to a list, chops characters from each list value, e.g. - chop(1): ['travel', 'beach']=> ['trave', 'beac']. - • chomp(x): Remove x characters from the beginning of value, e.g. chomp(1): + chop(1): ['travel', 'beach']=> ['trave', 'beac']. + • chomp(x): Remove x characters from the beginning of value, e.g. chomp(1): ['Value'] => ['alue']; when applied to a list, removes characters from each - list value, e.g. chomp(1): ['travel', 'beach']=> ['ravel', 'each']. - • sort: Sort list of values, e.g. ['c', 'b', 'a'] => ['a', 'b', 'c']. - • rsort: Sort list of values in reverse order, e.g. ['a', 'b', 'c'] => ['c', - 'b', 'a']. - • reverse: Reverse order of values, e.g. ['a', 'b', 'c'] => ['c', 'b', 'a']. + list value, e.g. chomp(1): ['travel', 'beach']=> ['ravel', 'each']. + • sort: Sort list of values, e.g. ['c', 'b', 'a'] => ['a', 'b', 'c']. + • rsort: Sort list of values in reverse order, e.g. ['a', 'b', 'c'] => ['c', + 'b', 'a']. + • reverse: Reverse order of values, e.g. ['a', 'b', 'c'] => ['c', 'b', 'a']. • uniq: Remove duplicate values, e.g. ['a', 'b', 'c', 'b', 'a'] => ['a', 'b', - 'c']. - • join(x): Join list of values with delimiter x, e.g. join(,): ['a', 'b', - 'c'] => 'a,b,c'; the DELIM option functions similar to join(x) but with - DELIM, the join happens before being passed to any filters.May optionally - be used without an argument, that is 'join()' which joins values together - with no delimiter. e.g. join(): ['a', 'b', 'c'] => 'abc'. - • append(x): Append x to list of values, e.g. append(d): ['a', 'b', 'c'] => - ['a', 'b', 'c', 'd']. - • prepend(x): Prepend x to list of values, e.g. prepend(d): ['a', 'b', 'c'] - => ['d', 'a', 'b', 'c']. - • appends(x): Append s[tring] Append x to each value of list of values, e.g. - appends(d): ['a', 'b', 'c'] => ['ad', 'bd', 'cd']. - • prepends(x): Prepend s[tring] x to each value of list of values, e.g. - prepends(d): ['a', 'b', 'c'] => ['da', 'db', 'dc']. + 'c']. + • join(x): Join list of values with delimiter x, e.g. join(,): ['a', 'b', + 'c'] => 'a,b,c'; the DELIM option functions similar to join(x) but with + DELIM, the join happens before being passed to any filters.May optionally + be used without an argument, that is 'join()' which joins values together + with no delimiter. e.g. join(): ['a', 'b', 'c'] => 'abc'. + • append(x): Append x to list of values, e.g. append(d): ['a', 'b', 'c'] => + ['a', 'b', 'c', 'd']. + • prepend(x): Prepend x to list of values, e.g. prepend(d): ['a', 'b', 'c'] + => ['d', 'a', 'b', 'c']. + • appends(x): Append s[tring] Append x to each value of list of values, e.g. + appends(d): ['a', 'b', 'c'] => ['ad', 'bd', 'cd']. + • prepends(x): Prepend s[tring] x to each value of list of values, e.g. + prepends(d): ['a', 'b', 'c'] => ['da', 'db', 'dc']. • remove(x): Remove x from list of values, e.g. remove(b): ['a', 'b', 'c'] => - ['a', 'c']. - • slice(start:stop:step): Slice list using same semantics as Python's list + ['a', 'c']. + • slice(start:stop:step): Slice list using same semantics as Python's list slicing, e.g. slice(1:3): ['a', 'b', 'c', 'd'] => ['b', 'c']; slice(1:4:2): - ['a', 'b', 'c', 'd'] => ['b', 'd']; slice(1:): ['a', 'b', 'c', 'd'] => - ['b', 'c', 'd']; slice(:-1): ['a', 'b', 'c', 'd'] => ['a', 'b', 'c']; - slice(::-1): ['a', 'b', 'c', 'd'] => ['d', 'c', 'b', 'a']. See also - sslice(). + ['a', 'b', 'c', 'd'] => ['b', 'd']; slice(1:): ['a', 'b', 'c', 'd'] => + ['b', 'c', 'd']; slice(:-1): ['a', 'b', 'c', 'd'] => ['a', 'b', 'c']; + slice(::-1): ['a', 'b', 'c', 'd'] => ['d', 'c', 'b', 'a']. See also + sslice(). • sslice(start:stop:step): [s(tring) slice] Slice values in a list using same - semantics as Python's string slicing, e.g. sslice(1:3):'abcd => 'bc'; - sslice(1:4:2): 'abcd' => 'bd', etc. See also slice(). - • filter(x): Filter list of values using predicate x; for example, - {folder_album|filter(contains Events)} returns only folders/albums - containing the word 'Events' in their path. - • int: Convert values in list to integer, e.g. 1.0 => 1. If value cannot be - converted to integer, remove value from list. ['1.1', 'x'] => ['1']. See - also float. - • float: Convert values in list to floating point number, e.g. 1 => 1.0. If - value cannot be converted to float, remove value from list. ['1', 'x'] => - ['1.0']. See also int. - -e.g. if Photo keywords are ["FOO","bar"]: - - • "{keyword|lower}" renders to "foo", "bar" - • "{keyword|upper}" renders to: "FOO", "BAR" - • "{keyword|capitalize}" renders to: "Foo", "Bar" - • "{keyword|lower|parens}" renders to: "(foo)", "(bar)" - -e.g. if Photo description is "my description": - - • "{descr|titlecase}" renders to: "My Description" - -e.g. If Photo is in Album1 in Folder1: - - • "{folder_album}" renders to ["Folder1/Album1"] - • "{folder_album(>)}" renders to ["Folder1>Album1"] - • "{folder_album()}" renders to ["Folder1Album1"] - -[find,replace]: optional text replacement to perform on rendered template -value. For example, to replace "/" in an album name, you could use the -template "{album[/,-]}". Multiple replacements can be made by appending "|" -and adding another find|replace pair. e.g. to replace both "/" and ":" in -album name: "{album[/,-|:,-]}". find/replace pairs are not limited to single -characters. The "|" character cannot be used in a find/replace pair. - -conditional: optional conditional expression that is evaluated as boolean -(True/False) for use with the ?bool_value modifier. Conditional expressions -take the form 'not operator value' where not is an optional modifier that -negates the operator. Note: the space before the conditional expression is + semantics as Python's string slicing, e.g. sslice(1:3):'abcd => 'bc'; + sslice(1:4:2): 'abcd' => 'bd', etc. See also slice(). + • filter(x): Filter list of values using predicate x; for example, + {folder_album|filter(contains Events)} returns only folders/albums + containing the word 'Events' in their path. + • int: Convert values in list to integer, e.g. 1.0 => 1. If value cannot be + converted to integer, remove value from list. ['1.1', 'x'] => ['1']. See + also float. + • float: Convert values in list to floating point number, e.g. 1 => 1.0. If + value cannot be converted to float, remove value from list. ['1', 'x'] => + ['1.0']. See also int. + +e.g. if Photo keywords are ["FOO","bar"]: + + • "{keyword|lower}" renders to "foo", "bar" + • "{keyword|upper}" renders to: "FOO", "BAR" + • "{keyword|capitalize}" renders to: "Foo", "Bar" + • "{keyword|lower|parens}" renders to: "(foo)", "(bar)" + +e.g. if Photo description is "my description": + + • "{descr|titlecase}" renders to: "My Description" + +e.g. If Photo is in Album1 in Folder1: + + • "{folder_album}" renders to ["Folder1/Album1"] + • "{folder_album(>)}" renders to ["Folder1>Album1"] + • "{folder_album()}" renders to ["Folder1Album1"] + +[find,replace]: optional text replacement to perform on rendered template +value. For example, to replace "/" in an album name, you could use the +template "{album[/,-]}". Multiple replacements can be made by appending "|" +and adding another find|replace pair. e.g. to replace both "/" and ":" in +album name: "{album[/,-|:,-]}". find/replace pairs are not limited to single +characters. The "|" character cannot be used in a find/replace pair. + +conditional: optional conditional expression that is evaluated as boolean +(True/False) for use with the ?bool_value modifier. Conditional expressions +take the form 'not operator value' where not is an optional modifier that +negates the operator. Note: the space before the conditional expression is required if you use a conditional expression. Valid comparison operators are: - • contains: template field contains value, similar to python's in - • matches: template field contains exactly value, unlike contains: does not - match partial matches - • startswith: template field starts with value - • endswith: template field ends with value - • <=: template field is less than or equal to value - • >=: template field is greater than or equal to value - • <: template field is less than value - • >: template field is greater than value - • ==: template field equals value - • !=: template field does not equal value - -The value part of the conditional expression is treated as a bare (unquoted) -word/phrase. Multiple values may be separated by '|' (the pipe symbol). -value is itself a template statement so you can use one or more template -fields in value which will be resolved before the comparison occurs. - -For example: - - • {keyword matches Beach} resolves to True if 'Beach' is a keyword. It would - not match keyword 'BeachDay'. - • {keyword contains Beach} resolves to True if any keyword contains the word - 'Beach' so it would match both 'Beach' and 'BeachDay'. - • {photo.score.overall > 0.7} resolves to True if the photo's overall - aesthetic score is greater than 0.7. - • {keyword|lower contains beach} uses the lower case filter to do - case-insensitive matching to match any keyword that contains the word - 'beach'. - • {keyword|lower not contains beach} uses the not modifier to negate the - comparison so this resolves to True if there is no keyword that matches - 'beach'. - -Examples: to export photos that contain certain keywords with the osxphotos -export command's --directory option: - ---directory "{keyword|lower matches -travel|vacation?Travel-Photos,Not-Travel-Photos}" - -This exports any photo that has keywords 'travel' or 'vacation' into a -directory 'Travel-Photos' and all other photos into directory -'Not-Travel-Photos'. - -This can be used to rename files as well, for example: --filename -"{favorite?Favorite-{original_name},{original_name}}" - -This renames any photo that is a favorite as 'Favorite-ImageName.jpg' (where -'ImageName.jpg' is the original name of the photo) and all other photos with -the unmodified original name. - -&combine_value: Template fields may be combined with another template -statement to return multiple values. The combine_value is another template -statement. For example, the template {created.year&{folder_album,}} would -resolve to ["1999", "Vacation"] if the photo was created in 1999 and was in -the album Vacation. Because the combine_value is a template statement, -multiple templates may be combined together by nesting the combine operator: -{template1&{template2&{template3,},},}. In this example, a null default value -is used to prevent the default value from being combined if any of the nested -templates does not resolve to a value - -?bool_value: Template fields may be evaluated as boolean (True/False) by -appending "?" after the field name (and following "(field_arg)" or + • contains: template field contains value, similar to python's in + • matches: template field contains exactly value, unlike contains: does not + match partial matches + • startswith: template field starts with value + • endswith: template field ends with value + • <=: template field is less than or equal to value + • >=: template field is greater than or equal to value + • <: template field is less than value + • >: template field is greater than value + • ==: template field equals value + • !=: template field does not equal value + +The value part of the conditional expression is treated as a bare (unquoted) +word/phrase. Multiple values may be separated by '|' (the pipe symbol). +value is itself a template statement so you can use one or more template +fields in value which will be resolved before the comparison occurs. + +For example: + + • {keyword matches Beach} resolves to True if 'Beach' is a keyword. It would + not match keyword 'BeachDay'. + • {keyword contains Beach} resolves to True if any keyword contains the word + 'Beach' so it would match both 'Beach' and 'BeachDay'. + • {photo.score.overall > 0.7} resolves to True if the photo's overall + aesthetic score is greater than 0.7. + • {keyword|lower contains beach} uses the lower case filter to do + case-insensitive matching to match any keyword that contains the word + 'beach'. + • {keyword|lower not contains beach} uses the not modifier to negate the + comparison so this resolves to True if there is no keyword that matches + 'beach'. + +Examples: to export photos that contain certain keywords with the osxphotos +export command's --directory option: + +--directory "{keyword|lower matches +travel|vacation?Travel-Photos,Not-Travel-Photos}" + +This exports any photo that has keywords 'travel' or 'vacation' into a +directory 'Travel-Photos' and all other photos into directory +'Not-Travel-Photos'. + +This can be used to rename files as well, for example: --filename +"{favorite?Favorite-{original_name},{original_name}}" + +This renames any photo that is a favorite as 'Favorite-ImageName.jpg' (where +'ImageName.jpg' is the original name of the photo) and all other photos with +the unmodified original name. + +&combine_value: Template fields may be combined with another template +statement to return multiple values. The combine_value is another template +statement. For example, the template {created.year&{folder_album,}} would +resolve to ["1999", "Vacation"] if the photo was created in 1999 and was in +the album Vacation. Because the combine_value is a template statement, +multiple templates may be combined together by nesting the combine operator: +{template1&{template2&{template3,},},}. In this example, a null default value +is used to prevent the default value from being combined if any of the nested +templates does not resolve to a value + +?bool_value: Template fields may be evaluated as boolean (True/False) by +appending "?" after the field name (and following "(field_arg)" or "[find/replace]". If a field is True (e.g. photo is HDR and field is "{hdr}") -or has any value, the value following the "?" will be used to render the -template instead of the actual field value. If the template field evaluates +or has any value, the value following the "?" will be used to render the +template instead of the actual field value. If the template field evaluates to False (e.g. in above example, photo is not HDR) or has no value (e.g. photo -has no title and field is "{title}") then the default value following a "," -will be used. +has no title and field is "{title}") then the default value following a "," +will be used. -e.g. if photo is an HDR image, +e.g. if photo is an HDR image, - • "{hdr?ISHDR,NOTHDR}" renders to "ISHDR" + • "{hdr?ISHDR,NOTHDR}" renders to "ISHDR" -and if it is not an HDR image, +and if it is not an HDR image, - • "{hdr?ISHDR,NOTHDR}" renders to "NOTHDR" + • "{hdr?ISHDR,NOTHDR}" renders to "NOTHDR" -,default: optional default value to use if the template name has no value. +,default: optional default value to use if the template name has no value. This modifier is also used for the value if False for boolean-type fields (see -above) as well as to hold a sub-template for values like {created.strftime}. -If no default value provided, "_" is used. +above) as well as to hold a sub-template for values like {created.strftime}. +If no default value provided, "_" is used. -e.g., if photo has no title set, +e.g., if photo has no title set, - • "{title}" renders to "_" - • "{title,I have no title}" renders to "I have no title" + • "{title}" renders to "_" + • "{title,I have no title}" renders to "I have no title" -Template fields such as created.strftime use the default value to pass the -template to use for strftime. +Template fields such as created.strftime use the default value to pass the +template to use for strftime. -e.g., if photo date is 4 February 2020, 19:07:38, +e.g., if photo date is 4 February 2020, 19:07:38, - • "{created.strftime,%Y-%m-%d-%H%M%S}" renders to "2020-02-04-190738" + • "{created.strftime,%Y-%m-%d-%H%M%S}" renders to "2020-02-04-190738" -Some template fields such as "{media_type}" use the default value to allow -customization of the output. For example, "{media_type}" resolves to the -special media type of the photo such as panorama or selfie. You may use the -default value to override these in form: -"{media_type,video=vidéo;time_lapse=vidéo_accélérée}". In this example, if -photo was a time_lapse photo, media_type would resolve to vidéo_accélérée -instead of time_lapse. +Some template fields such as "{media_type}" use the default value to allow +customization of the output. For example, "{media_type}" resolves to the +special media type of the photo such as panorama or selfie. You may use the +default value to override these in form: +"{media_type,video=vidéo;time_lapse=vidéo_accélérée}". In this example, if +photo was a time_lapse photo, media_type would resolve to vidéo_accélérée +instead of time_lapse. -Either or both bool_value or default (False value) may be empty which would -result in empty string "" when rendered. +Either or both bool_value or default (False value) may be empty which would +result in empty string "" when rendered. -If you want to include "{" or "}" in the output, use "{openbrace}" or -"{closebrace}" template substitution. +If you want to include "{" or "}" in the output, use "{openbrace}" or +"{closebrace}" template substitution. -e.g. "{created.year}/{openbrace}{title}{closebrace}" would result in -"2020/{Photo Title}". +e.g. "{created.year}/{openbrace}{title}{closebrace}" would result in +"2020/{Photo Title}". -Variables +Variables You can define variables for later use in the template string using the format -{var:NAME,VALUE} where VALUE is a template statement. Variables may then be -referenced using the format %NAME. For example: {var:foo,bar} defines the -variable %foo to have value bar. This can be useful if you want to re-use a -complex template value in multiple places within your template string or for -allowing the use of characters that would otherwise be prohibited in a -template string. For example, the "pipe" (|) character is not allowed in a -find/replace pair but you can get around this limitation like so: -{var:pipe,{pipe}}{title[-,%pipe]} which replaces the - character with | (the -value of %pipe). - -Another use case for variables is filtering combined template values. For -example, using the &combine_value mechanism to combine two template values -that might result in duplicate values, you could do the following: +{var:NAME,VALUE} where VALUE is a template statement. Variables may then be +referenced using the format %NAME. For example: {var:foo,bar} defines the +variable %foo to have value bar. This can be useful if you want to re-use a +complex template value in multiple places within your template string or for +allowing the use of characters that would otherwise be prohibited in a +template string. For example, the "pipe" (|) character is not allowed in a +find/replace pair but you can get around this limitation like so: +{var:pipe,{pipe}}{title[-,%pipe]} which replaces the - character with | (the +value of %pipe). + +Another use case for variables is filtering combined template values. For +example, using the &combine_value mechanism to combine two template values +that might result in duplicate values, you could do the following: {var:myvar,{template1&{template2,},}}{%myvar|uniq} which allows the use of the -uniq filter against the combined template values. +uniq filter against the combined template values. -Variables can also be referenced as fields in the template string, for -example: {var:year,{created.year}}{original_name}-{%year}. In some cases, use -of variables can make your template string more readable. Variables can be -used as template fields, as values for filters, as values for conditional +Variables can also be referenced as fields in the template string, for +example: {var:year,{created.year}}{original_name}-{%year}. In some cases, use +of variables can make your template string more readable. Variables can be +used as template fields, as values for filters, as values for conditional operations, or as default values. When used as a conditional value or default value, variables should be treated like any other field and enclosed in braces -as conditional and default values are evaluated as template strings. For -example: {var:name,Katie}{person contains {%name}?{%name},Not-{%name}}. +as conditional and default values are evaluated as template strings. For +example: {var:name,Katie}{person contains {%name}?{%name},Not-{%name}}. -If you need to use a % (percent sign character), you can escape the percent -sign by using %%. You can also use the {percent} template field where a -template field is required. For example: +If you need to use a % (percent sign character), you can escape the percent +sign by using %%. You can also use the {percent} template field where a +template field is required. For example: -{title[:,%%]} replaces the : with % and {title contains -Foo?{title}{percent},{title}} adds % to the title if it contains Foo. +{title[:,%%]} replaces the : with % and {title contains +Foo?{title}{percent},{title}} adds % to the title if it contains Foo. With the --directory and --filename options you may specify a template for the export directory or filename, respectively. The directory will be appended to @@ -2074,7 +2074,7 @@ corresponding value from the table below. Invalid substitutions will result in a an error and the script will abort. - Template Substitutions + Template Substitutions Substitution Description {name} Current filename of the photo @@ -2369,7 +2369,7 @@ Substitution Description {cr} A carriage return: '\r' {crlf} A carriage return + line feed: '\r\n' {tab} :A tab: '\t' -{osxphotos_version} The osxphotos version, e.g. '0.68.6' +{osxphotos_version} The osxphotos version, e.g. '0.69.0' {osxphotos_cmd_line} The full command line used to run osxphotos The following substitutions may result in multiple values. Thus if specified @@ -2504,7 +2504,7 @@ Substitution Description {filepath} The full path to the exported file - Post Command + Post Command You can run commands on the exported photos for post-processing using the '-- post-command' option. '--post-command' is passed a CATEGORY and a COMMAND. @@ -2569,7 +2569,7 @@ first to ensure your commands are as expected. This will not actually run the commands but will print out the exact command string which would be executed. - Post Function + Post Function You can run your own python functions on the exported photos for post- processing using the '--post-function' option. '--post-function' is passed the @@ -2867,7 +2867,7 @@ The following template field substitutions are availabe for use the templating s |{cr}|A carriage return: '\r'| |{crlf}|A carriage return + line feed: '\r\n'| |{tab}|:A tab: '\t'| -|{osxphotos_version}|The osxphotos version, e.g. '0.68.6'| +|{osxphotos_version}|The osxphotos version, e.g. '0.69.0'| |{osxphotos_cmd_line}|The full command line used to run osxphotos| |{album}|Album(s) photo is contained in| |{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder| diff --git a/docs/.buildinfo b/docs/.buildinfo index 6d382f48..c1e43bd1 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 453689a36d886f59523b5b58791e91e0 +config: 35c53fc8989154e8969a7e6dc596e13f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/API_README.html b/docs/API_README.html index aec21520..3242a772 100644 --- a/docs/API_README.html +++ b/docs/API_README.html @@ -6,7 +6,7 @@ - OSXPhotos Python API - osxphotos 0.68.6 documentation + OSXPhotos Python API - osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@
@@ -190,7 +190,7 @@ -
+
diff --git a/docs/_sources/API_README.rst.txt b/docs/_sources/API_README.rst.txt index 32e3c400..f0cd5c2a 100644 --- a/docs/_sources/API_README.rst.txt +++ b/docs/_sources/API_README.rst.txt @@ -3056,7 +3056,7 @@ The following template field substitutions are availabe for use the templating s * - {tab} - :A tab: '\t' * - {osxphotos_version} - - The osxphotos version, e.g. '0.68.6' + - The osxphotos version, e.g. '0.69.0' * - {osxphotos_cmd_line} - The full command line used to run osxphotos * - {album} diff --git a/docs/_sources/template_help.rst.txt b/docs/_sources/template_help.rst.txt index d2cfca50..9d2930c6 100644 --- a/docs/_sources/template_help.rst.txt +++ b/docs/_sources/template_help.rst.txt @@ -369,7 +369,7 @@ Template Substitutions * - {tab} - :A tab: '\t' * - {osxphotos_version} - - The osxphotos version, e.g. '0.68.6' + - The osxphotos version, e.g. '0.69.0' * - {osxphotos_cmd_line} - The full command line used to run osxphotos * - {album} diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index f858995d..0118c211 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.68.6', + VERSION: '0.69.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/cli.html b/docs/cli.html index 73483529..e80266f4 100644 --- a/docs/cli.html +++ b/docs/cli.html @@ -6,7 +6,7 @@ - OSXPhotos Command Line Interface (CLI) - osxphotos 0.68.6 documentation + OSXPhotos Command Line Interface (CLI) - osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@
@@ -189,7 +189,7 @@ -
+
diff --git a/docs/index.html b/docs/index.html index 1ebc517e..81d3ea99 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ - osxphotos 0.68.6 documentation + osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@
@@ -189,7 +189,7 @@ -
+
diff --git a/docs/reference.html b/docs/reference.html index 4c64daed..7aba05d1 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -6,7 +6,7 @@ - OSXPhotos Python Reference - osxphotos 0.68.6 documentation + OSXPhotos Python Reference - osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@
+
diff --git a/docs/search.html b/docs/search.html index 11256a80..2ed8838c 100644 --- a/docs/search.html +++ b/docs/search.html @@ -7,7 +7,7 @@ -Search - osxphotos 0.68.6 documentation +Search - osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@
diff --git a/docs/searchindex.js b/docs/searchindex.js index 82f9ea07..a28de992 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"query(options: QueryOptions) -> List[PhotoInfo]:": [[0, "a-name-photosdb-query-query-options-queryoptions-list-photoinfo-a"]], "photos(keywords=None, uuid=None, persons=None, albums=None, images=True, movies=True, from_date=None, to_date=None, intrash=False)": [[0, "a-name-photosdbphotos-photos-keywords-none-uuid-none-persons-none-albums-none-images-true-movies-true-from-date-none-to-date-none-intrash-false-a"]], "`import_info`": [[0, "a-name-photosdb-import-info-import-info-a"]], "`photos`": [[0, "a-name-albumphotos-photos-a"]], "Compare Libraries": [[0, "a-name-comparelibraries-compare-libraries-a"]], "ExifTool": [[0, "a-name-exiftoolexiftool-exiftool-a"]], "ExifWriter": [[0, "a-name-exifwriter-exifwriter-a"]], "`asdict()`": [[0, "a-name-faceinfo-asdict-asdict-a"]], "`json()`": [[0, "a-name-faceinfo-json-json-a"]], "`name`": [[0, "a-name-faceinfo-name-name-a"]], "`person_info`": [[0, "a-name-faceinfo-person-info-person-info-a"]], "`photo`": [[0, "a-name-faceinfo-photo-photo-a"]], "`uuid`": [[0, "a-name-faceinfo-uuid-uuid-a"]], "`album_info`": [[0, "a-name-folderinfo-album-info-album-info-a"]], "`album_info_shared`": [[0, "a-name-folderinfo-album-info-shared-album-info-shared-a"]], "get_photo(uuid)": [[0, "a-name-getphoto-get-photo-uuid-a"]], "`photos`": [[0, "a-name-importphotos-photos-a"]], "`face_info`": [[0, "a-name-personfaceinfo-face-info-a"]], "`favorite`": [[0, "a-name-personfavorite-favorite-a"]], "`photos`": [[0, "a-name-personphotos-photos-a"]], "`sort_order`": [[0, "a-name-personsortorder-sort-order-a"]], "PhotoExporter": [[0, "a-name-photoexporter-photoexporter-a"]], "PhotoInfo": [[0, "a-name-photoinfo-photoinfo-a"]], "`detected_text(confidence_threshold=TEXT_DETECTION_CONFIDENCE_THRESHOLD)`": [[0, "a-name-photoinfo-detected-text-detected-text-confidence-threshold-text-detection-confidence-threshold-a"]], "`exif_info`": [[0, "a-name-photoinfo-exif-info-exif-info-a"]], "`exiftool`": [[0, "a-name-photoinfo-exiftool-exiftool-a"]], "`person_info`": [[0, "a-name-photoinfo-personinfo-person-info-a"]], "`search_info_normalized`": [[0, "a-name-photoinfo-search-info-normalized-search-info-normalized-a"]], "`search_info`": [[0, "a-name-photoinfo-searchinfo-search-info-a"]], "`face_info`": [[0, "a-name-photooinfo-faceinfo-face-info-a"]], "PhotosAlbum": [[0, "a-name-photosalbum-photosalbum-a"]], "PhotosDB": [[0, "a-name-photosdb-photosdb-a"]], "`album_info`": [[0, "a-name-photosdb-albuminfo-album-info-a"]], "`albums`": [[0, "a-name-photosdb-albums-albums-a"]], "`folder_info`": [[0, "a-name-photosdb-folder-info-folder-info-a"]], "`folders`": [[0, "a-name-photosdb-folders-folders-a"]], "`keywords`": [[0, "a-name-photosdb-keywords-keywords-a"]], "`labels`": [[0, "a-name-photosdb-labels-labels-a"]], "`labels_normalized`": [[0, "a-name-photosdb-labels-normalized-labels-normalized-a"]], "`moment_info`": [[0, "a-name-photosdb-moment-info-moment-info-a"]], "`person_info`": [[0, "a-name-photosdb-person-info-person-info-a"]], "`persons`": [[0, "a-name-photosdb-persons-persons-a"]], "`project_info`": [[0, "a-name-photosdb-project-info-project-info-a"]], "`photos`": [[0, "a-name-projectphotos-photos-a"]], "`render_template(template_str, options=None)`": [[0, "a-name-rendertemplate-render-template-template-str-options-none-a"]], "SidecarWriter": [[0, "a-name-sidecarwriter-sidecarwriter-a"]], "Text Detection": [[0, "a-name-textdetection-text-detection-a"]], "Additional Examples": [[0, "id174"]], "Additional properties": [[0, "additional-properties"]], "AdjustmentsInfo": [[0, "id155"]], "AlbumInfo": [[0, "id99"]], "An example from an actual osxphotos user": [[8, "an-example-from-an-actual-osxphotos-user"]], "Attributes": [[0, "attributes"]], "Building simple command line tools": [[0, "id6"]], "Calling CLI commands from Python": [[0, "id8"]], "Color Themes": [[8, "color-themes"]], "Command Line Usage": [[3, "command-line-usage"], [4, "command-line-usage"]], "CommentInfo": [[0, "id153"]], "Conclusion": [[8, "conclusion"]], "Concurrency": [[0, "id7"]], "Converting images to JPEG on export": [[8, "converting-images-to-jpeg-on-export"]], "Creating a report of all exported files": [[8, "creating-a-report-of-all-exported-files"]], "Dry Run": [[8, "dry-run"]], "Edited photos": [[8, "edited-photos"]], "Example": [[0, "example"]], "Example uses of the OSXPhotos python package": [[5, "example-uses-of-the-osxphotos-python-package"]], "Example uses of the Python package": [[0, "id1"]], "ExifInfo": [[0, "id98"]], "ExifTool methods": [[0, "exiftool-methods"]], "Export by date": [[8, "export-by-date"]], "Export your photos": [[8, "export-your-photos"]], "ExportOptions": [[0, "exportoptions"]], "ExportResults": [[0, "exportresults"]], "Exporting metadata with exported photos": [[8, "exporting-metadata-with-exported-photos"]], "Exporting only certain photos": [[8, "exporting-only-certain-photos"]], "Exporting to external disks": [[8, "exporting-to-external-disks"]], "FaceInfo": [[0, "id150"]], "Finder attributes": [[8, "finder-attributes"]], "FolderInfo": [[0, "id130"]], "Implementation Note": [[0, "implementation-note"]], "ImportInfo": [[0, "id109"]], "Indices and tables": [[2, "indices-and-tables"]], "Installation": [[3, "installation"], [4, "installation"]], "LikeInfo": [[0, "id154"]], "Missing photos": [[8, "missing-photos"]], "MomentInfo": [[0, "id122"]], "OSXPhotos": [[3, null], [4, null]], "OSXPhotos Command Line Interface (CLI)": [[1, null]], "OSXPhotos Python API": [[0, null]], "OSXPhotos Python Package Overview": [[5, null]], "OSXPhotos Python Reference": [[6, null]], "OSXPhotos REPL": [[5, "osxphotos-repl"]], "OSXPhotos Template System": [[7, null]], "OSXPhotos Tutorial": [[8, null]], "Open System Photos library": [[0, "open-system-photos-library"]], "Open a specific Photos library": [[0, "open-a-specific-photos-library"]], "Open the default (last opened) Photos library": [[0, "open-the-default-last-opened-photos-library"]], "Overview": [[8, "overview"]], "Package Interface": [[0, "id9"]], "PersonInfo": [[0, "id144"]], "PhotoTables": [[0, "id156"]], "PhotosDBDiff": [[0, "photosdbdiff"]], "PlaceInfo": [[0, "id139"]], "Print filename, date created, title, and keywords for all photos in a library": [[0, "print-filename-date-created-title-and-keywords-for-all-photos-in-a-library"]], "ProjectInfo": [[0, "id116"]], "QueryOptions": [[0, "id25"]], "Raw Photos": [[0, "id157"]], "Raw-Related Attributes": [[0, "raw-related-attributes"]], "Read a Photos library database": [[0, "read-a-photos-library-database"]], "Removing a keyword during export": [[8, "removing-a-keyword-during-export"]], "Run commands on exported photos for post-processing": [[8, "run-commands-on-exported-photos-for-post-processing"]], "Saving and loading options": [[8, "saving-and-loading-options"]], "ScoreInfo": [[0, "id140"]], "SearchInfo": [[0, "id141"]], "Sidecar files": [[8, "sidecar-files"]], "Specify directory structure": [[8, "specify-directory-structure"]], "Specify exported filename": [[8, "specify-exported-filename"]], "Specifying the Photos library": [[8, "specifying-the-photos-library"]], "Supported operating systems": [[3, "supported-operating-systems"], [4, "supported-operating-systems"]], "Table of Contents": [[0, "table-of-contents"]], "Template Substitutions": [[7, "id1"]], "Template System": [[0, "id166"]], "Updating a previous export": [[8, "updating-a-previous-export"]], "Using the osxphotos CLI to run python code": [[5, "using-the-osxphotos-cli-to-run-python-code"]], "Utility Functions": [[0, "id171"]], "Welcome to OSXPhotos\u2019s documentation!": [[2, null]], "What is OSXPhotos?": [[3, "what-is-osxphotos"], [4, "what-is-osxphotos"]], "about": [[1, "osxphotos-about"]], "activities": [[0, "activities"]], "add-locations": [[1, "osxphotos-add-locations"]], "address": [[0, "address"]], "address_str": [[0, "address-str"]], "adjustments": [[0, "adjustments"]], "album_info": [[0, "id30"]], "albums": [[0, "id28"], [1, "osxphotos-albums"]], "albums_as_dict": [[0, "albums-as-dict"]], "albums_shared": [[0, "albums-shared"]], "albums_shared_as_dict": [[0, "albums-shared-as-dict"]], "all": [[0, "all"]], "asdict()": [[0, "asdict"], [0, "id108"], [0, "id115"], [0, "id121"], [0, "id129"], [0, "id138"], [0, "id143"], [0, "id149"]], "asset_uuid": [[0, "asset-uuid"]], "batch-edit": [[1, "osxphotos-batch-edit"]], "bodies_of_water": [[0, "bodies-of-water"]], "burst": [[0, "id68"]], "burst_album_info": [[0, "id74"]], "burst_albums": [[0, "id71"]], "burst_default_pick": [[0, "burst-default-pick"]], "burst_key": [[0, "burst-key"]], "burst_photos": [[0, "id69"]], "burst_selected": [[0, "burst-selected"]], "center": [[0, "center"]], "city": [[0, "city"]], "cloud_guid": [[0, "cloud-guid"]], "cloud_owner_hashed_id": [[0, "cloud-owner-hashed-id"]], "comments": [[0, "comments"]], "compare": [[1, "osxphotos-compare"]], "compare_photos_libraries()": [[0, "compare-photos-libraries"]], "country": [[0, "country"]], "country_code": [[0, "country-code"]], "creation_date": [[0, "creation-date"], [0, "id112"], [0, "id120"]], "date": [[0, "date"], [0, "id127"]], "date_added": [[0, "date-added"]], "date_modified": [[0, "date-modified"]], "date_original": [[0, "date-original"]], "date_trashed": [[0, "date-trashed"]], "db_path": [[0, "db-path"]], "db_version": [[0, "db-version"]], "description": [[0, "description"]], "display_name": [[0, "display-name"]], "docs": [[1, "osxphotos-docs"]], "dump": [[1, "osxphotos-dump"]], "duplicates": [[0, "duplicates"]], "end_date": [[0, "end-date"], [0, "id114"], [0, "id126"]], "execute(sql)": [[0, "execute-sql"]], "exiftool": [[1, "osxphotos-exiftool"]], "export": [[1, "osxphotos-export"]], "export()": [[0, "export"]], "export(dest, filename=None, options: Optional[ExportOptions]=None) -> ExportResults": [[0, "export-dest-filename-none-options-optional-exportoptions-none-exportresults"]], "exportdb": [[1, "osxphotos-exportdb"]], "external_edit": [[0, "external-edit"]], "face_rect()": [[0, "face-rect"]], "facecount": [[0, "facecount"]], "favorite": [[0, "favorite"]], "filename": [[0, "filename"]], "fingerprint": [[0, "fingerprint"]], "flagged": [[0, "flagged"]], "folder_list": [[0, "folder-list"]], "folder_names": [[0, "folder-names"]], "get_db_connection()": [[0, "get-db-connection"]], "get_last_library_path()": [[0, "id173"]], "get_system_library_path()": [[0, "id172"]], "has_raw": [[0, "has-raw"]], "hasadjustments": [[0, "id50"]], "hdr": [[0, "hdr"]], "height": [[0, "height"]], "help": [[1, "osxphotos-help"]], "hexdigest": [[0, "hexdigest"]], "hidden": [[0, "id52"]], "holidays": [[0, "holidays"]], "import": [[1, "osxphotos-import"]], "import_info": [[0, "import-info"]], "incloud": [[0, "id65"]], "info": [[1, "osxphotos-info"]], "inspect": [[1, "osxphotos-inspect"]], "install": [[1, "osxphotos-install"]], "intrash": [[0, "intrash"]], "iscloudasset": [[0, "iscloudasset"]], "ishome": [[0, "ishome"]], "ismissing": [[0, "id48"]], "ismovie": [[0, "ismovie"]], "isphoto": [[0, "isphoto"]], "israw": [[0, "israw"]], "isreference": [[0, "isreference"]], "json()": [[0, "json"], [0, "id148"]], "keyphoto": [[0, "keyphoto"]], "keywords": [[0, "keywords"], [1, "osxphotos-keywords"]], "keywords_as_dict": [[0, "id21"]], "keywords_without_photo": [[0, "keywords-without-photo"]], "labels": [[0, "id82"], [0, "id142"], [1, "osxphotos-labels"]], "labels_as_dict": [[0, "labels-as-dict"]], "labels_normalized": [[0, "id84"]], "labels_normalized_as_dict": [[0, "id23"]], "latitude": [[0, "latitude"]], "library_path": [[0, "library-path"]], "likes": [[0, "likes"]], "list": [[1, "osxphotos-list"]], "list_photo_libraries()": [[0, "list-photo-libraries"]], "live_photo": [[0, "live-photo"]], "locality_names": [[0, "locality-names"]], "location": [[0, "location"], [0, "id123"]], "longitude": [[0, "longitude"]], "media_types": [[0, "media-types"]], "modification_date": [[0, "modification-date"]], "month": [[0, "month"]], "mpri_reg_rect": [[0, "mpri-reg-rect"]], "mwg_rs_area": [[0, "mwg-rs-area"]], "name": [[0, "name"], [0, "id145"]], "names": [[0, "names"]], "neighborhoods": [[0, "neighborhoods"]], "orientation": [[0, "orientation"]], "original_filename": [[0, "id26"]], "original_filesize": [[0, "original-filesize"]], "original_height": [[0, "id42"]], "original_orientation": [[0, "id46"]], "original_width": [[0, "id44"]], "orphans": [[1, "osxphotos-orphans"]], "osxphotos": [[1, "osxphotos"]], "owner": [[0, "owner"], [0, "id105"]], "panorama": [[0, "panorama"]], "parent": [[0, "parent"], [0, "id136"]], "path": [[0, "path"]], "path_derivatives": [[0, "path-derivatives"]], "path_edited": [[0, "path-edited"]], "path_edited_live_photo": [[0, "path-edited-live-photo"]], "path_live_photo": [[0, "id78"]], "path_raw": [[0, "path-raw"]], "persons": [[0, "persons"], [1, "osxphotos-persons"]], "persons_as_dict": [[0, "persons-as-dict"]], "photo_index(photo)": [[0, "photo-index-photo"]], "photos": [[0, "id128"]], "photos_version": [[0, "photos-version"]], "pitch": [[0, "pitch"]], "pk": [[0, "pk"]], "place": [[0, "place"]], "place_names": [[0, "place-names"]], "places": [[1, "osxphotos-places"]], "portrait": [[0, "portrait"]], "project_info": [[0, "project-info"]], "push-exif": [[1, "osxphotos-push-exif"]], "query": [[1, "osxphotos-query"]], "rating": [[0, "rating"]], "raw_original": [[0, "raw-original"]], "repl": [[1, "osxphotos-repl"]], "roll": [[0, "roll"]], "roll_pitch_yaw()": [[0, "roll-pitch-yaw"]], "run": [[1, "osxphotos-run"]], "saved_to_library": [[0, "saved-to-library"]], "score": [[0, "score"]], "season": [[0, "season"]], "selfie": [[0, "selfie"]], "share_participant_info": [[0, "share-participant-info"]], "share_participants": [[0, "share-participants"]], "shared": [[0, "id54"]], "shared_library": [[0, "shared-library"]], "shared_moment": [[0, "shared-moment"]], "show": [[1, "osxphotos-show"]], "size_pixels": [[0, "size-pixels"]], "slow_mo": [[0, "slow-mo"]], "sort_order": [[0, "sort-order"]], "start_date": [[0, "start-date"], [0, "id113"], [0, "id125"]], "state": [[0, "state"]], "state_abbreviation": [[0, "state-abbreviation"]], "streets": [[0, "streets"]], "subfolders": [[0, "subfolders"]], "subtitle": [[0, "subtitle"]], "sync": [[1, "osxphotos-sync"]], "syndicated": [[0, "syndicated"]], "tables()": [[0, "tables"]], "template": [[1, "osxphotos-template"]], "theme": [[1, "osxphotos-theme"]], "time_lapse": [[0, "time-lapse"]], "timewarp": [[1, "osxphotos-timewarp"]], "title": [[0, "title"], [0, "id101"], [0, "id118"], [0, "id124"], [0, "id132"]], "tutorial": [[1, "osxphotos-tutorial"]], "tzname": [[0, "tzname"]], "tzoffset": [[0, "tzoffset"]], "uninstall": [[1, "osxphotos-uninstall"]], "uti": [[0, "uti"]], "uti_edited": [[0, "uti-edited"]], "uti_original": [[0, "uti-original"]], "uti_raw": [[0, "uti-raw"]], "uuid": [[0, "uuid"], [0, "id100"], [0, "id110"], [0, "id117"], [0, "id131"], [0, "id146"], [1, "osxphotos-uuid"]], "venue_types": [[0, "venue-types"]], "venues": [[0, "venues"]], "version": [[1, "osxphotos-version"]], "visible": [[0, "visible"]], "width": [[0, "width"]], "yaw": [[0, "yaw"]], "year": [[0, "year"]]}, "docnames": ["API_README", "cli", "index", "overview", "overview.cog", "package_overview", "reference", "template_help", "tutorial"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["API_README.rst", "cli.rst", "index.rst", "overview.rst", "overview.cog.rst", "package_overview.rst", "reference.rst", "template_help.rst", "tutorial.rst"], "indexentries": {}, "objects": {"": [[6, 0, 0, "-", "osxphotos"]], "osxphotos": [[6, 1, 1, "", "AlbumInfo"], [6, 1, 1, "", "AlbumSortOrder"], [6, 1, 1, "", "CommentInfo"], [6, 1, 1, "", "ExifInfo"], [6, 1, 1, "", "ExifTool"], [6, 1, 1, "", "ExifWriter"], [6, 1, 1, "", "ExportDB"], [6, 1, 1, "", "ExportDBTemp"], [6, 1, 1, "", "ExportOptions"], [6, 1, 1, "", "ExportResults"], [6, 1, 1, "", "FaceInfo"], [6, 1, 1, "", "FileUtil"], [6, 1, 1, "", "FileUtilNoOp"], [6, 1, 1, "", "FolderInfo"], [6, 1, 1, "", "ImportInfo"], [6, 1, 1, "", "LikeInfo"], [6, 1, 1, "", "MomentInfo"], [6, 1, 1, "", "PersonInfo"], [6, 1, 1, "", "PhotoExporter"], [6, 1, 1, "", "PhotoInfo"], [6, 1, 1, "", "PhotoTemplate"], [6, 1, 1, "", "PhotosAlbum"], [6, 1, 1, "", "PhotosAlbumPhotoScript"], [6, 1, 1, "", "PhotosDB"], [6, 1, 1, "", "PlaceInfo"], [6, 1, 1, "", "ProjectInfo"], [6, 1, 1, "", "QueryOptions"], [6, 1, 1, "", "ScoreInfo"], [6, 1, 1, "", "SearchInfo"], [6, 1, 1, "", "SidecarWriter"], [6, 1, 1, "", "iPhotoAlbumInfo"], [6, 1, 1, "", "iPhotoDB"], [6, 1, 1, "", "iPhotoFaceInfo"], [6, 1, 1, "", "iPhotoFolderInfo"], [6, 1, 1, "", "iPhotoPersonInfo"], [6, 1, 1, "", "iPhotoPhotoInfo"], [6, 5, 1, "", "is_debug"], [6, 5, 1, "", "set_debug"], [1, 6, 1, "cmdoption-osxphotos-v", "--version"], [1, 6, 1, "cmdoption-osxphotos-v", "-v"]], "osxphotos-add-locations": [[1, 6, 1, "cmdoption-osxphotos-add-locations-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-add-locations-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-add-locations-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-add-locations-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-add-locations-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-add-locations-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-add-locations-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-add-locations-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-add-locations-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-add-locations-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-add-locations-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-add-locations-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-add-locations-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-add-locations-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-add-locations-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-add-locations-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-add-locations-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-add-locations-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-add-locations-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-add-locations-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-add-locations-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-add-locations-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-add-locations-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-add-locations-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-add-locations-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-add-locations-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-add-locations-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-add-locations-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-add-locations-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-add-locations-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-add-locations-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-add-locations-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-add-locations-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-add-locations-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-add-locations-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-add-locations-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-add-locations-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-add-locations-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-add-locations-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-add-locations-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-add-locations-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-add-locations-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-add-locations-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-add-locations-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-add-locations-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-add-locations-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-add-locations-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-add-locations-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-add-locations-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-add-locations-w", "--window"], [1, 6, 1, "cmdoption-osxphotos-add-locations-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-add-locations-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-add-locations-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-add-locations-w", "-w"]], "osxphotos-albums": [[1, 6, 1, "cmdoption-osxphotos-albums-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-albums-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-albums-library", "--library"]], "osxphotos-batch-edit": [[1, 6, 1, "cmdoption-osxphotos-batch-edit-a", "--album"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-d", "--description"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-k", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-l", "--location"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-K", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-f", "--split-folder"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-t", "--title"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-u", "--undo"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-K", "-K"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-l", "-l"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-u", "-u"]], "osxphotos-compare": [[1, 6, 1, "cmdoption-osxphotos-compare-k", "--check"], [1, 6, 1, "cmdoption-osxphotos-compare-c", "--csv"], [1, 6, 1, "cmdoption-osxphotos-compare-j", "--json"], [1, 6, 1, "cmdoption-osxphotos-compare-o", "--output"], [1, 6, 1, "cmdoption-osxphotos-compare-s", "--signature"], [1, 6, 1, "cmdoption-osxphotos-compare-t", "--tsv"], [1, 6, 1, "cmdoption-osxphotos-compare-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-compare-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-compare-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-compare-j", "-j"], [1, 6, 1, "cmdoption-osxphotos-compare-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-compare-o", "-o"], [1, 6, 1, "cmdoption-osxphotos-compare-s", "-s"], [1, 6, 1, "cmdoption-osxphotos-compare-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-compare-arg-LIBRARY_A", "LIBRARY_A"], [1, 6, 1, "cmdoption-osxphotos-compare-arg-LIBRARY_B", "LIBRARY_B"]], "osxphotos-dump": [[1, 6, 1, "cmdoption-osxphotos-dump-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-dump-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-dump-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-dump-f", "--field"], [1, 6, 1, "cmdoption-osxphotos-dump-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-dump-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-dump-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-dump-f", "-f"]], "osxphotos-exiftool": [[1, 6, 1, "cmdoption-osxphotos-exiftool-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-exiftool-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-exiftool-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-exiftool-db-config", "--db-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-exiftool-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exportdb", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-exiftool-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-exiftool-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-exiftool-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-exiftool-load-config", "--load-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-exiftool-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-exiftool-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-exiftool-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-exiftool-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-exiftool-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-exiftool-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-exiftool-arg-EXPORT_DIRECTORY", "EXPORT_DIRECTORY"]], "osxphotos-export": [[1, 6, 1, "cmdoption-osxphotos-export-add-exported-to-album", "--add-exported-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-add-missing-to-album", "--add-missing-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-add-skipped-to-album", "--add-skipped-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-export-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-export-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-export-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-export-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-alt-copy", "--alt-copy"], [1, 6, 1, "cmdoption-osxphotos-export-alt-db", "--alt-db"], [1, 6, 1, "cmdoption-osxphotos-export-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-export-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-export-checkpoint", "--checkpoint"], [1, 6, 1, "cmdoption-osxphotos-export-cleanup", "--cleanup"], [1, 6, 1, "cmdoption-osxphotos-export-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-export-config-only", "--config-only"], [1, 6, 1, "cmdoption-osxphotos-export-convert-to-jpeg", "--convert-to-jpeg"], [1, 6, 1, "cmdoption-osxphotos-export-current-name", "--current-name"], [1, 6, 1, "cmdoption-osxphotos-export-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-export-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-export-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-export-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-export-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-export-directory", "--directory"], [1, 6, 1, "cmdoption-osxphotos-export-download-missing", "--download-missing"], [1, 6, 1, "cmdoption-osxphotos-export-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-export-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-export-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-export-edited-suffix", "--edited-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool", "--exiftool"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-export-export-aae", "--export-aae"], [1, 6, 1, "cmdoption-osxphotos-export-export-as-hardlink", "--export-as-hardlink"], [1, 6, 1, "cmdoption-osxphotos-export-export-by-date", "--export-by-date"], [1, 6, 1, "cmdoption-osxphotos-export-exportdb", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-export-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-export-favorite-rating", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-export-filename", "--filename"], [1, 6, 1, "cmdoption-osxphotos-export-finder-tag-keywords", "--finder-tag-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-finder-tag-template", "--finder-tag-template"], [1, 6, 1, "cmdoption-osxphotos-export-fix-orientation", "--fix-orientation"], [1, 6, 1, "cmdoption-osxphotos-export-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-export-force-update", "--force-update"], [1, 6, 1, "cmdoption-osxphotos-export-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-export-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-export-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-export-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-export-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-export-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-export-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-export-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-export-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-export-F", "--ignore-exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-ignore-signature", "--ignore-signature"], [1, 6, 1, "cmdoption-osxphotos-export-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-export-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-export-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-export-jpeg-ext", "--jpeg-ext"], [1, 6, 1, "cmdoption-osxphotos-export-jpeg-quality", "--jpeg-quality"], [1, 6, 1, "cmdoption-osxphotos-export-keep", "--keep"], [1, 6, 1, "cmdoption-osxphotos-export-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-export-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-export-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-export-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-export-limit", "--limit"], [1, 6, 1, "cmdoption-osxphotos-export-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-export-load-config", "--load-config"], [1, 6, 1, "cmdoption-osxphotos-export-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-export-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-export-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-export-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-export-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-export-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-export-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-export-no-exportdb", "--no-exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-export-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-export-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-export-no-progress", "--no-progress"], [1, 6, 1, "cmdoption-osxphotos-export-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-export-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-export-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-export-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-export-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-export-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-export-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-export-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-export-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-export-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-export-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-export-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-export-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-export-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-export-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-export-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-export-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-export-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-export-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-export-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-export-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-export-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-export-only-new", "--only-new"], [1, 6, 1, "cmdoption-osxphotos-export-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-export-original-suffix", "--original-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-overwrite", "--overwrite"], [1, 6, 1, "cmdoption-osxphotos-export-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-export-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-export-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-export-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-export-post-command", "--post-command"], [1, 6, 1, "cmdoption-osxphotos-export-post-command-error", "--post-command-error"], [1, 6, 1, "cmdoption-osxphotos-export-post-function", "--post-function"], [1, 6, 1, "cmdoption-osxphotos-export-preview", "--preview"], [1, 6, 1, "cmdoption-osxphotos-export-preview-if-missing", "--preview-if-missing"], [1, 6, 1, "cmdoption-osxphotos-export-preview-suffix", "--preview-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-export-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-export-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-export-ramdb", "--ramdb"], [1, 6, 1, "cmdoption-osxphotos-export-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-export-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-export-retry", "--retry"], [1, 6, 1, "cmdoption-osxphotos-export-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-export-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-export-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-export-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-export-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-export-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-export-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-export-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-export-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar", "--sidecar"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar-drop-ext", "--sidecar-drop-ext"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar-template", "--sidecar-template"], [1, 6, 1, "cmdoption-osxphotos-export-skip-bursts", "--skip-bursts"], [1, 6, 1, "cmdoption-osxphotos-export-skip-edited", "--skip-edited"], [1, 6, 1, "cmdoption-osxphotos-export-skip-live", "--skip-live"], [1, 6, 1, "cmdoption-osxphotos-export-skip-original-if-edited", "--skip-original-if-edited"], [1, 6, 1, "cmdoption-osxphotos-export-skip-raw", "--skip-raw"], [1, 6, 1, "cmdoption-osxphotos-export-skip-uuid", "--skip-uuid"], [1, 6, 1, "cmdoption-osxphotos-export-skip-uuid-from-file", "--skip-uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-export-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-export-strip", "--strip"], [1, 6, 1, "cmdoption-osxphotos-export-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-export-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-export-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-export-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-export-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-export-tmpdir", "--tmpdir"], [1, 6, 1, "cmdoption-osxphotos-export-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-export-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-export-touch-file", "--touch-file"], [1, 6, 1, "cmdoption-osxphotos-export-update", "--update"], [1, 6, 1, "cmdoption-osxphotos-export-update-errors", "--update-errors"], [1, 6, 1, "cmdoption-osxphotos-export-use-photokit", "--use-photokit"], [1, 6, 1, "cmdoption-osxphotos-export-use-photos-export", "--use-photos-export"], [1, 6, 1, "cmdoption-osxphotos-export-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-export-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-export-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-export-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-export-xattr-template", "--xattr-template"], [1, 6, 1, "cmdoption-osxphotos-export-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-export-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-export-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-export-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-export-arg-DEST", "DEST"]], "osxphotos-exportdb": [[1, 6, 1, "cmdoption-osxphotos-exportdb-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-exportdb-check", "--check"], [1, 6, 1, "cmdoption-osxphotos-exportdb-check-signatures", "--check-signatures"], [1, 6, 1, "cmdoption-osxphotos-exportdb-create", "--create"], [1, 6, 1, "cmdoption-osxphotos-exportdb-delete-file", "--delete-file"], [1, 6, 1, "cmdoption-osxphotos-exportdb-delete-uuid", "--delete-uuid"], [1, 6, 1, "cmdoption-osxphotos-exportdb-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-exportdb-errors", "--errors"], [1, 6, 1, "cmdoption-osxphotos-exportdb-export-dir", "--export-dir"], [1, 6, 1, "cmdoption-osxphotos-exportdb-history", "--history"], [1, 6, 1, "cmdoption-osxphotos-exportdb-info", "--info"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-errors", "--last-errors"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-export-dir", "--last-export-dir"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-run", "--last-run"], [1, 6, 1, "cmdoption-osxphotos-exportdb-migrate-photos-library", "--migrate-photos-library"], [1, 6, 1, "cmdoption-osxphotos-exportdb-repair", "--repair"], [1, 6, 1, "cmdoption-osxphotos-exportdb-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-exportdb-runs", "--runs"], [1, 6, 1, "cmdoption-osxphotos-exportdb-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-exportdb-sql", "--sql"], [1, 6, 1, "cmdoption-osxphotos-exportdb-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-exportdb-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-exportdb-touch-file", "--touch-file"], [1, 6, 1, "cmdoption-osxphotos-exportdb-update-signatures", "--update-signatures"], [1, 6, 1, "cmdoption-osxphotos-exportdb-upgrade", "--upgrade"], [1, 6, 1, "cmdoption-osxphotos-exportdb-uuid-files", "--uuid-files"], [1, 6, 1, "cmdoption-osxphotos-exportdb-uuid-info", "--uuid-info"], [1, 6, 1, "cmdoption-osxphotos-exportdb-vacuum", "--vacuum"], [1, 6, 1, "cmdoption-osxphotos-exportdb-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-exportdb-version", "--version"], [1, 6, 1, "cmdoption-osxphotos-exportdb-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-exportdb-arg-EXPORT_DATABASE", "EXPORT_DATABASE"]], "osxphotos-help": [[1, 6, 1, "cmdoption-osxphotos-help-arg-SUBTOPIC", "SUBTOPIC"], [1, 6, 1, "cmdoption-osxphotos-help-arg-TOPIC", "TOPIC"]], "osxphotos-import": [[1, 6, 1, "cmdoption-osxphotos-import-a", "--album"], [1, 6, 1, "cmdoption-osxphotos-import-O", "--append"], [1, 6, 1, "cmdoption-osxphotos-import-E", "--auto-live"], [1, 6, 1, "cmdoption-osxphotos-import-c", "--check"], [1, 6, 1, "cmdoption-osxphotos-import-C", "--check-not"], [1, 6, 1, "cmdoption-osxphotos-import-check-templates", "--check-templates"], [1, 6, 1, "cmdoption-osxphotos-import-L", "--clear-location"], [1, 6, 1, "cmdoption-osxphotos-import-X", "--clear-metadata"], [1, 6, 1, "cmdoption-osxphotos-import-d", "--description"], [1, 6, 1, "cmdoption-osxphotos-import-n", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-import-A", "--dup-albums"], [1, 6, 1, "cmdoption-osxphotos-import-D", "--dup-check"], [1, 6, 1, "cmdoption-osxphotos-import-edited-suffix", "--edited-suffix"], [1, 6, 1, "cmdoption-osxphotos-import-e", "--exiftool"], [1, 6, 1, "cmdoption-osxphotos-import-p", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-import-B", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-import-I", "--exportdir"], [1, 6, 1, "cmdoption-osxphotos-import-G", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-import-g", "--glob"], [1, 6, 1, "cmdoption-osxphotos-import-k", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-import-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-import-l", "--location"], [1, 6, 1, "cmdoption-osxphotos-import-m", "--merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-import-N", "--no-progress"], [1, 6, 1, "cmdoption-osxphotos-import-P", "--parse-date"], [1, 6, 1, "cmdoption-osxphotos-import-F", "--parse-folder-date"], [1, 6, 1, "cmdoption-osxphotos-import-post-function", "--post-function"], [1, 6, 1, "cmdoption-osxphotos-import-r", "--relative-to"], [1, 6, 1, "cmdoption-osxphotos-import-o", "--report"], [1, 6, 1, "cmdoption-osxphotos-import-R", "--resume"], [1, 6, 1, "cmdoption-osxphotos-import-s", "--sidecar"], [1, 6, 1, "cmdoption-osxphotos-import-T", "--sidecar-filename"], [1, 6, 1, "cmdoption-osxphotos-import-i", "--sidecar-ignore-date"], [1, 6, 1, "cmdoption-osxphotos-import-U", "--signature"], [1, 6, 1, "cmdoption-osxphotos-import-S", "--skip-dups"], [1, 6, 1, "cmdoption-osxphotos-import-f", "--split-folder"], [1, 6, 1, "cmdoption-osxphotos-import-stop-on-error", "--stop-on-error"], [1, 6, 1, "cmdoption-osxphotos-import-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-import-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-import-t", "--title"], [1, 6, 1, "cmdoption-osxphotos-import-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-import-w", "--walk"], [1, 6, 1, "cmdoption-osxphotos-import-A", "-A"], [1, 6, 1, "cmdoption-osxphotos-import-B", "-B"], [1, 6, 1, "cmdoption-osxphotos-import-C", "-C"], [1, 6, 1, "cmdoption-osxphotos-import-D", "-D"], [1, 6, 1, "cmdoption-osxphotos-import-E", "-E"], [1, 6, 1, "cmdoption-osxphotos-import-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-import-G", "-G"], [1, 6, 1, "cmdoption-osxphotos-import-I", "-I"], [1, 6, 1, "cmdoption-osxphotos-import-L", "-L"], [1, 6, 1, "cmdoption-osxphotos-import-N", "-N"], [1, 6, 1, "cmdoption-osxphotos-import-O", "-O"], [1, 6, 1, "cmdoption-osxphotos-import-P", "-P"], [1, 6, 1, "cmdoption-osxphotos-import-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-import-S", "-S"], [1, 6, 1, "cmdoption-osxphotos-import-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-import-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-import-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-import-X", "-X"], [1, 6, 1, "cmdoption-osxphotos-import-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-import-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-import-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-import-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-import-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-import-g", "-g"], [1, 6, 1, "cmdoption-osxphotos-import-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-import-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-import-l", "-l"], [1, 6, 1, "cmdoption-osxphotos-import-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-import-n", "-n"], [1, 6, 1, "cmdoption-osxphotos-import-o", "-o"], [1, 6, 1, "cmdoption-osxphotos-import-p", "-p"], [1, 6, 1, "cmdoption-osxphotos-import-r", "-r"], [1, 6, 1, "cmdoption-osxphotos-import-s", "-s"], [1, 6, 1, "cmdoption-osxphotos-import-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-import-w", "-w"], [1, 6, 1, "cmdoption-osxphotos-import-arg-FILES_OR_DIRS", "FILES_OR_DIRS"]], "osxphotos-info": [[1, 6, 1, "cmdoption-osxphotos-info-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-info-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-info-library", "--library"]], "osxphotos-inspect": [[1, 6, 1, "cmdoption-osxphotos-inspect-beta", "--beta"], [1, 6, 1, "cmdoption-osxphotos-inspect-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-inspect-t", "--detect-text"], [1, 6, 1, "cmdoption-osxphotos-inspect-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-inspect-T", "--template"], [1, 6, 1, "cmdoption-osxphotos-inspect-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-inspect-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-inspect-t", "-t"]], "osxphotos-install": [[1, 6, 1, "cmdoption-osxphotos-install-U", "--upgrade"], [1, 6, 1, "cmdoption-osxphotos-install-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-install-r", "-r"], [1, 6, 1, "cmdoption-osxphotos-install-arg-PACKAGES", "PACKAGES"]], "osxphotos-keywords": [[1, 6, 1, "cmdoption-osxphotos-keywords-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-keywords-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-keywords-library", "--library"]], "osxphotos-labels": [[1, 6, 1, "cmdoption-osxphotos-labels-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-labels-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-labels-library", "--library"]], "osxphotos-list": [[1, 6, 1, "cmdoption-osxphotos-list-json", "--json"]], "osxphotos-orphans": [[1, 6, 1, "cmdoption-osxphotos-orphans-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-orphans-export", "--export"], [1, 6, 1, "cmdoption-osxphotos-orphans-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-orphans-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-orphans-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-orphans-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-orphans-V", "-V"]], "osxphotos-persons": [[1, 6, 1, "cmdoption-osxphotos-persons-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-persons-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-persons-library", "--library"]], "osxphotos-places": [[1, 6, 1, "cmdoption-osxphotos-places-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-places-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-places-library", "--library"]], "osxphotos-push-exif": [[1, 6, 1, "cmdoption-osxphotos-push-exif-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-push-exif-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-push-exif-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-push-exif-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-push-exif-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-push-exif-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-push-exif-compare", "--compare"], [1, 6, 1, "cmdoption-osxphotos-push-exif-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-push-exif-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-push-exif-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-push-exif-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-push-exif-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-push-exif-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-push-exif-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-push-exif-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-push-exif-favorite-rating", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-push-exif-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-push-exif-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-push-exif-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-push-exif-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-push-exif-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-push-exif-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-push-exif-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-push-exif-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-push-exif-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-push-exif-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-push-exif-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-push-exif-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-push-exif-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-push-exif-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-push-exif-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-push-exif-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-push-exif-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-push-exif-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-push-exif-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-push-exif-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-push-exif-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-push-exif-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-push-exif-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-push-exif-push-edited", "--push-edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-push-exif-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-push-exif-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-push-exif-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-push-exif-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-push-exif-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-push-exif-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-push-exif-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-push-exif-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-push-exif-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-push-exif-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-push-exif-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-push-exif-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-push-exif-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-push-exif-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-push-exif-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-push-exif-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-push-exif-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-push-exif-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-push-exif-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-push-exif-arg-METADATA", "METADATA"]], "osxphotos-query": [[1, 6, 1, "cmdoption-osxphotos-query-add-to-album", "--add-to-album"], [1, 6, 1, "cmdoption-osxphotos-query-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-query-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-query-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-query-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-query-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-query-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-query-count", "--count"], [1, 6, 1, "cmdoption-osxphotos-query-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-query-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-query-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-query-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-query-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-query-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-query-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-query-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-query-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-query-f", "--field"], [1, 6, 1, "cmdoption-osxphotos-query-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-query-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-query-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-query-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-query-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-query-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-query-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-query-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-query-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-query-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-query-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-query-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-query-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-query-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-query-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-query-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-query-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-query-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-query-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-query-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-query-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-query-mute", "--mute"], [1, 6, 1, "cmdoption-osxphotos-query-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-query-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-query-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-query-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-query-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-query-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-query-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-query-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-query-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-query-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-query-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-query-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-query-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-query-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-query-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-query-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-query-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-query-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-query-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-query-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-query-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-query-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-query-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-query-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-query-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-query-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-query-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-query-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-query-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-query-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-query-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-query-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-query-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-query-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-query-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-query-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-query-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-query-quiet", "--quiet"], [1, 6, 1, "cmdoption-osxphotos-query-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-query-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-query-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-query-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-query-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-query-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-query-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-query-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-query-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-query-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-query-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-query-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-query-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-query-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-query-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-query-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-query-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-query-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-query-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-query-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-query-i", "-i"]], "osxphotos-repl": [[1, 6, 1, "cmdoption-osxphotos-repl-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-repl-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-repl-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-repl-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-repl-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-repl-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-repl-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-repl-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-repl-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-repl-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-repl-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-repl-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-repl-emacs", "--emacs"], [1, 6, 1, "cmdoption-osxphotos-repl-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-repl-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-repl-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-repl-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-repl-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-repl-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-repl-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-repl-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-repl-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-repl-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-repl-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-repl-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-repl-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-repl-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-repl-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-repl-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-repl-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-repl-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-repl-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-repl-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-repl-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-repl-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-repl-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-repl-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-repl-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-repl-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-repl-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-repl-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-repl-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-repl-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-repl-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-repl-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-repl-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-repl-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-repl-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-repl-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-repl-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-repl-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-repl-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-repl-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-repl-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-repl-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-repl-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-repl-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-repl-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-repl-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-repl-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-repl-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-repl-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-repl-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-repl-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-repl-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-repl-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-repl-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-repl-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-repl-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-repl-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-repl-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-repl-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-repl-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-repl-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-repl-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-repl-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-repl-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-repl-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-repl-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-repl-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-repl-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-repl-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-repl-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-repl-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-repl-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-repl-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-repl-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-repl-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-repl-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-repl-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-repl-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-repl-i", "-i"]], "osxphotos-run": [[1, 6, 1, "cmdoption-osxphotos-run-h", "--help"], [1, 6, 1, "cmdoption-osxphotos-run-h", "-h"], [1, 6, 1, "cmdoption-osxphotos-run-arg-ARGS", "ARGS"], [1, 6, 1, "cmdoption-osxphotos-run-arg-PYTHON_FILE", "PYTHON_FILE"]], "osxphotos-show": [[1, 6, 1, "cmdoption-osxphotos-show-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-show-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-show-arg-UUID_OR_NAME", "UUID_OR_NAME"]], "osxphotos-sync": [[1, 6, 1, "cmdoption-osxphotos-sync-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-sync-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-sync-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-sync-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-sync-A", "--append"], [1, 6, 1, "cmdoption-osxphotos-sync-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-sync-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-sync-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-sync-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-sync-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-sync-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-sync-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-sync-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-sync-e", "--export"], [1, 6, 1, "cmdoption-osxphotos-sync-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-sync-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-sync-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-sync-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-sync-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-sync-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-sync-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-sync-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-sync-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-sync-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-sync-0", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-sync-i", "--import"], [1, 6, 1, "cmdoption-osxphotos-sync-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-sync-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-sync-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-sync-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-sync-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-sync-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-sync-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-sync-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-sync-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-sync-m", "--merge"], [1, 6, 1, "cmdoption-osxphotos-sync-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-sync-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-sync-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-sync-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-sync-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-sync-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-sync-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-sync-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-sync-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-sync-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-sync-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-sync-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-sync-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-sync-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-sync-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-sync-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-sync-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-sync-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-sync-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-sync-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-sync-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-sync-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-sync-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-sync-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-sync-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-sync-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-sync-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-sync-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-sync-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-sync-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-sync-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-sync-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-sync-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-sync-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-sync-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-sync-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-sync-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-sync-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-sync-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-sync-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-sync-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-sync-R", "--report"], [1, 6, 1, "cmdoption-osxphotos-sync-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-sync-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-sync-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-sync-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-sync-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-sync-s", "--set"], [1, 6, 1, "cmdoption-osxphotos-sync-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-sync-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-sync-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-sync-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-sync-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-sync-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-sync-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-sync-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-sync-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-sync-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-sync-U", "--unmatched"], [1, 6, 1, "cmdoption-osxphotos-sync-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-sync-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-sync-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-sync-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-sync-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-sync-A", "-A"], [1, 6, 1, "cmdoption-osxphotos-sync-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-sync-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-sync-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-sync-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-sync-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-sync-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-sync-s", "-s"]], "osxphotos-template": [[1, 6, 1, "cmdoption-osxphotos-template-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-template-emacs", "--emacs"], [1, 6, 1, "cmdoption-osxphotos-template-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-template-T", "--template"], [1, 6, 1, "cmdoption-osxphotos-template-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-template-vi", "--vi"], [1, 6, 1, "cmdoption-osxphotos-template-T", "-T"]], "osxphotos-theme": [[1, 6, 1, "cmdoption-osxphotos-theme-clone", "--clone"], [1, 6, 1, "cmdoption-osxphotos-theme-config", "--config"], [1, 6, 1, "cmdoption-osxphotos-theme-default", "--default"], [1, 6, 1, "cmdoption-osxphotos-theme-delete", "--delete"], [1, 6, 1, "cmdoption-osxphotos-theme-edit", "--edit"], [1, 6, 1, "cmdoption-osxphotos-theme-list", "--list"], [1, 6, 1, "cmdoption-osxphotos-theme-preview", "--preview"]], "osxphotos-timewarp": [[1, 6, 1, "cmdoption-osxphotos-timewarp-a", "--add-to-album"], [1, 6, 1, "cmdoption-osxphotos-timewarp-c", "--compare-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-d", "--date"], [1, 6, 1, "cmdoption-osxphotos-timewarp-date-added", "--date-added"], [1, 6, 1, "cmdoption-osxphotos-timewarp-date-added-from-photo", "--date-added-from-photo"], [1, 6, 1, "cmdoption-osxphotos-timewarp-D", "--date-delta"], [1, 6, 1, "cmdoption-osxphotos-timewarp-e", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-timewarp-force", "--force"], [1, 6, 1, "cmdoption-osxphotos-timewarp-F", "--function"], [1, 6, 1, "cmdoption-osxphotos-timewarp-i", "--inspect"], [1, 6, 1, "cmdoption-osxphotos-timewarp-L", "--library"], [1, 6, 1, "cmdoption-osxphotos-timewarp-m", "--match-time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-M", "--parse-date"], [1, 6, 1, "cmdoption-osxphotos-timewarp-plain", "--plain"], [1, 6, 1, "cmdoption-osxphotos-timewarp-P", "--pull-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-p", "--push-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-R", "--reset"], [1, 6, 1, "cmdoption-osxphotos-timewarp-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-timewarp-t", "--time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-T", "--time-delta"], [1, 6, 1, "cmdoption-osxphotos-timewarp-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-timewarp-z", "--timezone"], [1, 6, 1, "cmdoption-osxphotos-timewarp-f", "--use-file-time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-u", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-timewarp-U", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-timewarp-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-timewarp-D", "-D"], [1, 6, 1, "cmdoption-osxphotos-timewarp-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-timewarp-L", "-L"], [1, 6, 1, "cmdoption-osxphotos-timewarp-M", "-M"], [1, 6, 1, "cmdoption-osxphotos-timewarp-P", "-P"], [1, 6, 1, "cmdoption-osxphotos-timewarp-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-timewarp-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-timewarp-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-timewarp-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-timewarp-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-timewarp-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-timewarp-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-timewarp-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-timewarp-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-timewarp-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-timewarp-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-timewarp-p", "-p"], [1, 6, 1, "cmdoption-osxphotos-timewarp-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-timewarp-u", "-u"], [1, 6, 1, "cmdoption-osxphotos-timewarp-z", "-z"]], "osxphotos-tutorial": [[1, 6, 1, "cmdoption-osxphotos-tutorial-arg-WIDTH", "WIDTH"]], "osxphotos-uninstall": [[1, 6, 1, "cmdoption-osxphotos-uninstall-y", "--yes"], [1, 6, 1, "cmdoption-osxphotos-uninstall-y", "-y"], [1, 6, 1, "cmdoption-osxphotos-uninstall-arg-PACKAGES", "PACKAGES"]], "osxphotos-uuid": [[1, 6, 1, "cmdoption-osxphotos-uuid-f", "--filename"], [1, 6, 1, "cmdoption-osxphotos-uuid-f", "-f"]], "osxphotos-version": [[1, 6, 1, "cmdoption-osxphotos-version-run", "--run"]], "osxphotos.AlbumInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"], [6, 3, 1, "", "parent"], [6, 2, 1, "", "photo_index"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "title"]], "osxphotos.ExifTool": [[6, 2, 1, "", "addvalues"], [6, 2, 1, "", "asdict"], [6, 2, 1, "", "json"], [6, 3, 1, "", "pid"], [6, 2, 1, "", "run_commands"], [6, 2, 1, "", "setvalue"], [6, 3, 1, "", "version"]], "osxphotos.ExifWriter": [[6, 2, 1, "", "exiftool_dict"], [6, 2, 1, "", "exiftool_json_sidecar"], [6, 2, 1, "", "write_exif_data"]], "osxphotos.ExportDB": [[6, 2, 1, "", "close"], [6, 3, 1, "", "connection"], [6, 2, 1, "", "create_file_record"], [6, 2, 1, "", "create_or_get_file_record"], [6, 2, 1, "", "delete_data_for_filepath"], [6, 2, 1, "", "delete_data_for_uuid"], [6, 3, 1, "", "export_dir"], [6, 2, 1, "", "get_export_results"], [6, 2, 1, "", "get_exported_files"], [6, 2, 1, "", "get_file_record"], [6, 2, 1, "", "get_files_for_uuid"], [6, 2, 1, "", "get_history"], [6, 2, 1, "", "get_last_export_directory"], [6, 2, 1, "", "get_photoinfo_for_uuid"], [6, 2, 1, "", "get_previous_uuids"], [6, 2, 1, "", "get_target_for_file"], [6, 2, 1, "", "get_uuid_for_file"], [6, 3, 1, "", "path"], [6, 2, 1, "", "set_config"], [6, 2, 1, "", "set_export_results"], [6, 2, 1, "", "set_history"], [6, 2, 1, "", "set_photoinfo_for_uuid"]], "osxphotos.ExportOptions": [[6, 3, 1, "", "bit_flags"], [6, 4, 1, "", "convert_to_jpeg"], [6, 4, 1, "", "description_template"], [6, 4, 1, "", "download_missing"], [6, 4, 1, "", "dry_run"], [6, 4, 1, "", "edited"], [6, 4, 1, "", "exiftool"], [6, 4, 1, "", "exiftool_flags"], [6, 4, 1, "", "export_aae"], [6, 4, 1, "", "export_as_hardlink"], [6, 4, 1, "", "export_db"], [6, 4, 1, "", "face_regions"], [6, 4, 1, "", "favorite_rating"], [6, 4, 1, "", "fileutil"], [6, 4, 1, "", "fix_orientation"], [6, 4, 1, "", "force_update"], [6, 4, 1, "", "ignore_date_modified"], [6, 4, 1, "", "ignore_signature"], [6, 4, 1, "", "increment"], [6, 4, 1, "", "jpeg_ext"], [6, 4, 1, "", "jpeg_quality"], [6, 4, 1, "", "keyword_template"], [6, 4, 1, "", "live_photo"], [6, 4, 1, "", "location"], [6, 4, 1, "", "merge_exif_keywords"], [6, 4, 1, "", "merge_exif_persons"], [6, 4, 1, "", "overwrite"], [6, 4, 1, "", "persons"], [6, 4, 1, "", "preview"], [6, 4, 1, "", "preview_suffix"], [6, 4, 1, "", "raw_photo"], [6, 4, 1, "", "render_options"], [6, 4, 1, "", "replace_keywords"], [6, 4, 1, "", "rich"], [6, 4, 1, "", "sidecar"], [6, 4, 1, "", "sidecar_drop_ext"], [6, 4, 1, "", "strip"], [6, 4, 1, "", "timeout"], [6, 4, 1, "", "tmpdir"], [6, 4, 1, "", "touch_file"], [6, 4, 1, "", "update"], [6, 4, 1, "", "update_errors"], [6, 4, 1, "", "use_albums_as_keywords"], [6, 4, 1, "", "use_persons_as_keywords"], [6, 4, 1, "", "use_photokit"], [6, 4, 1, "", "use_photos_export"], [6, 4, 1, "", "verbose"]], "osxphotos.ExportResults": [[6, 2, 1, "", "all_files"], [6, 3, 1, "", "attributes"], [6, 3, 1, "", "datetime"]], "osxphotos.FaceInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "center"], [6, 2, 1, "", "face_rect"], [6, 2, 1, "", "json"], [6, 3, 1, "", "mpri_reg_rect"], [6, 3, 1, "", "mwg_rs_area"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "photo"], [6, 3, 1, "", "pitch"], [6, 3, 1, "", "roll"], [6, 2, 1, "", "roll_pitch_yaw"], [6, 3, 1, "", "size_pixels"], [6, 3, 1, "", "yaw"]], "osxphotos.FileUtilNoOp": [[6, 2, 1, "", "convert_to_jpeg"], [6, 2, 1, "", "copy"], [6, 2, 1, "", "file_sig"], [6, 2, 1, "", "hardlink"], [6, 2, 1, "", "rename"], [6, 2, 1, "", "rmdir"], [6, 2, 1, "", "tmpdir"], [6, 2, 1, "", "unlink"], [6, 2, 1, "", "utime"]], "osxphotos.FolderInfo": [[6, 3, 1, "", "album_info"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "parent"], [6, 3, 1, "", "subfolders"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.ImportInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "title"]], "osxphotos.MomentInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "date"], [6, 3, 1, "", "end_date"], [6, 3, 1, "", "location"], [6, 3, 1, "", "modification_date"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "pk"], [6, 3, 1, "", "start_date"], [6, 3, 1, "", "subtitle"], [6, 3, 1, "", "title"]], "osxphotos.PersonInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "feature_less"], [6, 2, 1, "", "json"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"]], "osxphotos.PhotoExporter": [[6, 2, 1, "", "export"], [6, 2, 1, "", "write_exiftool_metadata_to_file"]], "osxphotos.PhotoInfo": [[6, 3, 1, "", "adjustments"], [6, 3, 1, "", "adjustments_path"], [6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "burst"], [6, 3, 1, "", "burst_album_info"], [6, 3, 1, "", "burst_albums"], [6, 3, 1, "", "burst_default_pick"], [6, 3, 1, "", "burst_key"], [6, 3, 1, "", "burst_photos"], [6, 3, 1, "", "burst_selected"], [6, 3, 1, "", "cloud_guid"], [6, 3, 1, "", "cloud_metadata"], [6, 3, 1, "", "cloud_owner_hashed_id"], [6, 3, 1, "", "comments"], [6, 3, 1, "", "date"], [6, 3, 1, "", "date_added"], [6, 3, 1, "", "date_modified"], [6, 3, 1, "", "date_original"], [6, 3, 1, "", "date_trashed"], [6, 3, 1, "", "description"], [6, 2, 1, "", "detected_text"], [6, 3, 1, "", "duplicates"], [6, 3, 1, "", "exif_info"], [6, 3, 1, "", "exiftool"], [6, 2, 1, "", "export"], [6, 3, 1, "", "external_edit"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "filename"], [6, 3, 1, "", "fingerprint"], [6, 3, 1, "", "flagged"], [6, 3, 1, "", "has_raw"], [6, 3, 1, "", "hasadjustments"], [6, 3, 1, "", "hdr"], [6, 3, 1, "", "height"], [6, 3, 1, "", "hexdigest"], [6, 3, 1, "", "hidden"], [6, 3, 1, "", "import_info"], [6, 3, 1, "", "incloud"], [6, 3, 1, "", "intrash"], [6, 3, 1, "", "iscloudasset"], [6, 3, 1, "", "ismissing"], [6, 3, 1, "", "ismovie"], [6, 3, 1, "", "isphoto"], [6, 3, 1, "", "israw"], [6, 3, 1, "", "isreference"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "labels_normalized"], [6, 3, 1, "", "latitude"], [6, 3, 1, "", "likes"], [6, 3, 1, "", "live_photo"], [6, 3, 1, "", "location"], [6, 3, 1, "", "longitude"], [6, 3, 1, "", "moment_info"], [6, 3, 1, "", "orientation"], [6, 3, 1, "", "original_filename"], [6, 3, 1, "", "original_filesize"], [6, 3, 1, "", "original_height"], [6, 3, 1, "", "original_orientation"], [6, 3, 1, "", "original_width"], [6, 3, 1, "", "owner"], [6, 3, 1, "", "panorama"], [6, 3, 1, "", "path"], [6, 3, 1, "", "path_derivatives"], [6, 3, 1, "", "path_edited"], [6, 3, 1, "", "path_edited_live_photo"], [6, 3, 1, "", "path_live_photo"], [6, 3, 1, "", "path_raw"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "place"], [6, 3, 1, "", "portrait"], [6, 3, 1, "", "project_info"], [6, 3, 1, "", "rating"], [6, 3, 1, "", "raw_original"], [6, 2, 1, "", "render_template"], [6, 3, 1, "", "saved_to_library"], [6, 3, 1, "", "score"], [6, 3, 1, "", "screen_recording"], [6, 3, 1, "", "screenshot"], [6, 3, 1, "", "search_info"], [6, 3, 1, "", "search_info_normalized"], [6, 3, 1, "", "selfie"], [6, 3, 1, "", "share_info"], [6, 3, 1, "", "share_participant_info"], [6, 3, 1, "", "share_participants"], [6, 3, 1, "", "shared"], [6, 3, 1, "", "shared_library"], [6, 3, 1, "", "shared_moment"], [6, 3, 1, "", "shared_moment_info"], [6, 3, 1, "", "slow_mo"], [6, 3, 1, "", "syndicated"], [6, 2, 1, "", "tables"], [6, 3, 1, "", "time_lapse"], [6, 3, 1, "", "title"], [6, 3, 1, "", "tzname"], [6, 3, 1, "", "tzoffset"], [6, 3, 1, "", "uti"], [6, 3, 1, "", "uti_edited"], [6, 3, 1, "", "uti_original"], [6, 3, 1, "", "uti_raw"], [6, 3, 1, "", "uuid"], [6, 3, 1, "", "visible"], [6, 3, 1, "", "width"]], "osxphotos.PhotoTemplate": [[6, 2, 1, "", "expand_variables"], [6, 2, 1, "", "expand_variables_to_str"], [6, 2, 1, "", "filter_predicate"], [6, 2, 1, "", "get_field_values"], [6, 2, 1, "", "get_filter_values"], [6, 2, 1, "", "get_format_values"], [6, 2, 1, "", "get_media_type"], [6, 2, 1, "", "get_photo_bool_attribute"], [6, 2, 1, "", "get_photo_video_type"], [6, 2, 1, "", "get_template_value"], [6, 2, 1, "", "get_template_value_exiftool"], [6, 2, 1, "", "get_template_value_filter_function"], [6, 2, 1, "", "get_template_value_function"], [6, 2, 1, "", "get_template_value_multi"], [6, 2, 1, "", "get_template_value_pathlib"], [6, 2, 1, "", "render"]], "osxphotos.PhotosAlbum": [[6, 2, 1, "", "append"], [6, 2, 1, "", "extend"]], "osxphotos.PhotosAlbumPhotoScript": [[6, 2, 1, "", "append"], [6, 2, 1, "", "extend"]], "osxphotos.PhotosDB": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "album_info_shared"], [6, 3, 1, "", "albums"], [6, 3, 1, "", "albums_as_dict"], [6, 3, 1, "", "albums_shared"], [6, 3, 1, "", "albums_shared_as_dict"], [6, 3, 1, "", "db_path"], [6, 3, 1, "", "db_version"], [6, 2, 1, "", "execute"], [6, 3, 1, "", "folder_info"], [6, 3, 1, "", "folders"], [6, 2, 1, "", "get_db_connection"], [6, 2, 1, "", "get_photo"], [6, 3, 1, "", "import_info"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "keywords_as_dict"], [6, 3, 1, "", "keywords_without_photo"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "labels_as_dict"], [6, 3, 1, "", "labels_normalized"], [6, 3, 1, "", "labels_normalized_as_dict"], [6, 3, 1, "", "library_path"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "persons_as_dict"], [6, 2, 1, "", "photos"], [6, 2, 1, "", "photos_by_uuid"], [6, 3, 1, "", "photos_version"], [6, 3, 1, "", "project_info"], [6, 2, 1, "", "query"]], "osxphotos.PlaceInfo": [[6, 3, 1, "", "address"], [6, 3, 1, "", "address_str"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "country_code"], [6, 3, 1, "", "ishome"], [6, 3, 1, "", "name"], [6, 3, 1, "", "names"]], "osxphotos.ProjectInfo": [[6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"]], "osxphotos.QueryOptions": [[6, 4, 1, "", "added_after"], [6, 4, 1, "", "added_before"], [6, 4, 1, "", "added_in_last"], [6, 4, 1, "", "album"], [6, 4, 1, "", "burst"], [6, 4, 1, "", "burst_photos"], [6, 4, 1, "", "cloudasset"], [6, 4, 1, "", "deleted"], [6, 4, 1, "", "deleted_only"], [6, 4, 1, "", "description"], [6, 4, 1, "", "duplicate"], [6, 4, 1, "", "edited"], [6, 4, 1, "", "exif"], [6, 4, 1, "", "external_edit"], [6, 4, 1, "", "favorite"], [6, 4, 1, "", "folder"], [6, 4, 1, "", "from_date"], [6, 4, 1, "", "from_time"], [6, 4, 1, "", "function"], [6, 4, 1, "", "has_comment"], [6, 4, 1, "", "has_likes"], [6, 4, 1, "", "has_raw"], [6, 4, 1, "", "hdr"], [6, 4, 1, "", "hidden"], [6, 4, 1, "", "ignore_case"], [6, 4, 1, "", "in_album"], [6, 4, 1, "", "incloud"], [6, 4, 1, "", "is_reference"], [6, 4, 1, "", "keyword"], [6, 4, 1, "", "label"], [6, 4, 1, "", "live"], [6, 4, 1, "", "location"], [6, 4, 1, "", "max_size"], [6, 4, 1, "", "min_size"], [6, 4, 1, "", "missing"], [6, 4, 1, "", "missing_bursts"], [6, 4, 1, "", "movies"], [6, 4, 1, "", "name"], [6, 4, 1, "", "no_comment"], [6, 4, 1, "", "no_description"], [6, 4, 1, "", "no_keyword"], [6, 4, 1, "", "no_likes"], [6, 4, 1, "", "no_location"], [6, 4, 1, "", "no_place"], [6, 4, 1, "", "no_title"], [6, 4, 1, "", "not_burst"], [6, 4, 1, "", "not_cloudasset"], [6, 4, 1, "", "not_edited"], [6, 4, 1, "", "not_favorite"], [6, 4, 1, "", "not_hdr"], [6, 4, 1, "", "not_hidden"], [6, 4, 1, "", "not_in_album"], [6, 4, 1, "", "not_incloud"], [6, 4, 1, "", "not_live"], [6, 4, 1, "", "not_missing"], [6, 4, 1, "", "not_panorama"], [6, 4, 1, "", "not_portrait"], [6, 4, 1, "", "not_reference"], [6, 4, 1, "", "not_saved_to_library"], [6, 4, 1, "", "not_screen_recording"], [6, 4, 1, "", "not_screenshot"], [6, 4, 1, "", "not_selfie"], [6, 4, 1, "", "not_shared"], [6, 4, 1, "", "not_shared_library"], [6, 4, 1, "", "not_shared_moment"], [6, 4, 1, "", "not_slow_mo"], [6, 4, 1, "", "not_syndicated"], [6, 4, 1, "", "not_time_lapse"], [6, 4, 1, "", "panorama"], [6, 4, 1, "", "person"], [6, 4, 1, "", "photos"], [6, 4, 1, "", "place"], [6, 4, 1, "", "portrait"], [6, 4, 1, "", "query_eval"], [6, 4, 1, "", "regex"], [6, 4, 1, "", "saved_to_library"], [6, 4, 1, "", "screen_recording"], [6, 4, 1, "", "screenshot"], [6, 4, 1, "", "selected"], [6, 4, 1, "", "selfie"], [6, 4, 1, "", "shared"], [6, 4, 1, "", "shared_library"], [6, 4, 1, "", "shared_moment"], [6, 4, 1, "", "slow_mo"], [6, 4, 1, "", "syndicated"], [6, 4, 1, "", "time_lapse"], [6, 4, 1, "", "title"], [6, 4, 1, "", "to_date"], [6, 4, 1, "", "to_time"], [6, 4, 1, "", "uti"], [6, 4, 1, "", "uuid"], [6, 4, 1, "", "year"]], "osxphotos.ScoreInfo": [[6, 2, 1, "", "asdict"]], "osxphotos.SearchInfo": [[6, 3, 1, "", "activities"], [6, 3, 1, "", "all"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "bodies_of_water"], [6, 3, 1, "", "camera"], [6, 3, 1, "", "city"], [6, 3, 1, "", "country"], [6, 3, 1, "", "detected_text"], [6, 3, 1, "", "holidays"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "locality_names"], [6, 3, 1, "", "media_types"], [6, 3, 1, "", "month"], [6, 3, 1, "", "neighborhoods"], [6, 3, 1, "", "place_names"], [6, 3, 1, "", "season"], [6, 3, 1, "", "source"], [6, 3, 1, "", "state"], [6, 3, 1, "", "state_abbreviation"], [6, 3, 1, "", "streets"], [6, 3, 1, "", "text_found"], [6, 3, 1, "", "venue_types"], [6, 3, 1, "", "venues"], [6, 3, 1, "", "year"]], "osxphotos.SidecarWriter": [[6, 2, 1, "", "write_sidecar_files"], [6, 2, 1, "", "xmp_sidecar"]], "osxphotos.iPhotoAlbumInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"], [6, 2, 1, "", "json"], [6, 3, 1, "", "parent"], [6, 2, 1, "", "photo_index"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoDB": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 3, 1, "", "albums_as_dict"], [6, 3, 1, "", "db_version"], [6, 2, 1, "", "get_db_connection"], [6, 2, 1, "", "get_photo"], [6, 3, 1, "", "keywords_as_dict"], [6, 3, 1, "", "persons_as_dict"], [6, 2, 1, "", "photos"], [6, 3, 1, "", "photos_version"], [6, 2, 1, "", "query"]], "osxphotos.iPhotoFaceInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "center"], [6, 3, 1, "", "center_x"], [6, 3, 1, "", "center_y"], [6, 2, 1, "", "face_rect"], [6, 2, 1, "", "json"], [6, 3, 1, "", "mpri_reg_rect"], [6, 3, 1, "", "mwg_rs_area"], [6, 3, 1, "", "name"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "pitch"], [6, 3, 1, "", "quality"], [6, 3, 1, "", "roll"], [6, 2, 1, "", "roll_pitch_yaw"], [6, 3, 1, "", "size"], [6, 3, 1, "", "size_pixels"], [6, 3, 1, "", "yaw"]], "osxphotos.iPhotoFolderInfo": [[6, 3, 1, "", "album_info"], [6, 2, 1, "", "asdict"], [6, 2, 1, "", "json"], [6, 3, 1, "", "parent"], [6, 3, 1, "", "subfolders"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoPersonInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "facecount"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "feature_less"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keyface"], [6, 3, 1, "", "keyphoto"], [6, 3, 1, "", "name"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoPhotoInfo": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "burst"], [6, 3, 1, "", "burst_album_info"], [6, 3, 1, "", "burst_albums"], [6, 3, 1, "", "burst_photos"], [6, 3, 1, "", "date"], [6, 3, 1, "", "date_added"], [6, 3, 1, "", "date_modified"], [6, 3, 1, "", "description"], [6, 3, 1, "", "event_info"], [6, 3, 1, "", "exif_info"], [6, 3, 1, "", "exiftool"], [6, 2, 1, "", "export"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "filename"], [6, 3, 1, "", "fingerprint"], [6, 3, 1, "", "flagged"], [6, 3, 1, "", "hasadjustments"], [6, 3, 1, "", "height"], [6, 3, 1, "", "hexdigest"], [6, 3, 1, "", "hidden"], [6, 3, 1, "", "intrash"], [6, 3, 1, "", "ismissing"], [6, 3, 1, "", "ismovie"], [6, 3, 1, "", "isphoto"], [6, 3, 1, "", "israw"], [6, 3, 1, "", "isreference"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "latitude"], [6, 3, 1, "", "location"], [6, 3, 1, "", "longitude"], [6, 3, 1, "", "moment_info"], [6, 3, 1, "", "orientation"], [6, 3, 1, "", "original_filename"], [6, 3, 1, "", "original_filesize"], [6, 3, 1, "", "original_height"], [6, 3, 1, "", "original_width"], [6, 3, 1, "", "path"], [6, 3, 1, "", "path_derivatives"], [6, 3, 1, "", "path_edited"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "rating"], [6, 3, 1, "", "raw_original"], [6, 2, 1, "", "render_template"], [6, 3, 1, "", "title"], [6, 3, 1, "", "tzoffset"], [6, 3, 1, "", "uti"], [6, 3, 1, "", "uti_edited"], [6, 3, 1, "", "uti_original"], [6, 3, 1, "", "uti_raw"], [6, 3, 1, "", "uuid"], [6, 3, 1, "", "visible"], [6, 3, 1, "", "width"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "property", "Python property"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "function", "Python function"], "6": ["std", "cmdoption", "program option"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:property", "4": "py:attribute", "5": "py:function", "6": "std:cmdoption"}, "terms": {"": [0, 1, 3, 4, 6, 7, 8], "0": [0, 1, 3, 4, 5, 6, 7, 8], "00": 1, "00000": [0, 7], "00001": [0, 7], "00002": [0, 7], "00003": [0, 7], "0001": [0, 7], "001": 1, "002": 0, "01": [1, 5, 8], "02": [0, 1, 7, 8], "03": [0, 7], "03816793893129771": 0, "03d": 1, "04": [0, 7, 8], "048576mb": 1, "04d": 1, "05": 8, "05d": [0, 7], "06": 0, "07": [0, 1, 5, 7], "0b16": [0, 7], "0x10fcc0160": 0, "1": [0, 1, 3, 6, 7, 8], "10": [0, 1, 3, 4, 5, 7], "100": [0, 7, 8], "1048576": 1, "106410": 6, "11": [0, 1, 7], "12": [1, 3, 4, 5], "120": [0, 6], "1200": 5, "1234": 1, "12345678": 1, "123456789012": 1, "128fb4c6": [0, 7], "12t12": 1, "13": [1, 6], "1318055": 0, "1356": 0, "138": 0, "15": [0, 1, 3, 4, 7], "151": 0, "15mm": [0, 7], "17": [0, 1], "18": [0, 5], "180": 1, "18th": [0, 7], "19": [0, 7], "190738": [0, 7], "19393": 0, "198932": 0, "1999": [0, 7], "1d": 1, "1f": [0, 7], "2": [0, 1, 5, 6, 7], "20": [0, 1], "2000": 1, "20009": [0, 7], "2001": 1, "2007": [0, 7], "2013": 0, "2015": 8, "201610_1": 6, "2017": 0, "2018": 8, "2019": [0, 1, 8], "2020": [0, 1, 7, 8], "2021": 8, "2022": [1, 5], "2023": 1, "2038": 0, "2047": 0, "21": 8, "22": [0, 7], "23": [0, 1, 7], "25": 0, "25002": 0, "2754": 0, "28": 8, "2814835671629878": 0, "29": 5, "2week": 1, "3": [0, 1, 3, 4, 5, 6, 7, 8], "30": 1, "31": [1, 8], "31581": 5, "32": 5, "34": [0, 1], "344131646c30": 0, "35": 0, "36": [0, 5, 7], "365": 1, "3700": 0, "374756": 0, "38": [0, 7], "386": 0, "4": [0, 1, 6, 7, 8], "4100": 0, "41cd": 5, "47": 5, "474": 0, "4b5c": 0, "4e7d": [0, 7], "4f": 0, "5": [0, 1, 3, 4, 5, 6, 7], "50": 8, "501": 0, "50357167": 0, "51": 0, "54": 5, "56": [0, 1], "5609": 0, "561129492": 0, "585926209": 0, "596861111111": 0, "596906868": 0, "6": [0, 7], "6000": 5, "609": 0, "6192599813128215": 0, "625": 0, "6494140625": 0, "68": [0, 7], "689981763": 0, "689982854": 0, "7": [0, 6, 7], "75": [0, 6, 7], "77": 5, "7a52": 0, "7d": 1, "8": [0, 6], "802854": 0, "859624": 0, "8601": [0, 1], "887": 1, "9": [0, 3, 4, 8], "90": 1, "907a": 0, "9108": [0, 7], "913095d62e31": 5, "9188916666667": 0, "94e0": 5, "96753": 0, "999": 0, "A": [1, 2, 7, 8], "AND": [1, 6], "And": 8, "As": [1, 8], "At": 0, "Be": [0, 1], "By": [0, 1, 8], "For": [0, 1, 6, 7, 8], "If": [0, 1, 5, 6, 7, 8], "In": [0, 1, 6, 7, 8], "It": [0, 1, 6, 7, 8], "No": [6, 8], "Not": [0, 7], "OR": [1, 6], "Of": 8, "On": [0, 1, 6], "One": 8, "THe": 6, "That": [1, 8], "The": [0, 1, 3, 4, 5, 6, 7, 8], "Then": [0, 3, 4, 8], "There": 8, "These": [0, 1, 3, 5, 7, 8], "To": [0, 1, 3, 6, 7, 8], "Will": 1, "With": [0, 6, 8], "_": [0, 1, 7, 8], "__future__": 0, "__init__": [0, 6], "__main__": [0, 5], "__name__": [0, 5], "_bearbeiten": 1, "_constant": 0, "_edit": [1, 8], "_low_r": 1, "_origin": 1, "_pattern_format": 1, "_preview": [1, 6], "_skip_searchinfo": 6, "a5bb": 0, "a712": 0, "aae": [1, 6], "aae_skip": 6, "aae_written": 6, "abbrevi": [0, 1, 6, 7], "abc": [0, 7], "abcd": [0, 7], "abil": [3, 4], "abl": [1, 3, 4, 8], "abort": [0, 1], "about": [0, 2, 3, 5, 6, 8], "abov": [0, 7, 8], "absolut": [0, 1, 6], "abstract": 6, "accept": [0, 1], "access": [0, 6, 7, 8], "accord": [3, 4], "accordingli": 0, "across": 0, "action": [1, 6], "activ": [2, 6, 7], "actual": [0, 1, 2, 6, 7], "ad": [0, 1, 6, 7, 8], "add": [0, 2, 3, 6, 7, 8], "added_aft": [0, 2, 6], "added_befor": [0, 2, 6], "added_in_last": [0, 2, 6], "addit": [1, 2, 5, 6, 7, 8], "addition": 0, "additional_city_info": [0, 6], "address": [2, 6, 7], "address_str": [2, 6], "addvalu": [0, 2, 6], "adj_format_vers": 0, "adj_metadata": 0, "adj_orient": 0, "adj_version_info": 0, "adjus": 0, "adjust": [1, 2, 3, 6, 7, 8], "adjustments_path": [2, 6], "adjustmentsinfo": [2, 6], "administr": [0, 6], "administrativearea": [0, 6], "adob": 1, "advanc": [0, 1, 3, 8], "advantag": 1, "advers": 0, "aesthet": [0, 5, 7], "af71": 5, "affect": [0, 6], "after": [0, 1, 6, 7, 8], "again": [1, 8], "against": [0, 1, 6, 7, 8], "age_typ": 0, "ahead": [1, 6], "alanui": 0, "album": [2, 3, 4, 5, 6, 7, 8], "album1": [0, 7], "album_info": [2, 6], "album_info_shar": [2, 6], "album_nam": [0, 5], "album_project": [0, 7], "album_seq": [0, 7], "album_templ": 1, "albuminfo": [2, 5, 6], "albuminfold": 0, "albums_as_dict": [2, 5, 6], "albums_dict": 0, "albums_shar": [2, 6], "albums_shared_as_dict": [2, 6], "albums_shared_dict": 0, "albumsortord": [0, 2, 6], "algorithm": [0, 6, 7, 8], "alia": [0, 7], "alic": 5, "all": [1, 2, 3, 5, 6, 7], "all_fil": [2, 6], "all_photo": 5, "all_raw": 0, "allow": [0, 1, 3, 4, 6, 7, 8], "almost": 8, "alpha": 1, "alreadi": [0, 1, 6, 8], "alreai": 0, "also": [0, 1, 3, 4, 5, 6, 7, 8], "alt": 1, "altern": [1, 8], "alu": [0, 7], "alwai": [0, 1, 6, 8], "america": 1, "amount": 8, "ampersand": [0, 7], "an": [0, 1, 2, 5, 6, 7], "angl": 6, "ani": [0, 1, 3, 4, 5, 6, 7, 8], "annot": 0, "anoth": [0, 1, 7, 8], "anyth": [0, 1, 8], "apdb": 6, "apertur": [0, 6], "apf": 1, "api": 2, "app": [0, 1, 3, 4, 6, 8], "appear": [0, 1, 6], "append": [0, 1, 2, 6, 7, 8], "appl": [0, 1, 3, 4, 6, 7, 8], "applescript": [0, 1, 6, 8], "appli": [0, 1, 6, 7, 8], "applic": [0, 3, 4, 8], "approach": 0, "april": 8, "ar": [0, 1, 3, 4, 5, 6, 7, 8], "arbitrari": [0, 7], "area": [0, 6, 7], "area_of_interest": [0, 6, 7], "areasofinterest": [0, 6], "aren": 6, "arg": [0, 1, 3, 6], "argument": [0, 1, 5, 6, 7, 8], "around": [0, 6, 7], "as_complet": 0, "ascend": [0, 6], "asdict": [2, 6], "ask": 1, "asset": [0, 1, 6, 7, 8], "asset_uuid": 2, "assign": [0, 7, 8], "assin": 6, "associ": [0, 1, 3, 6, 7, 8], "associt": 0, "assum": [0, 1, 6, 7], "asynchroun": 6, "atetim": 0, "attach": [1, 8], "attempt": [0, 1, 6, 8], "attr": 6, "attribut": [1, 2, 6], "author": [1, 8], "auto": [1, 5], "automat": [0, 1, 7, 8], "autosplit": [0, 7], "avail": [0, 1, 6, 7, 8], "availab": 0, "avoid": [0, 1], "awar": [0, 6], "b": [0, 1, 7], "b13f4485": 5, "back": [0, 1, 6, 7, 8], "background": 0, "backup": [1, 8], "bad": 1, "bar": [0, 1, 5, 7], "bare": [0, 7], "base": [0, 1, 5, 6, 7, 8], "base_vers": 0, "basi": 8, "basic": [0, 6, 8], "batch": [2, 3], "bc": [0, 7], "bd": [0, 7], "beac": [0, 7], "beach": [0, 1, 7], "beachdai": [0, 7], "becaus": [0, 1, 7, 8], "been": [0, 1, 5, 6, 7, 8], "befor": [0, 1, 6, 7, 8], "began": 0, "begin": [0, 1, 7], "behav": 0, "behavior": [0, 1, 6], "being": [0, 1, 6, 7, 8], "belong": [6, 8], "below": [0, 1, 6], "berri": [0, 6], "best": [0, 1, 6, 8], "best_food_photo": 0, "best_photo": 0, "besync": 1, "beta": 1, "better": [0, 8], "between": [0, 1, 3, 6, 7, 8], "bin": [0, 8], "binari": 0, "bind": 1, "birthdai": 0, "bit": [0, 6], "bit_flag": [2, 6], "bit_rat": [0, 6], "bitmath": 6, "blank": [1, 8], "blob": [0, 1, 7], "bodi": [0, 6], "bodies_of_wat": [2, 6], "body_of_wat": [0, 6], "bool": [0, 6], "bool_val": 6, "bool_valu": [0, 7], "boolean": [0, 6, 7, 8], "boost": 8, "both": [0, 1, 3, 4, 7, 8], "boundari": 6, "box": 1, "brace": [0, 7, 8], "bracket": [0, 7], "break": 1, "brew": [3, 4], "british": 0, "browser": [1, 3], "buggi": 8, "build": [2, 6], "built": [0, 1, 7], "bundl": 0, "burst": [1, 2, 6, 7], "burst_album": [2, 6], "burst_album_info": [2, 6], "burst_default_pick": [2, 6], "burst_kei": [2, 6], "burst_photo": [2, 6], "burst_select": [2, 6], "bypass": 1, "byte": [0, 1, 6], "byth": [0, 7], "c": [0, 1, 7], "c007d37bda16_1_101_o": 0, "c007d37bda16_1_102_o": 0, "c007d37bda16_1_105_c": 0, "cabl": 1, "cach": [0, 7], "calendar": [0, 6, 7], "california": 1, "call": [1, 2, 3, 4, 6, 7, 8], "callabl": [0, 6], "caller": 6, "camera": [0, 1, 2, 6, 7], "camera_mak": [0, 6, 7], "camera_model": [0, 6, 7], "can": [0, 1, 3, 4, 5, 6, 7, 8], "canada": 0, "cancel": 1, "cannot": [0, 1, 6, 7], "canon": [0, 1, 6], "capabl": [0, 8], "capit": [0, 7], "caption": [6, 8], "card": [0, 1, 6, 7], "carri": 8, "carriag": [0, 7], "case": [0, 1, 6, 7, 8], "catalina": [0, 7], "catch_error": 1, "categor": [0, 6, 7], "categori": [1, 8], "caught": 1, "caus": [0, 1, 6, 7, 8], "caution": [0, 1, 6], "cd": [0, 7], "center": [2, 6], "center_i": [0, 2, 6], "center_x": [0, 2, 6], "centr": 0, "certain": [0, 1, 2, 7], "certainli": 8, "chang": [0, 1, 6, 7, 8], "charact": [0, 1, 5, 7, 8], "check": [0, 1, 3], "checkign": 1, "checkpoint": 1, "children": 0, "chomp": [0, 7], "chop": [0, 7], "chose": 8, "christma": [0, 7], "circa": 0, "circl": 6, "citi": [2, 6, 7], "clang": 5, "class": [0, 1, 5, 6, 7], "classic": [1, 8], "classif": [1, 3, 8], "classifi": 8, "classmethod": 6, "clean": 0, "cleanup": 1, "clear": 1, "cli": [2, 3, 4], "cli_example_1": 0, "cli_example_2": 0, "cli_main": 4, "click": [0, 4, 5], "clirunn": 4, "clone": 1, "close": [0, 2, 6, 7], "closebrac": [0, 7], "closebracket": [0, 7], "closeparen": [0, 7], "cloud": [0, 6, 8], "cloud_guid": [2, 6], "cloud_metadata": [2, 6], "cloud_owner_hashed_id": [2, 6], "cloudasset": [0, 1, 2, 6], "clplacemark": [0, 6], "cmp": 6, "cmp_file_sig": 6, "code": [0, 1, 2, 3, 4, 6, 7], "codec": [0, 6], "cog": 4, "collis": 1, "colon": [0, 7], "color": [1, 2, 3], "columbia": 0, "column": 0, "com": [0, 1, 6, 7], "combin": [0, 1, 6, 7, 8], "combine_valu": [0, 7], "comma": [0, 1, 7, 8], "command": [2, 5, 6, 7], "comment": [1, 2, 5, 6, 7, 8], "commentinfo": [2, 6], "common": [1, 8], "commun": 8, "compar": [2, 3, 6], "compare_librari": 0, "compare_photos_librari": 2, "comparison": [0, 7], "compat": [0, 1, 3, 4, 8], "complet": [0, 1, 6, 8], "complex": [0, 1, 7, 8], "complic": 0, "compon": [0, 1], "composit": 0, "comprehens": [1, 8], "compress": [0, 1, 6], "compression_qu": 6, "comput": [0, 1, 5, 6], "computer1": 1, "computer2": 1, "concept": 8, "conclus": 2, "concurr": 2, "concurrent_export": 0, "condit": [0, 7, 8], "confid": [0, 6, 7], "confidence_threshold": [2, 6], "config": [1, 6, 8], "config_data": 6, "config_fil": 1, "configur": [0, 1, 6, 8], "confirm": 1, "conform": [0, 6], "conjunct": [1, 8], "conn": 0, "connect": [0, 1, 2, 6, 8], "consid": [0, 1], "consist": [0, 1], "contain": [0, 1, 5, 6, 7, 8], "content": [1, 2, 6], "contentcreated": 6, "context": [1, 6], "continu": [0, 1], "contribut": 8, "control": [1, 6], "conveni": 0, "convent": 1, "convert": [0, 1, 2, 6, 7], "convert_to_jpeg": [0, 2, 6], "converted_to_jpeg": [0, 1, 6], "coordin": [0, 1, 6, 8], "copi": [0, 1, 2, 5, 6, 8], "copyright": [1, 8], "coreloc": 6, "corner": [0, 6], "correct": [0, 1, 6, 8], "correctli": 1, "correl": 0, "correspond": [0, 1, 6], "corrupt": 1, "could": [0, 1, 5, 6, 7, 8], "count": [0, 1, 6, 7], "count_photo": 1, "counter": [0, 1, 7], "counterintuit": 1, "countfrom": [0, 7], "countri": [2, 6, 7, 8], "country_cod": [2, 6, 7], "cours": [0, 8], "cover": [0, 8], "cpu_count": 0, "cr": [0, 7], "cr2": [0, 6], "crash": [1, 8], "creat": [1, 2, 3, 4, 5, 6, 7], "create_file_record": [2, 6], "create_or_get_file_record": [2, 6], "created": [0, 1, 6], "creation": [0, 6, 7, 8], "creation_d": 2, "creationd": [1, 6], "creator": 1, "criteria": [0, 1, 6, 8], "crlf": [0, 7], "crop": 8, "csv": [0, 1, 8], "ctrl": 1, "curat": [0, 6], "curli": [0, 7, 8], "current": [0, 1, 6, 7, 8], "cursor": [0, 6], "custom": [0, 1, 5, 7, 8], "custom_sidecar": 1, "cut": 8, "d": [0, 1, 7], "d_": 1, "da": [0, 7], "dai": [0, 1, 6, 7, 8], "dark": [1, 8], "data": [0, 1, 3, 6, 7, 8], "databas": [1, 2, 3, 4, 5, 6, 7, 8], "dataclass": 0, "date": [1, 2, 3, 5, 6, 7], "date_ad": [2, 6], "date_modifi": [2, 6], "date_origin": [2, 6], "date_pattern": 1, "date_trash": [2, 6], "datecr": [1, 6], "datetim": [0, 1, 2, 6], "datetimeorigin": [0, 1, 6], "daunt": 8, "daylight": 1, "db": [0, 1, 5, 6, 7, 8], "db_path": [2, 6], "db_version": [2, 6], "dbfile": [0, 6], "dbpath": 8, "dc": [0, 7], "dc99fbdd": 0, "dd": [0, 1, 7, 8], "deal": 0, "debug": [0, 1, 6], "decid": 8, "decim": [0, 7], "decod": 0, "decor": 0, "decreas": 8, "def": [0, 5], "default": [1, 2, 3, 5, 6, 7, 8], "default_album": 5, "defin": [0, 5, 6, 7, 8], "defrag": 1, "degre": 6, "delai": 6, "delet": [0, 1, 2, 6], "delete_data_for_filepath": [2, 6], "delete_data_for_uuid": [2, 6], "deleted_directori": [0, 6], "deleted_fil": [0, 6], "deleted_onli": [0, 2, 6], "delim": [0, 6, 7], "delimit": [0, 1, 6, 7], "delta": 1, "demonstr": 8, "denot": 0, "depend": [0, 1, 6, 7], "deprec": 1, "deriv": [0, 6], "desc": 1, "descend": [0, 6], "descr": [0, 1, 7, 8], "describ": [1, 8], "descript": [1, 2, 3, 5, 6, 7, 8], "description_templ": [0, 1, 2, 6], "design": [0, 8], "desir": [0, 8], "desktop": 8, "dest": [1, 2, 6], "dest_dir": 5, "dest_fil": 6, "destin": [0, 1, 5, 6], "destruct": [1, 6], "detail": [0, 1, 5, 6, 8], "detect": [1, 2, 5, 6, 7], "detected_text": [2, 6, 7], "determin": [0, 1, 6, 8], "develop": [0, 5, 6], "devic": [1, 8], "dialog": 1, "diamet": 0, "dict": [0, 6], "dictionari": [0, 6], "did": [0, 1, 8], "didn": 1, "diff": [0, 6], "diff_funct": 0, "differ": [0, 1, 3, 6, 8], "digest": [0, 6], "digikam": [1, 8], "digit": [0, 1, 7, 8], "dir": [1, 5, 6], "dir_okai": 0, "direct": [0, 1, 7], "directli": [0, 1, 3, 4, 8], "directori": [0, 1, 2, 5, 6, 7], "dirnam": 0, "dirpath": 6, "discard": 0, "discuss": 8, "disk": [0, 1, 2, 6], "diskand": 1, "displai": [0, 1, 3, 6, 7], "display_nam": 2, "distinguish": 8, "distribut": 0, "dng": 8, "do": [0, 1, 3, 4, 5, 6, 7, 8], "doc": [0, 2, 3, 6], "docstr": 0, "document": [0, 1, 3, 6, 7], "doe": [0, 1, 5, 6, 7, 8], "doesn": [0, 1, 6, 8], "dog": 0, "doi": [0, 7], "don": [0, 1, 6, 8], "done": [1, 5, 6, 8], "dot": 8, "dow": [0, 7], "down": [0, 1, 7, 8], "download": [0, 1, 6, 8], "download_miss": [0, 2, 6], "dr": 0, "drawn": 6, "drive": [1, 6, 8], "drop": [0, 1, 6, 8], "dry": [0, 1, 2, 6], "dry_run": [0, 2, 6], "dsc05678": 8, "due": [0, 1], "dump": [0, 2, 3], "dup": 1, "duplic": [1, 2, 5, 6, 7], "durat": [0, 6], "dure": [0, 1, 2, 6], "dynam": [0, 1], "e": [0, 1, 3, 4, 5, 6, 7, 8], "each": [0, 1, 6, 7, 8], "ealier": 0, "earlier": [0, 6], "earliest": 0, "easi": [0, 8], "easier": 0, "easiest": [3, 4], "easili": [0, 3, 4, 8], "east": 1, "echo": [0, 1, 5, 8], "echo_error": 0, "edit": [0, 2, 3, 4, 5, 6, 7], "edited_nam": 5, "edited_vers": [0, 1, 7], "editor": [0, 1, 6], "effect": [0, 1], "either": [0, 1, 6, 7, 8], "elder": 0, "element": 0, "els": [0, 5, 6, 8], "emac": 1, "embed": [1, 8], "emoji": 0, "empti": [0, 6, 7, 8], "en": [1, 6], "enabl": [0, 8], "enclos": [0, 1, 7], "encount": [1, 8], "end": [0, 4, 6, 7], "end_dat": [2, 6], "end_t": 0, "endswith": [0, 7], "enforc": 6, "engin": 0, "english": 1, "enough": 0, "ensur": [0, 1, 6, 8], "entir": [0, 6, 8], "entri": 1, "enum": 0, "environ": [0, 1, 3, 5], "equal": [0, 7], "equat": 1, "equival": 1, "error": [0, 1, 6, 8], "escap": [0, 7], "etc": [0, 1, 3, 4, 6, 7, 8], "eval": 1, "evalu": [0, 1, 5, 6, 7, 8], "evalut": 0, "even": [0, 1, 6, 8], "event": [0, 6, 7, 8], "event_info": [2, 6], "everi": [0, 8], "everyth": 8, "exact": 6, "exactli": [0, 7, 8], "exampl": [1, 2, 3, 4, 6, 7], "excel": 8, "except": [0, 1, 6], "exclus": 1, "execut": [1, 2, 6, 7, 8], "executor": 0, "exhibit": 1, "exif": [0, 2, 3, 5, 6, 7], "exif_info": [2, 6], "exif_tag": 1, "exif_upd": [0, 1, 6], "exifdict": 0, "exifinfo": [2, 6], "exifopt": [0, 6], "exiftool": [2, 3, 5, 6, 7, 8], "exiftool_dict": [0, 2, 6], "exiftool_error": [0, 6], "exiftool_flag": [0, 2, 6], "exiftool_json_sidecar": [0, 2, 6], "exiftool_path": [1, 6], "exiftool_pod": 1, "exiftool_warn": [0, 6], "exiftoolcach": [0, 6], "exifwrit": [2, 6], "exist": [0, 1, 5, 6, 8], "exit": [0, 1, 3, 5, 6], "exit_cod": 0, "expand": [0, 1, 6, 7, 8], "expand_inplac": 0, "expand_vari": [2, 6], "expand_variables_to_str": [2, 6], "expandus": 5, "expect": [0, 1, 8], "experi": 1, "experiment": [1, 6, 8], "explain": 8, "explan": 8, "explicit": 0, "explicitli": 8, "explor": [5, 8], "export": [2, 3, 4, 5, 6, 7], "export_": 1, "export_aa": [2, 6], "export_as_hardlink": [0, 2, 6], "export_cli": 0, "export_databas": 1, "export_db": [0, 2, 6], "export_dir": [0, 1, 2, 6, 8], "export_dir_path": 1, "export_directori": 1, "export_fil": 1, "export_path": [1, 5], "exportdb": [0, 2, 3, 6, 8], "exportdb_fil": 1, "exportdb_path": 1, "exportdbinmemori": [0, 6], "exportdbtemp": [2, 6], "exportdir": 1, "exported_album": [0, 6], "exportopt": [2, 5, 6], "exportrecord": 6, "exportresult": [2, 5, 6], "expos": 0, "exposure_bia": [0, 6], "express": [0, 1, 6, 7, 8], "ext": [1, 6, 8], "extend": [0, 1, 2, 6, 8], "extens": [0, 1, 6, 8], "extern": [0, 1, 2, 6, 7], "external_edit": [2, 6], "externaldisk": 1, "extra": 0, "extract": [0, 6, 7], "eye_makeup_typ": 0, "eye_st": 0, "f": [0, 1, 5, 6, 7], "f1": 6, "f19e06b8": 0, "face": [0, 1, 3, 4, 5, 6, 7, 8], "face_info": [2, 6], "face_rect": [2, 6], "face_region": [0, 2, 6], "face_typ": 0, "facecount": [2, 6], "faceinfo": [2, 6], "facial_hair_typ": 0, "fail": [0, 1, 6], "failur": [0, 6], "fall": [0, 6], "fals": [2, 6, 7, 8], "falsi": 0, "famili": [0, 1], "farm": [0, 6], "fast": 0, "faster": [0, 1, 6, 8], "favorit": [1, 2, 6, 7, 8], "favorite_r": [0, 2, 6], "fb2e90da1546": [0, 7], "featur": [0, 1, 3, 4, 5, 6, 7, 8], "feature_less": [2, 6], "feb": 5, "februari": [0, 7], "feed": [0, 7], "fetchal": 0, "few": [0, 8], "fff": 1, "field": [0, 1, 6, 7, 8], "field_arg": [0, 6, 7], "file": [0, 1, 2, 3, 4, 5, 6, 7], "file1": 6, "file_cmp": 6, "file_okai": 0, "file_path": 1, "file_path_or_uuid": 1, "file_sig": [2, 6], "filenam": [1, 2, 5, 6, 7], "filename_origin": 1, "filenotfounderror": 0, "filepath": [0, 1, 5, 6, 8], "files": 6, "files_or_dir": 1, "filesystem": [1, 6, 8], "fileutil": [0, 2, 6], "fileutilabc": [0, 6], "fileutilnoop": [0, 2, 6], "filter": [0, 1, 5, 6, 7, 8], "filter_": 6, "filter_pred": [2, 6], "final": [0, 8], "find": [0, 1, 3, 5, 6, 7, 8], "finder": [1, 2], "findercom": [1, 8], "fine": 1, "fingerprint": [1, 2, 6], "first": [0, 1, 6, 7, 8], "fix": 1, "fix_orient": [2, 6], "flag": [1, 2, 6], "flaki": 8, "flash_fir": [0, 6], "fledg": 0, "flexibl": [0, 3, 4, 8], "float": [0, 6, 7], "focal": [0, 7], "focal_length": [0, 6], "focallength": [0, 7], "focu": 8, "folder": [1, 2, 3, 5, 6, 7, 8], "folder1": [0, 7, 8], "folder1album1": [0, 7], "folder2": 8, "folder_album": [0, 1, 6, 7, 8], "folder_album_project": [0, 7], "folder_album_seq": [0, 7], "folder_info": [2, 6], "folder_list": [2, 6], "folder_nam": [2, 6], "folderinfo": [2, 6], "follow": [0, 1, 3, 4, 5, 6, 7, 8], "foo": [0, 5, 7], "foobar": [0, 7], "food": 0, "forc": [1, 6, 8], "force_upd": [2, 6], "form": [0, 1, 6, 7, 8], "format": [0, 1, 4, 6, 7, 8], "format_id": 0, "format_vers": 0, "foto": [0, 7], "found": [0, 1, 3, 5, 6, 7, 8], "fp": [0, 6], "frame": [0, 6], "framework": 0, "free": [0, 7, 8], "from": [1, 2, 3, 4, 5, 6, 7], "from_dat": [2, 6], "from_tim": [2, 6], "front": [0, 1, 6], "full": [0, 1, 3, 6, 7, 8], "fulli": 0, "function": [1, 2, 5, 6, 7], "function_nam": [0, 7], "further": [0, 1, 8], "futur": [0, 1, 7, 8], "g": [0, 1, 3, 4, 5, 6, 7, 8], "gb": [0, 6], "gender_typ": 0, "gener": [0, 1, 6, 8], "geograph": [0, 6], "geoloc": [0, 1, 6, 7, 8], "get": [0, 1, 3, 5, 6, 7, 8], "get_db_connect": [2, 6], "get_exiftool_path": 0, "get_export_result": [2, 6], "get_exported_fil": [2, 6], "get_field_valu": [2, 6], "get_file_record": [2, 6], "get_files_for_uuid": [2, 6], "get_filter_valu": [2, 6], "get_format_valu": [2, 6], "get_histori": [2, 6], "get_last_export_directori": [2, 6], "get_last_library_path": 2, "get_media_typ": [2, 6], "get_photo": [2, 5, 6], "get_photo_bool_attribut": [2, 6], "get_photo_video_typ": [2, 6], "get_photoinfo_for_uuid": [2, 6], "get_previous_uuid": [2, 6], "get_select": 5, "get_system_library_path": 2, "get_target_for_fil": [2, 6], "get_template_valu": [2, 6], "get_template_value_exiftool": [2, 6], "get_template_value_filter_funct": [2, 6], "get_template_value_funct": [2, 6], "get_template_value_multi": [2, 6], "get_template_value_pathlib": [2, 6], "get_uuid_for_fil": [2, 6], "git": 1, "github": [0, 1, 7], "githubusercont": [0, 1, 7], "gitignor": 1, "give": [0, 1], "given": [0, 1, 6], "glasses_typ": 0, "glob": 1, "gmt": [1, 6], "good": 8, "gopro": 8, "gp": [1, 8], "gpscoordin": [1, 6], "gpslatitud": [1, 6], "gpslatituderef": [1, 6], "gpslongitud": [1, 6], "gpslongituderef": [1, 6], "gpsposit": [0, 1, 6], "gpu": 1, "greater": [0, 7], "greet": [0, 7], "group": [0, 1, 6, 7], "gui": 0, "guid": [0, 6], "gulf": [0, 6], "gzip": 6, "h": [0, 1, 3, 6, 7], "h_": 1, "ha": [0, 1, 5, 6, 7, 8], "had": [0, 1, 6, 8], "hair_color_typ": 0, "handl": [0, 1, 8], "happen": [0, 1, 7], "happili": 0, "hard": 8, "hardlink": [0, 1, 2, 6], "harmonious_color": [0, 6], "has_com": [0, 2, 6], "has_lik": [0, 2, 6], "has_raw": [2, 6], "has_smil": 0, "hasadjust": [2, 5, 6], "hash": [0, 1, 6], "hasn": [0, 8], "have": [0, 1, 3, 5, 6, 7, 8], "haven": [0, 1], "hdr": [1, 2, 6, 7], "headlin": [1, 8], "heic": 1, "height": [1, 2, 6], "held": 0, "help": [0, 2, 3, 4, 5, 7, 8], "helper": 0, "henc": 0, "here": [0, 1, 8], "hexdigest": [2, 6], "hh": 1, "hhmm": 1, "hi": 0, "hidden": [1, 2, 3, 6, 8], "hierach": 6, "hierarch": [0, 1, 6, 8], "high": [0, 1], "higher": 1, "highest": [0, 6], "highli": 1, "highlight_vis": [0, 6], "histori": [1, 6], "hold": [0, 6, 7, 8], "holidai": [2, 6, 7], "home": [0, 1, 6, 8], "homebrew": [3, 4], "hopefulli": 8, "hour": [0, 1, 7], "how": [0, 1, 6, 7, 8], "howev": [0, 8], "hr": 1, "html": [0, 1], "http": [0, 1, 3, 4, 6, 7, 8], "i": [0, 1, 2, 5, 6, 7, 8], "iana": 1, "icloud": [0, 1, 6, 8], "icon": 0, "id": [0, 1, 3, 6, 7], "ident": 1, "identif": 0, "identifi": [0, 1, 6, 7, 8], "ie": 0, "iec61966": 0, "ignor": [0, 1, 6, 8], "ignore_cas": [0, 2, 6], "ignore_date_modifi": [0, 2, 6], "ignore_signatur": [0, 2, 6], "illustr": 0, "imag": [1, 2, 3, 6, 7], "imagedescript": [1, 6], "imagenam": [0, 7], "images": 0, "imaz": 1, "img_": 1, "img_0001": 0, "img_001": 0, "img_1234": [0, 1, 6, 8], "img_1234_2021": 8, "img_1234_2022_11_23": 1, "img_1234_2022_11_23_12_34_56": 1, "img_1234_edit": [1, 8], "img_9851": 0, "img_9852": 0, "img_9853": 0, "img_9854": 0, "img_9855": 0, "img_e1234": 1, "img_xxxx_": 1, "immedi": [6, 8], "immers": [0, 6], "implement": [1, 2, 6, 7, 8], "implic": 1, "import": [0, 2, 3, 4, 5, 6, 7, 8], "import_info": [2, 6], "import_path": 1, "importinfo": [2, 6], "improv": [1, 8], "in_a_not_b": 0, "in_album": [0, 2, 6], "in_b_not_a": 0, "in_both_differ": 0, "in_both_sam": 0, "inadvert": 1, "incloud": [1, 2, 6], "includ": [0, 1, 3, 5, 6, 7, 8], "incorpor": 0, "incorrect": [0, 6, 7], "increment": [0, 1, 2, 6, 7], "indent": [0, 6], "independ": 0, "index": [0, 2, 6, 7], "indic": [0, 1, 7], "individu": 0, "info": [0, 2, 3, 6], "inform": [0, 1, 3, 5, 6, 7, 8], "initi": [0, 6], "inland": [0, 6], "inland_wat": [0, 6], "inplac": 1, "inplace_sep": 0, "input": 0, "insensit": [0, 1, 7], "insert": 8, "insid": [0, 8], "inspect": [2, 3, 5], "instal": [0, 2, 5, 6, 7, 8], "instanc": [0, 5, 6, 8], "instead": [0, 1, 6, 7, 8], "instruct": [3, 4, 8], "int": [0, 6, 7], "integ": [0, 1, 7], "integr": 8, "intend": [0, 1, 6, 8], "intent": 8, "interact": [0, 1, 3, 4, 5, 6], "interest": [0, 6, 7, 8], "interesting_subject": [0, 6], "interfac": [2, 3, 4, 5, 6, 8], "intermitt": 1, "intern": [0, 1, 6, 7, 8], "internet": 1, "interpret": 8, "interrupt": [1, 8], "intrash": [2, 6], "intrusive_object_pres": [0, 6], "invalid": [0, 5, 6], "invest": 8, "invok": 4, "involv": 8, "io": [0, 1, 7], "ipad": 1, "iphon": [0, 1, 7, 8], "iphoto": [0, 1, 6], "iphotoalbuminfo": [2, 6], "iphotodb": [2, 6], "iphotoeventinfo": 6, "iphotoexifinfo": 6, "iphotofaceinfo": [2, 6], "iphotofolderinfo": [2, 6], "iphotomomentinfo": 6, "iphotopersoninfo": [2, 6], "iphotophotoinfo": [2, 6], "iptc": [0, 1, 6, 7], "is_debug": [2, 6], "is_flag": 0, "is_raw": 0, "is_refer": [0, 2, 6], "is_valid_filepath": 5, "iscloudasset": [2, 6], "isdir": 5, "ishdr": [0, 7], "ishom": [2, 6], "island": [0, 6], "ismin": [0, 6], "ismiss": [2, 5, 6], "ismovi": [2, 6], "isn": 8, "iso": [0, 1, 6, 7], "iso_country_cod": [0, 6], "isoformat": 0, "isphoto": [2, 6], "israw": [2, 6], "isrefer": [2, 6], "issu": [0, 1], "item": [0, 1, 6], "iter": [0, 6], "iterm2": 1, "its": [0, 6, 7, 8], "itself": [0, 1, 7, 8], "j": [0, 1, 6], "jame": 0, "jan": 1, "jane": 1, "john": [1, 5], "join": [0, 5, 7, 8], "jpeg": [0, 1, 2, 6, 7], "jpeg_ext": [0, 2, 6], "jpeg_qual": [0, 1, 2, 6], "jpg": [0, 1, 5, 6, 7, 8], "json": [1, 2, 6, 8], "juan": 0, "julian": [0, 7], "just": [0, 1, 5, 7, 8], "jysxugp9ujetmcbbchxcmu": [0, 7], "k": 1, "kati": [0, 7], "keep": [0, 1, 8], "keep_rul": 1, "kei": [0, 6, 7, 8], "kept": 1, "keybind": 1, "keyfac": [2, 6], "keyphoto": [2, 6], "keyword": [2, 3, 4, 5, 6, 7], "keyword1": 0, "keyword2": 0, "keyword3": 0, "keyword_dict": 0, "keyword_templ": [0, 1, 2, 6], "keywords_as_dict": [2, 5, 6], "keywords_without_photo": [2, 6], "ki": 0, "kid": 0, "kihei": 0, "kind": 8, "kitti": 1, "knott": [0, 6], "know": [0, 1, 6], "knowledg": [0, 7], "known": [0, 8], "kv": 0, "kvstore": 0, "kwarg": [0, 6], "l": 1, "label": [2, 3, 5, 6, 7, 8], "label_norm": [0, 7], "labels_as_dict": [2, 6], "labels_norm": [2, 6], "labels_normalized_as_dict": [2, 6], "lack": 1, "lambda": 0, "landmark": [0, 7], "languag": [0, 7], "laps": [0, 1, 6], "larg": [0, 1, 8], "large_file_support": [0, 6], "largefilesupport": 0, "largest": [0, 6], "last": [1, 2, 5, 6, 8], "later": [0, 1, 7], "latest": [0, 1], "latitud": [1, 2, 6], "latter": 0, "launch": 1, "lead": [0, 1, 6, 8], "learn": [0, 6, 7, 8], "least": [0, 6], "left": [0, 6, 8], "legibl": 8, "len": [0, 5, 7], "length": [0, 1, 7], "lens_model": [0, 6, 7], "lensmak": 0, "lensmodel": 0, "less": [0, 6, 7, 8], "letter": 1, "level": [0, 1, 6, 8], "lf": [0, 7], "libari": 0, "librari": [1, 2, 3, 4, 5, 6], "library_a": [0, 1], "library_b": [0, 1], "library_path": [1, 2, 5, 6], "licens": [1, 3], "light": 1, "lightroom": [1, 8], "liglob": 6, "like": [1, 2, 5, 6, 7, 8], "likeinfo": [2, 6], "likewis": 5, "limit": [0, 1, 7, 8], "line": [2, 5, 7, 8], "link": [0, 6], "linux": [3, 4, 6], "lip_makeup_typ": 0, "list": [2, 3, 5, 6, 7, 8], "list_of_tz_database_time_zon": 1, "list_photo_librari": 2, "liter": [0, 6, 8], "littl": 8, "live": [0, 1, 2, 6, 7, 8], "live_photo": [2, 6, 7], "lively_color": [0, 6], "ll": [0, 1, 8], "load": [0, 1, 2, 5], "local": [0, 1, 6, 7, 8], "locality_nam": [2, 6], "locat": [2, 3, 6, 8], "lock": 5, "log": [0, 1, 6, 8], "logger": 0, "logic": [0, 8], "long": [0, 6], "longitud": [1, 2, 6], "look": [0, 1, 3, 4, 6, 8], "lookup": [6, 8], "loop": [1, 5], "los_angel": 1, "lose": 8, "lot": 1, "low_light": [0, 6], "lower": [0, 1, 6, 7, 8], "lowercas": [0, 1], "lowest": [0, 6], "m": [0, 1, 6, 7], "m_": 1, "mac": [1, 3, 4, 8], "macbook": 0, "machin": [0, 1, 3, 4, 6, 7, 8], "maco": [0, 1, 3, 4, 6, 7], "made": [0, 1, 7], "mai": [0, 1, 5, 6, 7, 8], "main": [0, 1, 4, 5, 7], "mainli": 1, "maintain": [0, 8], "make": [0, 1, 5, 7, 8], "makedir": 5, "mako": 1, "mako_template_fil": 1, "makotempl": 1, "malform": 1, "manag": [0, 1, 3, 6, 8], "mangl": 6, "mani": [0, 1, 8], "manner": [0, 8], "manual": [0, 1, 8], "maria": 0, "mark": [0, 1, 6, 7, 8], "markup": 6, "master": [0, 1, 7], "match": [0, 1, 6, 7, 8], "matter": 8, "maui": 0, "max": 1, "max_siz": [0, 2, 6], "max_work": 0, "maximum": [0, 1, 6], "mayfair": 0, "me": 1, "mean": [0, 1, 6, 7], "measur": 0, "mechan": [0, 7], "media": [0, 6, 7, 8], "media_typ": [2, 6, 7], "memoiz": 0, "memori": [0, 1, 6], "mention": 8, "menu": 0, "mere": 8, "merg": [0, 1, 6, 8], "merge_exif_keyword": [0, 2, 6], "merge_exif_person": [0, 2, 6], "meridian": 1, "messag": [0, 1, 3, 6], "metadata": [0, 1, 2, 3, 4, 6, 7], "metadata_chang": [0, 6], "metavar": 0, "metdata": 0, "metering_mod": [0, 6], "method": [1, 2, 6], "mib": 1, "microsoft": [0, 1, 6, 8], "midnight": 1, "might": [0, 1, 6, 7, 8], "migrat": 1, "min": [0, 1, 7], "min_siz": [0, 2, 6], "minimum": [0, 6], "minor": 1, "minut": [0, 1, 7, 8], "mirror": 0, "miss": [0, 1, 2, 3, 5, 6], "missing_album": [0, 6], "missing_burst": [0, 2, 6], "mkdtemp": 6, "mm": [0, 1, 7, 8], "mnemon": 1, "mo": [0, 1, 6], "mock": 6, "mode": [0, 1, 6, 8], "model": [0, 6, 7], "modern": 1, "modif": [0, 1, 6, 7, 8], "modifi": [0, 1, 6, 7, 8], "modification_d": [2, 6], "modifyd": [0, 1, 6], "modul": [0, 1, 2, 6], "moment": [0, 1, 5, 6, 7], "moment_info": [2, 6], "moment_pk": 6, "momentinfo": [2, 5, 6], "mon": [0, 7], "mono": 1, "monterei": [0, 7], "month": [1, 2, 6, 7, 8], "more": [0, 1, 3, 5, 6, 7, 8], "most": [0, 1, 8], "motion": [0, 1, 6], "mov": [0, 1, 6], "move": [1, 8], "movi": [1, 2, 6, 8], "mpri": 0, "mpri_reg_rect": [2, 6], "mtime": 6, "mtl": 0, "much": [0, 8], "multi": [0, 1, 3, 6, 7, 8], "multipl": [0, 1, 7, 8], "multipli": 0, "multiprocess": 0, "municip": 0, "must": [0, 1, 6, 7, 8], "mute": 1, "mutual": 1, "mwg": 0, "mwg_rs_area": [2, 6], "my": [0, 1, 7, 8], "myalternatelibrari": 8, "mykeyword": 8, "mysteri": 6, "myvar": [0, 7], "n": [0, 1, 4, 6, 7, 8], "na": [1, 8], "naiv": [1, 6], "name": [1, 2, 3, 4, 5, 6, 7, 8], "namedtupl": [0, 6], "namepreced": [0, 7], "narrow": 1, "nation": [0, 6], "nativ": 8, "ndescript": 8, "nearest": 1, "necessari": [1, 5, 6], "need": [0, 1, 5, 6, 7, 8], "neg": 1, "negat": [0, 7], "neighbor": 1, "neighborhood": [2, 6], "neither": [0, 6], "nest": [0, 7, 8], "network": [1, 6, 8], "never": 8, "nevertheless": 8, "new": [0, 1, 3, 6, 8], "new_them": 1, "newest_first": 0, "newli": 6, "newlin": [0, 7, 8], "next": 8, "nikon": 0, "nikon_photo": 0, "nist": 1, "no_chang": 0, "no_com": [0, 2, 6], "no_descript": [0, 2, 6], "no_fil": 6, "no_keyword": [0, 2, 6], "no_lik": [0, 2, 6], "no_loc": [0, 2, 6], "no_plac": [0, 2, 6], "no_titl": [0, 2, 6], "nois": [0, 6], "nolabel": 8, "non": [0, 1, 6, 8], "none": [1, 2, 5, 6], "none_str": 0, "nor": 1, "normal": [0, 1, 6, 8], "north": 1, "not_burst": [0, 2, 6], "not_cloudasset": [0, 2, 6], "not_edit": [0, 2, 6], "not_favorit": [0, 2, 6], "not_hdr": [0, 2, 6], "not_hidden": [0, 2, 6], "not_in_album": [0, 2, 6], "not_incloud": [0, 2, 6], "not_liv": [0, 2, 6], "not_miss": [0, 2, 6], "not_panorama": [0, 2, 6], "not_portrait": [0, 2, 6], "not_refer": [0, 2, 6], "not_saved_to_librari": [2, 6], "not_screen_record": [2, 6], "not_screenshot": [0, 2, 6], "not_selfi": [0, 2, 6], "not_shar": [0, 2, 6], "not_shared_librari": [2, 6], "not_shared_mo": [2, 6], "not_slow_mo": [0, 2, 6], "not_synd": [2, 6], "not_time_laps": [0, 2, 6], "notabl": 0, "note": [1, 2, 6, 7, 8], "noth": [0, 8], "nothdr": [0, 7], "notic": 6, "notimplementederror": 6, "now": [0, 1, 3, 4, 8], "null": [0, 7, 8], "num": 0, "number": [0, 1, 7, 8], "number_of_photo": 1, "nw": [0, 7], "o": [0, 1, 5, 6], "object": [0, 1, 5, 6, 7], "objectnam": 6, "objexplor": 5, "obvious": 1, "occasion": 8, "occur": [0, 1, 6, 7], "ocean": [0, 6], "off": [0, 7], "offer": 8, "offset": [0, 1, 6], "offsettim": 6, "offsettimeorigin": [1, 6], "often": [0, 8], "old": [0, 1], "older": [0, 1, 6], "oldest_first": 0, "omit": [0, 6, 7], "one": [0, 1, 6, 7, 8], "onli": [0, 1, 2, 3, 4, 6, 7], "op": [0, 6], "open": [1, 2, 3, 4, 5, 6, 7, 8], "openbrac": [0, 7], "openbracket": [0, 7], "openparen": [0, 7], "oper": [0, 1, 2, 6, 7, 8], "oppos": 8, "optim": 8, "option": [1, 2, 3, 5, 6, 7], "order": [0, 1, 6, 7], "org": [0, 1, 6, 7, 8], "organ": [1, 8], "orient": [1, 2, 6], "origin": [0, 1, 3, 4, 5, 6, 7, 8], "original_filenam": [1, 2, 5, 6], "original_files": [2, 6], "original_height": [2, 6], "original_nam": [0, 1, 7, 8], "original_orient": [2, 6], "original_width": [2, 6], "orphan": [2, 3], "oserror": 6, "osmnio5sqfgztbj9wrydrb": 0, "osxmetadata": 0, "osxphotos_cmd_lin": [0, 7], "osxphotos_export": [1, 8], "osxphotos_exportdb_vers": 6, "osxphotos_import": 1, "osxphotos_keep": 1, "osxphotos_show_hidden": [1, 3], "osxphotos_vers": [0, 7], "ot": 8, "other": [0, 1, 6, 7, 8], "otherwis": [0, 1, 5, 6, 7, 8], "out": [0, 1, 3, 4, 8], "output": [0, 1, 4, 6, 7, 8], "outsid": [0, 6], "over": [1, 8], "overal": [0, 6, 7], "overrid": [0, 1, 7], "overview": [1, 2], "overwrit": [0, 1, 2, 6], "overwritten": 1, "own": [0, 1, 5, 7, 8], "owner": [2, 6], "p": [0, 1, 5], "packag": [1, 2, 3, 4], "pad": [0, 7], "page": 2, "pair": [0, 1, 6, 7, 8], "palletsproject": 0, "panorama": [1, 2, 6, 7], "param": 6, "paramet": [0, 6], "paren": [0, 7], "parent": [1, 2, 6], "parenthes": [0, 7], "park": 0, "pars": [0, 1], "part": [0, 1, 6, 7, 8], "parti": [0, 1], "partial": [0, 7], "particip": 1, "particular": 6, "particularli": 1, "pass": [0, 1, 5, 6, 7, 8], "path": [1, 2, 3, 4, 5, 6, 7, 8], "path_deriv": [2, 6], "path_edit": [2, 5, 6], "path_edited_live_photo": [2, 6], "path_live_photo": [2, 6], "path_raw": [2, 6], "path_sep": [0, 6], "pathedit": 0, "pathlib": [1, 5, 6], "pathlik": 6, "pathvalid": 5, "pattern": [0, 1, 8], "pdf": 6, "peopl": [0, 6], "per": [0, 1], "percent": [0, 6, 7], "perf_count": 0, "perform": [0, 1, 7, 8], "period": [0, 1, 7, 8], "permit": 1, "persist": 0, "person": [2, 3, 4, 5, 6, 7, 8], "person_info": [2, 6], "personinfo": [2, 6], "personinimag": [1, 6], "persons_as_dict": [2, 5, 6], "persons_dict": 0, "philipp": 8, "philosophi": 8, "phone": 0, "photo": [1, 2, 3, 4, 5, 6, 7], "photo_ext": 1, "photo_filenam": 1, "photo_index": [2, 6], "photo_nam": 0, "photo_or_video": [0, 7], "photo_path": 1, "photo_signatur": 0, "photoexport": [2, 5, 6], "photoinfo": [1, 2, 5, 6, 7], "photokit": [0, 1, 6, 8], "photometadata": 6, "photonam": [1, 8], "photoname_bearbeiten": 1, "photoname_edit": 1, "photoname_low_r": 1, "photoname_preview": 1, "photoo": 0, "photopr": 8, "photos1": 0, "photos2": 0, "photos3": 0, "photos_by_uuid": [2, 6], "photos_librari": 1, "photos_library_path": 1, "photos_vers": [2, 6], "photosalbum": [2, 6], "photosalbumphotoscript": [2, 6], "photosbackup": 1, "photoscript": [0, 6], "photosdb": [2, 5, 6], "photosdbdiff": 2, "photoshop": 1, "photosinfo": 0, "photoslibrari": [0, 1, 5, 8], "photot": [2, 6], "phototempl": [0, 2, 6], "phrase": [0, 7], "pick": 8, "pickl": [0, 6], "pictur": [0, 1, 5, 6, 8], "pid": [2, 6], "pil": 6, "pillow": 0, "pip": [0, 5], "pipe": [0, 7], "pipx": [3, 4, 5], "pitch": [2, 6], "pixel": [0, 6], "pk": [2, 6], "place": [2, 3, 6, 7, 8], "place_nam": [2, 6], "placeinfo": [2, 5, 6], "placeinfo4": 6, "placeinfo5": 6, "placemark": [0, 6], "placenam": [0, 6], "plain": [1, 8], "platform": 5, "pleas": [0, 1], "pleasant_camera_tilt": [0, 6], "pleasant_composit": [0, 6], "pleasant_light": [0, 6], "pleasant_pattern": [0, 6], "pleasant_perspect": [0, 6], "pleasant_post_process": [0, 6], "pleasant_reflect": [0, 6], "pleasant_symmetri": [0, 6], "plist": 0, "plugin": 0, "png": 1, "point": [0, 7], "popul": 8, "portrait": [1, 2, 6, 7, 8], "posit": 1, "possibl": [0, 1, 6, 8], "post": [1, 2, 5], "post_funct": 6, "postal": [0, 6, 7], "postal_cod": [0, 6, 7], "postaladdress": [0, 6], "posttext": [0, 7], "power": 8, "practic": 0, "preced": [0, 1, 7, 8], "predic": [0, 6, 7], "prefer": [0, 8], "prefix": 6, "prepend": [0, 7], "present": [0, 1, 7], "preserv": [0, 1, 8], "press": 1, "presum": 0, "pretext": [0, 7], "prevent": [0, 1, 7], "preview": [0, 1, 2, 6, 7, 8], "preview_suffix": [0, 2, 6], "previou": [1, 2, 6], "previous": [1, 3, 6, 8], "primari": [0, 1, 6, 7], "prime": 1, "print": [1, 2, 3, 5, 6, 8], "prior": [1, 6], "privat": 0, "pro": [0, 8], "probabl": [0, 1, 8], "problem": 1, "process": [0, 1, 2, 5, 6, 7], "processor": 0, "produc": [0, 1, 6, 8], "program": 8, "programmat": 5, "programmaticali": 0, "progress": [1, 6], "prohibit": [0, 7], "projcet_info": 0, "project": [0, 1, 6, 7], "project_info": [2, 6], "projectinfo": [2, 6], "promot": [0, 6], "prompt": 1, "proper": 8, "properli": 8, "properti": [1, 2, 6, 7], "prototyp": [0, 1], "provid": [0, 1, 3, 4, 6, 7, 8], "provinc": [0, 6, 7], "pst": 1, "public": [0, 6, 7], "pull": 1, "purpos": [0, 6, 8], "push": [2, 3], "push_exif_": 1, "put": [0, 8], "py": [0, 1, 6, 7], "python": [1, 2, 3, 4, 7], "python_fil": 1, "q": 5, "qualifi": 0, "qualiti": [0, 1, 2, 6, 8], "qualnam": 6, "queri": [2, 3, 4, 5, 6, 8], "query_command": 0, "query_ev": [0, 2, 6], "query_funct": 1, "queryopt": [2, 5, 6], "question": [0, 6, 7], "questionmark": [0, 7], "quick": 0, "quickli": [1, 8], "quicktim": [0, 1, 6], "quiet": 1, "quik": 8, "quit": [5, 8], "quot": [0, 1, 7, 8], "r": [0, 1, 7], "radian": [0, 6], "rais": [0, 1, 6], "ram": 8, "ramdb": [1, 8], "rang": [0, 1, 6, 8], "rate": [1, 2, 6], "rather": 8, "ravel": [0, 7], "raw": [1, 2, 6, 7, 8], "raw_origin": [2, 6], "raw_photo": [0, 2, 6], "re": [0, 1, 6, 7, 8], "reach": [0, 7], "read": [1, 2, 3, 4, 6, 8], "readabl": [0, 6, 7, 8], "reason": [0, 8], "recent": [0, 1, 6], "recogn": 0, "recommend": [0, 1, 3, 4, 8], "record": [1, 6], "rectangl": [0, 6], "rectangular": 0, "recurs": 1, "refer": [0, 1, 2, 7, 8], "referenc": [0, 1, 6, 7], "reflect": 0, "regard": 0, "regardless": 6, "regex": [0, 1, 2, 6, 8], "region": [0, 1, 6], "regionappliedtodimensionsh": 6, "regionappliedtodimensionsunit": 6, "regionappliedtodimensionsw": 6, "regionareah": 6, "regionareai": 6, "regionareaunit": 6, "regionareaw": 6, "regionareax": 6, "regionnam": [1, 6], "regionpersondisplaynam": 6, "regiontyp": 6, "regular": [0, 1, 6, 7, 8], "regularli": 8, "rel": 1, "relat": [1, 2, 3, 6], "relative_to_path": 1, "releas": 1, "relev": [0, 6], "reli": 0, "reliabl": [0, 1], "remain": 1, "rememb": 8, "remov": [0, 1, 2, 6, 7], "renam": [0, 1, 2, 6, 7, 8], "render": [0, 1, 2, 3, 6, 7, 8], "render_opt": [0, 2, 6], "render_templ": [2, 6], "rendered_str": 6, "renderopt": [0, 6], "repair": 1, "repeat": [0, 1, 8], "repeatedli": 8, "repl": [2, 3], "replac": [0, 1, 4, 6, 7, 8], "replace_keyword": [0, 2, 6], "report": [0, 1, 2], "report_fil": 1, "repres": [0, 1, 6, 7], "represent": [0, 6, 7], "reprocess": [0, 7], "request": 1, "requir": [0, 1, 3, 4, 6, 7, 8], "resembl": 0, "reserv": [0, 6], "reset": [0, 1, 7], "resid": 0, "resolut": [0, 1], "resolv": [0, 7], "respect": [0, 1, 6], "restart": 8, "restaur": [0, 7], "restor": 1, "result": [0, 1, 4, 5, 6, 7, 8], "resum": [0, 1, 8], "retain": 1, "retri": [1, 8], "retriev": [0, 6, 8], "return": [0, 1, 5, 6, 7], "reus": 1, "revers": [0, 1, 6, 7, 8], "rhet": [0, 1], "rhettbul": [0, 1, 7], "rich": [0, 1, 2, 6, 8], "rise": 8, "rkadmindata": 6, "rmdir": [2, 6], "rn": [0, 7], "robust": 0, "rodriguez": 0, "roll": [2, 6, 8], "roll_pitch_yaw": [2, 6], "root": 1, "rosa": [0, 6], "rotat": 1, "row": 0, "rows_dict": 0, "rsort": [0, 7], "rule": [1, 6], "run": [0, 2, 3, 4, 6, 7], "run_command": [2, 6], "run_id": 1, "runner": 4, "safar": 6, "safe": [0, 7], "sai": 0, "same": [0, 1, 3, 5, 6, 7, 8], "sampl": 0, "sample_r": [0, 6], "sanit": 0, "sanitize_filepath": 5, "santa": [0, 6], "save": [0, 1, 2, 6], "saved_to_librari": [2, 6], "scan": 1, "scm": 1, "score": [2, 5, 6, 7], "scoreinfo": [2, 5, 6], "screen": [1, 6], "screen_record": [0, 2, 6, 7], "screenshot": [0, 1, 2, 6, 7, 8], "script": [0, 1, 5], "search": [0, 1, 2, 3, 4, 6, 8], "search_info": [2, 6], "search_info_norm": [2, 6], "searchinfo": [2, 5, 6, 7], "seashor": [0, 6], "season": [2, 6, 7], "sec": [0, 1, 7], "second": [0, 1, 5, 6, 7], "section": 8, "secur": 6, "see": [0, 1, 3, 6, 7, 8], "seem": [0, 8], "seen": [1, 3, 8], "select": [0, 1, 2, 3, 5, 6, 8], "selection_command": 0, "self": [0, 6], "selfi": [1, 2, 6, 7], "semant": [0, 7], "semicolon": [0, 7], "send": 6, "sensit": [0, 7], "sep": 0, "separ": [0, 1, 6, 7, 8], "seq": [0, 7], "sequenc": [0, 7], "sequenti": [0, 7], "serial": [0, 6], "session": [0, 5, 6, 7], "set": [0, 1, 6, 7, 8], "set_config": [2, 6], "set_debug": [2, 6], "set_export_result": [2, 6], "set_histori": [2, 6], "set_photoinfo_for_uuid": [2, 6], "setvalu": [0, 2, 6], "sever": [0, 1, 8], "sh": [3, 4], "shallow": 6, "share": [1, 2, 5, 6, 7, 8], "share_info": [2, 6], "share_particip": [2, 6], "share_participant_info": [2, 6], "shared_librari": [2, 6], "shared_mo": [2, 6], "shared_moment_info": [2, 6], "shared_movi": 0, "shareinfo": 6, "shareparticip": [0, 6], "sharply_focused_subject": [0, 6], "shell": [0, 1, 3, 5, 7, 8], "shell_quot": [0, 1, 7, 8], "shop": 0, "short": [1, 8], "shortcut": 0, "shorter": [0, 7], "shortuuid": [0, 7], "shot": 1, "should": [0, 1, 3, 4, 6, 7, 8], "shouldn": 0, "show": [0, 2, 3, 5, 6, 8], "shown": [0, 6], "shutil": 6, "shutter_spe": [0, 6], "si": 1, "sidecar": [0, 1, 2, 6], "sidecar_drop_ext": [0, 2, 6], "sidecar_exiftool": [0, 6], "sidecar_exiftool_skip": [0, 1, 6], "sidecar_exiftool_written": [0, 1, 6], "sidecar_ext": [1, 8], "sidecar_filename_templ": 1, "sidecar_json": [0, 6], "sidecar_json_skip": [0, 1, 6], "sidecar_json_written": [0, 1, 6], "sidecar_path": 1, "sidecar_user_error": 6, "sidecar_user_skip": 6, "sidecar_user_written": 6, "sidecar_xmp": [0, 6], "sidecar_xmp_skip": [0, 1, 6], "sidecar_xmp_written": [0, 1, 6], "sidecarforextens": [0, 6], "sidecarwrit": [2, 6], "sign": [0, 7], "signatur": [0, 1, 6, 8], "signature_funct": 0, "signific": 8, "significantli": 0, "silent": 6, "similar": [0, 7], "similarli": 0, "simpl": [2, 5], "simpler": 0, "simplest": [0, 7], "simpli": [1, 8], "simplifi": 0, "sinc": [0, 1, 6, 8], "singl": [0, 1, 6, 7, 8], "singleton": 0, "size": [0, 1, 2, 6, 7, 8], "size_pixel": [2, 6], "ski": 0, "skip": [0, 1, 5, 6, 8], "skip_zero": 1, "skipped_album": [0, 6], "slice": [0, 7], "slideshow": [0, 6, 7], "slow": [0, 1, 6, 7, 8], "slow_mo": [2, 6, 7], "slower": 6, "smart": [0, 1, 8], "smb": 1, "smile_typ": 0, "smith": [0, 5], "so": [0, 1, 6, 7, 8], "softwar": 1, "some": [0, 1, 3, 4, 6, 7, 8], "someth": [0, 6, 8], "somewhat": [1, 8], "sort": [0, 6, 7], "sort_ord": [2, 6], "sourc": [0, 1, 2, 6], "source_height": 0, "source_width": 0, "south": 1, "space": [0, 1, 7, 8], "special": [0, 6, 7, 8], "specif": [1, 2, 3, 6, 8], "specifi": [0, 1, 2, 5, 6, 7], "speed": 0, "spend": 8, "split": [0, 1, 7], "split_fold": [1, 6], "sport": [0, 7], "spot": 8, "spotlight": [1, 3, 4, 5, 8], "sql": [1, 2, 6], "sql_statement": 1, "sqlite": [0, 1, 5, 8], "sqlite3": [0, 6], "sqlitekvstor": 0, "src": 6, "src_file": 6, "srgb": 0, "ss": 1, "sslice": [0, 7], "st": [0, 7], "stack": [0, 6], "stackexchang": 6, "stamp": [0, 1], "stand": 0, "standard": [0, 1, 8], "star": [0, 6], "starea": [0, 6], "starrat": 1, "start": [0, 1, 5, 6, 7, 8], "start_dat": [2, 6], "start_t": 0, "starting_valu": [0, 7], "startswith": [0, 7, 8], "stat": 6, "state": [1, 2, 6, 7, 8], "state_abbrevi": [2, 6], "state_provinc": [0, 6, 7], "stateand": [0, 7], "statement": [0, 6, 7, 8], "statu": [0, 1, 6], "stay_open": 0, "std": 6, "stderr": 0, "stdin": 1, "stdout": [0, 1], "stem": [0, 1], "step": [0, 7], "still": [0, 6, 8], "stop": [0, 1, 6, 7], "storag": [1, 6, 8], "storat": 6, "store": [0, 1, 6, 8], "str": [0, 6, 7], "street": [2, 6, 7], "street_address": [0, 6], "strftime": [0, 7], "string": [0, 1, 6, 7, 8], "strip": [0, 1, 2, 6, 7, 8], "strip_lin": 1, "strip_whitespac": 1, "strptime": 1, "structur": [1, 2], "struggl": 0, "style": [0, 1, 8], "sub": [0, 6, 7], "sub_administrative_area": [0, 6], "sub_loc": [0, 6], "sub_throughfar": [0, 6], "subdirectori": 1, "subfield": [0, 6, 7], "subfold": [1, 2, 6, 7], "subfolder1": 0, "subfolder2": 0, "subject": [1, 6], "subloc": [0, 6], "submit": 0, "subprocess": 0, "subsectim": 6, "subsectimeorigin": 6, "subsequ": [0, 1], "subset": [0, 1, 6, 8], "substitut": [0, 2, 6], "subtitl": [2, 6], "subtop": 1, "succeed": 6, "succesfulli": 1, "success": 6, "successfulli": 1, "suffix": [0, 1, 6, 8], "suggest": 0, "suit": 8, "suitabl": [0, 1, 7], "summer": [0, 7, 8], "superimpos": 0, "suppli": 6, "support": [0, 1, 2, 7], "suppress": 1, "sure": [0, 1, 5, 8], "switch": 0, "sy": [0, 5], "symbol": [0, 7], "sync": [2, 3], "synch": [0, 1, 6, 8], "syndic": [1, 2, 6], "syntax": [0, 7, 8], "system": [1, 2, 6, 8], "t": [0, 1, 6, 7, 8], "tab": [0, 1, 7], "tabl": 6, "tag": [0, 1, 3, 4, 6, 7, 8], "tag_group": [0, 6], "tagnam": [0, 1, 7, 8], "tagslist": [1, 6], "take": [0, 1, 7, 8], "taken": [0, 1, 6, 8], "target": 6, "tastefully_blur": [0, 6], "td": 0, "technic": 0, "tell": [1, 8], "templat": [2, 3, 5, 6, 8], "template1": [0, 7], "template2": [0, 7], "template3": [0, 7], "template_field": [0, 7], "template_filt": [0, 7], "template_funct": [0, 7], "template_help": 1, "template_str": [2, 6], "temporari": [0, 1, 5, 6], "temporarydirectori": 6, "term": [6, 8], "termin": [0, 1, 3, 4, 8], "test": [0, 1, 4, 5, 6, 8], "teturn": [0, 6], "text": [1, 2, 6, 7, 8], "text_detection_confidence_threshold": [2, 6], "text_found": [2, 6], "textual": 0, "th": 0, "than": [0, 1, 5, 6, 7, 8], "thank": 8, "thei": [0, 1, 6, 8], "them": [0, 1, 6, 8], "theme": [0, 2, 3], "therefor": 0, "thestop": [0, 7], "thi": [0, 1, 3, 4, 5, 6, 7, 8], "thing": [0, 7, 8], "think": 8, "third": [0, 1], "those": [0, 1, 5, 6, 8], "though": 1, "thousand": 8, "thousdand": 0, "thread": 0, "threadpoolexecutor": 0, "threadsafeti": 0, "threshold": [0, 6, 7], "through": [0, 1, 8], "throughfar": [0, 6], "throughout": 8, "thu": [0, 1, 6, 8], "thumbnail": 0, "thusli": 1, "time": [0, 1, 3, 6, 7, 8], "time_delta": 1, "time_laps": [2, 6, 7], "timecr": [1, 6], "timedelta": [0, 6], "timeout": [0, 2, 6], "timestamp": [0, 1], "timewarp": [2, 3], "timewarp_function_exampl": 1, "timezon": [0, 1, 3, 6], "titl": [1, 2, 3, 5, 6, 7, 8], "title_templ": 1, "titlecas": [0, 7], "titlen": 8, "tl": 0, "tmp": [0, 6], "tmpdir": [1, 2, 6], "tmpfile": 0, "to_dat": [2, 6], "to_tim": [1, 2, 6], "to_touch": [0, 6], "todai": [0, 1, 7], "togeth": [0, 1, 6, 7, 8], "toml": [1, 8], "took": [1, 5], "tool": [1, 2, 3, 8], "top": [0, 1, 6, 8], "topic": [1, 3], "total": 1, "touch": [0, 1, 6, 8], "touch_fil": [0, 2, 6], "town": [0, 6], "track": [0, 6, 8], "track_format": [0, 6], "trail": [0, 1, 8], "trash": [0, 5, 6], "trave": [0, 7], "travel": [0, 1, 7, 8], "treat": [0, 1, 6, 7, 8], "tremend": 8, "trigger": [1, 6], "tring": [0, 7], "trip": 0, "true": [2, 5, 6, 7, 8], "truthi": 0, "try": 8, "tsv": 1, "tu": 0, "tune": 1, "tupl": [0, 6], "turn": 0, "tutori": [2, 3], "twice": 0, "two": [0, 1, 3, 7, 8], "txt": [1, 8], "type": [0, 1, 3, 4, 5, 6, 7, 8], "typeerror": 6, "typic": 0, "tz": [0, 6], "tzname": [2, 6], "tzoffset": [2, 6], "u": [0, 1, 6, 7], "unadjustednonraw_mini_6": 0, "unadjustednonraw_thumb_6": 0, "undecod": 0, "under": [0, 8], "underli": [0, 7], "underscor": [1, 8], "understand": [0, 1, 8], "undo": 1, "undon": 1, "unedit": [0, 5, 8], "unfil": 5, "uniform": [0, 1, 6], "uninstal": [2, 3, 5], "union": [0, 6], "uniq": [0, 7], "uniqu": [0, 1, 3, 6, 7], "unit": [0, 1, 7], "univers": [0, 7], "unix": 1, "unknown": 0, "unless": [0, 1, 6, 7], "unlik": [0, 1, 7, 8], "unlink": [2, 6], "unmatch": [0, 1, 6], "unmodifi": [0, 1, 7], "unmount": 0, "unnecessari": 0, "unnecessarili": 1, "unquot": [0, 7], "unreli": 8, "unselect": 0, "until": [0, 6], "up": [0, 1, 6, 8], "updat": [0, 1, 2, 3, 6, 7], "update_": 1, "update_error": [2, 6], "upgrad": 1, "upload": 0, "upon": [0, 1, 6, 8], "upper": [0, 7], "url": [0, 1, 7], "us": [1, 2, 3, 4, 6, 7, 8], "usag": [0, 1, 2, 5, 6, 7], "usb": 1, "use_albums_as_keyword": [0, 2, 6], "use_persons_as_keyword": [0, 2, 6], "use_photokit": [0, 2, 6], "use_photos_export": [0, 2, 6], "useabl": 1, "user": [0, 1, 2, 5, 6, 7], "user_error": 6, "user_skip": 6, "user_written": 6, "userdata": [1, 6], "usr": [0, 8], "usual": [0, 1, 8], "utc": [0, 1, 6], "uti": [1, 2, 6], "uti_edit": [2, 6], "uti_origin": [2, 6], "uti_raw": [2, 6], "util": [1, 2, 3, 4, 6], "utim": [2, 6], "uuid": [2, 3, 5, 6, 7], "uuid_or_nam": [1, 3], "v": [1, 3], "vacat": [0, 1, 6, 7, 8], "vacuum": 1, "valid": [0, 1, 5, 6, 7, 8], "valu": [0, 1, 6, 7, 8], "value1": [0, 7], "value2": [0, 7], "value_if_fals": [0, 7], "value_if_tru": [0, 7], "valueerror": 6, "valuewhen": [0, 7], "vancouv": 0, "var": [0, 7], "variabl": [0, 1, 5, 6, 7], "varieti": 8, "variou": [0, 6, 8], "ve": [0, 1, 6], "ventura": 1, "venu": [2, 6, 7], "venue_typ": [2, 6, 7], "verbos": [0, 1, 2, 6, 8], "veri": [0, 1, 3, 4, 8], "verifi": [0, 1, 5, 8], "versa": [3, 4], "version": [0, 2, 3, 4, 5, 6, 7, 8], "vertic": [0, 7], "vi": 1, "via": [0, 1, 6, 8], "vice": [3, 4], "victoria": 0, "video": [0, 1, 3, 6, 7, 8], "vid\u00e9o": [0, 7], "vid\u00e9o_acc\u00e9l\u00e9r\u00e9": [0, 7], "view": [0, 1], "viewer": 5, "virtual": [0, 1, 5], "visbl": 6, "visibl": [2, 6], "vision": 0, "volum": [1, 8], "vv": 0, "w": [0, 1, 6], "wa": [0, 1, 6, 7, 8], "wai": [0, 3, 4, 8], "wailea": 0, "walk": 1, "want": [0, 1, 5, 6, 7, 8], "warn": [0, 1, 6], "washington": [0, 7], "water": [0, 6], "websit": 8, "wed": [0, 6], "week": [0, 1, 7, 8], "well": [0, 1, 3, 4, 5, 6, 7, 8], "well_chosen_subject": [0, 6], "well_framed_subject": [0, 6], "well_timed_shot": [0, 6], "went": 1, "were": [0, 1, 6, 8], "west": 1, "what": [0, 1, 2, 6, 7, 8], "whatev": 0, "when": [0, 1, 3, 6, 7, 8], "where": [0, 1, 6, 7, 8], "whether": [0, 1], "which": [0, 1, 5, 6, 7, 8], "while": [0, 1, 7, 8], "white": [0, 7], "white_bal": [0, 6], "whitespac": [0, 1, 6, 7, 8], "who": [0, 1, 6], "whose": 1, "why": 0, "wic": 6, "wide": 8, "width": [1, 2, 6], "wiki": 1, "wikipedia": 1, "wild": 1, "wildcard": 1, "win32": 6, "window": [0, 1, 6], "wipe": 8, "within": [0, 1, 3, 7], "without": [0, 1, 6, 7, 8], "witht": 0, "won": [0, 8], "word": [0, 7], "work": [0, 1, 3, 4, 6, 7, 8], "worker": 0, "workflow": 8, "worst": 8, "worth": 8, "would": [0, 1, 6, 7, 8], "wrapper": 0, "writabl": 0, "write": [0, 1, 3, 6, 8], "write_exif_data": [0, 2, 6], "write_exiftool_metadata_to_fil": [2, 6], "write_sidecar_fil": [0, 2, 6], "write_skip": 1, "writer": 0, "written": [0, 1, 6, 7, 8], "wrong": 1, "www": 1, "x": [0, 1, 6, 7], "x0": [0, 6], "x00": 0, "x01": 0, "x03": 0, "x04": 0, "x08": 0, "x0c": 0, "x1": [0, 6], "x12c": 0, "x19": 0, "x1ak": 0, "x80": 0, "x90": 0, "x92": 0, "x93": 0, "xa8q": 0, "xab": 0, "xarg": 0, "xattr": [0, 1, 6, 8], "xattr_skip": [0, 6], "xattr_written": [0, 6], "xbf": 0, "xc0": 0, "xc0i": 0, "xca": 0, "xcc": 0, "xcd": 0, "xdf": 0, "xebv": 0, "xf7": 0, "xmp": [0, 1, 6, 8], "xmp_sidecar": [0, 2, 6], "y": [0, 1, 6, 7], "y0": [0, 6], "y1": [0, 6], "y6oofykbr96spbs6xgwoqw_mini_1": 0, "y_": 1, "yaw": [2, 6], "ye": 1, "year": [1, 2, 6, 7, 8], "yet": [0, 1, 6, 7, 8], "you": [0, 1, 3, 4, 5, 6, 7, 8], "your": [0, 1, 2, 3, 4, 5, 7], "yourself": 0, "yy": [0, 7], "yyyi": 1, "z": 1, "z_ent": 0, "z_fok_cloudfeedassetsentri": 0, "z_opt": 0, "z_pk": 0, "zactivelibraryscopeparticipationst": 0, "zaddedd": 0, "zadditionalassetattribut": 0, "zadditionalattribut": 0, "zadjustmenttimestamp": 0, "zanalysisstatemodificationd": 0, "zasset": 0, "zavalanchepicktyp": 0, "zavalancheuuid": 0, "zbundlescop": 0, "zcameraprocessingadjustmentst": 0, "zcloudassetguid": 0, "zcloudbatchid": 0, "zcloudbatchpublishd": 0, "zcloudcollectionguid": 0, "zclouddeletest": 0, "zclouddownloadrequest": 0, "zcloudfeedassetsentri": 0, "zcloudhascommentsbym": 0, "zcloudhascommentsconvers": 0, "zcloudhasunseencom": 0, "zcloudisdelet": 0, "zcloudismyasset": 0, "zcloudlastviewedcommentd": 0, "zcloudlocalst": 0, "zcloudmastermediametadata": 6, "zcloudownerhashedpersonid": 0, "zcloudplaceholderkind": 0, "zcloudserverpublishd": 0, "zcomplet": 0, "zcomputedattribut": 0, "zconvers": 0, "zcurationscor": 0, "zdatecr": 0, "zdaygrouphighlightbeingasset": 0, "zdaygrouphighlightbeingextendedasset": 0, "zdaygrouphighlightbeingkeyassetpriv": 0, "zdaygrouphighlightbeingkeyassetshar": 0, "zdaygrouphighlightbeingsummaryasset": 0, "zdeferredprocessingneed": 0, "zdeletereason": 0, "zdepthtyp": 0, "zderivedcameracapturedevic": 0, "zdetectedfac": 0, "zdirectori": 0, "zduplicateassetvisibilityst": 0, "zduplicatemetadatamatchingalbum": 0, "zduplicateperceptualmatchingalbum": 0, "zdurat": 0, "zero": [0, 1, 6, 7], "zextendedattribut": 0, "zfaceadjustmentvers": 0, "zfaceareapoint": 0, "zfavorit": 0, "zfilenam": 0, "zgenericasset": 0, "zhasadjust": 0, "zhdrgain": 0, "zhdrtype": 0, "zheight": 0, "zhidden": 0, "zhighframeratest": 0, "zhighlightbeingasset": 0, "zhighlightbeingextendedasset": 0, "zhighlightbeingkeyassetpriv": 0, "zhighlightbeingkeyassetshar": 0, "zhighlightbeingsummaryasset": 0, "zhighlightvisibilityscor": 0, "zimagerequesthint": 0, "zimportsess": 0, "zismagiccarpet": 0, "zkind": 0, "zkindsubtyp": 0, "zlastsharedd": 0, "zlatitud": 0, "zlibraryscop": 0, "zlibraryscopesharest": 0, "zlocationdata": 0, "zlongitud": 0, "zmaster": 0, "zmediaanalysisattribut": 0, "zmediagroupuuid": 0, "zmodificationd": 0, "zmoment": 0, "zmomentshar": 0, "zmonoskityp": 0, "zmonthhighlightbeingkeyassetpriv": 0, "zmonthhighlightbeingkeyassetshar": 0, "zone": 1, "zorient": 0, "zoriginalcolorspac": 0, "zoverallaestheticscor": 0, "zpackedacceptablecroprect": 0, "zpackedbadgeattribut": 0, "zpackedpreferredcroprect": 0, "zperson": 0, "zphotoanalysisattribut": 0, "zplaybackstyl": 0, "zplaybackvari": 0, "zpromotionscor": 0, "zsavedassettyp": 0, "zsearchindexrebuildst": 0, "zsorttoken": 0, "zsyndicationst": 0, "zthumbnailindex": 0, "ztitl": 0, "ztrashedbyparticip": 0, "ztrashedd": 0, "ztrashedst": 0, "zuniformtypeidentifi": 0, "zuuid": 0, "zvideocpdurationvalu": 0, "zvideocpvisibilityst": 0, "zvideodeferredprocessingneed": 0, "zvideokeyframetimescal": 0, "zvideokeyframevalu": 0, "zvisibilityst": 0, "zwidth": 0, "zyearhighlightbeingkeyassetpriv": 0, "zyearhighlightbeingkeyassetshar": 0}, "titles": ["OSXPhotos Python API", "OSXPhotos Command Line Interface (CLI)", "Welcome to OSXPhotos\u2019s documentation!", "OSXPhotos", "OSXPhotos", "OSXPhotos Python Package Overview", "OSXPhotos Python Reference", "OSXPhotos Template System", "OSXPhotos Tutorial"], "titleterms": {"": 2, "A": 0, "about": 1, "activ": 0, "actual": 8, "add": 1, "addit": 0, "address": 0, "address_str": 0, "adjust": 0, "adjustmentsinfo": 0, "album": [0, 1], "album_info": 0, "album_info_shar": 0, "albuminfo": 0, "albumphoto": 0, "albums_as_dict": 0, "albums_shar": 0, "albums_shared_as_dict": 0, "all": [0, 8], "an": 8, "api": 0, "asdict": 0, "asset_uuid": 0, "attribut": [0, 8], "batch": 1, "bodies_of_wat": 0, "build": 0, "burst": 0, "burst_album": 0, "burst_album_info": 0, "burst_default_pick": 0, "burst_kei": 0, "burst_photo": 0, "burst_select": 0, "call": 0, "center": 0, "certain": 8, "citi": 0, "cli": [0, 1, 5], "cloud_guid": 0, "cloud_owner_hashed_id": 0, "code": 5, "color": 8, "command": [0, 1, 3, 4, 8], "comment": 0, "commentinfo": 0, "compar": [0, 1], "compare_photos_librari": 0, "comparelibrari": 0, "conclus": 8, "concurr": 0, "confidence_threshold": 0, "content": 0, "convert": 8, "countri": 0, "country_cod": 0, "creat": [0, 8], "creation_d": 0, "databas": 0, "date": [0, 8], "date_ad": 0, "date_modifi": 0, "date_origin": 0, "date_trash": 0, "db_path": 0, "db_version": 0, "default": 0, "descript": 0, "dest": 0, "detect": 0, "detected_text": 0, "directori": 8, "disk": 8, "display_nam": 0, "doc": 1, "document": 2, "dry": 8, "dump": 1, "duplic": 0, "dure": 8, "edit": [1, 8], "end_dat": 0, "exampl": [0, 5, 8], "execut": 0, "exif": 1, "exif_info": 0, "exifinfo": 0, "exiftool": [0, 1], "exiftoolexiftool": 0, "exifwrit": 0, "export": [0, 1, 8], "exportdb": 1, "exportopt": 0, "exportresult": 0, "extern": 8, "external_edit": 0, "face_info": 0, "face_rect": 0, "facecount": 0, "faceinfo": 0, "faceinfo_asdict": 0, "faceinfo_json": 0, "faceinfo_nam": 0, "faceinfo_person_info": 0, "faceinfo_photo": 0, "faceinfo_uuid": 0, "fals": 0, "favorit": 0, "file": 8, "filenam": [0, 8], "finder": 8, "fingerprint": 0, "flag": 0, "folder": 0, "folder_info": 0, "folder_list": 0, "folder_nam": 0, "folderinfo": 0, "folderinfo_album_info": 0, "folderinfo_album_info_shar": 0, "from": [0, 8], "from_dat": 0, "function": 0, "get_db_connect": 0, "get_last_library_path": 0, "get_photo": 0, "get_system_library_path": 0, "getphoto": 0, "has_raw": 0, "hasadjust": 0, "hdr": 0, "height": 0, "help": 1, "hexdigest": 0, "hidden": 0, "holidai": 0, "i": [3, 4], "imag": [0, 8], "implement": 0, "import": 1, "import_info": 0, "importinfo": 0, "importphoto": 0, "incloud": 0, "indic": 2, "info": 1, "inspect": 1, "instal": [1, 3, 4], "interfac": [0, 1], "intrash": 0, "iscloudasset": 0, "ishom": 0, "ismiss": 0, "ismovi": 0, "isphoto": 0, "israw": 0, "isrefer": 0, "jpeg": 8, "json": 0, "keyphoto": 0, "keyword": [0, 1, 8], "keywords_as_dict": 0, "keywords_without_photo": 0, "label": [0, 1], "labels_as_dict": 0, "labels_norm": 0, "labels_normalized_as_dict": 0, "last": 0, "latitud": 0, "librari": [0, 8], "library_path": 0, "like": 0, "likeinfo": 0, "line": [0, 1, 3, 4], "list": [0, 1], "list_photo_librari": 0, "live_photo": 0, "load": 8, "locality_nam": 0, "locat": [0, 1], "longitud": 0, "media_typ": 0, "metadata": 8, "method": 0, "miss": 8, "modification_d": 0, "moment_info": 0, "momentinfo": 0, "month": 0, "movi": 0, "mpri_reg_rect": 0, "mwg_rs_area": 0, "name": 0, "neighborhood": 0, "none": 0, "note": 0, "onli": 8, "open": 0, "oper": [3, 4], "option": [0, 8], "orient": 0, "original_filenam": 0, "original_files": 0, "original_height": 0, "original_orient": 0, "original_width": 0, "orphan": 1, "osxphoto": [0, 1, 2, 3, 4, 5, 6, 7, 8], "overview": [5, 8], "owner": 0, "packag": [0, 5], "panorama": 0, "parent": 0, "path": 0, "path_deriv": 0, "path_edit": 0, "path_edited_live_photo": 0, "path_live_photo": 0, "path_raw": 0, "person": [0, 1], "person_info": 0, "personfaceinfo": 0, "personfavorit": 0, "personinfo": 0, "personphoto": 0, "persons_as_dict": 0, "personsortord": 0, "photo": [0, 8], "photo_index": 0, "photoexport": 0, "photoinfo": 0, "photoinfo_detected_text": 0, "photoinfo_exif_info": 0, "photoinfo_exiftool": 0, "photoinfo_personinfo": 0, "photoinfo_search_info_norm": 0, "photoinfo_searchinfo": 0, "photooinfo_faceinfo": 0, "photos_vers": 0, "photosalbum": 0, "photosdb": 0, "photosdb_album": 0, "photosdb_albuminfo": 0, "photosdb_fold": 0, "photosdb_folder_info": 0, "photosdb_import_info": 0, "photosdb_keyword": 0, "photosdb_label": 0, "photosdb_labels_norm": 0, "photosdb_moment_info": 0, "photosdb_person": 0, "photosdb_person_info": 0, "photosdb_project_info": 0, "photosdb_queri": 0, "photosdbdiff": 0, "photosdbphoto": 0, "photot": 0, "pitch": 0, "pk": 0, "place": [0, 1], "place_nam": 0, "placeinfo": 0, "portrait": 0, "post": 8, "previou": 8, "print": 0, "process": 8, "project_info": 0, "projectinfo": 0, "projectphoto": 0, "properti": 0, "push": 1, "python": [0, 5, 6], "queri": [0, 1], "queryopt": 0, "rate": 0, "raw": 0, "raw_origin": 0, "read": 0, "refer": 6, "relat": 0, "remov": 8, "render_templ": 0, "rendertempl": 0, "repl": [1, 5], "report": 8, "roll": 0, "roll_pitch_yaw": 0, "run": [1, 5, 8], "save": 8, "saved_to_librari": 0, "score": 0, "scoreinfo": 0, "search_info": 0, "search_info_norm": 0, "searchinfo": 0, "season": 0, "selfi": 0, "share": 0, "share_particip": 0, "share_participant_info": 0, "shared_librari": 0, "shared_mo": 0, "show": 1, "sidecar": 8, "sidecarwrit": 0, "simpl": 0, "size_pixel": 0, "slow_mo": 0, "sort_ord": 0, "specif": 0, "specifi": 8, "sql": 0, "start_dat": 0, "state": 0, "state_abbrevi": 0, "street": 0, "structur": 8, "subfold": 0, "substitut": 7, "subtitl": 0, "support": [3, 4], "sync": 1, "syndic": 0, "system": [0, 3, 4, 7], "tabl": [0, 2], "templat": [0, 1, 7], "template_str": 0, "text": 0, "text_detection_confidence_threshold": 0, "textdetect": 0, "theme": [1, 8], "time_laps": 0, "timewarp": 1, "titl": 0, "to_dat": 0, "tool": 0, "true": 0, "tutori": [1, 8], "tzname": 0, "tzoffset": 0, "uninstal": 1, "updat": 8, "us": [0, 5], "usag": [3, 4], "user": 8, "uti": 0, "uti_edit": 0, "uti_origin": 0, "uti_raw": 0, "util": 0, "uuid": [0, 1], "venu": 0, "venue_typ": 0, "version": 1, "visibl": 0, "welcom": 2, "what": [3, 4], "width": 0, "yaw": 0, "year": 0, "your": 8}}) \ No newline at end of file +Search.setIndex({"alltitles": {"query(options: QueryOptions) -> List[PhotoInfo]:": [[0, "a-name-photosdb-query-query-options-queryoptions-list-photoinfo-a"]], "photos(keywords=None, uuid=None, persons=None, albums=None, images=True, movies=True, from_date=None, to_date=None, intrash=False)": [[0, "a-name-photosdbphotos-photos-keywords-none-uuid-none-persons-none-albums-none-images-true-movies-true-from-date-none-to-date-none-intrash-false-a"]], "`import_info`": [[0, "a-name-photosdb-import-info-import-info-a"]], "`photos`": [[0, "a-name-albumphotos-photos-a"]], "Compare Libraries": [[0, "a-name-comparelibraries-compare-libraries-a"]], "ExifTool": [[0, "a-name-exiftoolexiftool-exiftool-a"]], "ExifWriter": [[0, "a-name-exifwriter-exifwriter-a"]], "`asdict()`": [[0, "a-name-faceinfo-asdict-asdict-a"]], "`json()`": [[0, "a-name-faceinfo-json-json-a"]], "`name`": [[0, "a-name-faceinfo-name-name-a"]], "`person_info`": [[0, "a-name-faceinfo-person-info-person-info-a"]], "`photo`": [[0, "a-name-faceinfo-photo-photo-a"]], "`uuid`": [[0, "a-name-faceinfo-uuid-uuid-a"]], "`album_info`": [[0, "a-name-folderinfo-album-info-album-info-a"]], "`album_info_shared`": [[0, "a-name-folderinfo-album-info-shared-album-info-shared-a"]], "get_photo(uuid)": [[0, "a-name-getphoto-get-photo-uuid-a"]], "`photos`": [[0, "a-name-importphotos-photos-a"]], "`face_info`": [[0, "a-name-personfaceinfo-face-info-a"]], "`favorite`": [[0, "a-name-personfavorite-favorite-a"]], "`photos`": [[0, "a-name-personphotos-photos-a"]], "`sort_order`": [[0, "a-name-personsortorder-sort-order-a"]], "PhotoExporter": [[0, "a-name-photoexporter-photoexporter-a"]], "PhotoInfo": [[0, "a-name-photoinfo-photoinfo-a"]], "`detected_text(confidence_threshold=TEXT_DETECTION_CONFIDENCE_THRESHOLD)`": [[0, "a-name-photoinfo-detected-text-detected-text-confidence-threshold-text-detection-confidence-threshold-a"]], "`exif_info`": [[0, "a-name-photoinfo-exif-info-exif-info-a"]], "`exiftool`": [[0, "a-name-photoinfo-exiftool-exiftool-a"]], "`person_info`": [[0, "a-name-photoinfo-personinfo-person-info-a"]], "`search_info_normalized`": [[0, "a-name-photoinfo-search-info-normalized-search-info-normalized-a"]], "`search_info`": [[0, "a-name-photoinfo-searchinfo-search-info-a"]], "`face_info`": [[0, "a-name-photooinfo-faceinfo-face-info-a"]], "PhotosAlbum": [[0, "a-name-photosalbum-photosalbum-a"]], "PhotosDB": [[0, "a-name-photosdb-photosdb-a"]], "`album_info`": [[0, "a-name-photosdb-albuminfo-album-info-a"]], "`albums`": [[0, "a-name-photosdb-albums-albums-a"]], "`folder_info`": [[0, "a-name-photosdb-folder-info-folder-info-a"]], "`folders`": [[0, "a-name-photosdb-folders-folders-a"]], "`keywords`": [[0, "a-name-photosdb-keywords-keywords-a"]], "`labels`": [[0, "a-name-photosdb-labels-labels-a"]], "`labels_normalized`": [[0, "a-name-photosdb-labels-normalized-labels-normalized-a"]], "`moment_info`": [[0, "a-name-photosdb-moment-info-moment-info-a"]], "`person_info`": [[0, "a-name-photosdb-person-info-person-info-a"]], "`persons`": [[0, "a-name-photosdb-persons-persons-a"]], "`project_info`": [[0, "a-name-photosdb-project-info-project-info-a"]], "`photos`": [[0, "a-name-projectphotos-photos-a"]], "`render_template(template_str, options=None)`": [[0, "a-name-rendertemplate-render-template-template-str-options-none-a"]], "SidecarWriter": [[0, "a-name-sidecarwriter-sidecarwriter-a"]], "Text Detection": [[0, "a-name-textdetection-text-detection-a"]], "Additional Examples": [[0, "id174"]], "Additional properties": [[0, "additional-properties"]], "AdjustmentsInfo": [[0, "id155"]], "AlbumInfo": [[0, "id99"]], "An example from an actual osxphotos user": [[8, "an-example-from-an-actual-osxphotos-user"]], "Attributes": [[0, "attributes"]], "Building simple command line tools": [[0, "id6"]], "Calling CLI commands from Python": [[0, "id8"]], "Color Themes": [[8, "color-themes"]], "Command Line Usage": [[3, "command-line-usage"], [4, "command-line-usage"]], "CommentInfo": [[0, "id153"]], "Conclusion": [[8, "conclusion"]], "Concurrency": [[0, "id7"]], "Converting images to JPEG on export": [[8, "converting-images-to-jpeg-on-export"]], "Creating a report of all exported files": [[8, "creating-a-report-of-all-exported-files"]], "Dry Run": [[8, "dry-run"]], "Edited photos": [[8, "edited-photos"]], "Example": [[0, "example"]], "Example uses of the OSXPhotos python package": [[5, "example-uses-of-the-osxphotos-python-package"]], "Example uses of the Python package": [[0, "id1"]], "ExifInfo": [[0, "id98"]], "ExifTool methods": [[0, "exiftool-methods"]], "Export by date": [[8, "export-by-date"]], "Export your photos": [[8, "export-your-photos"]], "ExportOptions": [[0, "exportoptions"]], "ExportResults": [[0, "exportresults"]], "Exporting metadata with exported photos": [[8, "exporting-metadata-with-exported-photos"]], "Exporting only certain photos": [[8, "exporting-only-certain-photos"]], "Exporting to external disks": [[8, "exporting-to-external-disks"]], "FaceInfo": [[0, "id150"]], "Finder attributes": [[8, "finder-attributes"]], "FolderInfo": [[0, "id130"]], "Implementation Note": [[0, "implementation-note"]], "ImportInfo": [[0, "id109"]], "Indices and tables": [[2, "indices-and-tables"]], "Installation": [[3, "installation"], [4, "installation"]], "LikeInfo": [[0, "id154"]], "Missing photos": [[8, "missing-photos"]], "MomentInfo": [[0, "id122"]], "OSXPhotos": [[3, null], [4, null]], "OSXPhotos Command Line Interface (CLI)": [[1, null]], "OSXPhotos Python API": [[0, null]], "OSXPhotos Python Package Overview": [[5, null]], "OSXPhotos Python Reference": [[6, null]], "OSXPhotos REPL": [[5, "osxphotos-repl"]], "OSXPhotos Template System": [[7, null]], "OSXPhotos Tutorial": [[8, null]], "Open System Photos library": [[0, "open-system-photos-library"]], "Open a specific Photos library": [[0, "open-a-specific-photos-library"]], "Open the default (last opened) Photos library": [[0, "open-the-default-last-opened-photos-library"]], "Overview": [[8, "overview"]], "Package Interface": [[0, "id9"]], "PersonInfo": [[0, "id144"]], "PhotoTables": [[0, "id156"]], "PhotosDBDiff": [[0, "photosdbdiff"]], "PlaceInfo": [[0, "id139"]], "Print filename, date created, title, and keywords for all photos in a library": [[0, "print-filename-date-created-title-and-keywords-for-all-photos-in-a-library"]], "ProjectInfo": [[0, "id116"]], "QueryOptions": [[0, "id25"]], "Raw Photos": [[0, "id157"]], "Raw-Related Attributes": [[0, "raw-related-attributes"]], "Read a Photos library database": [[0, "read-a-photos-library-database"]], "Removing a keyword during export": [[8, "removing-a-keyword-during-export"]], "Run commands on exported photos for post-processing": [[8, "run-commands-on-exported-photos-for-post-processing"]], "Saving and loading options": [[8, "saving-and-loading-options"]], "ScoreInfo": [[0, "id140"]], "SearchInfo": [[0, "id141"]], "Sidecar files": [[8, "sidecar-files"]], "Specify directory structure": [[8, "specify-directory-structure"]], "Specify exported filename": [[8, "specify-exported-filename"]], "Specifying the Photos library": [[8, "specifying-the-photos-library"]], "Supported operating systems": [[3, "supported-operating-systems"], [4, "supported-operating-systems"]], "Table of Contents": [[0, "table-of-contents"]], "Template Substitutions": [[7, "id1"]], "Template System": [[0, "id166"]], "Updating a previous export": [[8, "updating-a-previous-export"]], "Using the osxphotos CLI to run python code": [[5, "using-the-osxphotos-cli-to-run-python-code"]], "Utility Functions": [[0, "id171"]], "Welcome to OSXPhotos\u2019s documentation!": [[2, null]], "What is OSXPhotos?": [[3, "what-is-osxphotos"], [4, "what-is-osxphotos"]], "about": [[1, "osxphotos-about"]], "activities": [[0, "activities"]], "add-locations": [[1, "osxphotos-add-locations"]], "address": [[0, "address"]], "address_str": [[0, "address-str"]], "adjustments": [[0, "adjustments"]], "album_info": [[0, "id30"]], "albums": [[0, "id28"], [1, "osxphotos-albums"]], "albums_as_dict": [[0, "albums-as-dict"]], "albums_shared": [[0, "albums-shared"]], "albums_shared_as_dict": [[0, "albums-shared-as-dict"]], "all": [[0, "all"]], "asdict()": [[0, "asdict"], [0, "id108"], [0, "id115"], [0, "id121"], [0, "id129"], [0, "id138"], [0, "id143"], [0, "id149"]], "asset_uuid": [[0, "asset-uuid"]], "batch-edit": [[1, "osxphotos-batch-edit"]], "bodies_of_water": [[0, "bodies-of-water"]], "burst": [[0, "id68"]], "burst_album_info": [[0, "id74"]], "burst_albums": [[0, "id71"]], "burst_default_pick": [[0, "burst-default-pick"]], "burst_key": [[0, "burst-key"]], "burst_photos": [[0, "id69"]], "burst_selected": [[0, "burst-selected"]], "center": [[0, "center"]], "city": [[0, "city"]], "cloud_guid": [[0, "cloud-guid"]], "cloud_owner_hashed_id": [[0, "cloud-owner-hashed-id"]], "comments": [[0, "comments"]], "compare": [[1, "osxphotos-compare"]], "compare_photos_libraries()": [[0, "compare-photos-libraries"]], "country": [[0, "country"]], "country_code": [[0, "country-code"]], "creation_date": [[0, "creation-date"], [0, "id112"], [0, "id120"]], "date": [[0, "date"], [0, "id127"]], "date_added": [[0, "date-added"]], "date_modified": [[0, "date-modified"]], "date_original": [[0, "date-original"]], "date_trashed": [[0, "date-trashed"]], "db_path": [[0, "db-path"]], "db_version": [[0, "db-version"]], "description": [[0, "description"]], "display_name": [[0, "display-name"]], "docs": [[1, "osxphotos-docs"]], "dump": [[1, "osxphotos-dump"]], "duplicates": [[0, "duplicates"]], "end_date": [[0, "end-date"], [0, "id114"], [0, "id126"]], "execute(sql)": [[0, "execute-sql"]], "exiftool": [[1, "osxphotos-exiftool"]], "export": [[1, "osxphotos-export"]], "export()": [[0, "export"]], "export(dest, filename=None, options: Optional[ExportOptions]=None) -> ExportResults": [[0, "export-dest-filename-none-options-optional-exportoptions-none-exportresults"]], "exportdb": [[1, "osxphotos-exportdb"]], "external_edit": [[0, "external-edit"]], "face_rect()": [[0, "face-rect"]], "facecount": [[0, "facecount"]], "favorite": [[0, "favorite"]], "filename": [[0, "filename"]], "fingerprint": [[0, "fingerprint"]], "flagged": [[0, "flagged"]], "folder_list": [[0, "folder-list"]], "folder_names": [[0, "folder-names"]], "get_db_connection()": [[0, "get-db-connection"]], "get_last_library_path()": [[0, "id173"]], "get_system_library_path()": [[0, "id172"]], "has_raw": [[0, "has-raw"]], "hasadjustments": [[0, "id50"]], "hdr": [[0, "hdr"]], "height": [[0, "height"]], "help": [[1, "osxphotos-help"]], "hexdigest": [[0, "hexdigest"]], "hidden": [[0, "id52"]], "holidays": [[0, "holidays"]], "import": [[1, "osxphotos-import"]], "import_info": [[0, "import-info"]], "incloud": [[0, "id65"]], "info": [[1, "osxphotos-info"]], "inspect": [[1, "osxphotos-inspect"]], "install": [[1, "osxphotos-install"]], "intrash": [[0, "intrash"]], "iscloudasset": [[0, "iscloudasset"]], "ishome": [[0, "ishome"]], "ismissing": [[0, "id48"]], "ismovie": [[0, "ismovie"]], "isphoto": [[0, "isphoto"]], "israw": [[0, "israw"]], "isreference": [[0, "isreference"]], "json()": [[0, "json"], [0, "id148"]], "keyphoto": [[0, "keyphoto"]], "keywords": [[0, "keywords"], [1, "osxphotos-keywords"]], "keywords_as_dict": [[0, "id21"]], "keywords_without_photo": [[0, "keywords-without-photo"]], "labels": [[0, "id82"], [0, "id142"], [1, "osxphotos-labels"]], "labels_as_dict": [[0, "labels-as-dict"]], "labels_normalized": [[0, "id84"]], "labels_normalized_as_dict": [[0, "id23"]], "latitude": [[0, "latitude"]], "library_path": [[0, "library-path"]], "likes": [[0, "likes"]], "list": [[1, "osxphotos-list"]], "list_photo_libraries()": [[0, "list-photo-libraries"]], "live_photo": [[0, "live-photo"]], "locality_names": [[0, "locality-names"]], "location": [[0, "location"], [0, "id123"]], "longitude": [[0, "longitude"]], "media_types": [[0, "media-types"]], "modification_date": [[0, "modification-date"]], "month": [[0, "month"]], "mpri_reg_rect": [[0, "mpri-reg-rect"]], "mwg_rs_area": [[0, "mwg-rs-area"]], "name": [[0, "name"], [0, "id145"]], "names": [[0, "names"]], "neighborhoods": [[0, "neighborhoods"]], "orientation": [[0, "orientation"]], "original_filename": [[0, "id26"]], "original_filesize": [[0, "original-filesize"]], "original_height": [[0, "id42"]], "original_orientation": [[0, "id46"]], "original_width": [[0, "id44"]], "orphans": [[1, "osxphotos-orphans"]], "osxphotos": [[1, "osxphotos"]], "owner": [[0, "owner"], [0, "id105"]], "panorama": [[0, "panorama"]], "parent": [[0, "parent"], [0, "id136"]], "path": [[0, "path"]], "path_derivatives": [[0, "path-derivatives"]], "path_edited": [[0, "path-edited"]], "path_edited_live_photo": [[0, "path-edited-live-photo"]], "path_live_photo": [[0, "id78"]], "path_raw": [[0, "path-raw"]], "persons": [[0, "persons"], [1, "osxphotos-persons"]], "persons_as_dict": [[0, "persons-as-dict"]], "photo_index(photo)": [[0, "photo-index-photo"]], "photos": [[0, "id128"]], "photos_version": [[0, "photos-version"]], "pitch": [[0, "pitch"]], "pk": [[0, "pk"]], "place": [[0, "place"]], "place_names": [[0, "place-names"]], "places": [[1, "osxphotos-places"]], "portrait": [[0, "portrait"]], "project_info": [[0, "project-info"]], "push-exif": [[1, "osxphotos-push-exif"]], "query": [[1, "osxphotos-query"]], "rating": [[0, "rating"]], "raw_original": [[0, "raw-original"]], "repl": [[1, "osxphotos-repl"]], "roll": [[0, "roll"]], "roll_pitch_yaw()": [[0, "roll-pitch-yaw"]], "run": [[1, "osxphotos-run"]], "saved_to_library": [[0, "saved-to-library"]], "score": [[0, "score"]], "season": [[0, "season"]], "selfie": [[0, "selfie"]], "share_participant_info": [[0, "share-participant-info"]], "share_participants": [[0, "share-participants"]], "shared": [[0, "id54"]], "shared_library": [[0, "shared-library"]], "shared_moment": [[0, "shared-moment"]], "show": [[1, "osxphotos-show"]], "size_pixels": [[0, "size-pixels"]], "slow_mo": [[0, "slow-mo"]], "sort_order": [[0, "sort-order"]], "start_date": [[0, "start-date"], [0, "id113"], [0, "id125"]], "state": [[0, "state"]], "state_abbreviation": [[0, "state-abbreviation"]], "streets": [[0, "streets"]], "subfolders": [[0, "subfolders"]], "subtitle": [[0, "subtitle"]], "sync": [[1, "osxphotos-sync"]], "syndicated": [[0, "syndicated"]], "tables()": [[0, "tables"]], "template": [[1, "osxphotos-template"]], "theme": [[1, "osxphotos-theme"]], "time_lapse": [[0, "time-lapse"]], "timewarp": [[1, "osxphotos-timewarp"]], "title": [[0, "title"], [0, "id101"], [0, "id118"], [0, "id124"], [0, "id132"]], "tutorial": [[1, "osxphotos-tutorial"]], "tzname": [[0, "tzname"]], "tzoffset": [[0, "tzoffset"]], "uninstall": [[1, "osxphotos-uninstall"]], "uti": [[0, "uti"]], "uti_edited": [[0, "uti-edited"]], "uti_original": [[0, "uti-original"]], "uti_raw": [[0, "uti-raw"]], "uuid": [[0, "uuid"], [0, "id100"], [0, "id110"], [0, "id117"], [0, "id131"], [0, "id146"], [1, "osxphotos-uuid"]], "venue_types": [[0, "venue-types"]], "venues": [[0, "venues"]], "version": [[1, "osxphotos-version"]], "visible": [[0, "visible"]], "width": [[0, "width"]], "yaw": [[0, "yaw"]], "year": [[0, "year"]]}, "docnames": ["API_README", "cli", "index", "overview", "overview.cog", "package_overview", "reference", "template_help", "tutorial"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["API_README.rst", "cli.rst", "index.rst", "overview.rst", "overview.cog.rst", "package_overview.rst", "reference.rst", "template_help.rst", "tutorial.rst"], "indexentries": {"--add-exported-to-album": [[1, "cmdoption-osxphotos-export-add-exported-to-album", false]], "--add-missing-to-album": [[1, "cmdoption-osxphotos-export-add-missing-to-album", false]], "--add-skipped-to-album": [[1, "cmdoption-osxphotos-export-add-skipped-to-album", false]], "--add-to-album": [[1, "cmdoption-osxphotos-query-add-to-album", false], [1, "cmdoption-osxphotos-timewarp-a", false]], "--added-after": [[1, "cmdoption-osxphotos-add-locations-added-after", false], [1, "cmdoption-osxphotos-export-added-after", false], [1, "cmdoption-osxphotos-push-exif-added-after", false], [1, "cmdoption-osxphotos-query-added-after", false], [1, "cmdoption-osxphotos-repl-added-after", false], [1, "cmdoption-osxphotos-sync-added-after", false]], "--added-before": [[1, "cmdoption-osxphotos-add-locations-added-before", false], [1, "cmdoption-osxphotos-export-added-before", false], [1, "cmdoption-osxphotos-push-exif-added-before", false], [1, "cmdoption-osxphotos-query-added-before", false], [1, "cmdoption-osxphotos-repl-added-before", false], [1, "cmdoption-osxphotos-sync-added-before", false]], "--added-in-last": [[1, "cmdoption-osxphotos-add-locations-added-in-last", false], [1, "cmdoption-osxphotos-export-added-in-last", false], [1, "cmdoption-osxphotos-push-exif-added-in-last", false], [1, "cmdoption-osxphotos-query-added-in-last", false], [1, "cmdoption-osxphotos-repl-added-in-last", false], [1, "cmdoption-osxphotos-sync-added-in-last", false]], "--album": [[1, "cmdoption-osxphotos-add-locations-album", false], [1, "cmdoption-osxphotos-batch-edit-a", false], [1, "cmdoption-osxphotos-export-album", false], [1, "cmdoption-osxphotos-import-a", false], [1, "cmdoption-osxphotos-push-exif-album", false], [1, "cmdoption-osxphotos-query-album", false], [1, "cmdoption-osxphotos-repl-album", false], [1, "cmdoption-osxphotos-sync-album", false]], "--album-keyword": [[1, "cmdoption-osxphotos-exiftool-album-keyword", false], [1, "cmdoption-osxphotos-export-album-keyword", false], [1, "cmdoption-osxphotos-push-exif-album-keyword", false]], "--alt-copy": [[1, "cmdoption-osxphotos-export-alt-copy", false]], "--alt-db": [[1, "cmdoption-osxphotos-export-alt-db", false]], "--append": [[1, "cmdoption-osxphotos-exiftool-append", false], [1, "cmdoption-osxphotos-export-append", false], [1, "cmdoption-osxphotos-exportdb-append", false], [1, "cmdoption-osxphotos-import-O", false], [1, "cmdoption-osxphotos-push-exif-append", false], [1, "cmdoption-osxphotos-sync-A", false]], "--auto-live": [[1, "cmdoption-osxphotos-import-E", false]], "--beta": [[1, "cmdoption-osxphotos-inspect-beta", false]], "--burst": [[1, "cmdoption-osxphotos-add-locations-burst", false], [1, "cmdoption-osxphotos-export-burst", false], [1, "cmdoption-osxphotos-push-exif-burst", false], [1, "cmdoption-osxphotos-query-burst", false], [1, "cmdoption-osxphotos-repl-burst", false], [1, "cmdoption-osxphotos-sync-burst", false]], "--check": [[1, "cmdoption-osxphotos-compare-k", false], [1, "cmdoption-osxphotos-exportdb-check", false], [1, "cmdoption-osxphotos-import-c", false]], "--check-not": [[1, "cmdoption-osxphotos-import-C", false]], "--check-signatures": [[1, "cmdoption-osxphotos-exportdb-check-signatures", false]], "--check-templates": [[1, "cmdoption-osxphotos-import-check-templates", false]], "--checkpoint": [[1, "cmdoption-osxphotos-export-checkpoint", false]], "--cleanup": [[1, "cmdoption-osxphotos-export-cleanup", false]], "--clear-location": [[1, "cmdoption-osxphotos-import-L", false]], "--clear-metadata": [[1, "cmdoption-osxphotos-import-X", false]], "--clone": [[1, "cmdoption-osxphotos-theme-clone", false]], "--cloudasset": [[1, "cmdoption-osxphotos-add-locations-cloudasset", false], [1, "cmdoption-osxphotos-export-cloudasset", false], [1, "cmdoption-osxphotos-push-exif-cloudasset", false], [1, "cmdoption-osxphotos-query-cloudasset", false], [1, "cmdoption-osxphotos-repl-cloudasset", false], [1, "cmdoption-osxphotos-sync-cloudasset", false]], "--compare": [[1, "cmdoption-osxphotos-push-exif-compare", false]], "--compare-exif": [[1, "cmdoption-osxphotos-timewarp-c", false]], "--config": [[1, "cmdoption-osxphotos-theme-config", false]], "--config-only": [[1, "cmdoption-osxphotos-export-config-only", false]], "--convert-to-jpeg": [[1, "cmdoption-osxphotos-export-convert-to-jpeg", false]], "--count": [[1, "cmdoption-osxphotos-query-count", false]], "--create": [[1, "cmdoption-osxphotos-exportdb-create", false]], "--csv": [[1, "cmdoption-osxphotos-compare-c", false]], "--current-name": [[1, "cmdoption-osxphotos-export-current-name", false]], "--date": [[1, "cmdoption-osxphotos-timewarp-d", false]], "--date-added": [[1, "cmdoption-osxphotos-timewarp-date-added", false]], "--date-added-from-photo": [[1, "cmdoption-osxphotos-timewarp-date-added-from-photo", false]], "--date-delta": [[1, "cmdoption-osxphotos-timewarp-D", false]], "--db": [[1, "cmdoption-osxphotos-albums-library", false], [1, "cmdoption-osxphotos-batch-edit-library", false], [1, "cmdoption-osxphotos-dump-library", false], [1, "cmdoption-osxphotos-exiftool-library", false], [1, "cmdoption-osxphotos-export-library", false], [1, "cmdoption-osxphotos-info-library", false], [1, "cmdoption-osxphotos-inspect-library", false], [1, "cmdoption-osxphotos-keywords-library", false], [1, "cmdoption-osxphotos-labels-library", false], [1, "cmdoption-osxphotos-orphans-library", false], [1, "cmdoption-osxphotos-persons-library", false], [1, "cmdoption-osxphotos-places-library", false], [1, "cmdoption-osxphotos-push-exif-library", false], [1, "cmdoption-osxphotos-query-library", false], [1, "cmdoption-osxphotos-repl-library", false], [1, "cmdoption-osxphotos-show-library", false], [1, "cmdoption-osxphotos-sync-library", false], [1, "cmdoption-osxphotos-template-library", false]], "--db-config": [[1, "cmdoption-osxphotos-exiftool-db-config", false]], "--default": [[1, "cmdoption-osxphotos-theme-default", false]], "--delete": [[1, "cmdoption-osxphotos-theme-delete", false]], "--delete-file": [[1, "cmdoption-osxphotos-exportdb-delete-file", false]], "--delete-uuid": [[1, "cmdoption-osxphotos-exportdb-delete-uuid", false]], "--deleted": [[1, "cmdoption-osxphotos-dump-deleted", false], [1, "cmdoption-osxphotos-export-deleted", false], [1, "cmdoption-osxphotos-query-deleted", false], [1, "cmdoption-osxphotos-repl-deleted", false]], "--deleted-only": [[1, "cmdoption-osxphotos-dump-deleted-only", false], [1, "cmdoption-osxphotos-export-deleted-only", false], [1, "cmdoption-osxphotos-query-deleted-only", false], [1, "cmdoption-osxphotos-repl-deleted-only", false]], "--description": [[1, "cmdoption-osxphotos-add-locations-description", false], [1, "cmdoption-osxphotos-batch-edit-d", false], [1, "cmdoption-osxphotos-export-description", false], [1, "cmdoption-osxphotos-import-d", false], [1, "cmdoption-osxphotos-push-exif-description", false], [1, "cmdoption-osxphotos-query-description", false], [1, "cmdoption-osxphotos-repl-description", false], [1, "cmdoption-osxphotos-sync-description", false]], "--description-template": [[1, "cmdoption-osxphotos-exiftool-description-template", false], [1, "cmdoption-osxphotos-export-description-template", false], [1, "cmdoption-osxphotos-push-exif-description-template", false]], "--detect-text": [[1, "cmdoption-osxphotos-inspect-t", false]], "--directory": [[1, "cmdoption-osxphotos-export-directory", false]], "--download-missing": [[1, "cmdoption-osxphotos-export-download-missing", false]], "--dry-run": [[1, "cmdoption-osxphotos-add-locations-dry-run", false], [1, "cmdoption-osxphotos-batch-edit-dry-run", false], [1, "cmdoption-osxphotos-exiftool-dry-run", false], [1, "cmdoption-osxphotos-export-dry-run", false], [1, "cmdoption-osxphotos-exportdb-dry-run", false], [1, "cmdoption-osxphotos-import-n", false], [1, "cmdoption-osxphotos-push-exif-dry-run", false], [1, "cmdoption-osxphotos-sync-dry-run", false]], "--dup-albums": [[1, "cmdoption-osxphotos-import-A", false]], "--dup-check": [[1, "cmdoption-osxphotos-import-D", false]], "--duplicate": [[1, "cmdoption-osxphotos-add-locations-duplicate", false], [1, "cmdoption-osxphotos-export-duplicate", false], [1, "cmdoption-osxphotos-push-exif-duplicate", false], [1, "cmdoption-osxphotos-query-duplicate", false], [1, "cmdoption-osxphotos-repl-duplicate", false], [1, "cmdoption-osxphotos-sync-duplicate", false]], "--edit": [[1, "cmdoption-osxphotos-theme-edit", false]], "--edited": [[1, "cmdoption-osxphotos-add-locations-edited", false], [1, "cmdoption-osxphotos-export-edited", false], [1, "cmdoption-osxphotos-push-exif-edited", false], [1, "cmdoption-osxphotos-query-edited", false], [1, "cmdoption-osxphotos-repl-edited", false], [1, "cmdoption-osxphotos-sync-edited", false]], "--edited-suffix": [[1, "cmdoption-osxphotos-export-edited-suffix", false], [1, "cmdoption-osxphotos-import-edited-suffix", false]], "--emacs": [[1, "cmdoption-osxphotos-repl-emacs", false], [1, "cmdoption-osxphotos-template-emacs", false]], "--errors": [[1, "cmdoption-osxphotos-exportdb-errors", false]], "--exif": [[1, "cmdoption-osxphotos-add-locations-exif", false], [1, "cmdoption-osxphotos-export-exif", false], [1, "cmdoption-osxphotos-push-exif-exif", false], [1, "cmdoption-osxphotos-query-exif", false], [1, "cmdoption-osxphotos-repl-exif", false], [1, "cmdoption-osxphotos-sync-exif", false]], "--exiftool": [[1, "cmdoption-osxphotos-export-exiftool", false], [1, "cmdoption-osxphotos-import-e", false]], "--exiftool-merge-keywords": [[1, "cmdoption-osxphotos-exiftool-exiftool-merge-keywords", false], [1, "cmdoption-osxphotos-export-exiftool-merge-keywords", false], [1, "cmdoption-osxphotos-push-exif-exiftool-merge-keywords", false]], "--exiftool-merge-persons": [[1, "cmdoption-osxphotos-exiftool-exiftool-merge-persons", false], [1, "cmdoption-osxphotos-export-exiftool-merge-persons", false], [1, "cmdoption-osxphotos-push-exif-exiftool-merge-persons", false]], "--exiftool-option": [[1, "cmdoption-osxphotos-exiftool-exiftool-option", false], [1, "cmdoption-osxphotos-export-exiftool-option", false], [1, "cmdoption-osxphotos-push-exif-exiftool-option", false]], "--exiftool-path": [[1, "cmdoption-osxphotos-exiftool-exiftool-path", false], [1, "cmdoption-osxphotos-export-exiftool-path", false], [1, "cmdoption-osxphotos-import-p", false], [1, "cmdoption-osxphotos-push-exif-exiftool-path", false], [1, "cmdoption-osxphotos-timewarp-e", false]], "--export": [[1, "cmdoption-osxphotos-orphans-export", false], [1, "cmdoption-osxphotos-sync-e", false]], "--export-aae": [[1, "cmdoption-osxphotos-export-export-aae", false]], "--export-as-hardlink": [[1, "cmdoption-osxphotos-export-export-as-hardlink", false]], "--export-by-date": [[1, "cmdoption-osxphotos-export-export-by-date", false]], "--export-dir": [[1, "cmdoption-osxphotos-exportdb-export-dir", false]], "--exportdb": [[1, "cmdoption-osxphotos-exiftool-exportdb", false], [1, "cmdoption-osxphotos-export-exportdb", false], [1, "cmdoption-osxphotos-import-B", false]], "--exportdir": [[1, "cmdoption-osxphotos-import-I", false]], "--external-edit": [[1, "cmdoption-osxphotos-add-locations-external-edit", false], [1, "cmdoption-osxphotos-export-external-edit", false], [1, "cmdoption-osxphotos-push-exif-external-edit", false], [1, "cmdoption-osxphotos-query-external-edit", false], [1, "cmdoption-osxphotos-repl-external-edit", false], [1, "cmdoption-osxphotos-sync-external-edit", false]], "--favorite": [[1, "cmdoption-osxphotos-add-locations-favorite", false], [1, "cmdoption-osxphotos-export-favorite", false], [1, "cmdoption-osxphotos-push-exif-favorite", false], [1, "cmdoption-osxphotos-query-favorite", false], [1, "cmdoption-osxphotos-repl-favorite", false], [1, "cmdoption-osxphotos-sync-favorite", false]], "--favorite-rating": [[1, "cmdoption-osxphotos-export-favorite-rating", false], [1, "cmdoption-osxphotos-import-G", false], [1, "cmdoption-osxphotos-push-exif-favorite-rating", false]], "--field": [[1, "cmdoption-osxphotos-dump-f", false], [1, "cmdoption-osxphotos-query-f", false]], "--filename": [[1, "cmdoption-osxphotos-export-filename", false], [1, "cmdoption-osxphotos-uuid-f", false]], "--finder-tag-keywords": [[1, "cmdoption-osxphotos-export-finder-tag-keywords", false]], "--finder-tag-template": [[1, "cmdoption-osxphotos-export-finder-tag-template", false]], "--fix-orientation": [[1, "cmdoption-osxphotos-export-fix-orientation", false]], "--folder": [[1, "cmdoption-osxphotos-add-locations-folder", false], [1, "cmdoption-osxphotos-export-folder", false], [1, "cmdoption-osxphotos-push-exif-folder", false], [1, "cmdoption-osxphotos-query-folder", false], [1, "cmdoption-osxphotos-repl-folder", false], [1, "cmdoption-osxphotos-sync-folder", false]], "--force": [[1, "cmdoption-osxphotos-timewarp-force", false]], "--force-update": [[1, "cmdoption-osxphotos-export-force-update", false]], "--from-date": [[1, "cmdoption-osxphotos-add-locations-from-date", false], [1, "cmdoption-osxphotos-export-from-date", false], [1, "cmdoption-osxphotos-push-exif-from-date", false], [1, "cmdoption-osxphotos-query-from-date", false], [1, "cmdoption-osxphotos-repl-from-date", false], [1, "cmdoption-osxphotos-sync-from-date", false]], "--from-time": [[1, "cmdoption-osxphotos-add-locations-from-time", false], [1, "cmdoption-osxphotos-export-from-time", false], [1, "cmdoption-osxphotos-push-exif-from-time", false], [1, "cmdoption-osxphotos-query-from-time", false], [1, "cmdoption-osxphotos-repl-from-time", false], [1, "cmdoption-osxphotos-sync-from-time", false]], "--function": [[1, "cmdoption-osxphotos-timewarp-F", false]], "--glob": [[1, "cmdoption-osxphotos-import-g", false]], "--has-comment": [[1, "cmdoption-osxphotos-add-locations-has-comment", false], [1, "cmdoption-osxphotos-export-has-comment", false], [1, "cmdoption-osxphotos-push-exif-has-comment", false], [1, "cmdoption-osxphotos-query-has-comment", false], [1, "cmdoption-osxphotos-repl-has-comment", false], [1, "cmdoption-osxphotos-sync-has-comment", false]], "--has-likes": [[1, "cmdoption-osxphotos-add-locations-has-likes", false], [1, "cmdoption-osxphotos-export-has-likes", false], [1, "cmdoption-osxphotos-push-exif-has-likes", false], [1, "cmdoption-osxphotos-query-has-likes", false], [1, "cmdoption-osxphotos-repl-has-likes", false], [1, "cmdoption-osxphotos-sync-has-likes", false]], "--has-raw": [[1, "cmdoption-osxphotos-add-locations-has-raw", false], [1, "cmdoption-osxphotos-export-has-raw", false], [1, "cmdoption-osxphotos-push-exif-has-raw", false], [1, "cmdoption-osxphotos-query-has-raw", false], [1, "cmdoption-osxphotos-repl-has-raw", false], [1, "cmdoption-osxphotos-sync-has-raw", false]], "--hdr": [[1, "cmdoption-osxphotos-add-locations-hdr", false], [1, "cmdoption-osxphotos-export-hdr", false], [1, "cmdoption-osxphotos-push-exif-hdr", false], [1, "cmdoption-osxphotos-query-hdr", false], [1, "cmdoption-osxphotos-repl-hdr", false], [1, "cmdoption-osxphotos-sync-hdr", false]], "--help": [[1, "cmdoption-osxphotos-run-h", false]], "--hidden": [[1, "cmdoption-osxphotos-add-locations-hidden", false], [1, "cmdoption-osxphotos-export-hidden", false], [1, "cmdoption-osxphotos-push-exif-hidden", false], [1, "cmdoption-osxphotos-query-hidden", false], [1, "cmdoption-osxphotos-repl-hidden", false], [1, "cmdoption-osxphotos-sync-hidden", false]], "--history": [[1, "cmdoption-osxphotos-exportdb-history", false]], "--ignore-case": [[1, "cmdoption-osxphotos-add-locations-i", false], [1, "cmdoption-osxphotos-export-i", false], [1, "cmdoption-osxphotos-push-exif-i", false], [1, "cmdoption-osxphotos-query-i", false], [1, "cmdoption-osxphotos-repl-i", false], [1, "cmdoption-osxphotos-sync-0", false]], "--ignore-date-modified": [[1, "cmdoption-osxphotos-exiftool-ignore-date-modified", false], [1, "cmdoption-osxphotos-export-ignore-date-modified", false], [1, "cmdoption-osxphotos-push-exif-ignore-date-modified", false]], "--ignore-exportdb": [[1, "cmdoption-osxphotos-export-F", false]], "--ignore-signature": [[1, "cmdoption-osxphotos-export-ignore-signature", false]], "--import": [[1, "cmdoption-osxphotos-sync-i", false]], "--in-album": [[1, "cmdoption-osxphotos-add-locations-in-album", false], [1, "cmdoption-osxphotos-export-in-album", false], [1, "cmdoption-osxphotos-push-exif-in-album", false], [1, "cmdoption-osxphotos-query-in-album", false], [1, "cmdoption-osxphotos-repl-in-album", false], [1, "cmdoption-osxphotos-sync-in-album", false]], "--incloud": [[1, "cmdoption-osxphotos-add-locations-incloud", false], [1, "cmdoption-osxphotos-export-incloud", false], [1, "cmdoption-osxphotos-push-exif-incloud", false], [1, "cmdoption-osxphotos-query-incloud", false], [1, "cmdoption-osxphotos-repl-incloud", false], [1, "cmdoption-osxphotos-sync-incloud", false]], "--info": [[1, "cmdoption-osxphotos-exportdb-info", false]], "--inspect": [[1, "cmdoption-osxphotos-timewarp-i", false]], "--is-reference": [[1, "cmdoption-osxphotos-add-locations-is-reference", false], [1, "cmdoption-osxphotos-export-is-reference", false], [1, "cmdoption-osxphotos-push-exif-is-reference", false], [1, "cmdoption-osxphotos-query-is-reference", false], [1, "cmdoption-osxphotos-repl-is-reference", false], [1, "cmdoption-osxphotos-sync-is-reference", false]], "--jpeg-ext": [[1, "cmdoption-osxphotos-export-jpeg-ext", false]], "--jpeg-quality": [[1, "cmdoption-osxphotos-export-jpeg-quality", false]], "--json": [[1, "cmdoption-osxphotos-albums-json", false], [1, "cmdoption-osxphotos-compare-j", false], [1, "cmdoption-osxphotos-dump-json", false], [1, "cmdoption-osxphotos-info-json", false], [1, "cmdoption-osxphotos-keywords-json", false], [1, "cmdoption-osxphotos-labels-json", false], [1, "cmdoption-osxphotos-list-json", false], [1, "cmdoption-osxphotos-persons-json", false], [1, "cmdoption-osxphotos-places-json", false], [1, "cmdoption-osxphotos-query-json", false]], "--keep": [[1, "cmdoption-osxphotos-export-keep", false]], "--keyword": [[1, "cmdoption-osxphotos-add-locations-keyword", false], [1, "cmdoption-osxphotos-batch-edit-k", false], [1, "cmdoption-osxphotos-export-keyword", false], [1, "cmdoption-osxphotos-import-k", false], [1, "cmdoption-osxphotos-push-exif-keyword", false], [1, "cmdoption-osxphotos-query-keyword", false], [1, "cmdoption-osxphotos-repl-keyword", false], [1, "cmdoption-osxphotos-sync-keyword", false]], "--keyword-template": [[1, "cmdoption-osxphotos-exiftool-keyword-template", false], [1, "cmdoption-osxphotos-export-keyword-template", false], [1, "cmdoption-osxphotos-push-exif-keyword-template", false]], "--label": [[1, "cmdoption-osxphotos-add-locations-label", false], [1, "cmdoption-osxphotos-export-label", false], [1, "cmdoption-osxphotos-push-exif-label", false], [1, "cmdoption-osxphotos-query-label", false], [1, "cmdoption-osxphotos-repl-label", false], [1, "cmdoption-osxphotos-sync-label", false]], "--last-errors": [[1, "cmdoption-osxphotos-exportdb-last-errors", false]], "--last-export-dir": [[1, "cmdoption-osxphotos-exportdb-last-export-dir", false]], "--last-run": [[1, "cmdoption-osxphotos-exportdb-last-run", false]], "--library": [[1, "cmdoption-osxphotos-albums-library", false], [1, "cmdoption-osxphotos-batch-edit-library", false], [1, "cmdoption-osxphotos-dump-library", false], [1, "cmdoption-osxphotos-exiftool-library", false], [1, "cmdoption-osxphotos-export-library", false], [1, "cmdoption-osxphotos-import-library", false], [1, "cmdoption-osxphotos-info-library", false], [1, "cmdoption-osxphotos-inspect-library", false], [1, "cmdoption-osxphotos-keywords-library", false], [1, "cmdoption-osxphotos-labels-library", false], [1, "cmdoption-osxphotos-orphans-library", false], [1, "cmdoption-osxphotos-persons-library", false], [1, "cmdoption-osxphotos-places-library", false], [1, "cmdoption-osxphotos-push-exif-library", false], [1, "cmdoption-osxphotos-query-library", false], [1, "cmdoption-osxphotos-repl-library", false], [1, "cmdoption-osxphotos-show-library", false], [1, "cmdoption-osxphotos-sync-library", false], [1, "cmdoption-osxphotos-template-library", false], [1, "cmdoption-osxphotos-timewarp-L", false]], "--limit": [[1, "cmdoption-osxphotos-export-limit", false]], "--list": [[1, "cmdoption-osxphotos-theme-list", false]], "--live": [[1, "cmdoption-osxphotos-add-locations-live", false], [1, "cmdoption-osxphotos-export-live", false], [1, "cmdoption-osxphotos-push-exif-live", false], [1, "cmdoption-osxphotos-query-live", false], [1, "cmdoption-osxphotos-repl-live", false], [1, "cmdoption-osxphotos-sync-live", false]], "--load-config": [[1, "cmdoption-osxphotos-exiftool-load-config", false], [1, "cmdoption-osxphotos-export-load-config", false]], "--location": [[1, "cmdoption-osxphotos-add-locations-location", false], [1, "cmdoption-osxphotos-batch-edit-l", false], [1, "cmdoption-osxphotos-export-location", false], [1, "cmdoption-osxphotos-import-l", false], [1, "cmdoption-osxphotos-push-exif-location", false], [1, "cmdoption-osxphotos-query-location", false], [1, "cmdoption-osxphotos-repl-location", false], [1, "cmdoption-osxphotos-sync-location", false]], "--match-time": [[1, "cmdoption-osxphotos-timewarp-m", false]], "--max-size": [[1, "cmdoption-osxphotos-add-locations-max-size", false], [1, "cmdoption-osxphotos-export-max-size", false], [1, "cmdoption-osxphotos-push-exif-max-size", false], [1, "cmdoption-osxphotos-query-max-size", false], [1, "cmdoption-osxphotos-repl-max-size", false], [1, "cmdoption-osxphotos-sync-max-size", false]], "--merge": [[1, "cmdoption-osxphotos-sync-m", false]], "--merge-keywords": [[1, "cmdoption-osxphotos-import-m", false]], "--migrate-photos-library": [[1, "cmdoption-osxphotos-exportdb-migrate-photos-library", false]], "--min-size": [[1, "cmdoption-osxphotos-add-locations-min-size", false], [1, "cmdoption-osxphotos-export-min-size", false], [1, "cmdoption-osxphotos-push-exif-min-size", false], [1, "cmdoption-osxphotos-query-min-size", false], [1, "cmdoption-osxphotos-repl-min-size", false], [1, "cmdoption-osxphotos-sync-min-size", false]], "--missing": [[1, "cmdoption-osxphotos-add-locations-missing", false], [1, "cmdoption-osxphotos-export-missing", false], [1, "cmdoption-osxphotos-push-exif-missing", false], [1, "cmdoption-osxphotos-query-missing", false], [1, "cmdoption-osxphotos-repl-missing", false], [1, "cmdoption-osxphotos-sync-missing", false]], "--mute": [[1, "cmdoption-osxphotos-query-mute", false]], "--name": [[1, "cmdoption-osxphotos-add-locations-name", false], [1, "cmdoption-osxphotos-export-name", false], [1, "cmdoption-osxphotos-push-exif-name", false], [1, "cmdoption-osxphotos-query-name", false], [1, "cmdoption-osxphotos-repl-name", false], [1, "cmdoption-osxphotos-sync-name", false]], "--no-comment": [[1, "cmdoption-osxphotos-add-locations-no-comment", false], [1, "cmdoption-osxphotos-export-no-comment", false], [1, "cmdoption-osxphotos-push-exif-no-comment", false], [1, "cmdoption-osxphotos-query-no-comment", false], [1, "cmdoption-osxphotos-repl-no-comment", false], [1, "cmdoption-osxphotos-sync-no-comment", false]], "--no-description": [[1, "cmdoption-osxphotos-add-locations-no-description", false], [1, "cmdoption-osxphotos-export-no-description", false], [1, "cmdoption-osxphotos-push-exif-no-description", false], [1, "cmdoption-osxphotos-query-no-description", false], [1, "cmdoption-osxphotos-repl-no-description", false], [1, "cmdoption-osxphotos-sync-no-description", false]], "--no-exportdb": [[1, "cmdoption-osxphotos-export-no-exportdb", false]], "--no-keyword": [[1, "cmdoption-osxphotos-add-locations-no-keyword", false], [1, "cmdoption-osxphotos-export-no-keyword", false], [1, "cmdoption-osxphotos-push-exif-no-keyword", false], [1, "cmdoption-osxphotos-query-no-keyword", false], [1, "cmdoption-osxphotos-repl-no-keyword", false], [1, "cmdoption-osxphotos-sync-no-keyword", false]], "--no-likes": [[1, "cmdoption-osxphotos-add-locations-no-likes", false], [1, "cmdoption-osxphotos-export-no-likes", false], [1, "cmdoption-osxphotos-push-exif-no-likes", false], [1, "cmdoption-osxphotos-query-no-likes", false], [1, "cmdoption-osxphotos-repl-no-likes", false], [1, "cmdoption-osxphotos-sync-no-likes", false]], "--no-location": [[1, "cmdoption-osxphotos-add-locations-no-location", false], [1, "cmdoption-osxphotos-export-no-location", false], [1, "cmdoption-osxphotos-push-exif-no-location", false], [1, "cmdoption-osxphotos-query-no-location", false], [1, "cmdoption-osxphotos-repl-no-location", false], [1, "cmdoption-osxphotos-sync-no-location", false]], "--no-place": [[1, "cmdoption-osxphotos-add-locations-no-place", false], [1, "cmdoption-osxphotos-export-no-place", false], [1, "cmdoption-osxphotos-push-exif-no-place", false], [1, "cmdoption-osxphotos-query-no-place", false], [1, "cmdoption-osxphotos-repl-no-place", false], [1, "cmdoption-osxphotos-sync-no-place", false]], "--no-progress": [[1, "cmdoption-osxphotos-export-no-progress", false], [1, "cmdoption-osxphotos-import-N", false]], "--no-title": [[1, "cmdoption-osxphotos-add-locations-no-title", false], [1, "cmdoption-osxphotos-export-no-title", false], [1, "cmdoption-osxphotos-push-exif-no-title", false], [1, "cmdoption-osxphotos-query-no-title", false], [1, "cmdoption-osxphotos-repl-no-title", false], [1, "cmdoption-osxphotos-sync-no-title", false]], "--not-burst": [[1, "cmdoption-osxphotos-add-locations-not-burst", false], [1, "cmdoption-osxphotos-export-not-burst", false], [1, "cmdoption-osxphotos-push-exif-not-burst", false], [1, "cmdoption-osxphotos-query-not-burst", false], [1, "cmdoption-osxphotos-repl-not-burst", false], [1, "cmdoption-osxphotos-sync-not-burst", false]], "--not-cloudasset": [[1, "cmdoption-osxphotos-add-locations-not-cloudasset", false], [1, "cmdoption-osxphotos-export-not-cloudasset", false], [1, "cmdoption-osxphotos-push-exif-not-cloudasset", false], [1, "cmdoption-osxphotos-query-not-cloudasset", false], [1, "cmdoption-osxphotos-repl-not-cloudasset", false], [1, "cmdoption-osxphotos-sync-not-cloudasset", false]], "--not-edited": [[1, "cmdoption-osxphotos-add-locations-not-edited", false], [1, "cmdoption-osxphotos-export-not-edited", false], [1, "cmdoption-osxphotos-push-exif-not-edited", false], [1, "cmdoption-osxphotos-query-not-edited", false], [1, "cmdoption-osxphotos-repl-not-edited", false], [1, "cmdoption-osxphotos-sync-not-edited", false]], "--not-favorite": [[1, "cmdoption-osxphotos-add-locations-not-favorite", false], [1, "cmdoption-osxphotos-export-not-favorite", false], [1, "cmdoption-osxphotos-push-exif-not-favorite", false], [1, "cmdoption-osxphotos-query-not-favorite", false], [1, "cmdoption-osxphotos-repl-not-favorite", false], [1, "cmdoption-osxphotos-sync-not-favorite", false]], "--not-hdr": [[1, "cmdoption-osxphotos-add-locations-not-hdr", false], [1, "cmdoption-osxphotos-export-not-hdr", false], [1, "cmdoption-osxphotos-push-exif-not-hdr", false], [1, "cmdoption-osxphotos-query-not-hdr", false], [1, "cmdoption-osxphotos-repl-not-hdr", false], [1, "cmdoption-osxphotos-sync-not-hdr", false]], "--not-hidden": [[1, "cmdoption-osxphotos-add-locations-not-hidden", false], [1, "cmdoption-osxphotos-export-not-hidden", false], [1, "cmdoption-osxphotos-push-exif-not-hidden", false], [1, "cmdoption-osxphotos-query-not-hidden", false], [1, "cmdoption-osxphotos-repl-not-hidden", false], [1, "cmdoption-osxphotos-sync-not-hidden", false]], "--not-in-album": [[1, "cmdoption-osxphotos-add-locations-not-in-album", false], [1, "cmdoption-osxphotos-export-not-in-album", false], [1, "cmdoption-osxphotos-push-exif-not-in-album", false], [1, "cmdoption-osxphotos-query-not-in-album", false], [1, "cmdoption-osxphotos-repl-not-in-album", false], [1, "cmdoption-osxphotos-sync-not-in-album", false]], "--not-incloud": [[1, "cmdoption-osxphotos-add-locations-not-incloud", false], [1, "cmdoption-osxphotos-export-not-incloud", false], [1, "cmdoption-osxphotos-push-exif-not-incloud", false], [1, "cmdoption-osxphotos-query-not-incloud", false], [1, "cmdoption-osxphotos-repl-not-incloud", false], [1, "cmdoption-osxphotos-sync-not-incloud", false]], "--not-live": [[1, "cmdoption-osxphotos-add-locations-not-live", false], [1, "cmdoption-osxphotos-export-not-live", false], [1, "cmdoption-osxphotos-push-exif-not-live", false], [1, "cmdoption-osxphotos-query-not-live", false], [1, "cmdoption-osxphotos-repl-not-live", false], [1, "cmdoption-osxphotos-sync-not-live", false]], "--not-missing": [[1, "cmdoption-osxphotos-add-locations-not-missing", false], [1, "cmdoption-osxphotos-export-not-missing", false], [1, "cmdoption-osxphotos-push-exif-not-missing", false], [1, "cmdoption-osxphotos-query-not-missing", false], [1, "cmdoption-osxphotos-repl-not-missing", false], [1, "cmdoption-osxphotos-sync-not-missing", false]], "--not-panorama": [[1, "cmdoption-osxphotos-add-locations-not-panorama", false], [1, "cmdoption-osxphotos-export-not-panorama", false], [1, "cmdoption-osxphotos-push-exif-not-panorama", false], [1, "cmdoption-osxphotos-query-not-panorama", false], [1, "cmdoption-osxphotos-repl-not-panorama", false], [1, "cmdoption-osxphotos-sync-not-panorama", false]], "--not-portrait": [[1, "cmdoption-osxphotos-add-locations-not-portrait", false], [1, "cmdoption-osxphotos-export-not-portrait", false], [1, "cmdoption-osxphotos-push-exif-not-portrait", false], [1, "cmdoption-osxphotos-query-not-portrait", false], [1, "cmdoption-osxphotos-repl-not-portrait", false], [1, "cmdoption-osxphotos-sync-not-portrait", false]], "--not-reference": [[1, "cmdoption-osxphotos-add-locations-not-reference", false], [1, "cmdoption-osxphotos-export-not-reference", false], [1, "cmdoption-osxphotos-push-exif-not-reference", false], [1, "cmdoption-osxphotos-query-not-reference", false], [1, "cmdoption-osxphotos-repl-not-reference", false], [1, "cmdoption-osxphotos-sync-not-reference", false]], "--not-saved-to-library": [[1, "cmdoption-osxphotos-add-locations-not-saved-to-library", false], [1, "cmdoption-osxphotos-export-not-saved-to-library", false], [1, "cmdoption-osxphotos-push-exif-not-saved-to-library", false], [1, "cmdoption-osxphotos-query-not-saved-to-library", false], [1, "cmdoption-osxphotos-repl-not-saved-to-library", false], [1, "cmdoption-osxphotos-sync-not-saved-to-library", false]], "--not-screen-recording": [[1, "cmdoption-osxphotos-add-locations-not-screen-recording", false], [1, "cmdoption-osxphotos-export-not-screen-recording", false], [1, "cmdoption-osxphotos-push-exif-not-screen-recording", false], [1, "cmdoption-osxphotos-query-not-screen-recording", false], [1, "cmdoption-osxphotos-repl-not-screen-recording", false], [1, "cmdoption-osxphotos-sync-not-screen-recording", false]], "--not-screenshot": [[1, "cmdoption-osxphotos-add-locations-not-screenshot", false], [1, "cmdoption-osxphotos-export-not-screenshot", false], [1, "cmdoption-osxphotos-push-exif-not-screenshot", false], [1, "cmdoption-osxphotos-query-not-screenshot", false], [1, "cmdoption-osxphotos-repl-not-screenshot", false], [1, "cmdoption-osxphotos-sync-not-screenshot", false]], "--not-selfie": [[1, "cmdoption-osxphotos-add-locations-not-selfie", false], [1, "cmdoption-osxphotos-export-not-selfie", false], [1, "cmdoption-osxphotos-push-exif-not-selfie", false], [1, "cmdoption-osxphotos-query-not-selfie", false], [1, "cmdoption-osxphotos-repl-not-selfie", false], [1, "cmdoption-osxphotos-sync-not-selfie", false]], "--not-shared": [[1, "cmdoption-osxphotos-add-locations-not-shared", false], [1, "cmdoption-osxphotos-export-not-shared", false], [1, "cmdoption-osxphotos-push-exif-not-shared", false], [1, "cmdoption-osxphotos-query-not-shared", false], [1, "cmdoption-osxphotos-repl-not-shared", false]], "--not-shared-library": [[1, "cmdoption-osxphotos-add-locations-not-shared-library", false], [1, "cmdoption-osxphotos-export-not-shared-library", false], [1, "cmdoption-osxphotos-push-exif-not-shared-library", false], [1, "cmdoption-osxphotos-query-not-shared-library", false], [1, "cmdoption-osxphotos-repl-not-shared-library", false], [1, "cmdoption-osxphotos-sync-not-shared-library", false]], "--not-shared-moment": [[1, "cmdoption-osxphotos-add-locations-not-shared-moment", false], [1, "cmdoption-osxphotos-export-not-shared-moment", false], [1, "cmdoption-osxphotos-push-exif-not-shared-moment", false], [1, "cmdoption-osxphotos-query-not-shared-moment", false], [1, "cmdoption-osxphotos-repl-not-shared-moment", false], [1, "cmdoption-osxphotos-sync-not-shared-moment", false]], "--not-slow-mo": [[1, "cmdoption-osxphotos-add-locations-not-slow-mo", false], [1, "cmdoption-osxphotos-export-not-slow-mo", false], [1, "cmdoption-osxphotos-push-exif-not-slow-mo", false], [1, "cmdoption-osxphotos-query-not-slow-mo", false], [1, "cmdoption-osxphotos-repl-not-slow-mo", false], [1, "cmdoption-osxphotos-sync-not-slow-mo", false]], "--not-syndicated": [[1, "cmdoption-osxphotos-add-locations-not-syndicated", false], [1, "cmdoption-osxphotos-export-not-syndicated", false], [1, "cmdoption-osxphotos-push-exif-not-syndicated", false], [1, "cmdoption-osxphotos-query-not-syndicated", false], [1, "cmdoption-osxphotos-repl-not-syndicated", false], [1, "cmdoption-osxphotos-sync-not-syndicated", false]], "--not-time-lapse": [[1, "cmdoption-osxphotos-add-locations-not-time-lapse", false], [1, "cmdoption-osxphotos-export-not-time-lapse", false], [1, "cmdoption-osxphotos-push-exif-not-time-lapse", false], [1, "cmdoption-osxphotos-query-not-time-lapse", false], [1, "cmdoption-osxphotos-repl-not-time-lapse", false], [1, "cmdoption-osxphotos-sync-not-time-lapse", false]], "--only-movies": [[1, "cmdoption-osxphotos-add-locations-only-movies", false], [1, "cmdoption-osxphotos-export-only-movies", false], [1, "cmdoption-osxphotos-push-exif-only-movies", false], [1, "cmdoption-osxphotos-query-only-movies", false], [1, "cmdoption-osxphotos-repl-only-movies", false], [1, "cmdoption-osxphotos-sync-only-movies", false]], "--only-new": [[1, "cmdoption-osxphotos-export-only-new", false]], "--only-photos": [[1, "cmdoption-osxphotos-add-locations-only-photos", false], [1, "cmdoption-osxphotos-export-only-photos", false], [1, "cmdoption-osxphotos-push-exif-only-photos", false], [1, "cmdoption-osxphotos-query-only-photos", false], [1, "cmdoption-osxphotos-repl-only-photos", false], [1, "cmdoption-osxphotos-sync-only-photos", false]], "--original-suffix": [[1, "cmdoption-osxphotos-export-original-suffix", false]], "--output": [[1, "cmdoption-osxphotos-compare-o", false]], "--overwrite": [[1, "cmdoption-osxphotos-export-overwrite", false]], "--panorama": [[1, "cmdoption-osxphotos-add-locations-panorama", false], [1, "cmdoption-osxphotos-export-panorama", false], [1, "cmdoption-osxphotos-push-exif-panorama", false], [1, "cmdoption-osxphotos-query-panorama", false], [1, "cmdoption-osxphotos-repl-panorama", false], [1, "cmdoption-osxphotos-sync-panorama", false]], "--parse-date": [[1, "cmdoption-osxphotos-import-P", false], [1, "cmdoption-osxphotos-timewarp-M", false]], "--parse-folder-date": [[1, "cmdoption-osxphotos-import-F", false]], "--person": [[1, "cmdoption-osxphotos-add-locations-person", false], [1, "cmdoption-osxphotos-export-person", false], [1, "cmdoption-osxphotos-push-exif-person", false], [1, "cmdoption-osxphotos-query-person", false], [1, "cmdoption-osxphotos-repl-person", false], [1, "cmdoption-osxphotos-sync-person", false]], "--person-keyword": [[1, "cmdoption-osxphotos-exiftool-person-keyword", false], [1, "cmdoption-osxphotos-export-person-keyword", false], [1, "cmdoption-osxphotos-push-exif-person-keyword", false]], "--place": [[1, "cmdoption-osxphotos-add-locations-place", false], [1, "cmdoption-osxphotos-export-place", false], [1, "cmdoption-osxphotos-push-exif-place", false], [1, "cmdoption-osxphotos-query-place", false], [1, "cmdoption-osxphotos-repl-place", false], [1, "cmdoption-osxphotos-sync-place", false]], "--plain": [[1, "cmdoption-osxphotos-timewarp-plain", false]], "--portrait": [[1, "cmdoption-osxphotos-add-locations-portrait", false], [1, "cmdoption-osxphotos-export-portrait", false], [1, "cmdoption-osxphotos-push-exif-portrait", false], [1, "cmdoption-osxphotos-query-portrait", false], [1, "cmdoption-osxphotos-repl-portrait", false], [1, "cmdoption-osxphotos-sync-portrait", false]], "--post-command": [[1, "cmdoption-osxphotos-export-post-command", false]], "--post-command-error": [[1, "cmdoption-osxphotos-export-post-command-error", false]], "--post-function": [[1, "cmdoption-osxphotos-export-post-function", false], [1, "cmdoption-osxphotos-import-post-function", false]], "--preview": [[1, "cmdoption-osxphotos-export-preview", false], [1, "cmdoption-osxphotos-theme-preview", false]], "--preview-if-missing": [[1, "cmdoption-osxphotos-export-preview-if-missing", false]], "--preview-suffix": [[1, "cmdoption-osxphotos-export-preview-suffix", false]], "--print": [[1, "cmdoption-osxphotos-dump-print", false], [1, "cmdoption-osxphotos-export-print", false], [1, "cmdoption-osxphotos-query-print", false]], "--pull-exif": [[1, "cmdoption-osxphotos-timewarp-P", false]], "--push-edited": [[1, "cmdoption-osxphotos-push-exif-push-edited", false]], "--push-exif": [[1, "cmdoption-osxphotos-timewarp-p", false]], "--query-eval": [[1, "cmdoption-osxphotos-add-locations-query-eval", false], [1, "cmdoption-osxphotos-export-query-eval", false], [1, "cmdoption-osxphotos-push-exif-query-eval", false], [1, "cmdoption-osxphotos-query-query-eval", false], [1, "cmdoption-osxphotos-repl-query-eval", false], [1, "cmdoption-osxphotos-sync-query-eval", false]], "--query-function": [[1, "cmdoption-osxphotos-add-locations-query-function", false], [1, "cmdoption-osxphotos-export-query-function", false], [1, "cmdoption-osxphotos-push-exif-query-function", false], [1, "cmdoption-osxphotos-query-query-function", false], [1, "cmdoption-osxphotos-repl-query-function", false], [1, "cmdoption-osxphotos-sync-query-function", false]], "--quiet": [[1, "cmdoption-osxphotos-query-quiet", false]], "--ramdb": [[1, "cmdoption-osxphotos-export-ramdb", false]], "--regex": [[1, "cmdoption-osxphotos-add-locations-regex", false], [1, "cmdoption-osxphotos-export-regex", false], [1, "cmdoption-osxphotos-push-exif-regex", false], [1, "cmdoption-osxphotos-query-regex", false], [1, "cmdoption-osxphotos-repl-regex", false], [1, "cmdoption-osxphotos-sync-regex", false]], "--relative-to": [[1, "cmdoption-osxphotos-import-r", false]], "--repair": [[1, "cmdoption-osxphotos-exportdb-repair", false]], "--replace-keywords": [[1, "cmdoption-osxphotos-batch-edit-K", false], [1, "cmdoption-osxphotos-exiftool-replace-keywords", false], [1, "cmdoption-osxphotos-export-replace-keywords", false], [1, "cmdoption-osxphotos-push-exif-replace-keywords", false]], "--report": [[1, "cmdoption-osxphotos-exiftool-report", false], [1, "cmdoption-osxphotos-export-report", false], [1, "cmdoption-osxphotos-exportdb-report", false], [1, "cmdoption-osxphotos-import-o", false], [1, "cmdoption-osxphotos-push-exif-report", false], [1, "cmdoption-osxphotos-sync-R", false]], "--reset": [[1, "cmdoption-osxphotos-timewarp-R", false]], "--resume": [[1, "cmdoption-osxphotos-import-R", false]], "--retry": [[1, "cmdoption-osxphotos-export-retry", false]], "--run": [[1, "cmdoption-osxphotos-version-run", false]], "--runs": [[1, "cmdoption-osxphotos-exportdb-runs", false]], "--save-config": [[1, "cmdoption-osxphotos-exiftool-save-config", false], [1, "cmdoption-osxphotos-export-save-config", false], [1, "cmdoption-osxphotos-exportdb-save-config", false]], "--saved-to-library": [[1, "cmdoption-osxphotos-add-locations-saved-to-library", false], [1, "cmdoption-osxphotos-export-saved-to-library", false], [1, "cmdoption-osxphotos-push-exif-saved-to-library", false], [1, "cmdoption-osxphotos-query-saved-to-library", false], [1, "cmdoption-osxphotos-repl-saved-to-library", false], [1, "cmdoption-osxphotos-sync-saved-to-library", false]], "--screen-recording": [[1, "cmdoption-osxphotos-add-locations-screen-recording", false], [1, "cmdoption-osxphotos-export-screen-recording", false], [1, "cmdoption-osxphotos-push-exif-screen-recording", false], [1, "cmdoption-osxphotos-query-screen-recording", false], [1, "cmdoption-osxphotos-repl-screen-recording", false], [1, "cmdoption-osxphotos-sync-screen-recording", false]], "--screenshot": [[1, "cmdoption-osxphotos-add-locations-screenshot", false], [1, "cmdoption-osxphotos-export-screenshot", false], [1, "cmdoption-osxphotos-push-exif-screenshot", false], [1, "cmdoption-osxphotos-query-screenshot", false], [1, "cmdoption-osxphotos-repl-screenshot", false], [1, "cmdoption-osxphotos-sync-screenshot", false]], "--selected": [[1, "cmdoption-osxphotos-add-locations-selected", false], [1, "cmdoption-osxphotos-export-selected", false], [1, "cmdoption-osxphotos-push-exif-selected", false], [1, "cmdoption-osxphotos-query-selected", false], [1, "cmdoption-osxphotos-repl-selected", false], [1, "cmdoption-osxphotos-sync-selected", false]], "--selfie": [[1, "cmdoption-osxphotos-add-locations-selfie", false], [1, "cmdoption-osxphotos-export-selfie", false], [1, "cmdoption-osxphotos-push-exif-selfie", false], [1, "cmdoption-osxphotos-query-selfie", false], [1, "cmdoption-osxphotos-repl-selfie", false], [1, "cmdoption-osxphotos-sync-selfie", false]], "--set": [[1, "cmdoption-osxphotos-sync-s", false]], "--shared": [[1, "cmdoption-osxphotos-add-locations-shared", false], [1, "cmdoption-osxphotos-export-shared", false], [1, "cmdoption-osxphotos-push-exif-shared", false], [1, "cmdoption-osxphotos-query-shared", false], [1, "cmdoption-osxphotos-repl-shared", false]], "--shared-library": [[1, "cmdoption-osxphotos-add-locations-shared-library", false], [1, "cmdoption-osxphotos-export-shared-library", false], [1, "cmdoption-osxphotos-push-exif-shared-library", false], [1, "cmdoption-osxphotos-query-shared-library", false], [1, "cmdoption-osxphotos-repl-shared-library", false], [1, "cmdoption-osxphotos-sync-shared-library", false]], "--shared-moment": [[1, "cmdoption-osxphotos-add-locations-shared-moment", false], [1, "cmdoption-osxphotos-export-shared-moment", false], [1, "cmdoption-osxphotos-push-exif-shared-moment", false], [1, "cmdoption-osxphotos-query-shared-moment", false], [1, "cmdoption-osxphotos-repl-shared-moment", false], [1, "cmdoption-osxphotos-sync-shared-moment", false]], "--sidecar": [[1, "cmdoption-osxphotos-export-sidecar", false], [1, "cmdoption-osxphotos-import-s", false]], "--sidecar-drop-ext": [[1, "cmdoption-osxphotos-export-sidecar-drop-ext", false]], "--sidecar-filename": [[1, "cmdoption-osxphotos-import-T", false]], "--sidecar-ignore-date": [[1, "cmdoption-osxphotos-import-i", false]], "--sidecar-template": [[1, "cmdoption-osxphotos-export-sidecar-template", false]], "--signature": [[1, "cmdoption-osxphotos-compare-s", false], [1, "cmdoption-osxphotos-import-U", false]], "--skip-bursts": [[1, "cmdoption-osxphotos-export-skip-bursts", false]], "--skip-dups": [[1, "cmdoption-osxphotos-import-S", false]], "--skip-edited": [[1, "cmdoption-osxphotos-export-skip-edited", false]], "--skip-live": [[1, "cmdoption-osxphotos-export-skip-live", false]], "--skip-original-if-edited": [[1, "cmdoption-osxphotos-export-skip-original-if-edited", false]], "--skip-raw": [[1, "cmdoption-osxphotos-export-skip-raw", false]], "--skip-uuid": [[1, "cmdoption-osxphotos-export-skip-uuid", false]], "--skip-uuid-from-file": [[1, "cmdoption-osxphotos-export-skip-uuid-from-file", false]], "--slow-mo": [[1, "cmdoption-osxphotos-add-locations-slow-mo", false], [1, "cmdoption-osxphotos-export-slow-mo", false], [1, "cmdoption-osxphotos-push-exif-slow-mo", false], [1, "cmdoption-osxphotos-query-slow-mo", false], [1, "cmdoption-osxphotos-repl-slow-mo", false], [1, "cmdoption-osxphotos-sync-slow-mo", false]], "--split-folder": [[1, "cmdoption-osxphotos-batch-edit-f", false], [1, "cmdoption-osxphotos-import-f", false]], "--sql": [[1, "cmdoption-osxphotos-exportdb-sql", false]], "--stop-on-error": [[1, "cmdoption-osxphotos-import-stop-on-error", false]], "--strip": [[1, "cmdoption-osxphotos-export-strip", false]], "--syndicated": [[1, "cmdoption-osxphotos-add-locations-syndicated", false], [1, "cmdoption-osxphotos-export-syndicated", false], [1, "cmdoption-osxphotos-push-exif-syndicated", false], [1, "cmdoption-osxphotos-query-syndicated", false], [1, "cmdoption-osxphotos-repl-syndicated", false], [1, "cmdoption-osxphotos-sync-syndicated", false]], "--template": [[1, "cmdoption-osxphotos-inspect-T", false], [1, "cmdoption-osxphotos-template-T", false]], "--theme": [[1, "cmdoption-osxphotos-add-locations-theme", false], [1, "cmdoption-osxphotos-batch-edit-theme", false], [1, "cmdoption-osxphotos-exiftool-theme", false], [1, "cmdoption-osxphotos-export-theme", false], [1, "cmdoption-osxphotos-exportdb-theme", false], [1, "cmdoption-osxphotos-import-theme", false], [1, "cmdoption-osxphotos-inspect-theme", false], [1, "cmdoption-osxphotos-orphans-theme", false], [1, "cmdoption-osxphotos-push-exif-theme", false], [1, "cmdoption-osxphotos-sync-theme", false], [1, "cmdoption-osxphotos-timewarp-theme", false]], "--time": [[1, "cmdoption-osxphotos-timewarp-t", false]], "--time-delta": [[1, "cmdoption-osxphotos-timewarp-T", false]], "--time-lapse": [[1, "cmdoption-osxphotos-add-locations-time-lapse", false], [1, "cmdoption-osxphotos-export-time-lapse", false], [1, "cmdoption-osxphotos-push-exif-time-lapse", false], [1, "cmdoption-osxphotos-query-time-lapse", false], [1, "cmdoption-osxphotos-repl-time-lapse", false], [1, "cmdoption-osxphotos-sync-time-lapse", false]], "--timestamp": [[1, "cmdoption-osxphotos-add-locations-timestamp", false], [1, "cmdoption-osxphotos-batch-edit-timestamp", false], [1, "cmdoption-osxphotos-exiftool-timestamp", false], [1, "cmdoption-osxphotos-export-timestamp", false], [1, "cmdoption-osxphotos-exportdb-timestamp", false], [1, "cmdoption-osxphotos-import-timestamp", false], [1, "cmdoption-osxphotos-orphans-timestamp", false], [1, "cmdoption-osxphotos-push-exif-timestamp", false], [1, "cmdoption-osxphotos-sync-timestamp", false], [1, "cmdoption-osxphotos-timewarp-0", false], [1, "cmdoption-osxphotos-timewarp-timestamp", false]], "--timezone": [[1, "cmdoption-osxphotos-timewarp-z", false]], "--title": [[1, "cmdoption-osxphotos-add-locations-title", false], [1, "cmdoption-osxphotos-batch-edit-t", false], [1, "cmdoption-osxphotos-export-title", false], [1, "cmdoption-osxphotos-import-t", false], [1, "cmdoption-osxphotos-push-exif-title", false], [1, "cmdoption-osxphotos-query-title", false], [1, "cmdoption-osxphotos-repl-title", false], [1, "cmdoption-osxphotos-sync-title", false]], "--tmpdir": [[1, "cmdoption-osxphotos-export-tmpdir", false]], "--to-date": [[1, "cmdoption-osxphotos-add-locations-to-date", false], [1, "cmdoption-osxphotos-export-to-date", false], [1, "cmdoption-osxphotos-push-exif-to-date", false], [1, "cmdoption-osxphotos-query-to-date", false], [1, "cmdoption-osxphotos-repl-to-date", false], [1, "cmdoption-osxphotos-sync-to-date", false]], "--to-time": [[1, "cmdoption-osxphotos-add-locations-to-time", false], [1, "cmdoption-osxphotos-export-to-time", false], [1, "cmdoption-osxphotos-push-exif-to-time", false], [1, "cmdoption-osxphotos-query-to-time", false], [1, "cmdoption-osxphotos-repl-to-time", false], [1, "cmdoption-osxphotos-sync-to-time", false]], "--touch-file": [[1, "cmdoption-osxphotos-export-touch-file", false], [1, "cmdoption-osxphotos-exportdb-touch-file", false]], "--tsv": [[1, "cmdoption-osxphotos-compare-t", false]], "--undo": [[1, "cmdoption-osxphotos-batch-edit-u", false]], "--unmatched": [[1, "cmdoption-osxphotos-sync-U", false]], "--update": [[1, "cmdoption-osxphotos-export-update", false]], "--update-errors": [[1, "cmdoption-osxphotos-export-update-errors", false]], "--update-signatures": [[1, "cmdoption-osxphotos-exportdb-update-signatures", false]], "--upgrade": [[1, "cmdoption-osxphotos-exportdb-upgrade", false], [1, "cmdoption-osxphotos-install-U", false]], "--use-file-time": [[1, "cmdoption-osxphotos-timewarp-f", false]], "--use-photokit": [[1, "cmdoption-osxphotos-export-use-photokit", false]], "--use-photos-export": [[1, "cmdoption-osxphotos-export-use-photos-export", false]], "--uti": [[1, "cmdoption-osxphotos-add-locations-uti", false], [1, "cmdoption-osxphotos-export-uti", false], [1, "cmdoption-osxphotos-push-exif-uti", false], [1, "cmdoption-osxphotos-query-uti", false], [1, "cmdoption-osxphotos-repl-uti", false], [1, "cmdoption-osxphotos-sync-uti", false]], "--uuid": [[1, "cmdoption-osxphotos-add-locations-uuid", false], [1, "cmdoption-osxphotos-export-uuid", false], [1, "cmdoption-osxphotos-push-exif-uuid", false], [1, "cmdoption-osxphotos-query-uuid", false], [1, "cmdoption-osxphotos-repl-uuid", false], [1, "cmdoption-osxphotos-sync-uuid", false], [1, "cmdoption-osxphotos-template-uuid", false], [1, "cmdoption-osxphotos-timewarp-u", false]], "--uuid-files": [[1, "cmdoption-osxphotos-exportdb-uuid-files", false]], "--uuid-from-file": [[1, "cmdoption-osxphotos-add-locations-uuid-from-file", false], [1, "cmdoption-osxphotos-export-uuid-from-file", false], [1, "cmdoption-osxphotos-push-exif-uuid-from-file", false], [1, "cmdoption-osxphotos-query-uuid-from-file", false], [1, "cmdoption-osxphotos-repl-uuid-from-file", false], [1, "cmdoption-osxphotos-sync-uuid-from-file", false], [1, "cmdoption-osxphotos-timewarp-U", false]], "--uuid-info": [[1, "cmdoption-osxphotos-exportdb-uuid-info", false]], "--vacuum": [[1, "cmdoption-osxphotos-exportdb-vacuum", false]], "--verbose": [[1, "cmdoption-osxphotos-add-locations-V", false], [1, "cmdoption-osxphotos-batch-edit-V", false], [1, "cmdoption-osxphotos-compare-V", false], [1, "cmdoption-osxphotos-exiftool-V", false], [1, "cmdoption-osxphotos-export-V", false], [1, "cmdoption-osxphotos-exportdb-V", false], [1, "cmdoption-osxphotos-import-V", false], [1, "cmdoption-osxphotos-orphans-V", false], [1, "cmdoption-osxphotos-push-exif-V", false], [1, "cmdoption-osxphotos-sync-V", false], [1, "cmdoption-osxphotos-timewarp-V", false]], "--version": [[1, "cmdoption-osxphotos-exportdb-version", false], [1, "cmdoption-osxphotos-v", false]], "--vi": [[1, "cmdoption-osxphotos-template-vi", false]], "--walk": [[1, "cmdoption-osxphotos-import-w", false]], "--window": [[1, "cmdoption-osxphotos-add-locations-w", false]], "--xattr-template": [[1, "cmdoption-osxphotos-export-xattr-template", false]], "--year": [[1, "cmdoption-osxphotos-add-locations-year", false], [1, "cmdoption-osxphotos-export-year", false], [1, "cmdoption-osxphotos-push-exif-year", false], [1, "cmdoption-osxphotos-query-year", false], [1, "cmdoption-osxphotos-repl-year", false], [1, "cmdoption-osxphotos-sync-year", false]], "--yes": [[1, "cmdoption-osxphotos-uninstall-y", false]], "-a": [[1, "cmdoption-osxphotos-import-A", false], [1, "cmdoption-osxphotos-sync-A", false], [1, "cmdoption-osxphotos-batch-edit-a", false], [1, "cmdoption-osxphotos-import-a", false], [1, "cmdoption-osxphotos-timewarp-a", false]], "-b": [[1, "cmdoption-osxphotos-import-B", false]], "-c": [[1, "cmdoption-osxphotos-import-C", false], [1, "cmdoption-osxphotos-compare-c", false], [1, "cmdoption-osxphotos-import-c", false], [1, "cmdoption-osxphotos-timewarp-c", false]], "-d": [[1, "cmdoption-osxphotos-import-D", false], [1, "cmdoption-osxphotos-timewarp-D", false], [1, "cmdoption-osxphotos-batch-edit-d", false], [1, "cmdoption-osxphotos-import-d", false], [1, "cmdoption-osxphotos-timewarp-d", false]], "-e": [[1, "cmdoption-osxphotos-import-E", false], [1, "cmdoption-osxphotos-import-e", false], [1, "cmdoption-osxphotos-sync-e", false], [1, "cmdoption-osxphotos-timewarp-e", false]], "-f": [[1, "cmdoption-osxphotos-export-F", false], [1, "cmdoption-osxphotos-import-F", false], [1, "cmdoption-osxphotos-timewarp-F", false], [1, "cmdoption-osxphotos-batch-edit-f", false], [1, "cmdoption-osxphotos-dump-f", false], [1, "cmdoption-osxphotos-import-f", false], [1, "cmdoption-osxphotos-query-f", false], [1, "cmdoption-osxphotos-timewarp-f", false], [1, "cmdoption-osxphotos-uuid-f", false]], "-g": [[1, "cmdoption-osxphotos-import-G", false], [1, "cmdoption-osxphotos-import-g", false]], "-h": [[1, "cmdoption-osxphotos-run-h", false]], "-i": [[1, "cmdoption-osxphotos-import-I", false], [1, "cmdoption-osxphotos-add-locations-i", false], [1, "cmdoption-osxphotos-export-i", false], [1, "cmdoption-osxphotos-import-i", false], [1, "cmdoption-osxphotos-push-exif-i", false], [1, "cmdoption-osxphotos-query-i", false], [1, "cmdoption-osxphotos-repl-i", false], [1, "cmdoption-osxphotos-sync-0", false], [1, "cmdoption-osxphotos-sync-i", false], [1, "cmdoption-osxphotos-timewarp-i", false]], "-j": [[1, "cmdoption-osxphotos-compare-j", false]], "-k": [[1, "cmdoption-osxphotos-batch-edit-K", false], [1, "cmdoption-osxphotos-batch-edit-k", false], [1, "cmdoption-osxphotos-compare-k", false], [1, "cmdoption-osxphotos-import-k", false]], "-l": [[1, "cmdoption-osxphotos-import-L", false], [1, "cmdoption-osxphotos-timewarp-L", false], [1, "cmdoption-osxphotos-batch-edit-l", false], [1, "cmdoption-osxphotos-import-l", false]], "-m": [[1, "cmdoption-osxphotos-timewarp-M", false], [1, "cmdoption-osxphotos-import-m", false], [1, "cmdoption-osxphotos-sync-m", false], [1, "cmdoption-osxphotos-timewarp-m", false]], "-n": [[1, "cmdoption-osxphotos-import-N", false], [1, "cmdoption-osxphotos-import-n", false]], "-o": [[1, "cmdoption-osxphotos-import-O", false], [1, "cmdoption-osxphotos-compare-o", false], [1, "cmdoption-osxphotos-import-o", false]], "-p": [[1, "cmdoption-osxphotos-import-P", false], [1, "cmdoption-osxphotos-timewarp-P", false], [1, "cmdoption-osxphotos-import-p", false], [1, "cmdoption-osxphotos-timewarp-p", false]], "-r": [[1, "cmdoption-osxphotos-import-R", false], [1, "cmdoption-osxphotos-sync-R", false], [1, "cmdoption-osxphotos-timewarp-R", false], [1, "cmdoption-osxphotos-import-r", false], [1, "cmdoption-osxphotos-install-r", false]], "-s": [[1, "cmdoption-osxphotos-import-S", false], [1, "cmdoption-osxphotos-compare-s", false], [1, "cmdoption-osxphotos-import-s", false], [1, "cmdoption-osxphotos-sync-s", false]], "-t": [[1, "cmdoption-osxphotos-import-T", false], [1, "cmdoption-osxphotos-inspect-T", false], [1, "cmdoption-osxphotos-template-T", false], [1, "cmdoption-osxphotos-timewarp-T", false], [1, "cmdoption-osxphotos-batch-edit-t", false], [1, "cmdoption-osxphotos-compare-t", false], [1, "cmdoption-osxphotos-import-t", false], [1, "cmdoption-osxphotos-inspect-t", false], [1, "cmdoption-osxphotos-timewarp-t", false]], "-u": [[1, "cmdoption-osxphotos-import-U", false], [1, "cmdoption-osxphotos-install-U", false], [1, "cmdoption-osxphotos-sync-U", false], [1, "cmdoption-osxphotos-timewarp-U", false], [1, "cmdoption-osxphotos-batch-edit-u", false], [1, "cmdoption-osxphotos-timewarp-u", false]], "-v": [[1, "cmdoption-osxphotos-add-locations-V", false], [1, "cmdoption-osxphotos-batch-edit-V", false], [1, "cmdoption-osxphotos-compare-V", false], [1, "cmdoption-osxphotos-exiftool-V", false], [1, "cmdoption-osxphotos-export-V", false], [1, "cmdoption-osxphotos-exportdb-V", false], [1, "cmdoption-osxphotos-import-V", false], [1, "cmdoption-osxphotos-orphans-V", false], [1, "cmdoption-osxphotos-push-exif-V", false], [1, "cmdoption-osxphotos-sync-V", false], [1, "cmdoption-osxphotos-timewarp-V", false], [1, "cmdoption-osxphotos-v", false]], "-w": [[1, "cmdoption-osxphotos-add-locations-w", false], [1, "cmdoption-osxphotos-import-w", false]], "-x": [[1, "cmdoption-osxphotos-import-X", false]], "-y": [[1, "cmdoption-osxphotos-uninstall-y", false]], "-z": [[1, "cmdoption-osxphotos-timewarp-z", false]], "activities (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.activities", false]], "added_after (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.added_after", false]], "added_before (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.added_before", false]], "added_in_last (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.added_in_last", false]], "address (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.address", false]], "address_str (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.address_str", false]], "addvalues() (osxphotos.exiftool method)": [[6, "osxphotos.ExifTool.addvalues", false]], "adjustments (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.adjustments", false]], "adjustments_path (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.adjustments_path", false]], "album (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.album", false]], "album_info (osxphotos.folderinfo property)": [[6, "osxphotos.FolderInfo.album_info", false]], "album_info (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.album_info", false]], "album_info (osxphotos.iphotofolderinfo property)": [[6, "osxphotos.iPhotoFolderInfo.album_info", false]], "album_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.album_info", false]], "album_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.album_info", false]], "album_info (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.album_info", false]], "album_info_shared (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.album_info_shared", false]], "albuminfo (class in osxphotos)": [[6, "osxphotos.AlbumInfo", false]], "albums (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.albums", false]], "albums (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.albums", false]], "albums (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.albums", false]], "albums (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.albums", false]], "albums_as_dict (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.albums_as_dict", false]], "albums_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.albums_as_dict", false]], "albums_shared (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.albums_shared", false]], "albums_shared_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.albums_shared_as_dict", false]], "albumsortorder (class in osxphotos)": [[6, "osxphotos.AlbumSortOrder", false]], "all (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.all", false]], "all_files() (osxphotos.exportresults method)": [[6, "osxphotos.ExportResults.all_files", false]], "append() (osxphotos.photosalbum method)": [[6, "osxphotos.PhotosAlbum.append", false]], "append() (osxphotos.photosalbumphotoscript method)": [[6, "osxphotos.PhotosAlbumPhotoScript.append", false]], "args": [[1, "cmdoption-osxphotos-run-arg-ARGS", false]], "asdict() (osxphotos.albuminfo method)": [[6, "osxphotos.AlbumInfo.asdict", false]], "asdict() (osxphotos.exiftool method)": [[6, "osxphotos.ExifTool.asdict", false]], "asdict() (osxphotos.faceinfo method)": [[6, "osxphotos.FaceInfo.asdict", false]], "asdict() (osxphotos.folderinfo method)": [[6, "osxphotos.FolderInfo.asdict", false]], "asdict() (osxphotos.importinfo method)": [[6, "osxphotos.ImportInfo.asdict", false]], "asdict() (osxphotos.iphotoalbuminfo method)": [[6, "osxphotos.iPhotoAlbumInfo.asdict", false]], "asdict() (osxphotos.iphotofaceinfo method)": [[6, "osxphotos.iPhotoFaceInfo.asdict", false]], "asdict() (osxphotos.iphotofolderinfo method)": [[6, "osxphotos.iPhotoFolderInfo.asdict", false]], "asdict() (osxphotos.iphotopersoninfo method)": [[6, "osxphotos.iPhotoPersonInfo.asdict", false]], "asdict() (osxphotos.iphotophotoinfo method)": [[6, "osxphotos.iPhotoPhotoInfo.asdict", false]], "asdict() (osxphotos.momentinfo method)": [[6, "osxphotos.MomentInfo.asdict", false]], "asdict() (osxphotos.personinfo method)": [[6, "osxphotos.PersonInfo.asdict", false]], "asdict() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.asdict", false]], "asdict() (osxphotos.placeinfo method)": [[6, "osxphotos.PlaceInfo.asdict", false]], "asdict() (osxphotos.scoreinfo method)": [[6, "osxphotos.ScoreInfo.asdict", false]], "asdict() (osxphotos.searchinfo method)": [[6, "osxphotos.SearchInfo.asdict", false]], "attributes (osxphotos.exportresults property)": [[6, "osxphotos.ExportResults.attributes", false]], "bit_flags (osxphotos.exportoptions property)": [[6, "osxphotos.ExportOptions.bit_flags", false]], "bodies_of_water (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.bodies_of_water", false]], "burst (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.burst", false]], "burst (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst", false]], "burst (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.burst", false]], "burst_album_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.burst_album_info", false]], "burst_album_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_album_info", false]], "burst_albums (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.burst_albums", false]], "burst_albums (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_albums", false]], "burst_default_pick (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_default_pick", false]], "burst_key (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_key", false]], "burst_photos (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.burst_photos", false]], "burst_photos (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_photos", false]], "burst_photos (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.burst_photos", false]], "burst_selected (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.burst_selected", false]], "camera (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.camera", false]], "center (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.center", false]], "center (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.center", false]], "center_x (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.center_x", false]], "center_y (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.center_y", false]], "city (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.city", false]], "close() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.close", false]], "cloud_guid (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.cloud_guid", false]], "cloud_metadata (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.cloud_metadata", false]], "cloud_owner_hashed_id (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.cloud_owner_hashed_id", false]], "cloudasset (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.cloudasset", false]], "commentinfo (class in osxphotos)": [[6, "osxphotos.CommentInfo", false]], "comments (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.comments", false]], "connection (osxphotos.exportdb property)": [[6, "osxphotos.ExportDB.connection", false]], "convert_to_jpeg (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.convert_to_jpeg", false]], "convert_to_jpeg() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.convert_to_jpeg", false]], "copy() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.copy", false]], "country (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.country", false]], "country_code (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.country_code", false]], "create_file_record() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.create_file_record", false]], "create_or_get_file_record() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.create_or_get_file_record", false]], "date (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.date", false]], "date (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.date", false]], "date (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.date", false]], "date_added (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.date_added", false]], "date_added (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.date_added", false]], "date_modified (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.date_modified", false]], "date_modified (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.date_modified", false]], "date_original (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.date_original", false]], "date_trashed (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.date_trashed", false]], "datetime (osxphotos.exportresults property)": [[6, "osxphotos.ExportResults.datetime", false]], "db_path (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.db_path", false]], "db_version (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.db_version", false]], "db_version (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.db_version", false]], "delete_data_for_filepath() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.delete_data_for_filepath", false]], "delete_data_for_uuid() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.delete_data_for_uuid", false]], "deleted (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.deleted", false]], "deleted_only (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.deleted_only", false]], "description (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.description", false]], "description (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.description", false]], "description (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.description", false]], "description_template (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.description_template", false]], "dest": [[1, "cmdoption-osxphotos-export-arg-DEST", false]], "detected_text (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.detected_text", false]], "detected_text() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.detected_text", false]], "download_missing (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.download_missing", false]], "dry_run (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.dry_run", false]], "duplicate (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.duplicate", false]], "duplicates (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.duplicates", false]], "edited (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.edited", false]], "edited (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.edited", false]], "end_date (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.end_date", false]], "event_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.event_info", false]], "execute() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.execute", false]], "exif (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.exif", false]], "exif_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.exif_info", false]], "exif_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.exif_info", false]], "exifinfo (class in osxphotos)": [[6, "osxphotos.ExifInfo", false]], "exiftool (class in osxphotos)": [[6, "osxphotos.ExifTool", false]], "exiftool (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.exiftool", false]], "exiftool (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.exiftool", false]], "exiftool (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.exiftool", false]], "exiftool_dict() (osxphotos.exifwriter method)": [[6, "osxphotos.ExifWriter.exiftool_dict", false]], "exiftool_flags (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.exiftool_flags", false]], "exiftool_json_sidecar() (osxphotos.exifwriter method)": [[6, "osxphotos.ExifWriter.exiftool_json_sidecar", false]], "exifwriter (class in osxphotos)": [[6, "osxphotos.ExifWriter", false]], "expand_variables() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.expand_variables", false]], "expand_variables_to_str() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.expand_variables_to_str", false]], "export() (osxphotos.iphotophotoinfo method)": [[6, "osxphotos.iPhotoPhotoInfo.export", false]], "export() (osxphotos.photoexporter method)": [[6, "osxphotos.PhotoExporter.export", false]], "export() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.export", false]], "export_aae (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.export_aae", false]], "export_as_hardlink (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.export_as_hardlink", false]], "export_database": [[1, "cmdoption-osxphotos-exportdb-arg-EXPORT_DATABASE", false]], "export_db (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.export_db", false]], "export_dir (osxphotos.exportdb property)": [[6, "osxphotos.ExportDB.export_dir", false]], "export_directory": [[1, "cmdoption-osxphotos-exiftool-arg-EXPORT_DIRECTORY", false]], "exportdb (class in osxphotos)": [[6, "osxphotos.ExportDB", false]], "exportdbtemp (class in osxphotos)": [[6, "osxphotos.ExportDBTemp", false]], "exportoptions (class in osxphotos)": [[6, "osxphotos.ExportOptions", false]], "exportresults (class in osxphotos)": [[6, "osxphotos.ExportResults", false]], "extend() (osxphotos.photosalbum method)": [[6, "osxphotos.PhotosAlbum.extend", false]], "extend() (osxphotos.photosalbumphotoscript method)": [[6, "osxphotos.PhotosAlbumPhotoScript.extend", false]], "external_edit (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.external_edit", false]], "external_edit (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.external_edit", false]], "face_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.face_info", false]], "face_info (osxphotos.personinfo property)": [[6, "osxphotos.PersonInfo.face_info", false]], "face_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.face_info", false]], "face_rect() (osxphotos.faceinfo method)": [[6, "osxphotos.FaceInfo.face_rect", false]], "face_rect() (osxphotos.iphotofaceinfo method)": [[6, "osxphotos.iPhotoFaceInfo.face_rect", false]], "face_regions (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.face_regions", false]], "facecount (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.facecount", false]], "faceinfo (class in osxphotos)": [[6, "osxphotos.FaceInfo", false]], "favorite (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.favorite", false]], "favorite (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.favorite", false]], "favorite (osxphotos.personinfo property)": [[6, "osxphotos.PersonInfo.favorite", false]], "favorite (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.favorite", false]], "favorite (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.favorite", false]], "favorite_rating (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.favorite_rating", false]], "feature_less (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.feature_less", false]], "feature_less (osxphotos.personinfo property)": [[6, "osxphotos.PersonInfo.feature_less", false]], "file_sig() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.file_sig", false]], "filename (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.filename", false]], "filename (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.filename", false]], "files_or_dirs": [[1, "cmdoption-osxphotos-import-arg-FILES_OR_DIRS", false]], "fileutil (class in osxphotos)": [[6, "osxphotos.FileUtil", false]], "fileutil (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.fileutil", false]], "fileutilnoop (class in osxphotos)": [[6, "osxphotos.FileUtilNoOp", false]], "filter_predicate() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.filter_predicate", false]], "fingerprint (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.fingerprint", false]], "fingerprint (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.fingerprint", false]], "fix_orientation (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.fix_orientation", false]], "flagged (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.flagged", false]], "flagged (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.flagged", false]], "folder (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.folder", false]], "folder_info (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.folder_info", false]], "folder_list (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.folder_list", false]], "folder_list (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.folder_list", false]], "folder_list (osxphotos.projectinfo property)": [[6, "osxphotos.ProjectInfo.folder_list", false]], "folder_names (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.folder_names", false]], "folder_names (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.folder_names", false]], "folder_names (osxphotos.projectinfo property)": [[6, "osxphotos.ProjectInfo.folder_names", false]], "folderinfo (class in osxphotos)": [[6, "osxphotos.FolderInfo", false]], "folders (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.folders", false]], "force_update (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.force_update", false]], "from_date (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.from_date", false]], "from_time (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.from_time", false]], "function (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.function", false]], "get_db_connection() (osxphotos.iphotodb method)": [[6, "osxphotos.iPhotoDB.get_db_connection", false]], "get_db_connection() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.get_db_connection", false]], "get_export_results() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_export_results", false]], "get_exported_files() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_exported_files", false]], "get_field_values() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_field_values", false]], "get_file_record() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_file_record", false]], "get_files_for_uuid() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_files_for_uuid", false]], "get_filter_values() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_filter_values", false]], "get_format_values() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_format_values", false]], "get_history() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_history", false]], "get_last_export_directory() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_last_export_directory", false]], "get_media_type() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_media_type", false]], "get_photo() (osxphotos.iphotodb method)": [[6, "osxphotos.iPhotoDB.get_photo", false]], "get_photo() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.get_photo", false]], "get_photo_bool_attribute() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_photo_bool_attribute", false]], "get_photo_video_type() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_photo_video_type", false]], "get_photoinfo_for_uuid() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_photoinfo_for_uuid", false]], "get_previous_uuids() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_previous_uuids", false]], "get_target_for_file() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_target_for_file", false]], "get_template_value() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value", false]], "get_template_value_exiftool() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value_exiftool", false]], "get_template_value_filter_function() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value_filter_function", false]], "get_template_value_function() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value_function", false]], "get_template_value_multi() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value_multi", false]], "get_template_value_pathlib() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.get_template_value_pathlib", false]], "get_uuid_for_file() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.get_uuid_for_file", false]], "hardlink() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.hardlink", false]], "has_comment (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.has_comment", false]], "has_likes (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.has_likes", false]], "has_raw (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.has_raw", false]], "has_raw (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.has_raw", false]], "hasadjustments (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.hasadjustments", false]], "hasadjustments (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.hasadjustments", false]], "hdr (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.hdr", false]], "hdr (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.hdr", false]], "height (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.height", false]], "height (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.height", false]], "hexdigest (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.hexdigest", false]], "hexdigest (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.hexdigest", false]], "hidden (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.hidden", false]], "hidden (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.hidden", false]], "hidden (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.hidden", false]], "holidays (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.holidays", false]], "ignore_case (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.ignore_case", false]], "ignore_date_modified (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.ignore_date_modified", false]], "ignore_signature (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.ignore_signature", false]], "import_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.import_info", false]], "import_info (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.import_info", false]], "importinfo (class in osxphotos)": [[6, "osxphotos.ImportInfo", false]], "in_album (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.in_album", false]], "incloud (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.incloud", false]], "incloud (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.incloud", false]], "increment (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.increment", false]], "intrash (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.intrash", false]], "intrash (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.intrash", false]], "iphotoalbuminfo (class in osxphotos)": [[6, "osxphotos.iPhotoAlbumInfo", false]], "iphotodb (class in osxphotos)": [[6, "osxphotos.iPhotoDB", false]], "iphotofaceinfo (class in osxphotos)": [[6, "osxphotos.iPhotoFaceInfo", false]], "iphotofolderinfo (class in osxphotos)": [[6, "osxphotos.iPhotoFolderInfo", false]], "iphotopersoninfo (class in osxphotos)": [[6, "osxphotos.iPhotoPersonInfo", false]], "iphotophotoinfo (class in osxphotos)": [[6, "osxphotos.iPhotoPhotoInfo", false]], "is_debug() (in module osxphotos)": [[6, "osxphotos.is_debug", false]], "is_reference (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.is_reference", false]], "iscloudasset (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.iscloudasset", false]], "ishome (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.ishome", false]], "ismissing (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.ismissing", false]], "ismissing (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.ismissing", false]], "ismovie (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.ismovie", false]], "ismovie (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.ismovie", false]], "isphoto (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.isphoto", false]], "isphoto (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.isphoto", false]], "israw (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.israw", false]], "israw (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.israw", false]], "isreference (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.isreference", false]], "isreference (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.isreference", false]], "jpeg_ext (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.jpeg_ext", false]], "jpeg_quality (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.jpeg_quality", false]], "json() (osxphotos.exiftool method)": [[6, "osxphotos.ExifTool.json", false]], "json() (osxphotos.faceinfo method)": [[6, "osxphotos.FaceInfo.json", false]], "json() (osxphotos.iphotoalbuminfo method)": [[6, "osxphotos.iPhotoAlbumInfo.json", false]], "json() (osxphotos.iphotofaceinfo method)": [[6, "osxphotos.iPhotoFaceInfo.json", false]], "json() (osxphotos.iphotofolderinfo method)": [[6, "osxphotos.iPhotoFolderInfo.json", false]], "json() (osxphotos.iphotopersoninfo method)": [[6, "osxphotos.iPhotoPersonInfo.json", false]], "json() (osxphotos.iphotophotoinfo method)": [[6, "osxphotos.iPhotoPhotoInfo.json", false]], "json() (osxphotos.personinfo method)": [[6, "osxphotos.PersonInfo.json", false]], "json() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.json", false]], "keyface (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.keyface", false]], "keyphoto (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.keyphoto", false]], "keyword (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.keyword", false]], "keyword_template (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.keyword_template", false]], "keywords (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.keywords", false]], "keywords (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.keywords", false]], "keywords (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.keywords", false]], "keywords_as_dict (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.keywords_as_dict", false]], "keywords_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.keywords_as_dict", false]], "keywords_without_photo (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.keywords_without_photo", false]], "label (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.label", false]], "labels (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.labels", false]], "labels (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.labels", false]], "labels (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.labels", false]], "labels_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.labels_as_dict", false]], "labels_normalized (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.labels_normalized", false]], "labels_normalized (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.labels_normalized", false]], "labels_normalized_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.labels_normalized_as_dict", false]], "latitude (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.latitude", false]], "latitude (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.latitude", false]], "library_a": [[1, "cmdoption-osxphotos-compare-arg-LIBRARY_A", false]], "library_b": [[1, "cmdoption-osxphotos-compare-arg-LIBRARY_B", false]], "library_path (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.library_path", false]], "likeinfo (class in osxphotos)": [[6, "osxphotos.LikeInfo", false]], "likes (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.likes", false]], "live (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.live", false]], "live_photo (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.live_photo", false]], "live_photo (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.live_photo", false]], "locality_names (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.locality_names", false]], "location (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.location", false]], "location (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.location", false]], "location (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.location", false]], "location (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.location", false]], "location (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.location", false]], "longitude (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.longitude", false]], "longitude (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.longitude", false]], "max_size (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.max_size", false]], "media_types (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.media_types", false]], "merge_exif_keywords (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.merge_exif_keywords", false]], "merge_exif_persons (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.merge_exif_persons", false]], "metadata": [[1, "cmdoption-osxphotos-push-exif-arg-METADATA", false]], "min_size (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.min_size", false]], "missing (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.missing", false]], "missing_bursts (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.missing_bursts", false]], "modification_date (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.modification_date", false]], "module": [[6, "module-osxphotos", false]], "moment_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.moment_info", false]], "moment_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.moment_info", false]], "momentinfo (class in osxphotos)": [[6, "osxphotos.MomentInfo", false]], "month (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.month", false]], "movies (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.movies", false]], "mpri_reg_rect (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.mpri_reg_rect", false]], "mpri_reg_rect (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.mpri_reg_rect", false]], "mwg_rs_area (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.mwg_rs_area", false]], "mwg_rs_area (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.mwg_rs_area", false]], "name (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.name", false]], "name (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.name", false]], "name (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.name", false]], "name (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.name", false]], "names (osxphotos.placeinfo property)": [[6, "osxphotos.PlaceInfo.names", false]], "neighborhoods (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.neighborhoods", false]], "no_comment (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_comment", false]], "no_description (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_description", false]], "no_keyword (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_keyword", false]], "no_likes (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_likes", false]], "no_location (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_location", false]], "no_place (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_place", false]], "no_title (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.no_title", false]], "not_burst (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_burst", false]], "not_cloudasset (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_cloudasset", false]], "not_edited (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_edited", false]], "not_favorite (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_favorite", false]], "not_hdr (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_hdr", false]], "not_hidden (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_hidden", false]], "not_in_album (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_in_album", false]], "not_incloud (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_incloud", false]], "not_live (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_live", false]], "not_missing (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_missing", false]], "not_panorama (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_panorama", false]], "not_portrait (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_portrait", false]], "not_reference (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_reference", false]], "not_saved_to_library (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_saved_to_library", false]], "not_screen_recording (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_screen_recording", false]], "not_screenshot (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_screenshot", false]], "not_selfie (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_selfie", false]], "not_shared (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_shared", false]], "not_shared_library (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_shared_library", false]], "not_shared_moment (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_shared_moment", false]], "not_slow_mo (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_slow_mo", false]], "not_syndicated (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_syndicated", false]], "not_time_lapse (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.not_time_lapse", false]], "orientation (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.orientation", false]], "orientation (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.orientation", false]], "original_filename (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.original_filename", false]], "original_filename (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.original_filename", false]], "original_filesize (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.original_filesize", false]], "original_filesize (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.original_filesize", false]], "original_height (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.original_height", false]], "original_height (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.original_height", false]], "original_orientation (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.original_orientation", false]], "original_width (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.original_width", false]], "original_width (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.original_width", false]], "osxphotos": [[6, "module-osxphotos", false]], "osxphotos command line option": [[1, "cmdoption-osxphotos-v", false]], "osxphotos-add-locations command line option": [[1, "cmdoption-osxphotos-add-locations-V", false], [1, "cmdoption-osxphotos-add-locations-added-after", false], [1, "cmdoption-osxphotos-add-locations-added-before", false], [1, "cmdoption-osxphotos-add-locations-added-in-last", false], [1, "cmdoption-osxphotos-add-locations-album", false], [1, "cmdoption-osxphotos-add-locations-burst", false], [1, "cmdoption-osxphotos-add-locations-cloudasset", false], [1, "cmdoption-osxphotos-add-locations-description", false], [1, "cmdoption-osxphotos-add-locations-dry-run", false], [1, "cmdoption-osxphotos-add-locations-duplicate", false], [1, "cmdoption-osxphotos-add-locations-edited", false], [1, "cmdoption-osxphotos-add-locations-exif", false], [1, "cmdoption-osxphotos-add-locations-external-edit", false], [1, "cmdoption-osxphotos-add-locations-favorite", false], [1, "cmdoption-osxphotos-add-locations-folder", false], [1, "cmdoption-osxphotos-add-locations-from-date", false], [1, "cmdoption-osxphotos-add-locations-from-time", false], [1, "cmdoption-osxphotos-add-locations-has-comment", false], [1, "cmdoption-osxphotos-add-locations-has-likes", false], [1, "cmdoption-osxphotos-add-locations-has-raw", false], [1, "cmdoption-osxphotos-add-locations-hdr", false], [1, "cmdoption-osxphotos-add-locations-hidden", false], [1, "cmdoption-osxphotos-add-locations-i", false], [1, "cmdoption-osxphotos-add-locations-in-album", false], [1, "cmdoption-osxphotos-add-locations-incloud", false], [1, "cmdoption-osxphotos-add-locations-is-reference", false], [1, "cmdoption-osxphotos-add-locations-keyword", false], [1, "cmdoption-osxphotos-add-locations-label", false], [1, "cmdoption-osxphotos-add-locations-live", false], [1, "cmdoption-osxphotos-add-locations-location", false], [1, "cmdoption-osxphotos-add-locations-max-size", false], [1, "cmdoption-osxphotos-add-locations-min-size", false], [1, "cmdoption-osxphotos-add-locations-missing", false], [1, "cmdoption-osxphotos-add-locations-name", false], [1, "cmdoption-osxphotos-add-locations-no-comment", false], [1, "cmdoption-osxphotos-add-locations-no-description", false], [1, "cmdoption-osxphotos-add-locations-no-keyword", false], [1, "cmdoption-osxphotos-add-locations-no-likes", false], [1, "cmdoption-osxphotos-add-locations-no-location", false], [1, "cmdoption-osxphotos-add-locations-no-place", false], [1, "cmdoption-osxphotos-add-locations-no-title", false], [1, "cmdoption-osxphotos-add-locations-not-burst", false], [1, "cmdoption-osxphotos-add-locations-not-cloudasset", false], [1, "cmdoption-osxphotos-add-locations-not-edited", false], [1, "cmdoption-osxphotos-add-locations-not-favorite", false], [1, "cmdoption-osxphotos-add-locations-not-hdr", false], [1, "cmdoption-osxphotos-add-locations-not-hidden", false], [1, "cmdoption-osxphotos-add-locations-not-in-album", false], [1, "cmdoption-osxphotos-add-locations-not-incloud", false], [1, "cmdoption-osxphotos-add-locations-not-live", false], [1, "cmdoption-osxphotos-add-locations-not-missing", false], [1, "cmdoption-osxphotos-add-locations-not-panorama", false], [1, "cmdoption-osxphotos-add-locations-not-portrait", false], [1, "cmdoption-osxphotos-add-locations-not-reference", false], [1, "cmdoption-osxphotos-add-locations-not-saved-to-library", false], [1, "cmdoption-osxphotos-add-locations-not-screen-recording", false], [1, "cmdoption-osxphotos-add-locations-not-screenshot", false], [1, "cmdoption-osxphotos-add-locations-not-selfie", false], [1, "cmdoption-osxphotos-add-locations-not-shared", false], [1, "cmdoption-osxphotos-add-locations-not-shared-library", false], [1, "cmdoption-osxphotos-add-locations-not-shared-moment", false], [1, "cmdoption-osxphotos-add-locations-not-slow-mo", false], [1, "cmdoption-osxphotos-add-locations-not-syndicated", false], [1, "cmdoption-osxphotos-add-locations-not-time-lapse", false], [1, "cmdoption-osxphotos-add-locations-only-movies", false], [1, "cmdoption-osxphotos-add-locations-only-photos", false], [1, "cmdoption-osxphotos-add-locations-panorama", false], [1, "cmdoption-osxphotos-add-locations-person", false], [1, "cmdoption-osxphotos-add-locations-place", false], [1, "cmdoption-osxphotos-add-locations-portrait", false], [1, "cmdoption-osxphotos-add-locations-query-eval", false], [1, "cmdoption-osxphotos-add-locations-query-function", false], [1, "cmdoption-osxphotos-add-locations-regex", false], [1, "cmdoption-osxphotos-add-locations-saved-to-library", false], [1, "cmdoption-osxphotos-add-locations-screen-recording", false], [1, "cmdoption-osxphotos-add-locations-screenshot", false], [1, "cmdoption-osxphotos-add-locations-selected", false], [1, "cmdoption-osxphotos-add-locations-selfie", false], [1, "cmdoption-osxphotos-add-locations-shared", false], [1, "cmdoption-osxphotos-add-locations-shared-library", false], [1, "cmdoption-osxphotos-add-locations-shared-moment", false], [1, "cmdoption-osxphotos-add-locations-slow-mo", false], [1, "cmdoption-osxphotos-add-locations-syndicated", false], [1, "cmdoption-osxphotos-add-locations-theme", false], [1, "cmdoption-osxphotos-add-locations-time-lapse", false], [1, "cmdoption-osxphotos-add-locations-timestamp", false], [1, "cmdoption-osxphotos-add-locations-title", false], [1, "cmdoption-osxphotos-add-locations-to-date", false], [1, "cmdoption-osxphotos-add-locations-to-time", false], [1, "cmdoption-osxphotos-add-locations-uti", false], [1, "cmdoption-osxphotos-add-locations-uuid", false], [1, "cmdoption-osxphotos-add-locations-uuid-from-file", false], [1, "cmdoption-osxphotos-add-locations-w", false], [1, "cmdoption-osxphotos-add-locations-year", false]], "osxphotos-albums command line option": [[1, "cmdoption-osxphotos-albums-json", false], [1, "cmdoption-osxphotos-albums-library", false]], "osxphotos-batch-edit command line option": [[1, "cmdoption-osxphotos-batch-edit-K", false], [1, "cmdoption-osxphotos-batch-edit-V", false], [1, "cmdoption-osxphotos-batch-edit-a", false], [1, "cmdoption-osxphotos-batch-edit-d", false], [1, "cmdoption-osxphotos-batch-edit-dry-run", false], [1, "cmdoption-osxphotos-batch-edit-f", false], [1, "cmdoption-osxphotos-batch-edit-k", false], [1, "cmdoption-osxphotos-batch-edit-l", false], [1, "cmdoption-osxphotos-batch-edit-library", false], [1, "cmdoption-osxphotos-batch-edit-t", false], [1, "cmdoption-osxphotos-batch-edit-theme", false], [1, "cmdoption-osxphotos-batch-edit-timestamp", false], [1, "cmdoption-osxphotos-batch-edit-u", false]], "osxphotos-compare command line option": [[1, "cmdoption-osxphotos-compare-V", false], [1, "cmdoption-osxphotos-compare-arg-LIBRARY_A", false], [1, "cmdoption-osxphotos-compare-arg-LIBRARY_B", false], [1, "cmdoption-osxphotos-compare-c", false], [1, "cmdoption-osxphotos-compare-j", false], [1, "cmdoption-osxphotos-compare-k", false], [1, "cmdoption-osxphotos-compare-o", false], [1, "cmdoption-osxphotos-compare-s", false], [1, "cmdoption-osxphotos-compare-t", false]], "osxphotos-dump command line option": [[1, "cmdoption-osxphotos-dump-deleted", false], [1, "cmdoption-osxphotos-dump-deleted-only", false], [1, "cmdoption-osxphotos-dump-f", false], [1, "cmdoption-osxphotos-dump-json", false], [1, "cmdoption-osxphotos-dump-library", false], [1, "cmdoption-osxphotos-dump-print", false]], "osxphotos-exiftool command line option": [[1, "cmdoption-osxphotos-exiftool-V", false], [1, "cmdoption-osxphotos-exiftool-album-keyword", false], [1, "cmdoption-osxphotos-exiftool-append", false], [1, "cmdoption-osxphotos-exiftool-arg-EXPORT_DIRECTORY", false], [1, "cmdoption-osxphotos-exiftool-db-config", false], [1, "cmdoption-osxphotos-exiftool-description-template", false], [1, "cmdoption-osxphotos-exiftool-dry-run", false], [1, "cmdoption-osxphotos-exiftool-exiftool-merge-keywords", false], [1, "cmdoption-osxphotos-exiftool-exiftool-merge-persons", false], [1, "cmdoption-osxphotos-exiftool-exiftool-option", false], [1, "cmdoption-osxphotos-exiftool-exiftool-path", false], [1, "cmdoption-osxphotos-exiftool-exportdb", false], [1, "cmdoption-osxphotos-exiftool-ignore-date-modified", false], [1, "cmdoption-osxphotos-exiftool-keyword-template", false], [1, "cmdoption-osxphotos-exiftool-library", false], [1, "cmdoption-osxphotos-exiftool-load-config", false], [1, "cmdoption-osxphotos-exiftool-person-keyword", false], [1, "cmdoption-osxphotos-exiftool-replace-keywords", false], [1, "cmdoption-osxphotos-exiftool-report", false], [1, "cmdoption-osxphotos-exiftool-save-config", false], [1, "cmdoption-osxphotos-exiftool-theme", false], [1, "cmdoption-osxphotos-exiftool-timestamp", false]], "osxphotos-export command line option": [[1, "cmdoption-osxphotos-export-F", false], [1, "cmdoption-osxphotos-export-V", false], [1, "cmdoption-osxphotos-export-add-exported-to-album", false], [1, "cmdoption-osxphotos-export-add-missing-to-album", false], [1, "cmdoption-osxphotos-export-add-skipped-to-album", false], [1, "cmdoption-osxphotos-export-added-after", false], [1, "cmdoption-osxphotos-export-added-before", false], [1, "cmdoption-osxphotos-export-added-in-last", false], [1, "cmdoption-osxphotos-export-album", false], [1, "cmdoption-osxphotos-export-album-keyword", false], [1, "cmdoption-osxphotos-export-alt-copy", false], [1, "cmdoption-osxphotos-export-alt-db", false], [1, "cmdoption-osxphotos-export-append", false], [1, "cmdoption-osxphotos-export-arg-DEST", false], [1, "cmdoption-osxphotos-export-burst", false], [1, "cmdoption-osxphotos-export-checkpoint", false], [1, "cmdoption-osxphotos-export-cleanup", false], [1, "cmdoption-osxphotos-export-cloudasset", false], [1, "cmdoption-osxphotos-export-config-only", false], [1, "cmdoption-osxphotos-export-convert-to-jpeg", false], [1, "cmdoption-osxphotos-export-current-name", false], [1, "cmdoption-osxphotos-export-deleted", false], [1, "cmdoption-osxphotos-export-deleted-only", false], [1, "cmdoption-osxphotos-export-description", false], [1, "cmdoption-osxphotos-export-description-template", false], [1, "cmdoption-osxphotos-export-directory", false], [1, "cmdoption-osxphotos-export-download-missing", false], [1, "cmdoption-osxphotos-export-dry-run", false], [1, "cmdoption-osxphotos-export-duplicate", false], [1, "cmdoption-osxphotos-export-edited", false], [1, "cmdoption-osxphotos-export-edited-suffix", false], [1, "cmdoption-osxphotos-export-exif", false], [1, "cmdoption-osxphotos-export-exiftool", false], [1, "cmdoption-osxphotos-export-exiftool-merge-keywords", false], [1, "cmdoption-osxphotos-export-exiftool-merge-persons", false], [1, "cmdoption-osxphotos-export-exiftool-option", false], [1, "cmdoption-osxphotos-export-exiftool-path", false], [1, "cmdoption-osxphotos-export-export-aae", false], [1, "cmdoption-osxphotos-export-export-as-hardlink", false], [1, "cmdoption-osxphotos-export-export-by-date", false], [1, "cmdoption-osxphotos-export-exportdb", false], [1, "cmdoption-osxphotos-export-external-edit", false], [1, "cmdoption-osxphotos-export-favorite", false], [1, "cmdoption-osxphotos-export-favorite-rating", false], [1, "cmdoption-osxphotos-export-filename", false], [1, "cmdoption-osxphotos-export-finder-tag-keywords", false], [1, "cmdoption-osxphotos-export-finder-tag-template", false], [1, "cmdoption-osxphotos-export-fix-orientation", false], [1, "cmdoption-osxphotos-export-folder", false], [1, "cmdoption-osxphotos-export-force-update", false], [1, "cmdoption-osxphotos-export-from-date", false], [1, "cmdoption-osxphotos-export-from-time", false], [1, "cmdoption-osxphotos-export-has-comment", false], [1, "cmdoption-osxphotos-export-has-likes", false], [1, "cmdoption-osxphotos-export-has-raw", false], [1, "cmdoption-osxphotos-export-hdr", false], [1, "cmdoption-osxphotos-export-hidden", false], [1, "cmdoption-osxphotos-export-i", false], [1, "cmdoption-osxphotos-export-ignore-date-modified", false], [1, "cmdoption-osxphotos-export-ignore-signature", false], [1, "cmdoption-osxphotos-export-in-album", false], [1, "cmdoption-osxphotos-export-incloud", false], [1, "cmdoption-osxphotos-export-is-reference", false], [1, "cmdoption-osxphotos-export-jpeg-ext", false], [1, "cmdoption-osxphotos-export-jpeg-quality", false], [1, "cmdoption-osxphotos-export-keep", false], [1, "cmdoption-osxphotos-export-keyword", false], [1, "cmdoption-osxphotos-export-keyword-template", false], [1, "cmdoption-osxphotos-export-label", false], [1, "cmdoption-osxphotos-export-library", false], [1, "cmdoption-osxphotos-export-limit", false], [1, "cmdoption-osxphotos-export-live", false], [1, "cmdoption-osxphotos-export-load-config", false], [1, "cmdoption-osxphotos-export-location", false], [1, "cmdoption-osxphotos-export-max-size", false], [1, "cmdoption-osxphotos-export-min-size", false], [1, "cmdoption-osxphotos-export-missing", false], [1, "cmdoption-osxphotos-export-name", false], [1, "cmdoption-osxphotos-export-no-comment", false], [1, "cmdoption-osxphotos-export-no-description", false], [1, "cmdoption-osxphotos-export-no-exportdb", false], [1, "cmdoption-osxphotos-export-no-keyword", false], [1, "cmdoption-osxphotos-export-no-likes", false], [1, "cmdoption-osxphotos-export-no-location", false], [1, "cmdoption-osxphotos-export-no-place", false], [1, "cmdoption-osxphotos-export-no-progress", false], [1, "cmdoption-osxphotos-export-no-title", false], [1, "cmdoption-osxphotos-export-not-burst", false], [1, "cmdoption-osxphotos-export-not-cloudasset", false], [1, "cmdoption-osxphotos-export-not-edited", false], [1, "cmdoption-osxphotos-export-not-favorite", false], [1, "cmdoption-osxphotos-export-not-hdr", false], [1, "cmdoption-osxphotos-export-not-hidden", false], [1, "cmdoption-osxphotos-export-not-in-album", false], [1, "cmdoption-osxphotos-export-not-incloud", false], [1, "cmdoption-osxphotos-export-not-live", false], [1, "cmdoption-osxphotos-export-not-missing", false], [1, "cmdoption-osxphotos-export-not-panorama", false], [1, "cmdoption-osxphotos-export-not-portrait", false], [1, "cmdoption-osxphotos-export-not-reference", false], [1, "cmdoption-osxphotos-export-not-saved-to-library", false], [1, "cmdoption-osxphotos-export-not-screen-recording", false], [1, "cmdoption-osxphotos-export-not-screenshot", false], [1, "cmdoption-osxphotos-export-not-selfie", false], [1, "cmdoption-osxphotos-export-not-shared", false], [1, "cmdoption-osxphotos-export-not-shared-library", false], [1, "cmdoption-osxphotos-export-not-shared-moment", false], [1, "cmdoption-osxphotos-export-not-slow-mo", false], [1, "cmdoption-osxphotos-export-not-syndicated", false], [1, "cmdoption-osxphotos-export-not-time-lapse", false], [1, "cmdoption-osxphotos-export-only-movies", false], [1, "cmdoption-osxphotos-export-only-new", false], [1, "cmdoption-osxphotos-export-only-photos", false], [1, "cmdoption-osxphotos-export-original-suffix", false], [1, "cmdoption-osxphotos-export-overwrite", false], [1, "cmdoption-osxphotos-export-panorama", false], [1, "cmdoption-osxphotos-export-person", false], [1, "cmdoption-osxphotos-export-person-keyword", false], [1, "cmdoption-osxphotos-export-place", false], [1, "cmdoption-osxphotos-export-portrait", false], [1, "cmdoption-osxphotos-export-post-command", false], [1, "cmdoption-osxphotos-export-post-command-error", false], [1, "cmdoption-osxphotos-export-post-function", false], [1, "cmdoption-osxphotos-export-preview", false], [1, "cmdoption-osxphotos-export-preview-if-missing", false], [1, "cmdoption-osxphotos-export-preview-suffix", false], [1, "cmdoption-osxphotos-export-print", false], [1, "cmdoption-osxphotos-export-query-eval", false], [1, "cmdoption-osxphotos-export-query-function", false], [1, "cmdoption-osxphotos-export-ramdb", false], [1, "cmdoption-osxphotos-export-regex", false], [1, "cmdoption-osxphotos-export-replace-keywords", false], [1, "cmdoption-osxphotos-export-report", false], [1, "cmdoption-osxphotos-export-retry", false], [1, "cmdoption-osxphotos-export-save-config", false], [1, "cmdoption-osxphotos-export-saved-to-library", false], [1, "cmdoption-osxphotos-export-screen-recording", false], [1, "cmdoption-osxphotos-export-screenshot", false], [1, "cmdoption-osxphotos-export-selected", false], [1, "cmdoption-osxphotos-export-selfie", false], [1, "cmdoption-osxphotos-export-shared", false], [1, "cmdoption-osxphotos-export-shared-library", false], [1, "cmdoption-osxphotos-export-shared-moment", false], [1, "cmdoption-osxphotos-export-sidecar", false], [1, "cmdoption-osxphotos-export-sidecar-drop-ext", false], [1, "cmdoption-osxphotos-export-sidecar-template", false], [1, "cmdoption-osxphotos-export-skip-bursts", false], [1, "cmdoption-osxphotos-export-skip-edited", false], [1, "cmdoption-osxphotos-export-skip-live", false], [1, "cmdoption-osxphotos-export-skip-original-if-edited", false], [1, "cmdoption-osxphotos-export-skip-raw", false], [1, "cmdoption-osxphotos-export-skip-uuid", false], [1, "cmdoption-osxphotos-export-skip-uuid-from-file", false], [1, "cmdoption-osxphotos-export-slow-mo", false], [1, "cmdoption-osxphotos-export-strip", false], [1, "cmdoption-osxphotos-export-syndicated", false], [1, "cmdoption-osxphotos-export-theme", false], [1, "cmdoption-osxphotos-export-time-lapse", false], [1, "cmdoption-osxphotos-export-timestamp", false], [1, "cmdoption-osxphotos-export-title", false], [1, "cmdoption-osxphotos-export-tmpdir", false], [1, "cmdoption-osxphotos-export-to-date", false], [1, "cmdoption-osxphotos-export-to-time", false], [1, "cmdoption-osxphotos-export-touch-file", false], [1, "cmdoption-osxphotos-export-update", false], [1, "cmdoption-osxphotos-export-update-errors", false], [1, "cmdoption-osxphotos-export-use-photokit", false], [1, "cmdoption-osxphotos-export-use-photos-export", false], [1, "cmdoption-osxphotos-export-uti", false], [1, "cmdoption-osxphotos-export-uuid", false], [1, "cmdoption-osxphotos-export-uuid-from-file", false], [1, "cmdoption-osxphotos-export-xattr-template", false], [1, "cmdoption-osxphotos-export-year", false]], "osxphotos-exportdb command line option": [[1, "cmdoption-osxphotos-exportdb-V", false], [1, "cmdoption-osxphotos-exportdb-append", false], [1, "cmdoption-osxphotos-exportdb-arg-EXPORT_DATABASE", false], [1, "cmdoption-osxphotos-exportdb-check", false], [1, "cmdoption-osxphotos-exportdb-check-signatures", false], [1, "cmdoption-osxphotos-exportdb-create", false], [1, "cmdoption-osxphotos-exportdb-delete-file", false], [1, "cmdoption-osxphotos-exportdb-delete-uuid", false], [1, "cmdoption-osxphotos-exportdb-dry-run", false], [1, "cmdoption-osxphotos-exportdb-errors", false], [1, "cmdoption-osxphotos-exportdb-export-dir", false], [1, "cmdoption-osxphotos-exportdb-history", false], [1, "cmdoption-osxphotos-exportdb-info", false], [1, "cmdoption-osxphotos-exportdb-last-errors", false], [1, "cmdoption-osxphotos-exportdb-last-export-dir", false], [1, "cmdoption-osxphotos-exportdb-last-run", false], [1, "cmdoption-osxphotos-exportdb-migrate-photos-library", false], [1, "cmdoption-osxphotos-exportdb-repair", false], [1, "cmdoption-osxphotos-exportdb-report", false], [1, "cmdoption-osxphotos-exportdb-runs", false], [1, "cmdoption-osxphotos-exportdb-save-config", false], [1, "cmdoption-osxphotos-exportdb-sql", false], [1, "cmdoption-osxphotos-exportdb-theme", false], [1, "cmdoption-osxphotos-exportdb-timestamp", false], [1, "cmdoption-osxphotos-exportdb-touch-file", false], [1, "cmdoption-osxphotos-exportdb-update-signatures", false], [1, "cmdoption-osxphotos-exportdb-upgrade", false], [1, "cmdoption-osxphotos-exportdb-uuid-files", false], [1, "cmdoption-osxphotos-exportdb-uuid-info", false], [1, "cmdoption-osxphotos-exportdb-vacuum", false], [1, "cmdoption-osxphotos-exportdb-version", false]], "osxphotos-help command line option": [[1, "cmdoption-osxphotos-help-arg-SUBTOPIC", false], [1, "cmdoption-osxphotos-help-arg-TOPIC", false]], "osxphotos-import command line option": [[1, "cmdoption-osxphotos-import-A", false], [1, "cmdoption-osxphotos-import-B", false], [1, "cmdoption-osxphotos-import-C", false], [1, "cmdoption-osxphotos-import-D", false], [1, "cmdoption-osxphotos-import-E", false], [1, "cmdoption-osxphotos-import-F", false], [1, "cmdoption-osxphotos-import-G", false], [1, "cmdoption-osxphotos-import-I", false], [1, "cmdoption-osxphotos-import-L", false], [1, "cmdoption-osxphotos-import-N", false], [1, "cmdoption-osxphotos-import-O", false], [1, "cmdoption-osxphotos-import-P", false], [1, "cmdoption-osxphotos-import-R", false], [1, "cmdoption-osxphotos-import-S", false], [1, "cmdoption-osxphotos-import-T", false], [1, "cmdoption-osxphotos-import-U", false], [1, "cmdoption-osxphotos-import-V", false], [1, "cmdoption-osxphotos-import-X", false], [1, "cmdoption-osxphotos-import-a", false], [1, "cmdoption-osxphotos-import-arg-FILES_OR_DIRS", false], [1, "cmdoption-osxphotos-import-c", false], [1, "cmdoption-osxphotos-import-check-templates", false], [1, "cmdoption-osxphotos-import-d", false], [1, "cmdoption-osxphotos-import-e", false], [1, "cmdoption-osxphotos-import-edited-suffix", false], [1, "cmdoption-osxphotos-import-f", false], [1, "cmdoption-osxphotos-import-g", false], [1, "cmdoption-osxphotos-import-i", false], [1, "cmdoption-osxphotos-import-k", false], [1, "cmdoption-osxphotos-import-l", false], [1, "cmdoption-osxphotos-import-library", false], [1, "cmdoption-osxphotos-import-m", false], [1, "cmdoption-osxphotos-import-n", false], [1, "cmdoption-osxphotos-import-o", false], [1, "cmdoption-osxphotos-import-p", false], [1, "cmdoption-osxphotos-import-post-function", false], [1, "cmdoption-osxphotos-import-r", false], [1, "cmdoption-osxphotos-import-s", false], [1, "cmdoption-osxphotos-import-stop-on-error", false], [1, "cmdoption-osxphotos-import-t", false], [1, "cmdoption-osxphotos-import-theme", false], [1, "cmdoption-osxphotos-import-timestamp", false], [1, "cmdoption-osxphotos-import-w", false]], "osxphotos-info command line option": [[1, "cmdoption-osxphotos-info-json", false], [1, "cmdoption-osxphotos-info-library", false]], "osxphotos-inspect command line option": [[1, "cmdoption-osxphotos-inspect-T", false], [1, "cmdoption-osxphotos-inspect-beta", false], [1, "cmdoption-osxphotos-inspect-library", false], [1, "cmdoption-osxphotos-inspect-t", false], [1, "cmdoption-osxphotos-inspect-theme", false]], "osxphotos-install command line option": [[1, "cmdoption-osxphotos-install-U", false], [1, "cmdoption-osxphotos-install-arg-PACKAGES", false], [1, "cmdoption-osxphotos-install-r", false]], "osxphotos-keywords command line option": [[1, "cmdoption-osxphotos-keywords-json", false], [1, "cmdoption-osxphotos-keywords-library", false]], "osxphotos-labels command line option": [[1, "cmdoption-osxphotos-labels-json", false], [1, "cmdoption-osxphotos-labels-library", false]], "osxphotos-list command line option": [[1, "cmdoption-osxphotos-list-json", false]], "osxphotos-orphans command line option": [[1, "cmdoption-osxphotos-orphans-V", false], [1, "cmdoption-osxphotos-orphans-export", false], [1, "cmdoption-osxphotos-orphans-library", false], [1, "cmdoption-osxphotos-orphans-theme", false], [1, "cmdoption-osxphotos-orphans-timestamp", false]], "osxphotos-persons command line option": [[1, "cmdoption-osxphotos-persons-json", false], [1, "cmdoption-osxphotos-persons-library", false]], "osxphotos-places command line option": [[1, "cmdoption-osxphotos-places-json", false], [1, "cmdoption-osxphotos-places-library", false]], "osxphotos-push-exif command line option": [[1, "cmdoption-osxphotos-push-exif-V", false], [1, "cmdoption-osxphotos-push-exif-added-after", false], [1, "cmdoption-osxphotos-push-exif-added-before", false], [1, "cmdoption-osxphotos-push-exif-added-in-last", false], [1, "cmdoption-osxphotos-push-exif-album", false], [1, "cmdoption-osxphotos-push-exif-album-keyword", false], [1, "cmdoption-osxphotos-push-exif-append", false], [1, "cmdoption-osxphotos-push-exif-arg-METADATA", false], [1, "cmdoption-osxphotos-push-exif-burst", false], [1, "cmdoption-osxphotos-push-exif-cloudasset", false], [1, "cmdoption-osxphotos-push-exif-compare", false], [1, "cmdoption-osxphotos-push-exif-description", false], [1, "cmdoption-osxphotos-push-exif-description-template", false], [1, "cmdoption-osxphotos-push-exif-dry-run", false], [1, "cmdoption-osxphotos-push-exif-duplicate", false], [1, "cmdoption-osxphotos-push-exif-edited", false], [1, "cmdoption-osxphotos-push-exif-exif", false], [1, "cmdoption-osxphotos-push-exif-exiftool-merge-keywords", false], [1, "cmdoption-osxphotos-push-exif-exiftool-merge-persons", false], [1, "cmdoption-osxphotos-push-exif-exiftool-option", false], [1, "cmdoption-osxphotos-push-exif-exiftool-path", false], [1, "cmdoption-osxphotos-push-exif-external-edit", false], [1, "cmdoption-osxphotos-push-exif-favorite", false], [1, "cmdoption-osxphotos-push-exif-favorite-rating", false], [1, "cmdoption-osxphotos-push-exif-folder", false], [1, "cmdoption-osxphotos-push-exif-from-date", false], [1, "cmdoption-osxphotos-push-exif-from-time", false], [1, "cmdoption-osxphotos-push-exif-has-comment", false], [1, "cmdoption-osxphotos-push-exif-has-likes", false], [1, "cmdoption-osxphotos-push-exif-has-raw", false], [1, "cmdoption-osxphotos-push-exif-hdr", false], [1, "cmdoption-osxphotos-push-exif-hidden", false], [1, "cmdoption-osxphotos-push-exif-i", false], [1, "cmdoption-osxphotos-push-exif-ignore-date-modified", false], [1, "cmdoption-osxphotos-push-exif-in-album", false], [1, "cmdoption-osxphotos-push-exif-incloud", false], [1, "cmdoption-osxphotos-push-exif-is-reference", false], [1, "cmdoption-osxphotos-push-exif-keyword", false], [1, "cmdoption-osxphotos-push-exif-keyword-template", false], [1, "cmdoption-osxphotos-push-exif-label", false], [1, "cmdoption-osxphotos-push-exif-library", false], [1, "cmdoption-osxphotos-push-exif-live", false], [1, "cmdoption-osxphotos-push-exif-location", false], [1, "cmdoption-osxphotos-push-exif-max-size", false], [1, "cmdoption-osxphotos-push-exif-min-size", false], [1, "cmdoption-osxphotos-push-exif-missing", false], [1, "cmdoption-osxphotos-push-exif-name", false], [1, "cmdoption-osxphotos-push-exif-no-comment", false], [1, "cmdoption-osxphotos-push-exif-no-description", false], [1, "cmdoption-osxphotos-push-exif-no-keyword", false], [1, "cmdoption-osxphotos-push-exif-no-likes", false], [1, "cmdoption-osxphotos-push-exif-no-location", false], [1, "cmdoption-osxphotos-push-exif-no-place", false], [1, "cmdoption-osxphotos-push-exif-no-title", false], [1, "cmdoption-osxphotos-push-exif-not-burst", false], [1, "cmdoption-osxphotos-push-exif-not-cloudasset", false], [1, "cmdoption-osxphotos-push-exif-not-edited", false], [1, "cmdoption-osxphotos-push-exif-not-favorite", false], [1, "cmdoption-osxphotos-push-exif-not-hdr", false], [1, "cmdoption-osxphotos-push-exif-not-hidden", false], [1, "cmdoption-osxphotos-push-exif-not-in-album", false], [1, "cmdoption-osxphotos-push-exif-not-incloud", false], [1, "cmdoption-osxphotos-push-exif-not-live", false], [1, "cmdoption-osxphotos-push-exif-not-missing", false], [1, "cmdoption-osxphotos-push-exif-not-panorama", false], [1, "cmdoption-osxphotos-push-exif-not-portrait", false], [1, "cmdoption-osxphotos-push-exif-not-reference", false], [1, "cmdoption-osxphotos-push-exif-not-saved-to-library", false], [1, "cmdoption-osxphotos-push-exif-not-screen-recording", false], [1, "cmdoption-osxphotos-push-exif-not-screenshot", false], [1, "cmdoption-osxphotos-push-exif-not-selfie", false], [1, "cmdoption-osxphotos-push-exif-not-shared", false], [1, "cmdoption-osxphotos-push-exif-not-shared-library", false], [1, "cmdoption-osxphotos-push-exif-not-shared-moment", false], [1, "cmdoption-osxphotos-push-exif-not-slow-mo", false], [1, "cmdoption-osxphotos-push-exif-not-syndicated", false], [1, "cmdoption-osxphotos-push-exif-not-time-lapse", false], [1, "cmdoption-osxphotos-push-exif-only-movies", false], [1, "cmdoption-osxphotos-push-exif-only-photos", false], [1, "cmdoption-osxphotos-push-exif-panorama", false], [1, "cmdoption-osxphotos-push-exif-person", false], [1, "cmdoption-osxphotos-push-exif-person-keyword", false], [1, "cmdoption-osxphotos-push-exif-place", false], [1, "cmdoption-osxphotos-push-exif-portrait", false], [1, "cmdoption-osxphotos-push-exif-push-edited", false], [1, "cmdoption-osxphotos-push-exif-query-eval", false], [1, "cmdoption-osxphotos-push-exif-query-function", false], [1, "cmdoption-osxphotos-push-exif-regex", false], [1, "cmdoption-osxphotos-push-exif-replace-keywords", false], [1, "cmdoption-osxphotos-push-exif-report", false], [1, "cmdoption-osxphotos-push-exif-saved-to-library", false], [1, "cmdoption-osxphotos-push-exif-screen-recording", false], [1, "cmdoption-osxphotos-push-exif-screenshot", false], [1, "cmdoption-osxphotos-push-exif-selected", false], [1, "cmdoption-osxphotos-push-exif-selfie", false], [1, "cmdoption-osxphotos-push-exif-shared", false], [1, "cmdoption-osxphotos-push-exif-shared-library", false], [1, "cmdoption-osxphotos-push-exif-shared-moment", false], [1, "cmdoption-osxphotos-push-exif-slow-mo", false], [1, "cmdoption-osxphotos-push-exif-syndicated", false], [1, "cmdoption-osxphotos-push-exif-theme", false], [1, "cmdoption-osxphotos-push-exif-time-lapse", false], [1, "cmdoption-osxphotos-push-exif-timestamp", false], [1, "cmdoption-osxphotos-push-exif-title", false], [1, "cmdoption-osxphotos-push-exif-to-date", false], [1, "cmdoption-osxphotos-push-exif-to-time", false], [1, "cmdoption-osxphotos-push-exif-uti", false], [1, "cmdoption-osxphotos-push-exif-uuid", false], [1, "cmdoption-osxphotos-push-exif-uuid-from-file", false], [1, "cmdoption-osxphotos-push-exif-year", false]], "osxphotos-query command line option": [[1, "cmdoption-osxphotos-query-add-to-album", false], [1, "cmdoption-osxphotos-query-added-after", false], [1, "cmdoption-osxphotos-query-added-before", false], [1, "cmdoption-osxphotos-query-added-in-last", false], [1, "cmdoption-osxphotos-query-album", false], [1, "cmdoption-osxphotos-query-burst", false], [1, "cmdoption-osxphotos-query-cloudasset", false], [1, "cmdoption-osxphotos-query-count", false], [1, "cmdoption-osxphotos-query-deleted", false], [1, "cmdoption-osxphotos-query-deleted-only", false], [1, "cmdoption-osxphotos-query-description", false], [1, "cmdoption-osxphotos-query-duplicate", false], [1, "cmdoption-osxphotos-query-edited", false], [1, "cmdoption-osxphotos-query-exif", false], [1, "cmdoption-osxphotos-query-external-edit", false], [1, "cmdoption-osxphotos-query-f", false], [1, "cmdoption-osxphotos-query-favorite", false], [1, "cmdoption-osxphotos-query-folder", false], [1, "cmdoption-osxphotos-query-from-date", false], [1, "cmdoption-osxphotos-query-from-time", false], [1, "cmdoption-osxphotos-query-has-comment", false], [1, "cmdoption-osxphotos-query-has-likes", false], [1, "cmdoption-osxphotos-query-has-raw", false], [1, "cmdoption-osxphotos-query-hdr", false], [1, "cmdoption-osxphotos-query-hidden", false], [1, "cmdoption-osxphotos-query-i", false], [1, "cmdoption-osxphotos-query-in-album", false], [1, "cmdoption-osxphotos-query-incloud", false], [1, "cmdoption-osxphotos-query-is-reference", false], [1, "cmdoption-osxphotos-query-json", false], [1, "cmdoption-osxphotos-query-keyword", false], [1, "cmdoption-osxphotos-query-label", false], [1, "cmdoption-osxphotos-query-library", false], [1, "cmdoption-osxphotos-query-live", false], [1, "cmdoption-osxphotos-query-location", false], [1, "cmdoption-osxphotos-query-max-size", false], [1, "cmdoption-osxphotos-query-min-size", false], [1, "cmdoption-osxphotos-query-missing", false], [1, "cmdoption-osxphotos-query-mute", false], [1, "cmdoption-osxphotos-query-name", false], [1, "cmdoption-osxphotos-query-no-comment", false], [1, "cmdoption-osxphotos-query-no-description", false], [1, "cmdoption-osxphotos-query-no-keyword", false], [1, "cmdoption-osxphotos-query-no-likes", false], [1, "cmdoption-osxphotos-query-no-location", false], [1, "cmdoption-osxphotos-query-no-place", false], [1, "cmdoption-osxphotos-query-no-title", false], [1, "cmdoption-osxphotos-query-not-burst", false], [1, "cmdoption-osxphotos-query-not-cloudasset", false], [1, "cmdoption-osxphotos-query-not-edited", false], [1, "cmdoption-osxphotos-query-not-favorite", false], [1, "cmdoption-osxphotos-query-not-hdr", false], [1, "cmdoption-osxphotos-query-not-hidden", false], [1, "cmdoption-osxphotos-query-not-in-album", false], [1, "cmdoption-osxphotos-query-not-incloud", false], [1, "cmdoption-osxphotos-query-not-live", false], [1, "cmdoption-osxphotos-query-not-missing", false], [1, "cmdoption-osxphotos-query-not-panorama", false], [1, "cmdoption-osxphotos-query-not-portrait", false], [1, "cmdoption-osxphotos-query-not-reference", false], [1, "cmdoption-osxphotos-query-not-saved-to-library", false], [1, "cmdoption-osxphotos-query-not-screen-recording", false], [1, "cmdoption-osxphotos-query-not-screenshot", false], [1, "cmdoption-osxphotos-query-not-selfie", false], [1, "cmdoption-osxphotos-query-not-shared", false], [1, "cmdoption-osxphotos-query-not-shared-library", false], [1, "cmdoption-osxphotos-query-not-shared-moment", false], [1, "cmdoption-osxphotos-query-not-slow-mo", false], [1, "cmdoption-osxphotos-query-not-syndicated", false], [1, "cmdoption-osxphotos-query-not-time-lapse", false], [1, "cmdoption-osxphotos-query-only-movies", false], [1, "cmdoption-osxphotos-query-only-photos", false], [1, "cmdoption-osxphotos-query-panorama", false], [1, "cmdoption-osxphotos-query-person", false], [1, "cmdoption-osxphotos-query-place", false], [1, "cmdoption-osxphotos-query-portrait", false], [1, "cmdoption-osxphotos-query-print", false], [1, "cmdoption-osxphotos-query-query-eval", false], [1, "cmdoption-osxphotos-query-query-function", false], [1, "cmdoption-osxphotos-query-quiet", false], [1, "cmdoption-osxphotos-query-regex", false], [1, "cmdoption-osxphotos-query-saved-to-library", false], [1, "cmdoption-osxphotos-query-screen-recording", false], [1, "cmdoption-osxphotos-query-screenshot", false], [1, "cmdoption-osxphotos-query-selected", false], [1, "cmdoption-osxphotos-query-selfie", false], [1, "cmdoption-osxphotos-query-shared", false], [1, "cmdoption-osxphotos-query-shared-library", false], [1, "cmdoption-osxphotos-query-shared-moment", false], [1, "cmdoption-osxphotos-query-slow-mo", false], [1, "cmdoption-osxphotos-query-syndicated", false], [1, "cmdoption-osxphotos-query-time-lapse", false], [1, "cmdoption-osxphotos-query-title", false], [1, "cmdoption-osxphotos-query-to-date", false], [1, "cmdoption-osxphotos-query-to-time", false], [1, "cmdoption-osxphotos-query-uti", false], [1, "cmdoption-osxphotos-query-uuid", false], [1, "cmdoption-osxphotos-query-uuid-from-file", false], [1, "cmdoption-osxphotos-query-year", false]], "osxphotos-repl command line option": [[1, "cmdoption-osxphotos-repl-added-after", false], [1, "cmdoption-osxphotos-repl-added-before", false], [1, "cmdoption-osxphotos-repl-added-in-last", false], [1, "cmdoption-osxphotos-repl-album", false], [1, "cmdoption-osxphotos-repl-burst", false], [1, "cmdoption-osxphotos-repl-cloudasset", false], [1, "cmdoption-osxphotos-repl-deleted", false], [1, "cmdoption-osxphotos-repl-deleted-only", false], [1, "cmdoption-osxphotos-repl-description", false], [1, "cmdoption-osxphotos-repl-duplicate", false], [1, "cmdoption-osxphotos-repl-edited", false], [1, "cmdoption-osxphotos-repl-emacs", false], [1, "cmdoption-osxphotos-repl-exif", false], [1, "cmdoption-osxphotos-repl-external-edit", false], [1, "cmdoption-osxphotos-repl-favorite", false], [1, "cmdoption-osxphotos-repl-folder", false], [1, "cmdoption-osxphotos-repl-from-date", false], [1, "cmdoption-osxphotos-repl-from-time", false], [1, "cmdoption-osxphotos-repl-has-comment", false], [1, "cmdoption-osxphotos-repl-has-likes", false], [1, "cmdoption-osxphotos-repl-has-raw", false], [1, "cmdoption-osxphotos-repl-hdr", false], [1, "cmdoption-osxphotos-repl-hidden", false], [1, "cmdoption-osxphotos-repl-i", false], [1, "cmdoption-osxphotos-repl-in-album", false], [1, "cmdoption-osxphotos-repl-incloud", false], [1, "cmdoption-osxphotos-repl-is-reference", false], [1, "cmdoption-osxphotos-repl-keyword", false], [1, "cmdoption-osxphotos-repl-label", false], [1, "cmdoption-osxphotos-repl-library", false], [1, "cmdoption-osxphotos-repl-live", false], [1, "cmdoption-osxphotos-repl-location", false], [1, "cmdoption-osxphotos-repl-max-size", false], [1, "cmdoption-osxphotos-repl-min-size", false], [1, "cmdoption-osxphotos-repl-missing", false], [1, "cmdoption-osxphotos-repl-name", false], [1, "cmdoption-osxphotos-repl-no-comment", false], [1, "cmdoption-osxphotos-repl-no-description", false], [1, "cmdoption-osxphotos-repl-no-keyword", false], [1, "cmdoption-osxphotos-repl-no-likes", false], [1, "cmdoption-osxphotos-repl-no-location", false], [1, "cmdoption-osxphotos-repl-no-place", false], [1, "cmdoption-osxphotos-repl-no-title", false], [1, "cmdoption-osxphotos-repl-not-burst", false], [1, "cmdoption-osxphotos-repl-not-cloudasset", false], [1, "cmdoption-osxphotos-repl-not-edited", false], [1, "cmdoption-osxphotos-repl-not-favorite", false], [1, "cmdoption-osxphotos-repl-not-hdr", false], [1, "cmdoption-osxphotos-repl-not-hidden", false], [1, "cmdoption-osxphotos-repl-not-in-album", false], [1, "cmdoption-osxphotos-repl-not-incloud", false], [1, "cmdoption-osxphotos-repl-not-live", false], [1, "cmdoption-osxphotos-repl-not-missing", false], [1, "cmdoption-osxphotos-repl-not-panorama", false], [1, "cmdoption-osxphotos-repl-not-portrait", false], [1, "cmdoption-osxphotos-repl-not-reference", false], [1, "cmdoption-osxphotos-repl-not-saved-to-library", false], [1, "cmdoption-osxphotos-repl-not-screen-recording", false], [1, "cmdoption-osxphotos-repl-not-screenshot", false], [1, "cmdoption-osxphotos-repl-not-selfie", false], [1, "cmdoption-osxphotos-repl-not-shared", false], [1, "cmdoption-osxphotos-repl-not-shared-library", false], [1, "cmdoption-osxphotos-repl-not-shared-moment", false], [1, "cmdoption-osxphotos-repl-not-slow-mo", false], [1, "cmdoption-osxphotos-repl-not-syndicated", false], [1, "cmdoption-osxphotos-repl-not-time-lapse", false], [1, "cmdoption-osxphotos-repl-only-movies", false], [1, "cmdoption-osxphotos-repl-only-photos", false], [1, "cmdoption-osxphotos-repl-panorama", false], [1, "cmdoption-osxphotos-repl-person", false], [1, "cmdoption-osxphotos-repl-place", false], [1, "cmdoption-osxphotos-repl-portrait", false], [1, "cmdoption-osxphotos-repl-query-eval", false], [1, "cmdoption-osxphotos-repl-query-function", false], [1, "cmdoption-osxphotos-repl-regex", false], [1, "cmdoption-osxphotos-repl-saved-to-library", false], [1, "cmdoption-osxphotos-repl-screen-recording", false], [1, "cmdoption-osxphotos-repl-screenshot", false], [1, "cmdoption-osxphotos-repl-selected", false], [1, "cmdoption-osxphotos-repl-selfie", false], [1, "cmdoption-osxphotos-repl-shared", false], [1, "cmdoption-osxphotos-repl-shared-library", false], [1, "cmdoption-osxphotos-repl-shared-moment", false], [1, "cmdoption-osxphotos-repl-slow-mo", false], [1, "cmdoption-osxphotos-repl-syndicated", false], [1, "cmdoption-osxphotos-repl-time-lapse", false], [1, "cmdoption-osxphotos-repl-title", false], [1, "cmdoption-osxphotos-repl-to-date", false], [1, "cmdoption-osxphotos-repl-to-time", false], [1, "cmdoption-osxphotos-repl-uti", false], [1, "cmdoption-osxphotos-repl-uuid", false], [1, "cmdoption-osxphotos-repl-uuid-from-file", false], [1, "cmdoption-osxphotos-repl-year", false]], "osxphotos-run command line option": [[1, "cmdoption-osxphotos-run-arg-ARGS", false], [1, "cmdoption-osxphotos-run-arg-PYTHON_FILE", false], [1, "cmdoption-osxphotos-run-h", false]], "osxphotos-show command line option": [[1, "cmdoption-osxphotos-show-arg-UUID_OR_NAME", false], [1, "cmdoption-osxphotos-show-library", false]], "osxphotos-sync command line option": [[1, "cmdoption-osxphotos-sync-0", false], [1, "cmdoption-osxphotos-sync-A", false], [1, "cmdoption-osxphotos-sync-R", false], [1, "cmdoption-osxphotos-sync-U", false], [1, "cmdoption-osxphotos-sync-V", false], [1, "cmdoption-osxphotos-sync-added-after", false], [1, "cmdoption-osxphotos-sync-added-before", false], [1, "cmdoption-osxphotos-sync-added-in-last", false], [1, "cmdoption-osxphotos-sync-album", false], [1, "cmdoption-osxphotos-sync-burst", false], [1, "cmdoption-osxphotos-sync-cloudasset", false], [1, "cmdoption-osxphotos-sync-description", false], [1, "cmdoption-osxphotos-sync-dry-run", false], [1, "cmdoption-osxphotos-sync-duplicate", false], [1, "cmdoption-osxphotos-sync-e", false], [1, "cmdoption-osxphotos-sync-edited", false], [1, "cmdoption-osxphotos-sync-exif", false], [1, "cmdoption-osxphotos-sync-external-edit", false], [1, "cmdoption-osxphotos-sync-favorite", false], [1, "cmdoption-osxphotos-sync-folder", false], [1, "cmdoption-osxphotos-sync-from-date", false], [1, "cmdoption-osxphotos-sync-from-time", false], [1, "cmdoption-osxphotos-sync-has-comment", false], [1, "cmdoption-osxphotos-sync-has-likes", false], [1, "cmdoption-osxphotos-sync-has-raw", false], [1, "cmdoption-osxphotos-sync-hdr", false], [1, "cmdoption-osxphotos-sync-hidden", false], [1, "cmdoption-osxphotos-sync-i", false], [1, "cmdoption-osxphotos-sync-in-album", false], [1, "cmdoption-osxphotos-sync-incloud", false], [1, "cmdoption-osxphotos-sync-is-reference", false], [1, "cmdoption-osxphotos-sync-keyword", false], [1, "cmdoption-osxphotos-sync-label", false], [1, "cmdoption-osxphotos-sync-library", false], [1, "cmdoption-osxphotos-sync-live", false], [1, "cmdoption-osxphotos-sync-location", false], [1, "cmdoption-osxphotos-sync-m", false], [1, "cmdoption-osxphotos-sync-max-size", false], [1, "cmdoption-osxphotos-sync-min-size", false], [1, "cmdoption-osxphotos-sync-missing", false], [1, "cmdoption-osxphotos-sync-name", false], [1, "cmdoption-osxphotos-sync-no-comment", false], [1, "cmdoption-osxphotos-sync-no-description", false], [1, "cmdoption-osxphotos-sync-no-keyword", false], [1, "cmdoption-osxphotos-sync-no-likes", false], [1, "cmdoption-osxphotos-sync-no-location", false], [1, "cmdoption-osxphotos-sync-no-place", false], [1, "cmdoption-osxphotos-sync-no-title", false], [1, "cmdoption-osxphotos-sync-not-burst", false], [1, "cmdoption-osxphotos-sync-not-cloudasset", false], [1, "cmdoption-osxphotos-sync-not-edited", false], [1, "cmdoption-osxphotos-sync-not-favorite", false], [1, "cmdoption-osxphotos-sync-not-hdr", false], [1, "cmdoption-osxphotos-sync-not-hidden", false], [1, "cmdoption-osxphotos-sync-not-in-album", false], [1, "cmdoption-osxphotos-sync-not-incloud", false], [1, "cmdoption-osxphotos-sync-not-live", false], [1, "cmdoption-osxphotos-sync-not-missing", false], [1, "cmdoption-osxphotos-sync-not-panorama", false], [1, "cmdoption-osxphotos-sync-not-portrait", false], [1, "cmdoption-osxphotos-sync-not-reference", false], [1, "cmdoption-osxphotos-sync-not-saved-to-library", false], [1, "cmdoption-osxphotos-sync-not-screen-recording", false], [1, "cmdoption-osxphotos-sync-not-screenshot", false], [1, "cmdoption-osxphotos-sync-not-selfie", false], [1, "cmdoption-osxphotos-sync-not-shared-library", false], [1, "cmdoption-osxphotos-sync-not-shared-moment", false], [1, "cmdoption-osxphotos-sync-not-slow-mo", false], [1, "cmdoption-osxphotos-sync-not-syndicated", false], [1, "cmdoption-osxphotos-sync-not-time-lapse", false], [1, "cmdoption-osxphotos-sync-only-movies", false], [1, "cmdoption-osxphotos-sync-only-photos", false], [1, "cmdoption-osxphotos-sync-panorama", false], [1, "cmdoption-osxphotos-sync-person", false], [1, "cmdoption-osxphotos-sync-place", false], [1, "cmdoption-osxphotos-sync-portrait", false], [1, "cmdoption-osxphotos-sync-query-eval", false], [1, "cmdoption-osxphotos-sync-query-function", false], [1, "cmdoption-osxphotos-sync-regex", false], [1, "cmdoption-osxphotos-sync-s", false], [1, "cmdoption-osxphotos-sync-saved-to-library", false], [1, "cmdoption-osxphotos-sync-screen-recording", false], [1, "cmdoption-osxphotos-sync-screenshot", false], [1, "cmdoption-osxphotos-sync-selected", false], [1, "cmdoption-osxphotos-sync-selfie", false], [1, "cmdoption-osxphotos-sync-shared-library", false], [1, "cmdoption-osxphotos-sync-shared-moment", false], [1, "cmdoption-osxphotos-sync-slow-mo", false], [1, "cmdoption-osxphotos-sync-syndicated", false], [1, "cmdoption-osxphotos-sync-theme", false], [1, "cmdoption-osxphotos-sync-time-lapse", false], [1, "cmdoption-osxphotos-sync-timestamp", false], [1, "cmdoption-osxphotos-sync-title", false], [1, "cmdoption-osxphotos-sync-to-date", false], [1, "cmdoption-osxphotos-sync-to-time", false], [1, "cmdoption-osxphotos-sync-uti", false], [1, "cmdoption-osxphotos-sync-uuid", false], [1, "cmdoption-osxphotos-sync-uuid-from-file", false], [1, "cmdoption-osxphotos-sync-year", false]], "osxphotos-template command line option": [[1, "cmdoption-osxphotos-template-T", false], [1, "cmdoption-osxphotos-template-emacs", false], [1, "cmdoption-osxphotos-template-library", false], [1, "cmdoption-osxphotos-template-uuid", false], [1, "cmdoption-osxphotos-template-vi", false]], "osxphotos-theme command line option": [[1, "cmdoption-osxphotos-theme-clone", false], [1, "cmdoption-osxphotos-theme-config", false], [1, "cmdoption-osxphotos-theme-default", false], [1, "cmdoption-osxphotos-theme-delete", false], [1, "cmdoption-osxphotos-theme-edit", false], [1, "cmdoption-osxphotos-theme-list", false], [1, "cmdoption-osxphotos-theme-preview", false]], "osxphotos-timewarp command line option": [[1, "cmdoption-osxphotos-timewarp-0", false], [1, "cmdoption-osxphotos-timewarp-D", false], [1, "cmdoption-osxphotos-timewarp-F", false], [1, "cmdoption-osxphotos-timewarp-L", false], [1, "cmdoption-osxphotos-timewarp-M", false], [1, "cmdoption-osxphotos-timewarp-P", false], [1, "cmdoption-osxphotos-timewarp-R", false], [1, "cmdoption-osxphotos-timewarp-T", false], [1, "cmdoption-osxphotos-timewarp-U", false], [1, "cmdoption-osxphotos-timewarp-V", false], [1, "cmdoption-osxphotos-timewarp-a", false], [1, "cmdoption-osxphotos-timewarp-c", false], [1, "cmdoption-osxphotos-timewarp-d", false], [1, "cmdoption-osxphotos-timewarp-date-added", false], [1, "cmdoption-osxphotos-timewarp-date-added-from-photo", false], [1, "cmdoption-osxphotos-timewarp-e", false], [1, "cmdoption-osxphotos-timewarp-f", false], [1, "cmdoption-osxphotos-timewarp-force", false], [1, "cmdoption-osxphotos-timewarp-i", false], [1, "cmdoption-osxphotos-timewarp-m", false], [1, "cmdoption-osxphotos-timewarp-p", false], [1, "cmdoption-osxphotos-timewarp-plain", false], [1, "cmdoption-osxphotos-timewarp-t", false], [1, "cmdoption-osxphotos-timewarp-theme", false], [1, "cmdoption-osxphotos-timewarp-timestamp", false], [1, "cmdoption-osxphotos-timewarp-u", false], [1, "cmdoption-osxphotos-timewarp-z", false]], "osxphotos-tutorial command line option": [[1, "cmdoption-osxphotos-tutorial-arg-WIDTH", false]], "osxphotos-uninstall command line option": [[1, "cmdoption-osxphotos-uninstall-arg-PACKAGES", false], [1, "cmdoption-osxphotos-uninstall-y", false]], "osxphotos-uuid command line option": [[1, "cmdoption-osxphotos-uuid-f", false]], "osxphotos-version command line option": [[1, "cmdoption-osxphotos-version-run", false]], "overwrite (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.overwrite", false]], "owner (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.owner", false]], "packages": [[1, "cmdoption-osxphotos-install-arg-PACKAGES", false], [1, "cmdoption-osxphotos-uninstall-arg-PACKAGES", false]], "panorama (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.panorama", false]], "panorama (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.panorama", false]], "parent (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.parent", false]], "parent (osxphotos.folderinfo property)": [[6, "osxphotos.FolderInfo.parent", false]], "parent (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.parent", false]], "parent (osxphotos.iphotofolderinfo property)": [[6, "osxphotos.iPhotoFolderInfo.parent", false]], "path (osxphotos.exportdb property)": [[6, "osxphotos.ExportDB.path", false]], "path (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.path", false]], "path (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path", false]], "path_derivatives (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.path_derivatives", false]], "path_derivatives (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path_derivatives", false]], "path_edited (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.path_edited", false]], "path_edited (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path_edited", false]], "path_edited_live_photo (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path_edited_live_photo", false]], "path_live_photo (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path_live_photo", false]], "path_raw (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.path_raw", false]], "person (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.person", false]], "person_info (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.person_info", false]], "person_info (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.person_info", false]], "person_info (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.person_info", false]], "person_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.person_info", false]], "person_info (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.person_info", false]], "personinfo (class in osxphotos)": [[6, "osxphotos.PersonInfo", false]], "persons (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.persons", false]], "persons (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.persons", false]], "persons (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.persons", false]], "persons (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.persons", false]], "persons_as_dict (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.persons_as_dict", false]], "persons_as_dict (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.persons_as_dict", false]], "photo (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.photo", false]], "photo_index() (osxphotos.albuminfo method)": [[6, "osxphotos.AlbumInfo.photo_index", false]], "photo_index() (osxphotos.iphotoalbuminfo method)": [[6, "osxphotos.iPhotoAlbumInfo.photo_index", false]], "photoexporter (class in osxphotos)": [[6, "osxphotos.PhotoExporter", false]], "photoinfo (class in osxphotos)": [[6, "osxphotos.PhotoInfo", false]], "photos (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.photos", false]], "photos (osxphotos.importinfo property)": [[6, "osxphotos.ImportInfo.photos", false]], "photos (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.photos", false]], "photos (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.photos", false]], "photos (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.photos", false]], "photos (osxphotos.personinfo property)": [[6, "osxphotos.PersonInfo.photos", false]], "photos (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.photos", false]], "photos() (osxphotos.iphotodb method)": [[6, "osxphotos.iPhotoDB.photos", false]], "photos() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.photos", false]], "photos_by_uuid() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.photos_by_uuid", false]], "photos_version (osxphotos.iphotodb property)": [[6, "osxphotos.iPhotoDB.photos_version", false]], "photos_version (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.photos_version", false]], "photosalbum (class in osxphotos)": [[6, "osxphotos.PhotosAlbum", false]], "photosalbumphotoscript (class in osxphotos)": [[6, "osxphotos.PhotosAlbumPhotoScript", false]], "photosdb (class in osxphotos)": [[6, "osxphotos.PhotosDB", false]], "phototemplate (class in osxphotos)": [[6, "osxphotos.PhotoTemplate", false]], "pid (osxphotos.exiftool property)": [[6, "osxphotos.ExifTool.pid", false]], "pitch (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.pitch", false]], "pitch (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.pitch", false]], "pk (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.pk", false]], "place (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.place", false]], "place (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.place", false]], "place_names (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.place_names", false]], "placeinfo (class in osxphotos)": [[6, "osxphotos.PlaceInfo", false]], "portrait (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.portrait", false]], "portrait (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.portrait", false]], "preview (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.preview", false]], "preview_suffix (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.preview_suffix", false]], "project_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.project_info", false]], "project_info (osxphotos.photosdb property)": [[6, "osxphotos.PhotosDB.project_info", false]], "projectinfo (class in osxphotos)": [[6, "osxphotos.ProjectInfo", false]], "python_file": [[1, "cmdoption-osxphotos-run-arg-PYTHON_FILE", false]], "quality (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.quality", false]], "query() (osxphotos.iphotodb method)": [[6, "osxphotos.iPhotoDB.query", false]], "query() (osxphotos.photosdb method)": [[6, "osxphotos.PhotosDB.query", false]], "query_eval (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.query_eval", false]], "queryoptions (class in osxphotos)": [[6, "osxphotos.QueryOptions", false]], "rating (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.rating", false]], "rating (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.rating", false]], "raw_original (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.raw_original", false]], "raw_original (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.raw_original", false]], "raw_photo (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.raw_photo", false]], "regex (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.regex", false]], "rename() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.rename", false]], "render() (osxphotos.phototemplate method)": [[6, "osxphotos.PhotoTemplate.render", false]], "render_options (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.render_options", false]], "render_template() (osxphotos.iphotophotoinfo method)": [[6, "osxphotos.iPhotoPhotoInfo.render_template", false]], "render_template() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.render_template", false]], "replace_keywords (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.replace_keywords", false]], "rich (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.rich", false]], "rmdir() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.rmdir", false]], "roll (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.roll", false]], "roll (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.roll", false]], "roll_pitch_yaw() (osxphotos.faceinfo method)": [[6, "osxphotos.FaceInfo.roll_pitch_yaw", false]], "roll_pitch_yaw() (osxphotos.iphotofaceinfo method)": [[6, "osxphotos.iPhotoFaceInfo.roll_pitch_yaw", false]], "run_commands() (osxphotos.exiftool method)": [[6, "osxphotos.ExifTool.run_commands", false]], "saved_to_library (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.saved_to_library", false]], "saved_to_library (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.saved_to_library", false]], "score (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.score", false]], "scoreinfo (class in osxphotos)": [[6, "osxphotos.ScoreInfo", false]], "screen_recording (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.screen_recording", false]], "screen_recording (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.screen_recording", false]], "screenshot (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.screenshot", false]], "screenshot (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.screenshot", false]], "search_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.search_info", false]], "search_info_normalized (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.search_info_normalized", false]], "searchinfo (class in osxphotos)": [[6, "osxphotos.SearchInfo", false]], "season (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.season", false]], "selected (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.selected", false]], "selfie (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.selfie", false]], "selfie (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.selfie", false]], "set_config() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.set_config", false]], "set_debug() (in module osxphotos)": [[6, "osxphotos.set_debug", false]], "set_export_results() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.set_export_results", false]], "set_history() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.set_history", false]], "set_photoinfo_for_uuid() (osxphotos.exportdb method)": [[6, "osxphotos.ExportDB.set_photoinfo_for_uuid", false]], "setvalue() (osxphotos.exiftool method)": [[6, "osxphotos.ExifTool.setvalue", false]], "share_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.share_info", false]], "share_participant_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.share_participant_info", false]], "share_participants (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.share_participants", false]], "shared (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.shared", false]], "shared (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.shared", false]], "shared_library (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.shared_library", false]], "shared_library (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.shared_library", false]], "shared_moment (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.shared_moment", false]], "shared_moment (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.shared_moment", false]], "shared_moment_info (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.shared_moment_info", false]], "sidecar (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.sidecar", false]], "sidecar_drop_ext (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.sidecar_drop_ext", false]], "sidecarwriter (class in osxphotos)": [[6, "osxphotos.SidecarWriter", false]], "size (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.size", false]], "size_pixels (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.size_pixels", false]], "size_pixels (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.size_pixels", false]], "slow_mo (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.slow_mo", false]], "slow_mo (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.slow_mo", false]], "sort_order (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.sort_order", false]], "sort_order (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.sort_order", false]], "sort_order (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.sort_order", false]], "sort_order (osxphotos.personinfo property)": [[6, "osxphotos.PersonInfo.sort_order", false]], "source (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.source", false]], "start_date (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.start_date", false]], "state (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.state", false]], "state_abbreviation (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.state_abbreviation", false]], "streets (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.streets", false]], "strip (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.strip", false]], "subfolders (osxphotos.folderinfo property)": [[6, "osxphotos.FolderInfo.subfolders", false]], "subfolders (osxphotos.iphotofolderinfo property)": [[6, "osxphotos.iPhotoFolderInfo.subfolders", false]], "subtitle (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.subtitle", false]], "subtopic": [[1, "cmdoption-osxphotos-help-arg-SUBTOPIC", false]], "syndicated (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.syndicated", false]], "syndicated (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.syndicated", false]], "tables() (osxphotos.photoinfo method)": [[6, "osxphotos.PhotoInfo.tables", false]], "text_found (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.text_found", false]], "time_lapse (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.time_lapse", false]], "time_lapse (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.time_lapse", false]], "timeout (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.timeout", false]], "title (osxphotos.albuminfo property)": [[6, "osxphotos.AlbumInfo.title", false]], "title (osxphotos.folderinfo property)": [[6, "osxphotos.FolderInfo.title", false]], "title (osxphotos.importinfo property)": [[6, "osxphotos.ImportInfo.title", false]], "title (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.title", false]], "title (osxphotos.iphotofolderinfo property)": [[6, "osxphotos.iPhotoFolderInfo.title", false]], "title (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.title", false]], "title (osxphotos.momentinfo property)": [[6, "osxphotos.MomentInfo.title", false]], "title (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.title", false]], "title (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.title", false]], "tmpdir (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.tmpdir", false]], "tmpdir() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.tmpdir", false]], "to_date (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.to_date", false]], "to_time (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.to_time", false]], "topic": [[1, "cmdoption-osxphotos-help-arg-TOPIC", false]], "touch_file (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.touch_file", false]], "tzname (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.tzname", false]], "tzoffset (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.tzoffset", false]], "tzoffset (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.tzoffset", false]], "unlink() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.unlink", false]], "update (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.update", false]], "update_errors (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.update_errors", false]], "use_albums_as_keywords (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.use_albums_as_keywords", false]], "use_persons_as_keywords (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.use_persons_as_keywords", false]], "use_photokit (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.use_photokit", false]], "use_photos_export (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.use_photos_export", false]], "uti (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.uti", false]], "uti (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.uti", false]], "uti (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.uti", false]], "uti_edited (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.uti_edited", false]], "uti_edited (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.uti_edited", false]], "uti_original (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.uti_original", false]], "uti_original (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.uti_original", false]], "uti_raw (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.uti_raw", false]], "uti_raw (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.uti_raw", false]], "utime() (osxphotos.fileutilnoop class method)": [[6, "osxphotos.FileUtilNoOp.utime", false]], "uuid (osxphotos.folderinfo property)": [[6, "osxphotos.FolderInfo.uuid", false]], "uuid (osxphotos.iphotoalbuminfo property)": [[6, "osxphotos.iPhotoAlbumInfo.uuid", false]], "uuid (osxphotos.iphotofolderinfo property)": [[6, "osxphotos.iPhotoFolderInfo.uuid", false]], "uuid (osxphotos.iphotopersoninfo property)": [[6, "osxphotos.iPhotoPersonInfo.uuid", false]], "uuid (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.uuid", false]], "uuid (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.uuid", false]], "uuid (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.uuid", false]], "uuid_or_name": [[1, "cmdoption-osxphotos-show-arg-UUID_OR_NAME", false]], "venue_types (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.venue_types", false]], "venues (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.venues", false]], "verbose (osxphotos.exportoptions attribute)": [[6, "osxphotos.ExportOptions.verbose", false]], "version (osxphotos.exiftool property)": [[6, "osxphotos.ExifTool.version", false]], "visible (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.visible", false]], "visible (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.visible", false]], "width": [[1, "cmdoption-osxphotos-tutorial-arg-WIDTH", false]], "width (osxphotos.iphotophotoinfo property)": [[6, "osxphotos.iPhotoPhotoInfo.width", false]], "width (osxphotos.photoinfo property)": [[6, "osxphotos.PhotoInfo.width", false]], "write_exif_data() (osxphotos.exifwriter method)": [[6, "osxphotos.ExifWriter.write_exif_data", false]], "write_exiftool_metadata_to_file() (osxphotos.photoexporter method)": [[6, "osxphotos.PhotoExporter.write_exiftool_metadata_to_file", false]], "write_sidecar_files() (osxphotos.sidecarwriter method)": [[6, "osxphotos.SidecarWriter.write_sidecar_files", false]], "xmp_sidecar() (osxphotos.sidecarwriter method)": [[6, "osxphotos.SidecarWriter.xmp_sidecar", false]], "yaw (osxphotos.faceinfo property)": [[6, "osxphotos.FaceInfo.yaw", false]], "yaw (osxphotos.iphotofaceinfo property)": [[6, "osxphotos.iPhotoFaceInfo.yaw", false]], "year (osxphotos.queryoptions attribute)": [[6, "osxphotos.QueryOptions.year", false]], "year (osxphotos.searchinfo property)": [[6, "osxphotos.SearchInfo.year", false]]}, "objects": {"": [[6, 0, 0, "-", "osxphotos"]], "osxphotos": [[6, 1, 1, "", "AlbumInfo"], [6, 1, 1, "", "AlbumSortOrder"], [6, 1, 1, "", "CommentInfo"], [6, 1, 1, "", "ExifInfo"], [6, 1, 1, "", "ExifTool"], [6, 1, 1, "", "ExifWriter"], [6, 1, 1, "", "ExportDB"], [6, 1, 1, "", "ExportDBTemp"], [6, 1, 1, "", "ExportOptions"], [6, 1, 1, "", "ExportResults"], [6, 1, 1, "", "FaceInfo"], [6, 1, 1, "", "FileUtil"], [6, 1, 1, "", "FileUtilNoOp"], [6, 1, 1, "", "FolderInfo"], [6, 1, 1, "", "ImportInfo"], [6, 1, 1, "", "LikeInfo"], [6, 1, 1, "", "MomentInfo"], [6, 1, 1, "", "PersonInfo"], [6, 1, 1, "", "PhotoExporter"], [6, 1, 1, "", "PhotoInfo"], [6, 1, 1, "", "PhotoTemplate"], [6, 1, 1, "", "PhotosAlbum"], [6, 1, 1, "", "PhotosAlbumPhotoScript"], [6, 1, 1, "", "PhotosDB"], [6, 1, 1, "", "PlaceInfo"], [6, 1, 1, "", "ProjectInfo"], [6, 1, 1, "", "QueryOptions"], [6, 1, 1, "", "ScoreInfo"], [6, 1, 1, "", "SearchInfo"], [6, 1, 1, "", "SidecarWriter"], [6, 1, 1, "", "iPhotoAlbumInfo"], [6, 1, 1, "", "iPhotoDB"], [6, 1, 1, "", "iPhotoFaceInfo"], [6, 1, 1, "", "iPhotoFolderInfo"], [6, 1, 1, "", "iPhotoPersonInfo"], [6, 1, 1, "", "iPhotoPhotoInfo"], [6, 5, 1, "", "is_debug"], [6, 5, 1, "", "set_debug"], [1, 6, 1, "cmdoption-osxphotos-v", "--version"], [1, 6, 1, "cmdoption-osxphotos-v", "-v"]], "osxphotos-add-locations": [[1, 6, 1, "cmdoption-osxphotos-add-locations-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-add-locations-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-add-locations-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-add-locations-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-add-locations-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-add-locations-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-add-locations-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-add-locations-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-add-locations-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-add-locations-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-add-locations-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-add-locations-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-add-locations-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-add-locations-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-add-locations-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-add-locations-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-add-locations-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-add-locations-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-add-locations-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-add-locations-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-add-locations-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-add-locations-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-add-locations-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-add-locations-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-add-locations-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-add-locations-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-add-locations-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-add-locations-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-add-locations-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-add-locations-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-add-locations-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-add-locations-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-add-locations-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-add-locations-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-add-locations-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-add-locations-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-add-locations-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-add-locations-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-add-locations-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-add-locations-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-add-locations-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-add-locations-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-add-locations-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-add-locations-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-add-locations-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-add-locations-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-add-locations-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-add-locations-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-add-locations-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-add-locations-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-add-locations-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-add-locations-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-add-locations-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-add-locations-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-add-locations-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-add-locations-w", "--window"], [1, 6, 1, "cmdoption-osxphotos-add-locations-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-add-locations-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-add-locations-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-add-locations-w", "-w"]], "osxphotos-albums": [[1, 6, 1, "cmdoption-osxphotos-albums-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-albums-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-albums-library", "--library"]], "osxphotos-batch-edit": [[1, 6, 1, "cmdoption-osxphotos-batch-edit-a", "--album"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-d", "--description"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-k", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-l", "--location"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-K", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-f", "--split-folder"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-t", "--title"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-u", "--undo"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-K", "-K"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-l", "-l"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-batch-edit-u", "-u"]], "osxphotos-compare": [[1, 6, 1, "cmdoption-osxphotos-compare-k", "--check"], [1, 6, 1, "cmdoption-osxphotos-compare-c", "--csv"], [1, 6, 1, "cmdoption-osxphotos-compare-j", "--json"], [1, 6, 1, "cmdoption-osxphotos-compare-o", "--output"], [1, 6, 1, "cmdoption-osxphotos-compare-s", "--signature"], [1, 6, 1, "cmdoption-osxphotos-compare-t", "--tsv"], [1, 6, 1, "cmdoption-osxphotos-compare-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-compare-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-compare-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-compare-j", "-j"], [1, 6, 1, "cmdoption-osxphotos-compare-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-compare-o", "-o"], [1, 6, 1, "cmdoption-osxphotos-compare-s", "-s"], [1, 6, 1, "cmdoption-osxphotos-compare-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-compare-arg-LIBRARY_A", "LIBRARY_A"], [1, 6, 1, "cmdoption-osxphotos-compare-arg-LIBRARY_B", "LIBRARY_B"]], "osxphotos-dump": [[1, 6, 1, "cmdoption-osxphotos-dump-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-dump-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-dump-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-dump-f", "--field"], [1, 6, 1, "cmdoption-osxphotos-dump-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-dump-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-dump-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-dump-f", "-f"]], "osxphotos-exiftool": [[1, 6, 1, "cmdoption-osxphotos-exiftool-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-exiftool-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-exiftool-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-exiftool-db-config", "--db-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-exiftool-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-exiftool-exportdb", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-exiftool-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-exiftool-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-exiftool-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-exiftool-load-config", "--load-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-exiftool-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-exiftool-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-exiftool-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-exiftool-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-exiftool-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-exiftool-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-exiftool-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-exiftool-arg-EXPORT_DIRECTORY", "EXPORT_DIRECTORY"]], "osxphotos-export": [[1, 6, 1, "cmdoption-osxphotos-export-add-exported-to-album", "--add-exported-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-add-missing-to-album", "--add-missing-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-add-skipped-to-album", "--add-skipped-to-album"], [1, 6, 1, "cmdoption-osxphotos-export-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-export-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-export-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-export-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-export-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-alt-copy", "--alt-copy"], [1, 6, 1, "cmdoption-osxphotos-export-alt-db", "--alt-db"], [1, 6, 1, "cmdoption-osxphotos-export-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-export-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-export-checkpoint", "--checkpoint"], [1, 6, 1, "cmdoption-osxphotos-export-cleanup", "--cleanup"], [1, 6, 1, "cmdoption-osxphotos-export-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-export-config-only", "--config-only"], [1, 6, 1, "cmdoption-osxphotos-export-convert-to-jpeg", "--convert-to-jpeg"], [1, 6, 1, "cmdoption-osxphotos-export-current-name", "--current-name"], [1, 6, 1, "cmdoption-osxphotos-export-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-export-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-export-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-export-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-export-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-export-directory", "--directory"], [1, 6, 1, "cmdoption-osxphotos-export-download-missing", "--download-missing"], [1, 6, 1, "cmdoption-osxphotos-export-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-export-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-export-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-export-edited-suffix", "--edited-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool", "--exiftool"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-export-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-export-export-aae", "--export-aae"], [1, 6, 1, "cmdoption-osxphotos-export-export-as-hardlink", "--export-as-hardlink"], [1, 6, 1, "cmdoption-osxphotos-export-export-by-date", "--export-by-date"], [1, 6, 1, "cmdoption-osxphotos-export-exportdb", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-export-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-export-favorite-rating", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-export-filename", "--filename"], [1, 6, 1, "cmdoption-osxphotos-export-finder-tag-keywords", "--finder-tag-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-finder-tag-template", "--finder-tag-template"], [1, 6, 1, "cmdoption-osxphotos-export-fix-orientation", "--fix-orientation"], [1, 6, 1, "cmdoption-osxphotos-export-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-export-force-update", "--force-update"], [1, 6, 1, "cmdoption-osxphotos-export-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-export-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-export-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-export-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-export-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-export-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-export-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-export-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-export-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-export-F", "--ignore-exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-ignore-signature", "--ignore-signature"], [1, 6, 1, "cmdoption-osxphotos-export-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-export-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-export-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-export-jpeg-ext", "--jpeg-ext"], [1, 6, 1, "cmdoption-osxphotos-export-jpeg-quality", "--jpeg-quality"], [1, 6, 1, "cmdoption-osxphotos-export-keep", "--keep"], [1, 6, 1, "cmdoption-osxphotos-export-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-export-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-export-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-export-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-export-limit", "--limit"], [1, 6, 1, "cmdoption-osxphotos-export-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-export-load-config", "--load-config"], [1, 6, 1, "cmdoption-osxphotos-export-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-export-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-export-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-export-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-export-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-export-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-export-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-export-no-exportdb", "--no-exportdb"], [1, 6, 1, "cmdoption-osxphotos-export-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-export-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-export-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-export-no-progress", "--no-progress"], [1, 6, 1, "cmdoption-osxphotos-export-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-export-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-export-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-export-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-export-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-export-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-export-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-export-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-export-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-export-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-export-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-export-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-export-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-export-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-export-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-export-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-export-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-export-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-export-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-export-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-export-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-export-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-export-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-export-only-new", "--only-new"], [1, 6, 1, "cmdoption-osxphotos-export-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-export-original-suffix", "--original-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-overwrite", "--overwrite"], [1, 6, 1, "cmdoption-osxphotos-export-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-export-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-export-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-export-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-export-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-export-post-command", "--post-command"], [1, 6, 1, "cmdoption-osxphotos-export-post-command-error", "--post-command-error"], [1, 6, 1, "cmdoption-osxphotos-export-post-function", "--post-function"], [1, 6, 1, "cmdoption-osxphotos-export-preview", "--preview"], [1, 6, 1, "cmdoption-osxphotos-export-preview-if-missing", "--preview-if-missing"], [1, 6, 1, "cmdoption-osxphotos-export-preview-suffix", "--preview-suffix"], [1, 6, 1, "cmdoption-osxphotos-export-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-export-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-export-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-export-ramdb", "--ramdb"], [1, 6, 1, "cmdoption-osxphotos-export-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-export-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-export-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-export-retry", "--retry"], [1, 6, 1, "cmdoption-osxphotos-export-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-export-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-export-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-export-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-export-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-export-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-export-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-export-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-export-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar", "--sidecar"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar-drop-ext", "--sidecar-drop-ext"], [1, 6, 1, "cmdoption-osxphotos-export-sidecar-template", "--sidecar-template"], [1, 6, 1, "cmdoption-osxphotos-export-skip-bursts", "--skip-bursts"], [1, 6, 1, "cmdoption-osxphotos-export-skip-edited", "--skip-edited"], [1, 6, 1, "cmdoption-osxphotos-export-skip-live", "--skip-live"], [1, 6, 1, "cmdoption-osxphotos-export-skip-original-if-edited", "--skip-original-if-edited"], [1, 6, 1, "cmdoption-osxphotos-export-skip-raw", "--skip-raw"], [1, 6, 1, "cmdoption-osxphotos-export-skip-uuid", "--skip-uuid"], [1, 6, 1, "cmdoption-osxphotos-export-skip-uuid-from-file", "--skip-uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-export-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-export-strip", "--strip"], [1, 6, 1, "cmdoption-osxphotos-export-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-export-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-export-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-export-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-export-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-export-tmpdir", "--tmpdir"], [1, 6, 1, "cmdoption-osxphotos-export-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-export-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-export-touch-file", "--touch-file"], [1, 6, 1, "cmdoption-osxphotos-export-update", "--update"], [1, 6, 1, "cmdoption-osxphotos-export-update-errors", "--update-errors"], [1, 6, 1, "cmdoption-osxphotos-export-use-photokit", "--use-photokit"], [1, 6, 1, "cmdoption-osxphotos-export-use-photos-export", "--use-photos-export"], [1, 6, 1, "cmdoption-osxphotos-export-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-export-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-export-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-export-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-export-xattr-template", "--xattr-template"], [1, 6, 1, "cmdoption-osxphotos-export-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-export-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-export-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-export-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-export-arg-DEST", "DEST"]], "osxphotos-exportdb": [[1, 6, 1, "cmdoption-osxphotos-exportdb-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-exportdb-check", "--check"], [1, 6, 1, "cmdoption-osxphotos-exportdb-check-signatures", "--check-signatures"], [1, 6, 1, "cmdoption-osxphotos-exportdb-create", "--create"], [1, 6, 1, "cmdoption-osxphotos-exportdb-delete-file", "--delete-file"], [1, 6, 1, "cmdoption-osxphotos-exportdb-delete-uuid", "--delete-uuid"], [1, 6, 1, "cmdoption-osxphotos-exportdb-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-exportdb-errors", "--errors"], [1, 6, 1, "cmdoption-osxphotos-exportdb-export-dir", "--export-dir"], [1, 6, 1, "cmdoption-osxphotos-exportdb-history", "--history"], [1, 6, 1, "cmdoption-osxphotos-exportdb-info", "--info"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-errors", "--last-errors"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-export-dir", "--last-export-dir"], [1, 6, 1, "cmdoption-osxphotos-exportdb-last-run", "--last-run"], [1, 6, 1, "cmdoption-osxphotos-exportdb-migrate-photos-library", "--migrate-photos-library"], [1, 6, 1, "cmdoption-osxphotos-exportdb-repair", "--repair"], [1, 6, 1, "cmdoption-osxphotos-exportdb-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-exportdb-runs", "--runs"], [1, 6, 1, "cmdoption-osxphotos-exportdb-save-config", "--save-config"], [1, 6, 1, "cmdoption-osxphotos-exportdb-sql", "--sql"], [1, 6, 1, "cmdoption-osxphotos-exportdb-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-exportdb-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-exportdb-touch-file", "--touch-file"], [1, 6, 1, "cmdoption-osxphotos-exportdb-update-signatures", "--update-signatures"], [1, 6, 1, "cmdoption-osxphotos-exportdb-upgrade", "--upgrade"], [1, 6, 1, "cmdoption-osxphotos-exportdb-uuid-files", "--uuid-files"], [1, 6, 1, "cmdoption-osxphotos-exportdb-uuid-info", "--uuid-info"], [1, 6, 1, "cmdoption-osxphotos-exportdb-vacuum", "--vacuum"], [1, 6, 1, "cmdoption-osxphotos-exportdb-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-exportdb-version", "--version"], [1, 6, 1, "cmdoption-osxphotos-exportdb-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-exportdb-arg-EXPORT_DATABASE", "EXPORT_DATABASE"]], "osxphotos-help": [[1, 6, 1, "cmdoption-osxphotos-help-arg-SUBTOPIC", "SUBTOPIC"], [1, 6, 1, "cmdoption-osxphotos-help-arg-TOPIC", "TOPIC"]], "osxphotos-import": [[1, 6, 1, "cmdoption-osxphotos-import-a", "--album"], [1, 6, 1, "cmdoption-osxphotos-import-O", "--append"], [1, 6, 1, "cmdoption-osxphotos-import-E", "--auto-live"], [1, 6, 1, "cmdoption-osxphotos-import-c", "--check"], [1, 6, 1, "cmdoption-osxphotos-import-C", "--check-not"], [1, 6, 1, "cmdoption-osxphotos-import-check-templates", "--check-templates"], [1, 6, 1, "cmdoption-osxphotos-import-L", "--clear-location"], [1, 6, 1, "cmdoption-osxphotos-import-X", "--clear-metadata"], [1, 6, 1, "cmdoption-osxphotos-import-d", "--description"], [1, 6, 1, "cmdoption-osxphotos-import-n", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-import-A", "--dup-albums"], [1, 6, 1, "cmdoption-osxphotos-import-D", "--dup-check"], [1, 6, 1, "cmdoption-osxphotos-import-edited-suffix", "--edited-suffix"], [1, 6, 1, "cmdoption-osxphotos-import-e", "--exiftool"], [1, 6, 1, "cmdoption-osxphotos-import-p", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-import-B", "--exportdb"], [1, 6, 1, "cmdoption-osxphotos-import-I", "--exportdir"], [1, 6, 1, "cmdoption-osxphotos-import-G", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-import-g", "--glob"], [1, 6, 1, "cmdoption-osxphotos-import-k", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-import-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-import-l", "--location"], [1, 6, 1, "cmdoption-osxphotos-import-m", "--merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-import-N", "--no-progress"], [1, 6, 1, "cmdoption-osxphotos-import-P", "--parse-date"], [1, 6, 1, "cmdoption-osxphotos-import-F", "--parse-folder-date"], [1, 6, 1, "cmdoption-osxphotos-import-post-function", "--post-function"], [1, 6, 1, "cmdoption-osxphotos-import-r", "--relative-to"], [1, 6, 1, "cmdoption-osxphotos-import-o", "--report"], [1, 6, 1, "cmdoption-osxphotos-import-R", "--resume"], [1, 6, 1, "cmdoption-osxphotos-import-s", "--sidecar"], [1, 6, 1, "cmdoption-osxphotos-import-T", "--sidecar-filename"], [1, 6, 1, "cmdoption-osxphotos-import-i", "--sidecar-ignore-date"], [1, 6, 1, "cmdoption-osxphotos-import-U", "--signature"], [1, 6, 1, "cmdoption-osxphotos-import-S", "--skip-dups"], [1, 6, 1, "cmdoption-osxphotos-import-f", "--split-folder"], [1, 6, 1, "cmdoption-osxphotos-import-stop-on-error", "--stop-on-error"], [1, 6, 1, "cmdoption-osxphotos-import-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-import-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-import-t", "--title"], [1, 6, 1, "cmdoption-osxphotos-import-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-import-w", "--walk"], [1, 6, 1, "cmdoption-osxphotos-import-A", "-A"], [1, 6, 1, "cmdoption-osxphotos-import-B", "-B"], [1, 6, 1, "cmdoption-osxphotos-import-C", "-C"], [1, 6, 1, "cmdoption-osxphotos-import-D", "-D"], [1, 6, 1, "cmdoption-osxphotos-import-E", "-E"], [1, 6, 1, "cmdoption-osxphotos-import-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-import-G", "-G"], [1, 6, 1, "cmdoption-osxphotos-import-I", "-I"], [1, 6, 1, "cmdoption-osxphotos-import-L", "-L"], [1, 6, 1, "cmdoption-osxphotos-import-N", "-N"], [1, 6, 1, "cmdoption-osxphotos-import-O", "-O"], [1, 6, 1, "cmdoption-osxphotos-import-P", "-P"], [1, 6, 1, "cmdoption-osxphotos-import-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-import-S", "-S"], [1, 6, 1, "cmdoption-osxphotos-import-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-import-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-import-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-import-X", "-X"], [1, 6, 1, "cmdoption-osxphotos-import-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-import-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-import-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-import-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-import-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-import-g", "-g"], [1, 6, 1, "cmdoption-osxphotos-import-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-import-k", "-k"], [1, 6, 1, "cmdoption-osxphotos-import-l", "-l"], [1, 6, 1, "cmdoption-osxphotos-import-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-import-n", "-n"], [1, 6, 1, "cmdoption-osxphotos-import-o", "-o"], [1, 6, 1, "cmdoption-osxphotos-import-p", "-p"], [1, 6, 1, "cmdoption-osxphotos-import-r", "-r"], [1, 6, 1, "cmdoption-osxphotos-import-s", "-s"], [1, 6, 1, "cmdoption-osxphotos-import-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-import-w", "-w"], [1, 6, 1, "cmdoption-osxphotos-import-arg-FILES_OR_DIRS", "FILES_OR_DIRS"]], "osxphotos-info": [[1, 6, 1, "cmdoption-osxphotos-info-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-info-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-info-library", "--library"]], "osxphotos-inspect": [[1, 6, 1, "cmdoption-osxphotos-inspect-beta", "--beta"], [1, 6, 1, "cmdoption-osxphotos-inspect-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-inspect-t", "--detect-text"], [1, 6, 1, "cmdoption-osxphotos-inspect-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-inspect-T", "--template"], [1, 6, 1, "cmdoption-osxphotos-inspect-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-inspect-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-inspect-t", "-t"]], "osxphotos-install": [[1, 6, 1, "cmdoption-osxphotos-install-U", "--upgrade"], [1, 6, 1, "cmdoption-osxphotos-install-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-install-r", "-r"], [1, 6, 1, "cmdoption-osxphotos-install-arg-PACKAGES", "PACKAGES"]], "osxphotos-keywords": [[1, 6, 1, "cmdoption-osxphotos-keywords-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-keywords-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-keywords-library", "--library"]], "osxphotos-labels": [[1, 6, 1, "cmdoption-osxphotos-labels-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-labels-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-labels-library", "--library"]], "osxphotos-list": [[1, 6, 1, "cmdoption-osxphotos-list-json", "--json"]], "osxphotos-orphans": [[1, 6, 1, "cmdoption-osxphotos-orphans-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-orphans-export", "--export"], [1, 6, 1, "cmdoption-osxphotos-orphans-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-orphans-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-orphans-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-orphans-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-orphans-V", "-V"]], "osxphotos-persons": [[1, 6, 1, "cmdoption-osxphotos-persons-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-persons-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-persons-library", "--library"]], "osxphotos-places": [[1, 6, 1, "cmdoption-osxphotos-places-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-places-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-places-library", "--library"]], "osxphotos-push-exif": [[1, 6, 1, "cmdoption-osxphotos-push-exif-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-push-exif-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-push-exif-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-push-exif-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-album-keyword", "--album-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-append", "--append"], [1, 6, 1, "cmdoption-osxphotos-push-exif-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-push-exif-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-push-exif-compare", "--compare"], [1, 6, 1, "cmdoption-osxphotos-push-exif-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-push-exif-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-push-exif-description-template", "--description-template"], [1, 6, 1, "cmdoption-osxphotos-push-exif-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-push-exif-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-push-exif-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-merge-keywords", "--exiftool-merge-keywords"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-merge-persons", "--exiftool-merge-persons"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-option", "--exiftool-option"], [1, 6, 1, "cmdoption-osxphotos-push-exif-exiftool-path", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-push-exif-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-push-exif-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-push-exif-favorite-rating", "--favorite-rating"], [1, 6, 1, "cmdoption-osxphotos-push-exif-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-push-exif-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-push-exif-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-push-exif-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-push-exif-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-push-exif-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-push-exif-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-push-exif-ignore-date-modified", "--ignore-date-modified"], [1, 6, 1, "cmdoption-osxphotos-push-exif-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-push-exif-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-push-exif-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-keyword-template", "--keyword-template"], [1, 6, 1, "cmdoption-osxphotos-push-exif-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-push-exif-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-push-exif-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-push-exif-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-push-exif-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-push-exif-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-push-exif-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-push-exif-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-push-exif-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-push-exif-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-push-exif-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-push-exif-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-push-exif-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-push-exif-person-keyword", "--person-keyword"], [1, 6, 1, "cmdoption-osxphotos-push-exif-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-push-exif-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-push-exif-push-edited", "--push-edited"], [1, 6, 1, "cmdoption-osxphotos-push-exif-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-push-exif-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-push-exif-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-push-exif-replace-keywords", "--replace-keywords"], [1, 6, 1, "cmdoption-osxphotos-push-exif-report", "--report"], [1, 6, 1, "cmdoption-osxphotos-push-exif-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-push-exif-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-push-exif-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-push-exif-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-push-exif-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-push-exif-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-push-exif-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-push-exif-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-push-exif-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-push-exif-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-push-exif-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-push-exif-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-push-exif-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-push-exif-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-push-exif-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-push-exif-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-push-exif-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-push-exif-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-push-exif-arg-METADATA", "METADATA"]], "osxphotos-query": [[1, 6, 1, "cmdoption-osxphotos-query-add-to-album", "--add-to-album"], [1, 6, 1, "cmdoption-osxphotos-query-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-query-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-query-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-query-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-query-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-query-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-query-count", "--count"], [1, 6, 1, "cmdoption-osxphotos-query-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-query-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-query-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-query-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-query-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-query-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-query-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-query-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-query-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-query-f", "--field"], [1, 6, 1, "cmdoption-osxphotos-query-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-query-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-query-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-query-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-query-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-query-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-query-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-query-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-query-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-query-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-query-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-query-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-query-json", "--json"], [1, 6, 1, "cmdoption-osxphotos-query-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-query-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-query-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-query-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-query-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-query-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-query-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-query-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-query-mute", "--mute"], [1, 6, 1, "cmdoption-osxphotos-query-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-query-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-query-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-query-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-query-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-query-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-query-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-query-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-query-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-query-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-query-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-query-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-query-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-query-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-query-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-query-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-query-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-query-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-query-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-query-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-query-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-query-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-query-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-query-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-query-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-query-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-query-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-query-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-query-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-query-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-query-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-query-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-query-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-query-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-query-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-query-print", "--print"], [1, 6, 1, "cmdoption-osxphotos-query-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-query-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-query-quiet", "--quiet"], [1, 6, 1, "cmdoption-osxphotos-query-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-query-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-query-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-query-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-query-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-query-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-query-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-query-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-query-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-query-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-query-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-query-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-query-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-query-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-query-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-query-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-query-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-query-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-query-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-query-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-query-i", "-i"]], "osxphotos-repl": [[1, 6, 1, "cmdoption-osxphotos-repl-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-repl-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-repl-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-repl-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-repl-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-repl-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-repl-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-repl-deleted", "--deleted"], [1, 6, 1, "cmdoption-osxphotos-repl-deleted-only", "--deleted-only"], [1, 6, 1, "cmdoption-osxphotos-repl-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-repl-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-repl-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-repl-emacs", "--emacs"], [1, 6, 1, "cmdoption-osxphotos-repl-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-repl-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-repl-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-repl-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-repl-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-repl-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-repl-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-repl-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-repl-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-repl-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-repl-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-repl-i", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-repl-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-repl-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-repl-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-repl-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-repl-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-repl-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-repl-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-repl-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-repl-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-repl-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-repl-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-repl-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-repl-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-repl-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-repl-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-repl-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-repl-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-repl-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-repl-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-repl-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-repl-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-repl-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-repl-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-repl-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-repl-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-repl-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-repl-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-repl-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-repl-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-repl-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-repl-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-repl-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-repl-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-repl-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-repl-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-repl-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared", "--not-shared"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-repl-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-repl-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-repl-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-repl-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-repl-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-repl-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-repl-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-repl-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-repl-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-repl-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-repl-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-repl-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-repl-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-repl-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-repl-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-repl-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-repl-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-repl-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-repl-shared", "--shared"], [1, 6, 1, "cmdoption-osxphotos-repl-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-repl-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-repl-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-repl-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-repl-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-repl-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-repl-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-repl-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-repl-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-repl-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-repl-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-repl-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-repl-i", "-i"]], "osxphotos-run": [[1, 6, 1, "cmdoption-osxphotos-run-h", "--help"], [1, 6, 1, "cmdoption-osxphotos-run-h", "-h"], [1, 6, 1, "cmdoption-osxphotos-run-arg-ARGS", "ARGS"], [1, 6, 1, "cmdoption-osxphotos-run-arg-PYTHON_FILE", "PYTHON_FILE"]], "osxphotos-show": [[1, 6, 1, "cmdoption-osxphotos-show-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-show-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-show-arg-UUID_OR_NAME", "UUID_OR_NAME"]], "osxphotos-sync": [[1, 6, 1, "cmdoption-osxphotos-sync-added-after", "--added-after"], [1, 6, 1, "cmdoption-osxphotos-sync-added-before", "--added-before"], [1, 6, 1, "cmdoption-osxphotos-sync-added-in-last", "--added-in-last"], [1, 6, 1, "cmdoption-osxphotos-sync-album", "--album"], [1, 6, 1, "cmdoption-osxphotos-sync-A", "--append"], [1, 6, 1, "cmdoption-osxphotos-sync-burst", "--burst"], [1, 6, 1, "cmdoption-osxphotos-sync-cloudasset", "--cloudasset"], [1, 6, 1, "cmdoption-osxphotos-sync-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-sync-description", "--description"], [1, 6, 1, "cmdoption-osxphotos-sync-dry-run", "--dry-run"], [1, 6, 1, "cmdoption-osxphotos-sync-duplicate", "--duplicate"], [1, 6, 1, "cmdoption-osxphotos-sync-edited", "--edited"], [1, 6, 1, "cmdoption-osxphotos-sync-exif", "--exif"], [1, 6, 1, "cmdoption-osxphotos-sync-e", "--export"], [1, 6, 1, "cmdoption-osxphotos-sync-external-edit", "--external-edit"], [1, 6, 1, "cmdoption-osxphotos-sync-favorite", "--favorite"], [1, 6, 1, "cmdoption-osxphotos-sync-folder", "--folder"], [1, 6, 1, "cmdoption-osxphotos-sync-from-date", "--from-date"], [1, 6, 1, "cmdoption-osxphotos-sync-from-time", "--from-time"], [1, 6, 1, "cmdoption-osxphotos-sync-has-comment", "--has-comment"], [1, 6, 1, "cmdoption-osxphotos-sync-has-likes", "--has-likes"], [1, 6, 1, "cmdoption-osxphotos-sync-has-raw", "--has-raw"], [1, 6, 1, "cmdoption-osxphotos-sync-hdr", "--hdr"], [1, 6, 1, "cmdoption-osxphotos-sync-hidden", "--hidden"], [1, 6, 1, "cmdoption-osxphotos-sync-0", "--ignore-case"], [1, 6, 1, "cmdoption-osxphotos-sync-i", "--import"], [1, 6, 1, "cmdoption-osxphotos-sync-in-album", "--in-album"], [1, 6, 1, "cmdoption-osxphotos-sync-incloud", "--incloud"], [1, 6, 1, "cmdoption-osxphotos-sync-is-reference", "--is-reference"], [1, 6, 1, "cmdoption-osxphotos-sync-keyword", "--keyword"], [1, 6, 1, "cmdoption-osxphotos-sync-label", "--label"], [1, 6, 1, "cmdoption-osxphotos-sync-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-sync-live", "--live"], [1, 6, 1, "cmdoption-osxphotos-sync-location", "--location"], [1, 6, 1, "cmdoption-osxphotos-sync-max-size", "--max-size"], [1, 6, 1, "cmdoption-osxphotos-sync-m", "--merge"], [1, 6, 1, "cmdoption-osxphotos-sync-min-size", "--min-size"], [1, 6, 1, "cmdoption-osxphotos-sync-missing", "--missing"], [1, 6, 1, "cmdoption-osxphotos-sync-name", "--name"], [1, 6, 1, "cmdoption-osxphotos-sync-no-comment", "--no-comment"], [1, 6, 1, "cmdoption-osxphotos-sync-no-description", "--no-description"], [1, 6, 1, "cmdoption-osxphotos-sync-no-keyword", "--no-keyword"], [1, 6, 1, "cmdoption-osxphotos-sync-no-likes", "--no-likes"], [1, 6, 1, "cmdoption-osxphotos-sync-no-location", "--no-location"], [1, 6, 1, "cmdoption-osxphotos-sync-no-place", "--no-place"], [1, 6, 1, "cmdoption-osxphotos-sync-no-title", "--no-title"], [1, 6, 1, "cmdoption-osxphotos-sync-not-burst", "--not-burst"], [1, 6, 1, "cmdoption-osxphotos-sync-not-cloudasset", "--not-cloudasset"], [1, 6, 1, "cmdoption-osxphotos-sync-not-edited", "--not-edited"], [1, 6, 1, "cmdoption-osxphotos-sync-not-favorite", "--not-favorite"], [1, 6, 1, "cmdoption-osxphotos-sync-not-hdr", "--not-hdr"], [1, 6, 1, "cmdoption-osxphotos-sync-not-hidden", "--not-hidden"], [1, 6, 1, "cmdoption-osxphotos-sync-not-in-album", "--not-in-album"], [1, 6, 1, "cmdoption-osxphotos-sync-not-incloud", "--not-incloud"], [1, 6, 1, "cmdoption-osxphotos-sync-not-live", "--not-live"], [1, 6, 1, "cmdoption-osxphotos-sync-not-missing", "--not-missing"], [1, 6, 1, "cmdoption-osxphotos-sync-not-panorama", "--not-panorama"], [1, 6, 1, "cmdoption-osxphotos-sync-not-portrait", "--not-portrait"], [1, 6, 1, "cmdoption-osxphotos-sync-not-reference", "--not-reference"], [1, 6, 1, "cmdoption-osxphotos-sync-not-saved-to-library", "--not-saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-sync-not-screen-recording", "--not-screen-recording"], [1, 6, 1, "cmdoption-osxphotos-sync-not-screenshot", "--not-screenshot"], [1, 6, 1, "cmdoption-osxphotos-sync-not-selfie", "--not-selfie"], [1, 6, 1, "cmdoption-osxphotos-sync-not-shared-library", "--not-shared-library"], [1, 6, 1, "cmdoption-osxphotos-sync-not-shared-moment", "--not-shared-moment"], [1, 6, 1, "cmdoption-osxphotos-sync-not-slow-mo", "--not-slow-mo"], [1, 6, 1, "cmdoption-osxphotos-sync-not-syndicated", "--not-syndicated"], [1, 6, 1, "cmdoption-osxphotos-sync-not-time-lapse", "--not-time-lapse"], [1, 6, 1, "cmdoption-osxphotos-sync-only-movies", "--only-movies"], [1, 6, 1, "cmdoption-osxphotos-sync-only-photos", "--only-photos"], [1, 6, 1, "cmdoption-osxphotos-sync-panorama", "--panorama"], [1, 6, 1, "cmdoption-osxphotos-sync-person", "--person"], [1, 6, 1, "cmdoption-osxphotos-sync-place", "--place"], [1, 6, 1, "cmdoption-osxphotos-sync-portrait", "--portrait"], [1, 6, 1, "cmdoption-osxphotos-sync-query-eval", "--query-eval"], [1, 6, 1, "cmdoption-osxphotos-sync-query-function", "--query-function"], [1, 6, 1, "cmdoption-osxphotos-sync-regex", "--regex"], [1, 6, 1, "cmdoption-osxphotos-sync-R", "--report"], [1, 6, 1, "cmdoption-osxphotos-sync-saved-to-library", "--saved-to-library"], [1, 6, 1, "cmdoption-osxphotos-sync-screen-recording", "--screen-recording"], [1, 6, 1, "cmdoption-osxphotos-sync-screenshot", "--screenshot"], [1, 6, 1, "cmdoption-osxphotos-sync-selected", "--selected"], [1, 6, 1, "cmdoption-osxphotos-sync-selfie", "--selfie"], [1, 6, 1, "cmdoption-osxphotos-sync-s", "--set"], [1, 6, 1, "cmdoption-osxphotos-sync-shared-library", "--shared-library"], [1, 6, 1, "cmdoption-osxphotos-sync-shared-moment", "--shared-moment"], [1, 6, 1, "cmdoption-osxphotos-sync-slow-mo", "--slow-mo"], [1, 6, 1, "cmdoption-osxphotos-sync-syndicated", "--syndicated"], [1, 6, 1, "cmdoption-osxphotos-sync-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-sync-time-lapse", "--time-lapse"], [1, 6, 1, "cmdoption-osxphotos-sync-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-sync-title", "--title"], [1, 6, 1, "cmdoption-osxphotos-sync-to-date", "--to-date"], [1, 6, 1, "cmdoption-osxphotos-sync-to-time", "--to-time"], [1, 6, 1, "cmdoption-osxphotos-sync-U", "--unmatched"], [1, 6, 1, "cmdoption-osxphotos-sync-uti", "--uti"], [1, 6, 1, "cmdoption-osxphotos-sync-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-sync-uuid-from-file", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-sync-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-sync-year", "--year"], [1, 6, 1, "cmdoption-osxphotos-sync-A", "-A"], [1, 6, 1, "cmdoption-osxphotos-sync-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-sync-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-sync-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-sync-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-sync-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-sync-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-sync-s", "-s"]], "osxphotos-template": [[1, 6, 1, "cmdoption-osxphotos-template-library", "--db"], [1, 6, 1, "cmdoption-osxphotos-template-emacs", "--emacs"], [1, 6, 1, "cmdoption-osxphotos-template-library", "--library"], [1, 6, 1, "cmdoption-osxphotos-template-T", "--template"], [1, 6, 1, "cmdoption-osxphotos-template-uuid", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-template-vi", "--vi"], [1, 6, 1, "cmdoption-osxphotos-template-T", "-T"]], "osxphotos-theme": [[1, 6, 1, "cmdoption-osxphotos-theme-clone", "--clone"], [1, 6, 1, "cmdoption-osxphotos-theme-config", "--config"], [1, 6, 1, "cmdoption-osxphotos-theme-default", "--default"], [1, 6, 1, "cmdoption-osxphotos-theme-delete", "--delete"], [1, 6, 1, "cmdoption-osxphotos-theme-edit", "--edit"], [1, 6, 1, "cmdoption-osxphotos-theme-list", "--list"], [1, 6, 1, "cmdoption-osxphotos-theme-preview", "--preview"]], "osxphotos-timewarp": [[1, 6, 1, "cmdoption-osxphotos-timewarp-a", "--add-to-album"], [1, 6, 1, "cmdoption-osxphotos-timewarp-c", "--compare-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-d", "--date"], [1, 6, 1, "cmdoption-osxphotos-timewarp-date-added", "--date-added"], [1, 6, 1, "cmdoption-osxphotos-timewarp-date-added-from-photo", "--date-added-from-photo"], [1, 6, 1, "cmdoption-osxphotos-timewarp-D", "--date-delta"], [1, 6, 1, "cmdoption-osxphotos-timewarp-e", "--exiftool-path"], [1, 6, 1, "cmdoption-osxphotos-timewarp-force", "--force"], [1, 6, 1, "cmdoption-osxphotos-timewarp-F", "--function"], [1, 6, 1, "cmdoption-osxphotos-timewarp-i", "--inspect"], [1, 6, 1, "cmdoption-osxphotos-timewarp-L", "--library"], [1, 6, 1, "cmdoption-osxphotos-timewarp-m", "--match-time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-M", "--parse-date"], [1, 6, 1, "cmdoption-osxphotos-timewarp-plain", "--plain"], [1, 6, 1, "cmdoption-osxphotos-timewarp-P", "--pull-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-p", "--push-exif"], [1, 6, 1, "cmdoption-osxphotos-timewarp-R", "--reset"], [1, 6, 1, "cmdoption-osxphotos-timewarp-theme", "--theme"], [1, 6, 1, "cmdoption-osxphotos-timewarp-t", "--time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-T", "--time-delta"], [1, 6, 1, "cmdoption-osxphotos-timewarp-timestamp", "--timestamp"], [1, 6, 1, "cmdoption-osxphotos-timewarp-z", "--timezone"], [1, 6, 1, "cmdoption-osxphotos-timewarp-f", "--use-file-time"], [1, 6, 1, "cmdoption-osxphotos-timewarp-u", "--uuid"], [1, 6, 1, "cmdoption-osxphotos-timewarp-U", "--uuid-from-file"], [1, 6, 1, "cmdoption-osxphotos-timewarp-V", "--verbose"], [1, 6, 1, "cmdoption-osxphotos-timewarp-D", "-D"], [1, 6, 1, "cmdoption-osxphotos-timewarp-F", "-F"], [1, 6, 1, "cmdoption-osxphotos-timewarp-L", "-L"], [1, 6, 1, "cmdoption-osxphotos-timewarp-M", "-M"], [1, 6, 1, "cmdoption-osxphotos-timewarp-P", "-P"], [1, 6, 1, "cmdoption-osxphotos-timewarp-R", "-R"], [1, 6, 1, "cmdoption-osxphotos-timewarp-T", "-T"], [1, 6, 1, "cmdoption-osxphotos-timewarp-U", "-U"], [1, 6, 1, "cmdoption-osxphotos-timewarp-V", "-V"], [1, 6, 1, "cmdoption-osxphotos-timewarp-a", "-a"], [1, 6, 1, "cmdoption-osxphotos-timewarp-c", "-c"], [1, 6, 1, "cmdoption-osxphotos-timewarp-d", "-d"], [1, 6, 1, "cmdoption-osxphotos-timewarp-e", "-e"], [1, 6, 1, "cmdoption-osxphotos-timewarp-f", "-f"], [1, 6, 1, "cmdoption-osxphotos-timewarp-i", "-i"], [1, 6, 1, "cmdoption-osxphotos-timewarp-m", "-m"], [1, 6, 1, "cmdoption-osxphotos-timewarp-p", "-p"], [1, 6, 1, "cmdoption-osxphotos-timewarp-t", "-t"], [1, 6, 1, "cmdoption-osxphotos-timewarp-u", "-u"], [1, 6, 1, "cmdoption-osxphotos-timewarp-z", "-z"]], "osxphotos-tutorial": [[1, 6, 1, "cmdoption-osxphotos-tutorial-arg-WIDTH", "WIDTH"]], "osxphotos-uninstall": [[1, 6, 1, "cmdoption-osxphotos-uninstall-y", "--yes"], [1, 6, 1, "cmdoption-osxphotos-uninstall-y", "-y"], [1, 6, 1, "cmdoption-osxphotos-uninstall-arg-PACKAGES", "PACKAGES"]], "osxphotos-uuid": [[1, 6, 1, "cmdoption-osxphotos-uuid-f", "--filename"], [1, 6, 1, "cmdoption-osxphotos-uuid-f", "-f"]], "osxphotos-version": [[1, 6, 1, "cmdoption-osxphotos-version-run", "--run"]], "osxphotos.AlbumInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"], [6, 3, 1, "", "parent"], [6, 2, 1, "", "photo_index"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "title"]], "osxphotos.ExifTool": [[6, 2, 1, "", "addvalues"], [6, 2, 1, "", "asdict"], [6, 2, 1, "", "json"], [6, 3, 1, "", "pid"], [6, 2, 1, "", "run_commands"], [6, 2, 1, "", "setvalue"], [6, 3, 1, "", "version"]], "osxphotos.ExifWriter": [[6, 2, 1, "", "exiftool_dict"], [6, 2, 1, "", "exiftool_json_sidecar"], [6, 2, 1, "", "write_exif_data"]], "osxphotos.ExportDB": [[6, 2, 1, "", "close"], [6, 3, 1, "", "connection"], [6, 2, 1, "", "create_file_record"], [6, 2, 1, "", "create_or_get_file_record"], [6, 2, 1, "", "delete_data_for_filepath"], [6, 2, 1, "", "delete_data_for_uuid"], [6, 3, 1, "", "export_dir"], [6, 2, 1, "", "get_export_results"], [6, 2, 1, "", "get_exported_files"], [6, 2, 1, "", "get_file_record"], [6, 2, 1, "", "get_files_for_uuid"], [6, 2, 1, "", "get_history"], [6, 2, 1, "", "get_last_export_directory"], [6, 2, 1, "", "get_photoinfo_for_uuid"], [6, 2, 1, "", "get_previous_uuids"], [6, 2, 1, "", "get_target_for_file"], [6, 2, 1, "", "get_uuid_for_file"], [6, 3, 1, "", "path"], [6, 2, 1, "", "set_config"], [6, 2, 1, "", "set_export_results"], [6, 2, 1, "", "set_history"], [6, 2, 1, "", "set_photoinfo_for_uuid"]], "osxphotos.ExportOptions": [[6, 3, 1, "", "bit_flags"], [6, 4, 1, "", "convert_to_jpeg"], [6, 4, 1, "", "description_template"], [6, 4, 1, "", "download_missing"], [6, 4, 1, "", "dry_run"], [6, 4, 1, "", "edited"], [6, 4, 1, "", "exiftool"], [6, 4, 1, "", "exiftool_flags"], [6, 4, 1, "", "export_aae"], [6, 4, 1, "", "export_as_hardlink"], [6, 4, 1, "", "export_db"], [6, 4, 1, "", "face_regions"], [6, 4, 1, "", "favorite_rating"], [6, 4, 1, "", "fileutil"], [6, 4, 1, "", "fix_orientation"], [6, 4, 1, "", "force_update"], [6, 4, 1, "", "ignore_date_modified"], [6, 4, 1, "", "ignore_signature"], [6, 4, 1, "", "increment"], [6, 4, 1, "", "jpeg_ext"], [6, 4, 1, "", "jpeg_quality"], [6, 4, 1, "", "keyword_template"], [6, 4, 1, "", "live_photo"], [6, 4, 1, "", "location"], [6, 4, 1, "", "merge_exif_keywords"], [6, 4, 1, "", "merge_exif_persons"], [6, 4, 1, "", "overwrite"], [6, 4, 1, "", "persons"], [6, 4, 1, "", "preview"], [6, 4, 1, "", "preview_suffix"], [6, 4, 1, "", "raw_photo"], [6, 4, 1, "", "render_options"], [6, 4, 1, "", "replace_keywords"], [6, 4, 1, "", "rich"], [6, 4, 1, "", "sidecar"], [6, 4, 1, "", "sidecar_drop_ext"], [6, 4, 1, "", "strip"], [6, 4, 1, "", "timeout"], [6, 4, 1, "", "tmpdir"], [6, 4, 1, "", "touch_file"], [6, 4, 1, "", "update"], [6, 4, 1, "", "update_errors"], [6, 4, 1, "", "use_albums_as_keywords"], [6, 4, 1, "", "use_persons_as_keywords"], [6, 4, 1, "", "use_photokit"], [6, 4, 1, "", "use_photos_export"], [6, 4, 1, "", "verbose"]], "osxphotos.ExportResults": [[6, 2, 1, "", "all_files"], [6, 3, 1, "", "attributes"], [6, 3, 1, "", "datetime"]], "osxphotos.FaceInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "center"], [6, 2, 1, "", "face_rect"], [6, 2, 1, "", "json"], [6, 3, 1, "", "mpri_reg_rect"], [6, 3, 1, "", "mwg_rs_area"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "photo"], [6, 3, 1, "", "pitch"], [6, 3, 1, "", "roll"], [6, 2, 1, "", "roll_pitch_yaw"], [6, 3, 1, "", "size_pixels"], [6, 3, 1, "", "yaw"]], "osxphotos.FileUtilNoOp": [[6, 2, 1, "", "convert_to_jpeg"], [6, 2, 1, "", "copy"], [6, 2, 1, "", "file_sig"], [6, 2, 1, "", "hardlink"], [6, 2, 1, "", "rename"], [6, 2, 1, "", "rmdir"], [6, 2, 1, "", "tmpdir"], [6, 2, 1, "", "unlink"], [6, 2, 1, "", "utime"]], "osxphotos.FolderInfo": [[6, 3, 1, "", "album_info"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "parent"], [6, 3, 1, "", "subfolders"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.ImportInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "title"]], "osxphotos.MomentInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "date"], [6, 3, 1, "", "end_date"], [6, 3, 1, "", "location"], [6, 3, 1, "", "modification_date"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "pk"], [6, 3, 1, "", "start_date"], [6, 3, 1, "", "subtitle"], [6, 3, 1, "", "title"]], "osxphotos.PersonInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "feature_less"], [6, 2, 1, "", "json"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"]], "osxphotos.PhotoExporter": [[6, 2, 1, "", "export"], [6, 2, 1, "", "write_exiftool_metadata_to_file"]], "osxphotos.PhotoInfo": [[6, 3, 1, "", "adjustments"], [6, 3, 1, "", "adjustments_path"], [6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "burst"], [6, 3, 1, "", "burst_album_info"], [6, 3, 1, "", "burst_albums"], [6, 3, 1, "", "burst_default_pick"], [6, 3, 1, "", "burst_key"], [6, 3, 1, "", "burst_photos"], [6, 3, 1, "", "burst_selected"], [6, 3, 1, "", "cloud_guid"], [6, 3, 1, "", "cloud_metadata"], [6, 3, 1, "", "cloud_owner_hashed_id"], [6, 3, 1, "", "comments"], [6, 3, 1, "", "date"], [6, 3, 1, "", "date_added"], [6, 3, 1, "", "date_modified"], [6, 3, 1, "", "date_original"], [6, 3, 1, "", "date_trashed"], [6, 3, 1, "", "description"], [6, 2, 1, "", "detected_text"], [6, 3, 1, "", "duplicates"], [6, 3, 1, "", "exif_info"], [6, 3, 1, "", "exiftool"], [6, 2, 1, "", "export"], [6, 3, 1, "", "external_edit"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "filename"], [6, 3, 1, "", "fingerprint"], [6, 3, 1, "", "flagged"], [6, 3, 1, "", "has_raw"], [6, 3, 1, "", "hasadjustments"], [6, 3, 1, "", "hdr"], [6, 3, 1, "", "height"], [6, 3, 1, "", "hexdigest"], [6, 3, 1, "", "hidden"], [6, 3, 1, "", "import_info"], [6, 3, 1, "", "incloud"], [6, 3, 1, "", "intrash"], [6, 3, 1, "", "iscloudasset"], [6, 3, 1, "", "ismissing"], [6, 3, 1, "", "ismovie"], [6, 3, 1, "", "isphoto"], [6, 3, 1, "", "israw"], [6, 3, 1, "", "isreference"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "labels_normalized"], [6, 3, 1, "", "latitude"], [6, 3, 1, "", "likes"], [6, 3, 1, "", "live_photo"], [6, 3, 1, "", "location"], [6, 3, 1, "", "longitude"], [6, 3, 1, "", "moment_info"], [6, 3, 1, "", "orientation"], [6, 3, 1, "", "original_filename"], [6, 3, 1, "", "original_filesize"], [6, 3, 1, "", "original_height"], [6, 3, 1, "", "original_orientation"], [6, 3, 1, "", "original_width"], [6, 3, 1, "", "owner"], [6, 3, 1, "", "panorama"], [6, 3, 1, "", "path"], [6, 3, 1, "", "path_derivatives"], [6, 3, 1, "", "path_edited"], [6, 3, 1, "", "path_edited_live_photo"], [6, 3, 1, "", "path_live_photo"], [6, 3, 1, "", "path_raw"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "place"], [6, 3, 1, "", "portrait"], [6, 3, 1, "", "project_info"], [6, 3, 1, "", "rating"], [6, 3, 1, "", "raw_original"], [6, 2, 1, "", "render_template"], [6, 3, 1, "", "saved_to_library"], [6, 3, 1, "", "score"], [6, 3, 1, "", "screen_recording"], [6, 3, 1, "", "screenshot"], [6, 3, 1, "", "search_info"], [6, 3, 1, "", "search_info_normalized"], [6, 3, 1, "", "selfie"], [6, 3, 1, "", "share_info"], [6, 3, 1, "", "share_participant_info"], [6, 3, 1, "", "share_participants"], [6, 3, 1, "", "shared"], [6, 3, 1, "", "shared_library"], [6, 3, 1, "", "shared_moment"], [6, 3, 1, "", "shared_moment_info"], [6, 3, 1, "", "slow_mo"], [6, 3, 1, "", "syndicated"], [6, 2, 1, "", "tables"], [6, 3, 1, "", "time_lapse"], [6, 3, 1, "", "title"], [6, 3, 1, "", "tzname"], [6, 3, 1, "", "tzoffset"], [6, 3, 1, "", "uti"], [6, 3, 1, "", "uti_edited"], [6, 3, 1, "", "uti_original"], [6, 3, 1, "", "uti_raw"], [6, 3, 1, "", "uuid"], [6, 3, 1, "", "visible"], [6, 3, 1, "", "width"]], "osxphotos.PhotoTemplate": [[6, 2, 1, "", "expand_variables"], [6, 2, 1, "", "expand_variables_to_str"], [6, 2, 1, "", "filter_predicate"], [6, 2, 1, "", "get_field_values"], [6, 2, 1, "", "get_filter_values"], [6, 2, 1, "", "get_format_values"], [6, 2, 1, "", "get_media_type"], [6, 2, 1, "", "get_photo_bool_attribute"], [6, 2, 1, "", "get_photo_video_type"], [6, 2, 1, "", "get_template_value"], [6, 2, 1, "", "get_template_value_exiftool"], [6, 2, 1, "", "get_template_value_filter_function"], [6, 2, 1, "", "get_template_value_function"], [6, 2, 1, "", "get_template_value_multi"], [6, 2, 1, "", "get_template_value_pathlib"], [6, 2, 1, "", "render"]], "osxphotos.PhotosAlbum": [[6, 2, 1, "", "append"], [6, 2, 1, "", "extend"]], "osxphotos.PhotosAlbumPhotoScript": [[6, 2, 1, "", "append"], [6, 2, 1, "", "extend"]], "osxphotos.PhotosDB": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "album_info_shared"], [6, 3, 1, "", "albums"], [6, 3, 1, "", "albums_as_dict"], [6, 3, 1, "", "albums_shared"], [6, 3, 1, "", "albums_shared_as_dict"], [6, 3, 1, "", "db_path"], [6, 3, 1, "", "db_version"], [6, 2, 1, "", "execute"], [6, 3, 1, "", "folder_info"], [6, 3, 1, "", "folders"], [6, 2, 1, "", "get_db_connection"], [6, 2, 1, "", "get_photo"], [6, 3, 1, "", "import_info"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "keywords_as_dict"], [6, 3, 1, "", "keywords_without_photo"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "labels_as_dict"], [6, 3, 1, "", "labels_normalized"], [6, 3, 1, "", "labels_normalized_as_dict"], [6, 3, 1, "", "library_path"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "persons_as_dict"], [6, 2, 1, "", "photos"], [6, 2, 1, "", "photos_by_uuid"], [6, 3, 1, "", "photos_version"], [6, 3, 1, "", "project_info"], [6, 2, 1, "", "query"]], "osxphotos.PlaceInfo": [[6, 3, 1, "", "address"], [6, 3, 1, "", "address_str"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "country_code"], [6, 3, 1, "", "ishome"], [6, 3, 1, "", "name"], [6, 3, 1, "", "names"]], "osxphotos.ProjectInfo": [[6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"]], "osxphotos.QueryOptions": [[6, 4, 1, "", "added_after"], [6, 4, 1, "", "added_before"], [6, 4, 1, "", "added_in_last"], [6, 4, 1, "", "album"], [6, 4, 1, "", "burst"], [6, 4, 1, "", "burst_photos"], [6, 4, 1, "", "cloudasset"], [6, 4, 1, "", "deleted"], [6, 4, 1, "", "deleted_only"], [6, 4, 1, "", "description"], [6, 4, 1, "", "duplicate"], [6, 4, 1, "", "edited"], [6, 4, 1, "", "exif"], [6, 4, 1, "", "external_edit"], [6, 4, 1, "", "favorite"], [6, 4, 1, "", "folder"], [6, 4, 1, "", "from_date"], [6, 4, 1, "", "from_time"], [6, 4, 1, "", "function"], [6, 4, 1, "", "has_comment"], [6, 4, 1, "", "has_likes"], [6, 4, 1, "", "has_raw"], [6, 4, 1, "", "hdr"], [6, 4, 1, "", "hidden"], [6, 4, 1, "", "ignore_case"], [6, 4, 1, "", "in_album"], [6, 4, 1, "", "incloud"], [6, 4, 1, "", "is_reference"], [6, 4, 1, "", "keyword"], [6, 4, 1, "", "label"], [6, 4, 1, "", "live"], [6, 4, 1, "", "location"], [6, 4, 1, "", "max_size"], [6, 4, 1, "", "min_size"], [6, 4, 1, "", "missing"], [6, 4, 1, "", "missing_bursts"], [6, 4, 1, "", "movies"], [6, 4, 1, "", "name"], [6, 4, 1, "", "no_comment"], [6, 4, 1, "", "no_description"], [6, 4, 1, "", "no_keyword"], [6, 4, 1, "", "no_likes"], [6, 4, 1, "", "no_location"], [6, 4, 1, "", "no_place"], [6, 4, 1, "", "no_title"], [6, 4, 1, "", "not_burst"], [6, 4, 1, "", "not_cloudasset"], [6, 4, 1, "", "not_edited"], [6, 4, 1, "", "not_favorite"], [6, 4, 1, "", "not_hdr"], [6, 4, 1, "", "not_hidden"], [6, 4, 1, "", "not_in_album"], [6, 4, 1, "", "not_incloud"], [6, 4, 1, "", "not_live"], [6, 4, 1, "", "not_missing"], [6, 4, 1, "", "not_panorama"], [6, 4, 1, "", "not_portrait"], [6, 4, 1, "", "not_reference"], [6, 4, 1, "", "not_saved_to_library"], [6, 4, 1, "", "not_screen_recording"], [6, 4, 1, "", "not_screenshot"], [6, 4, 1, "", "not_selfie"], [6, 4, 1, "", "not_shared"], [6, 4, 1, "", "not_shared_library"], [6, 4, 1, "", "not_shared_moment"], [6, 4, 1, "", "not_slow_mo"], [6, 4, 1, "", "not_syndicated"], [6, 4, 1, "", "not_time_lapse"], [6, 4, 1, "", "panorama"], [6, 4, 1, "", "person"], [6, 4, 1, "", "photos"], [6, 4, 1, "", "place"], [6, 4, 1, "", "portrait"], [6, 4, 1, "", "query_eval"], [6, 4, 1, "", "regex"], [6, 4, 1, "", "saved_to_library"], [6, 4, 1, "", "screen_recording"], [6, 4, 1, "", "screenshot"], [6, 4, 1, "", "selected"], [6, 4, 1, "", "selfie"], [6, 4, 1, "", "shared"], [6, 4, 1, "", "shared_library"], [6, 4, 1, "", "shared_moment"], [6, 4, 1, "", "slow_mo"], [6, 4, 1, "", "syndicated"], [6, 4, 1, "", "time_lapse"], [6, 4, 1, "", "title"], [6, 4, 1, "", "to_date"], [6, 4, 1, "", "to_time"], [6, 4, 1, "", "uti"], [6, 4, 1, "", "uuid"], [6, 4, 1, "", "year"]], "osxphotos.ScoreInfo": [[6, 2, 1, "", "asdict"]], "osxphotos.SearchInfo": [[6, 3, 1, "", "activities"], [6, 3, 1, "", "all"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "bodies_of_water"], [6, 3, 1, "", "camera"], [6, 3, 1, "", "city"], [6, 3, 1, "", "country"], [6, 3, 1, "", "detected_text"], [6, 3, 1, "", "holidays"], [6, 3, 1, "", "labels"], [6, 3, 1, "", "locality_names"], [6, 3, 1, "", "media_types"], [6, 3, 1, "", "month"], [6, 3, 1, "", "neighborhoods"], [6, 3, 1, "", "place_names"], [6, 3, 1, "", "season"], [6, 3, 1, "", "source"], [6, 3, 1, "", "state"], [6, 3, 1, "", "state_abbreviation"], [6, 3, 1, "", "streets"], [6, 3, 1, "", "text_found"], [6, 3, 1, "", "venue_types"], [6, 3, 1, "", "venues"], [6, 3, 1, "", "year"]], "osxphotos.SidecarWriter": [[6, 2, 1, "", "write_sidecar_files"], [6, 2, 1, "", "xmp_sidecar"]], "osxphotos.iPhotoAlbumInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "folder_list"], [6, 3, 1, "", "folder_names"], [6, 2, 1, "", "json"], [6, 3, 1, "", "parent"], [6, 2, 1, "", "photo_index"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoDB": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 3, 1, "", "albums_as_dict"], [6, 3, 1, "", "db_version"], [6, 2, 1, "", "get_db_connection"], [6, 2, 1, "", "get_photo"], [6, 3, 1, "", "keywords_as_dict"], [6, 3, 1, "", "persons_as_dict"], [6, 2, 1, "", "photos"], [6, 3, 1, "", "photos_version"], [6, 2, 1, "", "query"]], "osxphotos.iPhotoFaceInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "center"], [6, 3, 1, "", "center_x"], [6, 3, 1, "", "center_y"], [6, 2, 1, "", "face_rect"], [6, 2, 1, "", "json"], [6, 3, 1, "", "mpri_reg_rect"], [6, 3, 1, "", "mwg_rs_area"], [6, 3, 1, "", "name"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "pitch"], [6, 3, 1, "", "quality"], [6, 3, 1, "", "roll"], [6, 2, 1, "", "roll_pitch_yaw"], [6, 3, 1, "", "size"], [6, 3, 1, "", "size_pixels"], [6, 3, 1, "", "yaw"]], "osxphotos.iPhotoFolderInfo": [[6, 3, 1, "", "album_info"], [6, 2, 1, "", "asdict"], [6, 2, 1, "", "json"], [6, 3, 1, "", "parent"], [6, 3, 1, "", "subfolders"], [6, 3, 1, "", "title"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoPersonInfo": [[6, 2, 1, "", "asdict"], [6, 3, 1, "", "facecount"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "feature_less"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keyface"], [6, 3, 1, "", "keyphoto"], [6, 3, 1, "", "name"], [6, 3, 1, "", "photos"], [6, 3, 1, "", "sort_order"], [6, 3, 1, "", "uuid"]], "osxphotos.iPhotoPhotoInfo": [[6, 3, 1, "", "album_info"], [6, 3, 1, "", "albums"], [6, 2, 1, "", "asdict"], [6, 3, 1, "", "burst"], [6, 3, 1, "", "burst_album_info"], [6, 3, 1, "", "burst_albums"], [6, 3, 1, "", "burst_photos"], [6, 3, 1, "", "date"], [6, 3, 1, "", "date_added"], [6, 3, 1, "", "date_modified"], [6, 3, 1, "", "description"], [6, 3, 1, "", "event_info"], [6, 3, 1, "", "exif_info"], [6, 3, 1, "", "exiftool"], [6, 2, 1, "", "export"], [6, 3, 1, "", "face_info"], [6, 3, 1, "", "favorite"], [6, 3, 1, "", "filename"], [6, 3, 1, "", "fingerprint"], [6, 3, 1, "", "flagged"], [6, 3, 1, "", "hasadjustments"], [6, 3, 1, "", "height"], [6, 3, 1, "", "hexdigest"], [6, 3, 1, "", "hidden"], [6, 3, 1, "", "intrash"], [6, 3, 1, "", "ismissing"], [6, 3, 1, "", "ismovie"], [6, 3, 1, "", "isphoto"], [6, 3, 1, "", "israw"], [6, 3, 1, "", "isreference"], [6, 2, 1, "", "json"], [6, 3, 1, "", "keywords"], [6, 3, 1, "", "latitude"], [6, 3, 1, "", "location"], [6, 3, 1, "", "longitude"], [6, 3, 1, "", "moment_info"], [6, 3, 1, "", "orientation"], [6, 3, 1, "", "original_filename"], [6, 3, 1, "", "original_filesize"], [6, 3, 1, "", "original_height"], [6, 3, 1, "", "original_width"], [6, 3, 1, "", "path"], [6, 3, 1, "", "path_derivatives"], [6, 3, 1, "", "path_edited"], [6, 3, 1, "", "person_info"], [6, 3, 1, "", "persons"], [6, 3, 1, "", "rating"], [6, 3, 1, "", "raw_original"], [6, 2, 1, "", "render_template"], [6, 3, 1, "", "title"], [6, 3, 1, "", "tzoffset"], [6, 3, 1, "", "uti"], [6, 3, 1, "", "uti_edited"], [6, 3, 1, "", "uti_original"], [6, 3, 1, "", "uti_raw"], [6, 3, 1, "", "uuid"], [6, 3, 1, "", "visible"], [6, 3, 1, "", "width"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "property", "Python property"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "function", "Python function"], "6": ["std", "cmdoption", "program option"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:property", "4": "py:attribute", "5": "py:function", "6": "std:cmdoption"}, "terms": {"": [0, 1, 3, 4, 6, 7, 8], "0": [0, 1, 3, 4, 5, 6, 7, 8], "00": 1, "00000": [0, 7], "00001": [0, 7], "00002": [0, 7], "00003": [0, 7], "0001": [0, 7], "001": 1, "002": 0, "01": [1, 5, 8], "02": [0, 1, 7, 8], "03": [0, 7], "03816793893129771": 0, "03d": 1, "04": [0, 7, 8], "048576mb": 1, "04d": 1, "05": 8, "05d": [0, 7], "06": 0, "07": [0, 1, 5, 7], "0b16": [0, 7], "0x10fcc0160": 0, "1": [0, 1, 3, 6, 7, 8], "10": [0, 1, 3, 4, 5, 7], "100": [0, 7, 8], "1048576": 1, "106410": 6, "11": [0, 1, 7], "12": [1, 3, 4, 5], "120": [0, 6], "1200": 5, "1234": 1, "12345678": 1, "123456789012": 1, "128fb4c6": [0, 7], "12t12": 1, "13": [1, 6], "1318055": 0, "1356": 0, "138": 0, "15": [0, 1, 3, 4, 7], "151": 0, "15mm": [0, 7], "17": [0, 1], "18": [0, 5], "180": 1, "18th": [0, 7], "19": [0, 7], "190738": [0, 7], "19393": 0, "198932": 0, "1999": [0, 7], "1d": 1, "1f": [0, 7], "2": [0, 1, 5, 6, 7], "20": [0, 1], "2000": 1, "20009": [0, 7], "2001": 1, "2007": [0, 7], "2013": 0, "2015": 8, "201610_1": 6, "2017": 0, "2018": 8, "2019": [0, 1, 8], "2020": [0, 1, 7, 8], "2021": 8, "2022": [1, 5], "2023": 1, "2038": 0, "2047": 0, "21": 8, "22": [0, 7], "23": [0, 1, 7], "25": 0, "25002": 0, "2754": 0, "28": 8, "2814835671629878": 0, "29": 5, "2week": 1, "3": [0, 1, 3, 4, 5, 6, 7, 8], "30": 1, "31": [1, 8], "31581": 5, "32": 5, "34": [0, 1], "344131646c30": 0, "35": 0, "36": [0, 5, 7], "365": 1, "3700": 0, "374756": 0, "38": [0, 7], "386": 0, "4": [0, 1, 6, 7, 8], "4100": 0, "41cd": 5, "47": 5, "474": 0, "4b5c": 0, "4e7d": [0, 7], "4f": 0, "5": [0, 1, 3, 4, 5, 6, 7], "50": 8, "501": 0, "50357167": 0, "51": 0, "54": 5, "56": [0, 1], "5609": 0, "561129492": 0, "585926209": 0, "596861111111": 0, "596906868": 0, "6": [0, 7], "6000": 5, "609": 0, "6192599813128215": 0, "625": 0, "6494140625": 0, "68": [], "689981763": 0, "689982854": 0, "69": [0, 7], "7": [0, 6, 7], "75": [0, 6, 7], "77": 5, "7a52": 0, "7d": 1, "8": [0, 6], "802854": 0, "859624": 0, "8601": [0, 1], "887": 1, "9": [0, 3, 4, 8], "90": 1, "907a": 0, "9108": [0, 7], "913095d62e31": 5, "9188916666667": 0, "94e0": 5, "96753": 0, "999": 0, "A": [1, 2, 7, 8], "AND": [1, 6], "And": 8, "As": [1, 8], "At": 0, "Be": [0, 1], "By": [0, 1, 8], "For": [0, 1, 6, 7, 8], "If": [0, 1, 5, 6, 7, 8], "In": [0, 1, 6, 7, 8], "It": [0, 1, 6, 7, 8], "No": [6, 8], "Not": [0, 7], "OR": [1, 6], "Of": 8, "On": [0, 1, 6], "One": 8, "THe": 6, "That": [1, 8], "The": [0, 1, 3, 4, 5, 6, 7, 8], "Then": [0, 3, 4, 8], "There": 8, "These": [0, 1, 3, 5, 7, 8], "To": [0, 1, 3, 6, 7, 8], "Will": 1, "With": [0, 6, 8], "_": [0, 1, 7, 8], "__future__": 0, "__init__": [0, 6], "__main__": [0, 5], "__name__": [0, 5], "_bearbeiten": 1, "_constant": 0, "_edit": [1, 8], "_low_r": 1, "_origin": 1, "_pattern_format": 1, "_preview": [1, 6], "_skip_searchinfo": 6, "a5bb": 0, "a712": 0, "aae": [1, 6], "aae_skip": 6, "aae_written": 6, "abbrevi": [0, 1, 6, 7], "abc": [0, 7], "abcd": [0, 7], "abil": [3, 4], "abl": [1, 3, 4, 8], "abort": [0, 1], "about": [0, 2, 3, 5, 6, 8], "abov": [0, 7, 8], "absolut": [0, 1, 6], "abstract": 6, "accept": [0, 1], "access": [0, 6, 7, 8], "accord": [3, 4], "accordingli": 0, "across": 0, "action": [1, 6], "activ": [2, 6, 7], "actual": [0, 1, 2, 6, 7], "ad": [0, 1, 6, 7, 8], "add": [0, 2, 3, 6, 7, 8], "added_aft": [0, 2, 6], "added_befor": [0, 2, 6], "added_in_last": [0, 2, 6], "addit": [1, 2, 5, 6, 7, 8], "addition": 0, "additional_city_info": [0, 6], "address": [2, 6, 7], "address_str": [2, 6], "addvalu": [0, 2, 6], "adj_format_vers": 0, "adj_metadata": 0, "adj_orient": 0, "adj_version_info": 0, "adjus": 0, "adjust": [1, 2, 3, 6, 7, 8], "adjustments_path": [2, 6], "adjustmentsinfo": [2, 6], "administr": [0, 6], "administrativearea": [0, 6], "adob": 1, "advanc": [0, 1, 3, 8], "advantag": 1, "advers": 0, "aesthet": [0, 5, 7], "af71": 5, "affect": [0, 6], "after": [0, 1, 6, 7, 8], "again": [1, 8], "against": [0, 1, 6, 7, 8], "age_typ": 0, "ahead": [1, 6], "alanui": 0, "album": [2, 3, 4, 5, 6, 7, 8], "album1": [0, 7], "album_info": [2, 6], "album_info_shar": [2, 6], "album_nam": [0, 5], "album_project": [0, 7], "album_seq": [0, 7], "album_templ": 1, "albuminfo": [2, 5, 6], "albuminfold": 0, "albums_as_dict": [2, 5, 6], "albums_dict": 0, "albums_shar": [2, 6], "albums_shared_as_dict": [2, 6], "albums_shared_dict": 0, "albumsortord": [0, 2, 6], "algorithm": [0, 6, 7, 8], "alia": [0, 7], "alic": 5, "all": [1, 2, 3, 5, 6, 7], "all_fil": [2, 6], "all_photo": 5, "all_raw": 0, "allow": [0, 1, 3, 4, 6, 7, 8], "almost": 8, "alpha": 1, "alreadi": [0, 1, 6, 8], "alreai": 0, "also": [0, 1, 3, 4, 5, 6, 7, 8], "alt": 1, "altern": [1, 8], "alu": [0, 7], "alwai": [0, 1, 6, 8], "america": 1, "amount": 8, "ampersand": [0, 7], "an": [0, 1, 2, 5, 6, 7], "angl": 6, "ani": [0, 1, 3, 4, 5, 6, 7, 8], "annot": 0, "anoth": [0, 1, 7, 8], "anyth": [0, 1, 8], "apdb": 6, "apertur": [0, 6], "apf": 1, "api": 2, "app": [0, 1, 3, 4, 6, 8], "appear": [0, 1, 6], "append": [0, 1, 2, 6, 7, 8], "appl": [0, 1, 3, 4, 6, 7, 8], "applescript": [0, 1, 6, 8], "appli": [0, 1, 6, 7, 8], "applic": [0, 3, 4, 8], "approach": 0, "april": 8, "ar": [0, 1, 3, 4, 5, 6, 7, 8], "arbitrari": [0, 7], "area": [0, 6, 7], "area_of_interest": [0, 6, 7], "areasofinterest": [0, 6], "aren": 6, "arg": [0, 1, 3, 6], "argument": [0, 1, 5, 6, 7, 8], "around": [0, 6, 7], "as_complet": 0, "ascend": [0, 6], "asdict": [2, 6], "ask": 1, "asset": [0, 1, 6, 7, 8], "asset_uuid": 2, "assign": [0, 7, 8], "assin": 6, "associ": [0, 1, 3, 6, 7, 8], "associt": 0, "assum": [0, 1, 6, 7], "asynchroun": 6, "atetim": 0, "attach": [1, 8], "attempt": [0, 1, 6, 8], "attr": 6, "attribut": [1, 2, 6], "author": [1, 8], "auto": [1, 5], "automat": [0, 1, 7, 8], "autosplit": [0, 7], "avail": [0, 1, 6, 7, 8], "availab": 0, "avoid": [0, 1], "awar": [0, 6], "b": [0, 1, 7], "b13f4485": 5, "back": [0, 1, 6, 7, 8], "background": 0, "backup": [1, 8], "bad": 1, "bar": [0, 1, 5, 7], "bare": [0, 7], "base": [0, 1, 5, 6, 7, 8], "base_vers": 0, "basi": 8, "basic": [0, 6, 8], "batch": [2, 3], "bc": [0, 7], "bd": [0, 7], "beac": [0, 7], "beach": [0, 1, 7], "beachdai": [0, 7], "becaus": [0, 1, 7, 8], "been": [0, 1, 5, 6, 7, 8], "befor": [0, 1, 6, 7, 8], "began": 0, "begin": [0, 1, 7], "behav": 0, "behavior": [0, 1, 6], "being": [0, 1, 6, 7, 8], "belong": [6, 8], "below": [0, 1, 6], "berri": [0, 6], "best": [0, 1, 6, 8], "best_food_photo": 0, "best_photo": 0, "besync": 1, "beta": 1, "better": [0, 8], "between": [0, 1, 3, 6, 7, 8], "bin": [0, 8], "binari": 0, "bind": 1, "birthdai": 0, "bit": [0, 6], "bit_flag": [2, 6], "bit_rat": [0, 6], "bitmath": 6, "blank": [1, 8], "blob": [0, 1, 7], "bodi": [0, 6], "bodies_of_wat": [2, 6], "body_of_wat": [0, 6], "bool": [0, 6], "bool_val": 6, "bool_valu": [0, 7], "boolean": [0, 6, 7, 8], "boost": 8, "both": [0, 1, 3, 4, 7, 8], "boundari": 6, "box": 1, "brace": [0, 7, 8], "bracket": [0, 7], "break": 1, "brew": [3, 4], "british": 0, "browser": [1, 3], "buggi": 8, "build": [2, 6], "built": [0, 1, 7], "bundl": 0, "burst": [1, 2, 6, 7], "burst_album": [2, 6], "burst_album_info": [2, 6], "burst_default_pick": [2, 6], "burst_kei": [2, 6], "burst_photo": [2, 6], "burst_select": [2, 6], "bypass": 1, "byte": [0, 1, 6], "byth": [0, 7], "c": [0, 1, 7], "c007d37bda16_1_101_o": 0, "c007d37bda16_1_102_o": 0, "c007d37bda16_1_105_c": 0, "cabl": 1, "cach": [0, 7], "calendar": [0, 6, 7], "california": 1, "call": [1, 2, 3, 4, 6, 7, 8], "callabl": [0, 6], "caller": 6, "camera": [0, 1, 2, 6, 7], "camera_mak": [0, 6, 7], "camera_model": [0, 6, 7], "can": [0, 1, 3, 4, 5, 6, 7, 8], "canada": 0, "cancel": 1, "cannot": [0, 1, 6, 7], "canon": [0, 1, 6], "capabl": [0, 8], "capit": [0, 7], "caption": [6, 8], "card": [0, 1, 6, 7], "carri": 8, "carriag": [0, 7], "case": [0, 1, 6, 7, 8], "catalina": [0, 7], "catch_error": 1, "categor": [0, 6, 7], "categori": [1, 8], "caught": 1, "caus": [0, 1, 6, 7, 8], "caution": [0, 1, 6], "cd": [0, 7], "center": [2, 6], "center_i": [0, 2, 6], "center_x": [0, 2, 6], "centr": 0, "certain": [0, 1, 2, 7], "certainli": 8, "chang": [0, 1, 6, 7, 8], "charact": [0, 1, 5, 7, 8], "check": [0, 1, 3], "checkign": 1, "checkpoint": 1, "children": 0, "chomp": [0, 7], "chop": [0, 7], "chose": 8, "christma": [0, 7], "circa": 0, "circl": 6, "citi": [2, 6, 7], "clang": 5, "class": [0, 1, 5, 6, 7], "classic": [1, 8], "classif": [1, 3, 8], "classifi": 8, "classmethod": 6, "clean": 0, "cleanup": 1, "clear": 1, "cli": [2, 3, 4], "cli_example_1": 0, "cli_example_2": 0, "cli_main": 4, "click": [0, 4, 5], "clirunn": 4, "clone": 1, "close": [0, 2, 6, 7], "closebrac": [0, 7], "closebracket": [0, 7], "closeparen": [0, 7], "cloud": [0, 6, 8], "cloud_guid": [2, 6], "cloud_metadata": [2, 6], "cloud_owner_hashed_id": [2, 6], "cloudasset": [0, 1, 2, 6], "clplacemark": [0, 6], "cmp": 6, "cmp_file_sig": 6, "code": [0, 1, 2, 3, 4, 6, 7], "codec": [0, 6], "cog": 4, "collis": 1, "colon": [0, 7], "color": [1, 2, 3], "columbia": 0, "column": 0, "com": [0, 1, 6, 7], "combin": [0, 1, 6, 7, 8], "combine_valu": [0, 7], "comma": [0, 1, 7, 8], "command": [2, 5, 6, 7], "comment": [1, 2, 5, 6, 7, 8], "commentinfo": [2, 6], "common": [1, 8], "commun": 8, "compar": [2, 3, 6], "compare_librari": 0, "compare_photos_librari": 2, "comparison": [0, 7], "compat": [0, 1, 3, 4, 8], "complet": [0, 1, 6, 8], "complex": [0, 1, 7, 8], "complic": 0, "compon": [0, 1], "composit": 0, "comprehens": [1, 8], "compress": [0, 1, 6], "compression_qu": 6, "comput": [0, 1, 5, 6], "computer1": 1, "computer2": 1, "concept": 8, "conclus": 2, "concurr": 2, "concurrent_export": 0, "condit": [0, 7, 8], "confid": [0, 6, 7], "confidence_threshold": [2, 6], "config": [1, 6, 8], "config_data": 6, "config_fil": 1, "configur": [0, 1, 6, 8], "confirm": 1, "conform": [0, 6], "conjunct": [1, 8], "conn": 0, "connect": [0, 1, 2, 6, 8], "consid": [0, 1], "consist": [0, 1], "contain": [0, 1, 5, 6, 7, 8], "content": [1, 2, 6], "contentcreated": 6, "context": [1, 6], "continu": [0, 1], "contribut": 8, "control": [1, 6], "conveni": 0, "convent": 1, "convert": [0, 1, 2, 6, 7], "convert_to_jpeg": [0, 2, 6], "converted_to_jpeg": [0, 1, 6], "coordin": [0, 1, 6, 8], "copi": [0, 1, 2, 5, 6, 8], "copyright": [1, 8], "coreloc": 6, "corner": [0, 6], "correct": [0, 1, 6, 8], "correctli": 1, "correl": 0, "correspond": [0, 1, 6], "corrupt": 1, "could": [0, 1, 5, 6, 7, 8], "count": [0, 1, 6, 7], "count_photo": 1, "counter": [0, 1, 7], "counterintuit": 1, "countfrom": [0, 7], "countri": [2, 6, 7, 8], "country_cod": [2, 6, 7], "cours": [0, 8], "cover": [0, 8], "cpu_count": 0, "cr": [0, 7], "cr2": [0, 6], "crash": [1, 8], "creat": [1, 2, 3, 4, 5, 6, 7], "create_file_record": [2, 6], "create_or_get_file_record": [2, 6], "created": [0, 1, 6], "creation": [0, 6, 7, 8], "creation_d": 2, "creationd": [1, 6], "creator": 1, "criteria": [0, 1, 6, 8], "crlf": [0, 7], "crop": 8, "csv": [0, 1, 8], "ctrl": 1, "curat": [0, 6], "curli": [0, 7, 8], "current": [0, 1, 6, 7, 8], "cursor": [0, 6], "custom": [0, 1, 5, 7, 8], "custom_sidecar": 1, "cut": 8, "d": [0, 1, 7], "d_": 1, "da": [0, 7], "dai": [0, 1, 6, 7, 8], "dark": [1, 8], "data": [0, 1, 3, 6, 7, 8], "databas": [1, 2, 3, 4, 5, 6, 7, 8], "dataclass": 0, "date": [1, 2, 3, 5, 6, 7], "date_ad": [2, 6], "date_modifi": [2, 6], "date_origin": [2, 6], "date_pattern": 1, "date_trash": [2, 6], "datecr": [1, 6], "datetim": [0, 1, 2, 6], "datetimeorigin": [0, 1, 6], "daunt": 8, "daylight": 1, "db": [0, 1, 5, 6, 7, 8], "db_path": [2, 6], "db_version": [2, 6], "dbfile": [0, 6], "dbpath": 8, "dc": [0, 7], "dc99fbdd": 0, "dd": [0, 1, 7, 8], "deal": 0, "debug": [0, 1, 6], "decid": 8, "decim": [0, 7], "decod": 0, "decor": 0, "decreas": 8, "def": [0, 5], "default": [1, 2, 3, 5, 6, 7, 8], "default_album": 5, "defin": [0, 5, 6, 7, 8], "defrag": 1, "degre": 6, "delai": 6, "delet": [0, 1, 2, 6], "delete_data_for_filepath": [2, 6], "delete_data_for_uuid": [2, 6], "deleted_directori": [0, 6], "deleted_fil": [0, 6], "deleted_onli": [0, 2, 6], "delim": [0, 6, 7], "delimit": [0, 1, 6, 7], "delta": 1, "demonstr": 8, "denot": 0, "depend": [0, 1, 6, 7], "deprec": 1, "deriv": [0, 6], "desc": 1, "descend": [0, 6], "descr": [0, 1, 7, 8], "describ": [1, 8], "descript": [1, 2, 3, 5, 6, 7, 8], "description_templ": [0, 1, 2, 6], "design": [0, 8], "desir": [0, 8], "desktop": 8, "dest": [1, 2, 6], "dest_dir": 5, "dest_fil": 6, "destin": [0, 1, 5, 6], "destruct": [1, 6], "detail": [0, 1, 5, 6, 8], "detect": [1, 2, 5, 6, 7], "detected_text": [2, 6, 7], "determin": [0, 1, 6, 8], "develop": [0, 5, 6], "devic": [1, 8], "dialog": 1, "diamet": 0, "dict": [0, 6], "dictionari": [0, 6], "did": [0, 1, 8], "didn": 1, "diff": [0, 6], "diff_funct": 0, "differ": [0, 1, 3, 6, 8], "digest": [0, 6], "digikam": [1, 8], "digit": [0, 1, 7, 8], "dir": [1, 5, 6], "dir_okai": 0, "direct": [0, 1, 7], "directli": [0, 1, 3, 4, 8], "directori": [0, 1, 2, 5, 6, 7], "dirnam": 0, "dirpath": 6, "discard": 0, "discuss": 8, "disk": [0, 1, 2, 6], "diskand": 1, "displai": [0, 1, 3, 6, 7], "display_nam": 2, "distinguish": 8, "distribut": 0, "dng": 8, "do": [0, 1, 3, 4, 5, 6, 7, 8], "doc": [0, 2, 3, 6], "docstr": 0, "document": [0, 1, 3, 6, 7], "doe": [0, 1, 5, 6, 7, 8], "doesn": [0, 1, 6, 8], "dog": 0, "doi": [0, 7], "don": [0, 1, 6, 8], "done": [1, 5, 6, 8], "dot": 8, "dow": [0, 7], "down": [0, 1, 7, 8], "download": [0, 1, 6, 8], "download_miss": [0, 2, 6], "dr": 0, "drawn": 6, "drive": [1, 6, 8], "drop": [0, 1, 6, 8], "dry": [0, 1, 2, 6], "dry_run": [0, 2, 6], "dsc05678": 8, "due": [0, 1], "dump": [0, 2, 3], "dup": 1, "duplic": [1, 2, 5, 6, 7], "durat": [0, 6], "dure": [0, 1, 2, 6], "dynam": [0, 1], "e": [0, 1, 3, 4, 5, 6, 7, 8], "each": [0, 1, 6, 7, 8], "ealier": 0, "earlier": [0, 6], "earliest": 0, "easi": [0, 8], "easier": 0, "easiest": [3, 4], "easili": [0, 3, 4, 8], "east": 1, "echo": [0, 1, 5, 8], "echo_error": 0, "edit": [0, 2, 3, 4, 5, 6, 7], "edited_nam": 5, "edited_vers": [0, 1, 7], "editor": [0, 1, 6], "effect": [0, 1], "either": [0, 1, 6, 7, 8], "elder": 0, "element": 0, "els": [0, 5, 6, 8], "emac": 1, "embed": [1, 8], "emoji": 0, "empti": [0, 6, 7, 8], "en": [1, 6], "enabl": [0, 8], "enclos": [0, 1, 7], "encount": [1, 8], "end": [0, 4, 6, 7], "end_dat": [2, 6], "end_t": 0, "endswith": [0, 7], "enforc": 6, "engin": 0, "english": 1, "enough": 0, "ensur": [0, 1, 6, 8], "entir": [0, 6, 8], "entri": 1, "enum": 0, "environ": [0, 1, 3, 5], "equal": [0, 7], "equat": 1, "equival": 1, "error": [0, 1, 6, 8], "escap": [0, 7], "etc": [0, 1, 3, 4, 6, 7, 8], "eval": 1, "evalu": [0, 1, 5, 6, 7, 8], "evalut": 0, "even": [0, 1, 6, 8], "event": [0, 6, 7, 8], "event_info": [2, 6], "everi": [0, 8], "everyth": 8, "exact": 6, "exactli": [0, 7, 8], "exampl": [1, 2, 3, 4, 6, 7], "excel": 8, "except": [0, 1, 6], "exclus": 1, "execut": [1, 2, 6, 7, 8], "executor": 0, "exhibit": 1, "exif": [0, 2, 3, 5, 6, 7], "exif_info": [2, 6], "exif_tag": 1, "exif_upd": [0, 1, 6], "exifdict": 0, "exifinfo": [2, 6], "exifopt": [0, 6], "exiftool": [2, 3, 5, 6, 7, 8], "exiftool_dict": [0, 2, 6], "exiftool_error": [0, 6], "exiftool_flag": [0, 2, 6], "exiftool_json_sidecar": [0, 2, 6], "exiftool_path": [1, 6], "exiftool_pod": 1, "exiftool_warn": [0, 6], "exiftoolcach": [0, 6], "exifwrit": [2, 6], "exist": [0, 1, 5, 6, 8], "exit": [0, 1, 3, 5, 6], "exit_cod": 0, "expand": [0, 1, 6, 7, 8], "expand_inplac": 0, "expand_vari": [2, 6], "expand_variables_to_str": [2, 6], "expandus": 5, "expect": [0, 1, 8], "experi": 1, "experiment": [1, 6, 8], "explain": 8, "explan": 8, "explicit": 0, "explicitli": 8, "explor": [5, 8], "export": [2, 3, 4, 5, 6, 7], "export_": 1, "export_aa": [2, 6], "export_as_hardlink": [0, 2, 6], "export_cli": 0, "export_databas": 1, "export_db": [0, 2, 6], "export_dir": [0, 1, 2, 6, 8], "export_dir_path": 1, "export_directori": 1, "export_fil": 1, "export_path": [1, 5], "exportdb": [0, 2, 3, 6, 8], "exportdb_fil": 1, "exportdb_path": 1, "exportdbinmemori": [0, 6], "exportdbtemp": [2, 6], "exportdir": 1, "exported_album": [0, 6], "exportopt": [2, 5, 6], "exportrecord": 6, "exportresult": [2, 5, 6], "expos": 0, "exposure_bia": [0, 6], "express": [0, 1, 6, 7, 8], "ext": [1, 6, 8], "extend": [0, 1, 2, 6, 8], "extens": [0, 1, 6, 8], "extern": [0, 1, 2, 6, 7], "external_edit": [2, 6], "externaldisk": 1, "extra": 0, "extract": [0, 6, 7], "eye_makeup_typ": 0, "eye_st": 0, "f": [0, 1, 5, 6, 7], "f1": 6, "f19e06b8": 0, "face": [0, 1, 3, 4, 5, 6, 7, 8], "face_info": [2, 6], "face_rect": [2, 6], "face_region": [0, 2, 6], "face_typ": 0, "facecount": [2, 6], "faceinfo": [2, 6], "facial_hair_typ": 0, "fail": [0, 1, 6], "failur": [0, 6], "fall": [0, 6], "fals": [2, 6, 7, 8], "falsi": 0, "famili": [0, 1], "farm": [0, 6], "fast": 0, "faster": [0, 1, 6, 8], "favorit": [1, 2, 6, 7, 8], "favorite_r": [0, 2, 6], "fb2e90da1546": [0, 7], "featur": [0, 1, 3, 4, 5, 6, 7, 8], "feature_less": [2, 6], "feb": 5, "februari": [0, 7], "feed": [0, 7], "fetchal": 0, "few": [0, 8], "fff": 1, "field": [0, 1, 6, 7, 8], "field_arg": [0, 6, 7], "file": [0, 1, 2, 3, 4, 5, 6, 7], "file1": 6, "file_cmp": 6, "file_okai": 0, "file_path": 1, "file_path_or_uuid": 1, "file_sig": [2, 6], "filenam": [1, 2, 5, 6, 7], "filename_origin": 1, "filenotfounderror": 0, "filepath": [0, 1, 5, 6, 8], "files": 6, "files_or_dir": 1, "filesystem": [1, 6, 8], "fileutil": [0, 2, 6], "fileutilabc": [0, 6], "fileutilnoop": [0, 2, 6], "filter": [0, 1, 5, 6, 7, 8], "filter_": 6, "filter_pred": [2, 6], "final": [0, 8], "find": [0, 1, 3, 5, 6, 7, 8], "finder": [1, 2], "findercom": [1, 8], "fine": 1, "fingerprint": [1, 2, 6], "first": [0, 1, 6, 7, 8], "fix": 1, "fix_orient": [2, 6], "flag": [1, 2, 6], "flaki": 8, "flash_fir": [0, 6], "fledg": 0, "flexibl": [0, 3, 4, 8], "float": [0, 6, 7], "focal": [0, 7], "focal_length": [0, 6], "focallength": [0, 7], "focu": 8, "folder": [1, 2, 3, 5, 6, 7, 8], "folder1": [0, 7, 8], "folder1album1": [0, 7], "folder2": 8, "folder_album": [0, 1, 6, 7, 8], "folder_album_project": [0, 7], "folder_album_seq": [0, 7], "folder_info": [2, 6], "folder_list": [2, 6], "folder_nam": [2, 6], "folderinfo": [2, 6], "follow": [0, 1, 3, 4, 5, 6, 7, 8], "foo": [0, 5, 7], "foobar": [0, 7], "food": 0, "forc": [1, 6, 8], "force_upd": [2, 6], "form": [0, 1, 6, 7, 8], "format": [0, 1, 4, 6, 7, 8], "format_id": 0, "format_vers": 0, "foto": [0, 7], "found": [0, 1, 3, 5, 6, 7, 8], "fp": [0, 6], "frame": [0, 6], "framework": 0, "free": [0, 7, 8], "from": [1, 2, 3, 4, 5, 6, 7], "from_dat": [2, 6], "from_tim": [2, 6], "front": [0, 1, 6], "full": [0, 1, 3, 6, 7, 8], "fulli": 0, "function": [1, 2, 5, 6, 7], "function_nam": [0, 7], "further": [0, 1, 8], "futur": [0, 1, 7, 8], "g": [0, 1, 3, 4, 5, 6, 7, 8], "gb": [0, 6], "gender_typ": 0, "gener": [0, 1, 6, 8], "geograph": [0, 6], "geoloc": [0, 1, 6, 7, 8], "get": [0, 1, 3, 5, 6, 7, 8], "get_db_connect": [2, 6], "get_exiftool_path": 0, "get_export_result": [2, 6], "get_exported_fil": [2, 6], "get_field_valu": [2, 6], "get_file_record": [2, 6], "get_files_for_uuid": [2, 6], "get_filter_valu": [2, 6], "get_format_valu": [2, 6], "get_histori": [2, 6], "get_last_export_directori": [2, 6], "get_last_library_path": 2, "get_media_typ": [2, 6], "get_photo": [2, 5, 6], "get_photo_bool_attribut": [2, 6], "get_photo_video_typ": [2, 6], "get_photoinfo_for_uuid": [2, 6], "get_previous_uuid": [2, 6], "get_select": 5, "get_system_library_path": 2, "get_target_for_fil": [2, 6], "get_template_valu": [2, 6], "get_template_value_exiftool": [2, 6], "get_template_value_filter_funct": [2, 6], "get_template_value_funct": [2, 6], "get_template_value_multi": [2, 6], "get_template_value_pathlib": [2, 6], "get_uuid_for_fil": [2, 6], "git": 1, "github": [0, 1, 7], "githubusercont": [0, 1, 7], "gitignor": 1, "give": [0, 1], "given": [0, 1, 6], "glasses_typ": 0, "glob": 1, "gmt": [1, 6], "good": 8, "gopro": 8, "gp": [1, 8], "gpscoordin": [1, 6], "gpslatitud": [1, 6], "gpslatituderef": [1, 6], "gpslongitud": [1, 6], "gpslongituderef": [1, 6], "gpsposit": [0, 1, 6], "gpu": 1, "greater": [0, 7], "greet": [0, 7], "group": [0, 1, 6, 7], "gui": 0, "guid": [0, 6], "gulf": [0, 6], "gzip": 6, "h": [0, 1, 3, 6, 7], "h_": 1, "ha": [0, 1, 5, 6, 7, 8], "had": [0, 1, 6, 8], "hair_color_typ": 0, "handl": [0, 1, 8], "happen": [0, 1, 7], "happili": 0, "hard": 8, "hardlink": [0, 1, 2, 6], "harmonious_color": [0, 6], "has_com": [0, 2, 6], "has_lik": [0, 2, 6], "has_raw": [2, 6], "has_smil": 0, "hasadjust": [2, 5, 6], "hash": [0, 1, 6], "hasn": [0, 8], "have": [0, 1, 3, 5, 6, 7, 8], "haven": [0, 1], "hdr": [1, 2, 6, 7], "headlin": [1, 8], "heic": 1, "height": [1, 2, 6], "held": 0, "help": [0, 2, 3, 4, 5, 7, 8], "helper": 0, "henc": 0, "here": [0, 1, 8], "hexdigest": [2, 6], "hh": 1, "hhmm": 1, "hi": 0, "hidden": [1, 2, 3, 6, 8], "hierach": 6, "hierarch": [0, 1, 6, 8], "high": [0, 1], "higher": 1, "highest": [0, 6], "highli": 1, "highlight_vis": [0, 6], "histori": [1, 6], "hold": [0, 6, 7, 8], "holidai": [2, 6, 7], "home": [0, 1, 6, 8], "homebrew": [3, 4], "hopefulli": 8, "hour": [0, 1, 7], "how": [0, 1, 6, 7, 8], "howev": [0, 8], "hr": 1, "html": [0, 1], "http": [0, 1, 3, 4, 6, 7, 8], "i": [0, 1, 2, 5, 6, 7, 8], "iana": 1, "icloud": [0, 1, 6, 8], "icon": 0, "id": [0, 1, 3, 6, 7], "ident": 1, "identif": 0, "identifi": [0, 1, 6, 7, 8], "ie": 0, "iec61966": 0, "ignor": [0, 1, 6, 8], "ignore_cas": [0, 2, 6], "ignore_date_modifi": [0, 2, 6], "ignore_signatur": [0, 2, 6], "illustr": 0, "imag": [1, 2, 3, 6, 7], "imagedescript": [1, 6], "imagenam": [0, 7], "images": 0, "imaz": 1, "img_": 1, "img_0001": 0, "img_001": 0, "img_1234": [0, 1, 6, 8], "img_1234_2021": 8, "img_1234_2022_11_23": 1, "img_1234_2022_11_23_12_34_56": 1, "img_1234_edit": [1, 8], "img_9851": 0, "img_9852": 0, "img_9853": 0, "img_9854": 0, "img_9855": 0, "img_e1234": 1, "img_xxxx_": 1, "immedi": [6, 8], "immers": [0, 6], "implement": [1, 2, 6, 7, 8], "implic": 1, "import": [0, 2, 3, 4, 5, 6, 7, 8], "import_info": [2, 6], "import_path": 1, "importinfo": [2, 6], "improv": [1, 8], "in_a_not_b": 0, "in_album": [0, 2, 6], "in_b_not_a": 0, "in_both_differ": 0, "in_both_sam": 0, "inadvert": 1, "incloud": [1, 2, 6], "includ": [0, 1, 3, 5, 6, 7, 8], "incorpor": 0, "incorrect": [0, 6, 7], "increment": [0, 1, 2, 6, 7], "indent": [0, 6], "independ": 0, "index": [0, 2, 6, 7], "indic": [0, 1, 7], "individu": 0, "info": [0, 2, 3, 6], "inform": [0, 1, 3, 5, 6, 7, 8], "initi": [0, 6], "inland": [0, 6], "inland_wat": [0, 6], "inplac": 1, "inplace_sep": 0, "input": 0, "insensit": [0, 1, 7], "insert": 8, "insid": [0, 8], "inspect": [2, 3, 5], "instal": [0, 2, 5, 6, 7, 8], "instanc": [0, 5, 6, 8], "instead": [0, 1, 6, 7, 8], "instruct": [3, 4, 8], "int": [0, 6, 7], "integ": [0, 1, 7], "integr": 8, "intend": [0, 1, 6, 8], "intent": 8, "interact": [0, 1, 3, 4, 5, 6], "interest": [0, 6, 7, 8], "interesting_subject": [0, 6], "interfac": [2, 3, 4, 5, 6, 8], "intermitt": 1, "intern": [0, 1, 6, 7, 8], "internet": 1, "interpret": 8, "interrupt": [1, 8], "intrash": [2, 6], "intrusive_object_pres": [0, 6], "invalid": [0, 5, 6], "invest": 8, "invok": 4, "involv": 8, "io": [0, 1, 7], "ipad": 1, "iphon": [0, 1, 7, 8], "iphoto": [0, 1, 6], "iphotoalbuminfo": [2, 6], "iphotodb": [2, 6], "iphotoeventinfo": 6, "iphotoexifinfo": 6, "iphotofaceinfo": [2, 6], "iphotofolderinfo": [2, 6], "iphotomomentinfo": 6, "iphotopersoninfo": [2, 6], "iphotophotoinfo": [2, 6], "iptc": [0, 1, 6, 7], "is_debug": [2, 6], "is_flag": 0, "is_raw": 0, "is_refer": [0, 2, 6], "is_valid_filepath": 5, "iscloudasset": [2, 6], "isdir": 5, "ishdr": [0, 7], "ishom": [2, 6], "island": [0, 6], "ismin": [0, 6], "ismiss": [2, 5, 6], "ismovi": [2, 6], "isn": 8, "iso": [0, 1, 6, 7], "iso_country_cod": [0, 6], "isoformat": 0, "isphoto": [2, 6], "israw": [2, 6], "isrefer": [2, 6], "issu": [0, 1], "item": [0, 1, 6], "iter": [0, 6], "iterm2": 1, "its": [0, 6, 7, 8], "itself": [0, 1, 7, 8], "j": [0, 1, 6], "jame": 0, "jan": 1, "jane": 1, "john": [1, 5], "join": [0, 5, 7, 8], "jpeg": [0, 1, 2, 6, 7], "jpeg_ext": [0, 2, 6], "jpeg_qual": [0, 1, 2, 6], "jpg": [0, 1, 5, 6, 7, 8], "json": [1, 2, 6, 8], "juan": 0, "julian": [0, 7], "just": [0, 1, 5, 7, 8], "jysxugp9ujetmcbbchxcmu": [0, 7], "k": 1, "kati": [0, 7], "keep": [0, 1, 8], "keep_rul": 1, "kei": [0, 6, 7, 8], "kept": 1, "keybind": 1, "keyfac": [2, 6], "keyphoto": [2, 6], "keyword": [2, 3, 4, 5, 6, 7], "keyword1": 0, "keyword2": 0, "keyword3": 0, "keyword_dict": 0, "keyword_templ": [0, 1, 2, 6], "keywords_as_dict": [2, 5, 6], "keywords_without_photo": [2, 6], "ki": 0, "kid": 0, "kihei": 0, "kind": 8, "kitti": 1, "knott": [0, 6], "know": [0, 1, 6], "knowledg": [0, 7], "known": [0, 8], "kv": 0, "kvstore": 0, "kwarg": [0, 6], "l": 1, "label": [2, 3, 5, 6, 7, 8], "label_norm": [0, 7], "labels_as_dict": [2, 6], "labels_norm": [2, 6], "labels_normalized_as_dict": [2, 6], "lack": 1, "lambda": 0, "landmark": [0, 7], "languag": [0, 7], "laps": [0, 1, 6], "larg": [0, 1, 8], "large_file_support": [0, 6], "largefilesupport": 0, "largest": [0, 6], "last": [1, 2, 5, 6, 8], "later": [0, 1, 7], "latest": [0, 1], "latitud": [1, 2, 6], "latter": 0, "launch": 1, "lead": [0, 1, 6, 8], "learn": [0, 6, 7, 8], "least": [0, 6], "left": [0, 6, 8], "legibl": 8, "len": [0, 5, 7], "length": [0, 1, 7], "lens_model": [0, 6, 7], "lensmak": 0, "lensmodel": 0, "less": [0, 6, 7, 8], "letter": 1, "level": [0, 1, 6, 8], "lf": [0, 7], "libari": 0, "librari": [1, 2, 3, 4, 5, 6], "library_a": [0, 1], "library_b": [0, 1], "library_path": [1, 2, 5, 6], "licens": [1, 3], "light": 1, "lightroom": [1, 8], "liglob": 6, "like": [1, 2, 5, 6, 7, 8], "likeinfo": [2, 6], "likewis": 5, "limit": [0, 1, 7, 8], "line": [2, 5, 7, 8], "link": [0, 6], "linux": [3, 4, 6], "lip_makeup_typ": 0, "list": [2, 3, 5, 6, 7, 8], "list_of_tz_database_time_zon": 1, "list_photo_librari": 2, "liter": [0, 6, 8], "littl": 8, "live": [0, 1, 2, 6, 7, 8], "live_photo": [2, 6, 7], "lively_color": [0, 6], "ll": [0, 1, 8], "load": [0, 1, 2, 5], "local": [0, 1, 6, 7, 8], "locality_nam": [2, 6], "locat": [2, 3, 6, 8], "lock": 5, "log": [0, 1, 6, 8], "logger": 0, "logic": [0, 8], "long": [0, 6], "longitud": [1, 2, 6], "look": [0, 1, 3, 4, 6, 8], "lookup": [6, 8], "loop": [1, 5], "los_angel": 1, "lose": 8, "lot": 1, "low_light": [0, 6], "lower": [0, 1, 6, 7, 8], "lowercas": [0, 1], "lowest": [0, 6], "m": [0, 1, 6, 7], "m_": 1, "mac": [1, 3, 4, 8], "macbook": 0, "machin": [0, 1, 3, 4, 6, 7, 8], "maco": [0, 1, 3, 4, 6, 7], "made": [0, 1, 7], "mai": [0, 1, 5, 6, 7, 8], "main": [0, 1, 4, 5, 7], "mainli": 1, "maintain": [0, 8], "make": [0, 1, 5, 7, 8], "makedir": 5, "mako": 1, "mako_template_fil": 1, "makotempl": 1, "malform": 1, "manag": [0, 1, 3, 6, 8], "mangl": 6, "mani": [0, 1, 8], "manner": [0, 8], "manual": [0, 1, 8], "maria": 0, "mark": [0, 1, 6, 7, 8], "markup": 6, "master": [0, 1, 7], "match": [0, 1, 6, 7, 8], "matter": 8, "maui": 0, "max": 1, "max_siz": [0, 2, 6], "max_work": 0, "maximum": [0, 1, 6], "mayfair": 0, "me": 1, "mean": [0, 1, 6, 7], "measur": 0, "mechan": [0, 7], "media": [0, 6, 7, 8], "media_typ": [2, 6, 7], "memoiz": 0, "memori": [0, 1, 6], "mention": 8, "menu": 0, "mere": 8, "merg": [0, 1, 6, 8], "merge_exif_keyword": [0, 2, 6], "merge_exif_person": [0, 2, 6], "meridian": 1, "messag": [0, 1, 3, 6], "metadata": [0, 1, 2, 3, 4, 6, 7], "metadata_chang": [0, 6], "metavar": 0, "metdata": 0, "metering_mod": [0, 6], "method": [1, 2, 6], "mib": 1, "microsoft": [0, 1, 6, 8], "midnight": 1, "might": [0, 1, 6, 7, 8], "migrat": 1, "min": [0, 1, 7], "min_siz": [0, 2, 6], "minimum": [0, 6], "minor": 1, "minut": [0, 1, 7, 8], "mirror": 0, "miss": [0, 1, 2, 3, 5, 6], "missing_album": [0, 6], "missing_burst": [0, 2, 6], "mkdtemp": 6, "mm": [0, 1, 7, 8], "mnemon": 1, "mo": [0, 1, 6], "mock": 6, "mode": [0, 1, 6, 8], "model": [0, 6, 7], "modern": 1, "modif": [0, 1, 6, 7, 8], "modifi": [0, 1, 6, 7, 8], "modification_d": [2, 6], "modifyd": [0, 1, 6], "modul": [0, 1, 2, 6], "moment": [0, 1, 5, 6, 7], "moment_info": [2, 6], "moment_pk": 6, "momentinfo": [2, 5, 6], "mon": [0, 7], "mono": 1, "monterei": [0, 7], "month": [1, 2, 6, 7, 8], "more": [0, 1, 3, 5, 6, 7, 8], "most": [0, 1, 8], "motion": [0, 1, 6], "mov": [0, 1, 6], "move": [1, 8], "movi": [1, 2, 6, 8], "mpri": 0, "mpri_reg_rect": [2, 6], "mtime": 6, "mtl": 0, "much": [0, 8], "multi": [0, 1, 3, 6, 7, 8], "multipl": [0, 1, 7, 8], "multipli": 0, "multiprocess": 0, "municip": 0, "must": [0, 1, 6, 7, 8], "mute": 1, "mutual": 1, "mwg": 0, "mwg_rs_area": [2, 6], "my": [0, 1, 7, 8], "myalternatelibrari": 8, "mykeyword": 8, "mysteri": 6, "myvar": [0, 7], "n": [0, 1, 4, 6, 7, 8], "na": [1, 8], "naiv": [1, 6], "name": [1, 2, 3, 4, 5, 6, 7, 8], "namedtupl": [0, 6], "namepreced": [0, 7], "narrow": 1, "nation": [0, 6], "nativ": 8, "ndescript": 8, "nearest": 1, "necessari": [1, 5, 6], "need": [0, 1, 5, 6, 7, 8], "neg": 1, "negat": [0, 7], "neighbor": 1, "neighborhood": [2, 6], "neither": [0, 6], "nest": [0, 7, 8], "network": [1, 6, 8], "never": 8, "nevertheless": 8, "new": [0, 1, 3, 6, 8], "new_them": 1, "newest_first": 0, "newli": 6, "newlin": [0, 7, 8], "next": 8, "nikon": 0, "nikon_photo": 0, "nist": 1, "no_chang": 0, "no_com": [0, 2, 6], "no_descript": [0, 2, 6], "no_fil": 6, "no_keyword": [0, 2, 6], "no_lik": [0, 2, 6], "no_loc": [0, 2, 6], "no_plac": [0, 2, 6], "no_titl": [0, 2, 6], "nois": [0, 6], "nolabel": 8, "non": [0, 1, 6, 8], "none": [1, 2, 5, 6], "none_str": 0, "nor": 1, "normal": [0, 1, 6, 8], "north": 1, "not_burst": [0, 2, 6], "not_cloudasset": [0, 2, 6], "not_edit": [0, 2, 6], "not_favorit": [0, 2, 6], "not_hdr": [0, 2, 6], "not_hidden": [0, 2, 6], "not_in_album": [0, 2, 6], "not_incloud": [0, 2, 6], "not_liv": [0, 2, 6], "not_miss": [0, 2, 6], "not_panorama": [0, 2, 6], "not_portrait": [0, 2, 6], "not_refer": [0, 2, 6], "not_saved_to_librari": [2, 6], "not_screen_record": [2, 6], "not_screenshot": [0, 2, 6], "not_selfi": [0, 2, 6], "not_shar": [0, 2, 6], "not_shared_librari": [2, 6], "not_shared_mo": [2, 6], "not_slow_mo": [0, 2, 6], "not_synd": [2, 6], "not_time_laps": [0, 2, 6], "notabl": 0, "note": [1, 2, 6, 7, 8], "noth": [0, 8], "nothdr": [0, 7], "notic": 6, "notimplementederror": 6, "now": [0, 1, 3, 4, 8], "null": [0, 7, 8], "num": 0, "number": [0, 1, 7, 8], "number_of_photo": 1, "nw": [0, 7], "o": [0, 1, 5, 6], "object": [0, 1, 5, 6, 7], "objectnam": 6, "objexplor": 5, "obvious": 1, "occasion": 8, "occur": [0, 1, 6, 7], "ocean": [0, 6], "off": [0, 7], "offer": 8, "offset": [0, 1, 6], "offsettim": 6, "offsettimeorigin": [1, 6], "often": [0, 8], "old": [0, 1], "older": [0, 1, 6], "oldest_first": 0, "omit": [0, 6, 7], "one": [0, 1, 6, 7, 8], "onli": [0, 1, 2, 3, 4, 6, 7], "op": [0, 6], "open": [1, 2, 3, 4, 5, 6, 7, 8], "openbrac": [0, 7], "openbracket": [0, 7], "openparen": [0, 7], "oper": [0, 1, 2, 6, 7, 8], "oppos": 8, "optim": 8, "option": [1, 2, 3, 5, 6, 7], "order": [0, 1, 6, 7], "org": [0, 1, 6, 7, 8], "organ": [1, 8], "orient": [1, 2, 6], "origin": [0, 1, 3, 4, 5, 6, 7, 8], "original_filenam": [1, 2, 5, 6], "original_files": [2, 6], "original_height": [2, 6], "original_nam": [0, 1, 7, 8], "original_orient": [2, 6], "original_width": [2, 6], "orphan": [2, 3], "oserror": 6, "osmnio5sqfgztbj9wrydrb": 0, "osxmetadata": 0, "osxphotos_cmd_lin": [0, 7], "osxphotos_export": [1, 8], "osxphotos_exportdb_vers": 6, "osxphotos_import": 1, "osxphotos_keep": 1, "osxphotos_show_hidden": [1, 3], "osxphotos_vers": [0, 7], "ot": 8, "other": [0, 1, 6, 7, 8], "otherwis": [0, 1, 5, 6, 7, 8], "out": [0, 1, 3, 4, 8], "output": [0, 1, 4, 6, 7, 8], "outsid": [0, 6], "over": [1, 8], "overal": [0, 6, 7], "overrid": [0, 1, 7], "overview": [1, 2], "overwrit": [0, 1, 2, 6], "overwritten": 1, "own": [0, 1, 5, 7, 8], "owner": [2, 6], "p": [0, 1, 5], "packag": [1, 2, 3, 4], "pad": [0, 7], "page": 2, "pair": [0, 1, 6, 7, 8], "palletsproject": 0, "panorama": [1, 2, 6, 7], "param": 6, "paramet": [0, 6], "paren": [0, 7], "parent": [1, 2, 6], "parenthes": [0, 7], "park": 0, "pars": [0, 1], "part": [0, 1, 6, 7, 8], "parti": [0, 1], "partial": [0, 7], "particip": 1, "particular": 6, "particularli": 1, "pass": [0, 1, 5, 6, 7, 8], "path": [1, 2, 3, 4, 5, 6, 7, 8], "path_deriv": [2, 6], "path_edit": [2, 5, 6], "path_edited_live_photo": [2, 6], "path_live_photo": [2, 6], "path_raw": [2, 6], "path_sep": [0, 6], "pathedit": 0, "pathlib": [1, 5, 6], "pathlik": 6, "pathvalid": 5, "pattern": [0, 1, 8], "pdf": 6, "peopl": [0, 6], "per": [0, 1], "percent": [0, 6, 7], "perf_count": 0, "perform": [0, 1, 7, 8], "period": [0, 1, 7, 8], "permit": 1, "persist": 0, "person": [2, 3, 4, 5, 6, 7, 8], "person_info": [2, 6], "personinfo": [2, 6], "personinimag": [1, 6], "persons_as_dict": [2, 5, 6], "persons_dict": 0, "philipp": 8, "philosophi": 8, "phone": 0, "photo": [1, 2, 3, 4, 5, 6, 7], "photo_ext": 1, "photo_filenam": 1, "photo_index": [2, 6], "photo_nam": 0, "photo_or_video": [0, 7], "photo_path": 1, "photo_signatur": 0, "photoexport": [2, 5, 6], "photoinfo": [1, 2, 5, 6, 7], "photokit": [0, 1, 6, 8], "photometadata": 6, "photonam": [1, 8], "photoname_bearbeiten": 1, "photoname_edit": 1, "photoname_low_r": 1, "photoname_preview": 1, "photoo": 0, "photopr": 8, "photos1": 0, "photos2": 0, "photos3": 0, "photos_by_uuid": [2, 6], "photos_librari": 1, "photos_library_path": 1, "photos_vers": [2, 6], "photosalbum": [2, 6], "photosalbumphotoscript": [2, 6], "photosbackup": 1, "photoscript": [0, 6], "photosdb": [2, 5, 6], "photosdbdiff": 2, "photoshop": 1, "photosinfo": 0, "photoslibrari": [0, 1, 5, 8], "photot": [2, 6], "phototempl": [0, 2, 6], "phrase": [0, 7], "pick": 8, "pickl": [0, 6], "pictur": [0, 1, 5, 6, 8], "pid": [2, 6], "pil": 6, "pillow": 0, "pip": [0, 5], "pipe": [0, 7], "pipx": [3, 4, 5], "pitch": [2, 6], "pixel": [0, 6], "pk": [2, 6], "place": [2, 3, 6, 7, 8], "place_nam": [2, 6], "placeinfo": [2, 5, 6], "placeinfo4": 6, "placeinfo5": 6, "placemark": [0, 6], "placenam": [0, 6], "plain": [1, 8], "platform": 5, "pleas": [0, 1], "pleasant_camera_tilt": [0, 6], "pleasant_composit": [0, 6], "pleasant_light": [0, 6], "pleasant_pattern": [0, 6], "pleasant_perspect": [0, 6], "pleasant_post_process": [0, 6], "pleasant_reflect": [0, 6], "pleasant_symmetri": [0, 6], "plist": 0, "plugin": 0, "png": 1, "point": [0, 7], "popul": 8, "portrait": [1, 2, 6, 7, 8], "posit": 1, "possibl": [0, 1, 6, 8], "post": [1, 2, 5], "post_funct": 6, "postal": [0, 6, 7], "postal_cod": [0, 6, 7], "postaladdress": [0, 6], "posttext": [0, 7], "power": 8, "practic": 0, "preced": [0, 1, 7, 8], "predic": [0, 6, 7], "prefer": [0, 8], "prefix": 6, "prepend": [0, 7], "present": [0, 1, 7], "preserv": [0, 1, 8], "press": 1, "presum": 0, "pretext": [0, 7], "prevent": [0, 1, 7], "preview": [0, 1, 2, 6, 7, 8], "preview_suffix": [0, 2, 6], "previou": [1, 2, 6], "previous": [1, 3, 6, 8], "primari": [0, 1, 6, 7], "prime": 1, "print": [1, 2, 3, 5, 6, 8], "prior": [1, 6], "privat": 0, "pro": [0, 8], "probabl": [0, 1, 8], "problem": 1, "process": [0, 1, 2, 5, 6, 7], "processor": 0, "produc": [0, 1, 6, 8], "program": 8, "programmat": 5, "programmaticali": 0, "progress": [1, 6], "prohibit": [0, 7], "projcet_info": 0, "project": [0, 1, 6, 7], "project_info": [2, 6], "projectinfo": [2, 6], "promot": [0, 6], "prompt": 1, "proper": 8, "properli": 8, "properti": [1, 2, 6, 7], "prototyp": [0, 1], "provid": [0, 1, 3, 4, 6, 7, 8], "provinc": [0, 6, 7], "pst": 1, "public": [0, 6, 7], "pull": 1, "purpos": [0, 6, 8], "push": [2, 3], "push_exif_": 1, "put": [0, 8], "py": [0, 1, 6, 7], "python": [1, 2, 3, 4, 7], "python_fil": 1, "q": 5, "qualifi": 0, "qualiti": [0, 1, 2, 6, 8], "qualnam": 6, "queri": [2, 3, 4, 5, 6, 8], "query_command": 0, "query_ev": [0, 2, 6], "query_funct": 1, "queryopt": [2, 5, 6], "question": [0, 6, 7], "questionmark": [0, 7], "quick": 0, "quickli": [1, 8], "quicktim": [0, 1, 6], "quiet": 1, "quik": 8, "quit": [5, 8], "quot": [0, 1, 7, 8], "r": [0, 1, 7], "radian": [0, 6], "rais": [0, 1, 6], "ram": 8, "ramdb": [1, 8], "rang": [0, 1, 6, 8], "rate": [1, 2, 6], "rather": 8, "ravel": [0, 7], "raw": [1, 2, 6, 7, 8], "raw_origin": [2, 6], "raw_photo": [0, 2, 6], "re": [0, 1, 6, 7, 8], "reach": [0, 7], "read": [1, 2, 3, 4, 6, 8], "readabl": [0, 6, 7, 8], "reason": [0, 8], "recent": [0, 1, 6], "recogn": 0, "recommend": [0, 1, 3, 4, 8], "record": [1, 6], "rectangl": [0, 6], "rectangular": 0, "recurs": 1, "refer": [0, 1, 2, 7, 8], "referenc": [0, 1, 6, 7], "reflect": 0, "regard": 0, "regardless": 6, "regex": [0, 1, 2, 6, 8], "region": [0, 1, 6], "regionappliedtodimensionsh": 6, "regionappliedtodimensionsunit": 6, "regionappliedtodimensionsw": 6, "regionareah": 6, "regionareai": 6, "regionareaunit": 6, "regionareaw": 6, "regionareax": 6, "regionnam": [1, 6], "regionpersondisplaynam": 6, "regiontyp": 6, "regular": [0, 1, 6, 7, 8], "regularli": 8, "rel": 1, "relat": [1, 2, 3, 6], "relative_to_path": 1, "releas": 1, "relev": [0, 6], "reli": 0, "reliabl": [0, 1], "remain": 1, "rememb": 8, "remov": [0, 1, 2, 6, 7], "renam": [0, 1, 2, 6, 7, 8], "render": [0, 1, 2, 3, 6, 7, 8], "render_opt": [0, 2, 6], "render_templ": [2, 6], "rendered_str": 6, "renderopt": [0, 6], "repair": 1, "repeat": [0, 1, 8], "repeatedli": 8, "repl": [2, 3], "replac": [0, 1, 4, 6, 7, 8], "replace_keyword": [0, 2, 6], "report": [0, 1, 2], "report_fil": 1, "repres": [0, 1, 6, 7], "represent": [0, 6, 7], "reprocess": [0, 7], "request": 1, "requir": [0, 1, 3, 4, 6, 7, 8], "resembl": 0, "reserv": [0, 6], "reset": [0, 1, 7], "resid": 0, "resolut": [0, 1], "resolv": [0, 7], "respect": [0, 1, 6], "restart": 8, "restaur": [0, 7], "restor": 1, "result": [0, 1, 4, 5, 6, 7, 8], "resum": [0, 1, 8], "retain": 1, "retri": [1, 8], "retriev": [0, 6, 8], "return": [0, 1, 5, 6, 7], "reus": 1, "revers": [0, 1, 6, 7, 8], "rhet": [0, 1], "rhettbul": [0, 1, 7], "rich": [0, 1, 2, 6, 8], "rise": 8, "rkadmindata": 6, "rmdir": [2, 6], "rn": [0, 7], "robust": 0, "rodriguez": 0, "roll": [2, 6, 8], "roll_pitch_yaw": [2, 6], "root": 1, "rosa": [0, 6], "rotat": 1, "row": 0, "rows_dict": 0, "rsort": [0, 7], "rule": [1, 6], "run": [0, 2, 3, 4, 6, 7], "run_command": [2, 6], "run_id": 1, "runner": 4, "safar": 6, "safe": [0, 7], "sai": 0, "same": [0, 1, 3, 5, 6, 7, 8], "sampl": 0, "sample_r": [0, 6], "sanit": 0, "sanitize_filepath": 5, "santa": [0, 6], "save": [0, 1, 2, 6], "saved_to_librari": [2, 6], "scan": 1, "scm": 1, "score": [2, 5, 6, 7], "scoreinfo": [2, 5, 6], "screen": [1, 6], "screen_record": [0, 2, 6, 7], "screenshot": [0, 1, 2, 6, 7, 8], "script": [0, 1, 5], "search": [0, 1, 2, 3, 4, 6, 8], "search_info": [2, 6], "search_info_norm": [2, 6], "searchinfo": [2, 5, 6, 7], "seashor": [0, 6], "season": [2, 6, 7], "sec": [0, 1, 7], "second": [0, 1, 5, 6, 7], "section": 8, "secur": 6, "see": [0, 1, 3, 6, 7, 8], "seem": [0, 8], "seen": [1, 3, 8], "select": [0, 1, 2, 3, 5, 6, 8], "selection_command": 0, "self": [0, 6], "selfi": [1, 2, 6, 7], "semant": [0, 7], "semicolon": [0, 7], "send": 6, "sensit": [0, 7], "sep": 0, "separ": [0, 1, 6, 7, 8], "seq": [0, 7], "sequenc": [0, 7], "sequenti": [0, 7], "serial": [0, 6], "session": [0, 5, 6, 7], "set": [0, 1, 6, 7, 8], "set_config": [2, 6], "set_debug": [2, 6], "set_export_result": [2, 6], "set_histori": [2, 6], "set_photoinfo_for_uuid": [2, 6], "setvalu": [0, 2, 6], "sever": [0, 1, 8], "sh": [3, 4], "shallow": 6, "share": [1, 2, 5, 6, 7, 8], "share_info": [2, 6], "share_particip": [2, 6], "share_participant_info": [2, 6], "shared_librari": [2, 6], "shared_mo": [2, 6], "shared_moment_info": [2, 6], "shared_movi": 0, "shareinfo": 6, "shareparticip": [0, 6], "sharply_focused_subject": [0, 6], "shell": [0, 1, 3, 5, 7, 8], "shell_quot": [0, 1, 7, 8], "shop": 0, "short": [1, 8], "shortcut": 0, "shorter": [0, 7], "shortuuid": [0, 7], "shot": 1, "should": [0, 1, 3, 4, 6, 7, 8], "shouldn": 0, "show": [0, 2, 3, 5, 6, 8], "shown": [0, 6], "shutil": 6, "shutter_spe": [0, 6], "si": 1, "sidecar": [0, 1, 2, 6], "sidecar_drop_ext": [0, 2, 6], "sidecar_exiftool": [0, 6], "sidecar_exiftool_skip": [0, 1, 6], "sidecar_exiftool_written": [0, 1, 6], "sidecar_ext": [1, 8], "sidecar_filename_templ": 1, "sidecar_json": [0, 6], "sidecar_json_skip": [0, 1, 6], "sidecar_json_written": [0, 1, 6], "sidecar_path": 1, "sidecar_user_error": 6, "sidecar_user_skip": 6, "sidecar_user_written": 6, "sidecar_xmp": [0, 6], "sidecar_xmp_skip": [0, 1, 6], "sidecar_xmp_written": [0, 1, 6], "sidecarforextens": [0, 6], "sidecarwrit": [2, 6], "sign": [0, 7], "signatur": [0, 1, 6, 8], "signature_funct": 0, "signific": 8, "significantli": 0, "silent": 6, "similar": [0, 7], "similarli": 0, "simpl": [2, 5], "simpler": 0, "simplest": [0, 7], "simpli": [1, 8], "simplifi": 0, "sinc": [0, 1, 6, 8], "singl": [0, 1, 6, 7, 8], "singleton": 0, "size": [0, 1, 2, 6, 7, 8], "size_pixel": [2, 6], "ski": 0, "skip": [0, 1, 5, 6, 8], "skip_zero": 1, "skipped_album": [0, 6], "slice": [0, 7], "slideshow": [0, 6, 7], "slow": [0, 1, 6, 7, 8], "slow_mo": [2, 6, 7], "slower": 6, "smart": [0, 1, 8], "smb": 1, "smile_typ": 0, "smith": [0, 5], "so": [0, 1, 6, 7, 8], "softwar": 1, "some": [0, 1, 3, 4, 6, 7, 8], "someth": [0, 6, 8], "somewhat": [1, 8], "sort": [0, 6, 7], "sort_ord": [2, 6], "sourc": [0, 1, 2, 6], "source_height": 0, "source_width": 0, "south": 1, "space": [0, 1, 7, 8], "special": [0, 6, 7, 8], "specif": [1, 2, 3, 6, 8], "specifi": [0, 1, 2, 5, 6, 7], "speed": 0, "spend": 8, "split": [0, 1, 7], "split_fold": [1, 6], "sport": [0, 7], "spot": 8, "spotlight": [1, 3, 4, 5, 8], "sql": [1, 2, 6], "sql_statement": 1, "sqlite": [0, 1, 5, 8], "sqlite3": [0, 6], "sqlitekvstor": 0, "src": 6, "src_file": 6, "srgb": 0, "ss": 1, "sslice": [0, 7], "st": [0, 7], "stack": [0, 6], "stackexchang": 6, "stamp": [0, 1], "stand": 0, "standard": [0, 1, 8], "star": [0, 6], "starea": [0, 6], "starrat": 1, "start": [0, 1, 5, 6, 7, 8], "start_dat": [2, 6], "start_t": 0, "starting_valu": [0, 7], "startswith": [0, 7, 8], "stat": 6, "state": [1, 2, 6, 7, 8], "state_abbrevi": [2, 6], "state_provinc": [0, 6, 7], "stateand": [0, 7], "statement": [0, 6, 7, 8], "statu": [0, 1, 6], "stay_open": 0, "std": 6, "stderr": 0, "stdin": 1, "stdout": [0, 1], "stem": [0, 1], "step": [0, 7], "still": [0, 6, 8], "stop": [0, 1, 6, 7], "storag": [1, 6, 8], "storat": 6, "store": [0, 1, 6, 8], "str": [0, 6, 7], "street": [2, 6, 7], "street_address": [0, 6], "strftime": [0, 7], "string": [0, 1, 6, 7, 8], "strip": [0, 1, 2, 6, 7, 8], "strip_lin": 1, "strip_whitespac": 1, "strptime": 1, "structur": [1, 2], "struggl": 0, "style": [0, 1, 8], "sub": [0, 6, 7], "sub_administrative_area": [0, 6], "sub_loc": [0, 6], "sub_throughfar": [0, 6], "subdirectori": 1, "subfield": [0, 6, 7], "subfold": [1, 2, 6, 7], "subfolder1": 0, "subfolder2": 0, "subject": [1, 6], "subloc": [0, 6], "submit": 0, "subprocess": 0, "subsectim": 6, "subsectimeorigin": 6, "subsequ": [0, 1], "subset": [0, 1, 6, 8], "substitut": [0, 2, 6], "subtitl": [2, 6], "subtop": 1, "succeed": 6, "succesfulli": 1, "success": 6, "successfulli": 1, "suffix": [0, 1, 6, 8], "suggest": 0, "suit": 8, "suitabl": [0, 1, 7], "summer": [0, 7, 8], "superimpos": 0, "suppli": 6, "support": [0, 1, 2, 7], "suppress": 1, "sure": [0, 1, 5, 8], "switch": 0, "sy": [0, 5], "symbol": [0, 7], "sync": [2, 3], "synch": [0, 1, 6, 8], "syndic": [1, 2, 6], "syntax": [0, 7, 8], "system": [1, 2, 6, 8], "t": [0, 1, 6, 7, 8], "tab": [0, 1, 7], "tabl": 6, "tag": [0, 1, 3, 4, 6, 7, 8], "tag_group": [0, 6], "tagnam": [0, 1, 7, 8], "tagslist": [1, 6], "take": [0, 1, 7, 8], "taken": [0, 1, 6, 8], "target": 6, "tastefully_blur": [0, 6], "td": 0, "technic": 0, "tell": [1, 8], "templat": [2, 3, 5, 6, 8], "template1": [0, 7], "template2": [0, 7], "template3": [0, 7], "template_field": [0, 7], "template_filt": [0, 7], "template_funct": [0, 7], "template_help": 1, "template_str": [2, 6], "temporari": [0, 1, 5, 6], "temporarydirectori": 6, "term": [6, 8], "termin": [0, 1, 3, 4, 8], "test": [0, 1, 4, 5, 6, 8], "teturn": [0, 6], "text": [1, 2, 6, 7, 8], "text_detection_confidence_threshold": [2, 6], "text_found": [2, 6], "textual": 0, "th": 0, "than": [0, 1, 5, 6, 7, 8], "thank": 8, "thei": [0, 1, 6, 8], "them": [0, 1, 6, 8], "theme": [0, 2, 3], "therefor": 0, "thestop": [0, 7], "thi": [0, 1, 3, 4, 5, 6, 7, 8], "thing": [0, 7, 8], "think": 8, "third": [0, 1], "those": [0, 1, 5, 6, 8], "though": 1, "thousand": 8, "thousdand": 0, "thread": 0, "threadpoolexecutor": 0, "threadsafeti": 0, "threshold": [0, 6, 7], "through": [0, 1, 8], "throughfar": [0, 6], "throughout": 8, "thu": [0, 1, 6, 8], "thumbnail": 0, "thusli": 1, "time": [0, 1, 3, 6, 7, 8], "time_delta": 1, "time_laps": [2, 6, 7], "timecr": [1, 6], "timedelta": [0, 6], "timeout": [0, 2, 6], "timestamp": [0, 1], "timewarp": [2, 3], "timewarp_function_exampl": 1, "timezon": [0, 1, 3, 6], "titl": [1, 2, 3, 5, 6, 7, 8], "title_templ": 1, "titlecas": [0, 7], "titlen": 8, "tl": 0, "tmp": [0, 6], "tmpdir": [1, 2, 6], "tmpfile": 0, "to_dat": [2, 6], "to_tim": [1, 2, 6], "to_touch": [0, 6], "todai": [0, 1, 7], "togeth": [0, 1, 6, 7, 8], "toml": [1, 8], "took": [1, 5], "tool": [1, 2, 3, 8], "top": [0, 1, 6, 8], "topic": [1, 3], "total": 1, "touch": [0, 1, 6, 8], "touch_fil": [0, 2, 6], "town": [0, 6], "track": [0, 6, 8], "track_format": [0, 6], "trail": [0, 1, 8], "trash": [0, 5, 6], "trave": [0, 7], "travel": [0, 1, 7, 8], "treat": [0, 1, 6, 7, 8], "tremend": 8, "trigger": [1, 6], "tring": [0, 7], "trip": 0, "true": [2, 5, 6, 7, 8], "truthi": 0, "try": 8, "tsv": 1, "tu": 0, "tune": 1, "tupl": [0, 6], "turn": 0, "tutori": [2, 3], "twice": 0, "two": [0, 1, 3, 7, 8], "txt": [1, 8], "type": [0, 1, 3, 4, 5, 6, 7, 8], "typeerror": 6, "typic": 0, "tz": [0, 6], "tzname": [2, 6], "tzoffset": [2, 6], "u": [0, 1, 6, 7], "unadjustednonraw_mini_6": 0, "unadjustednonraw_thumb_6": 0, "undecod": 0, "under": [0, 8], "underli": [0, 7], "underscor": [1, 8], "understand": [0, 1, 8], "undo": 1, "undon": 1, "unedit": [0, 5, 8], "unfil": 5, "uniform": [0, 1, 6], "uninstal": [2, 3, 5], "union": [0, 6], "uniq": [0, 7], "uniqu": [0, 1, 3, 6, 7], "unit": [0, 1, 7], "univers": [0, 7], "unix": 1, "unknown": 0, "unless": [0, 1, 6, 7], "unlik": [0, 1, 7, 8], "unlink": [2, 6], "unmatch": [0, 1, 6], "unmodifi": [0, 1, 7], "unmount": 0, "unnecessari": 0, "unnecessarili": 1, "unquot": [0, 7], "unreli": 8, "unselect": 0, "until": [0, 6], "up": [0, 1, 6, 8], "updat": [0, 1, 2, 3, 6, 7], "update_": 1, "update_error": [2, 6], "upgrad": 1, "upload": 0, "upon": [0, 1, 6, 8], "upper": [0, 7], "url": [0, 1, 7], "us": [1, 2, 3, 4, 6, 7, 8], "usag": [0, 1, 2, 5, 6, 7], "usb": 1, "use_albums_as_keyword": [0, 2, 6], "use_persons_as_keyword": [0, 2, 6], "use_photokit": [0, 2, 6], "use_photos_export": [0, 2, 6], "useabl": 1, "user": [0, 1, 2, 5, 6, 7], "user_error": 6, "user_skip": 6, "user_written": 6, "userdata": [1, 6], "usr": [0, 8], "usual": [0, 1, 8], "utc": [0, 1, 6], "uti": [1, 2, 6], "uti_edit": [2, 6], "uti_origin": [2, 6], "uti_raw": [2, 6], "util": [1, 2, 3, 4, 6], "utim": [2, 6], "uuid": [2, 3, 5, 6, 7], "uuid_or_nam": [1, 3], "v": [1, 3], "vacat": [0, 1, 6, 7, 8], "vacuum": 1, "valid": [0, 1, 5, 6, 7, 8], "valu": [0, 1, 6, 7, 8], "value1": [0, 7], "value2": [0, 7], "value_if_fals": [0, 7], "value_if_tru": [0, 7], "valueerror": 6, "valuewhen": [0, 7], "vancouv": 0, "var": [0, 7], "variabl": [0, 1, 5, 6, 7], "varieti": 8, "variou": [0, 6, 8], "ve": [0, 1, 6], "ventura": 1, "venu": [2, 6, 7], "venue_typ": [2, 6, 7], "verbos": [0, 1, 2, 6, 8], "veri": [0, 1, 3, 4, 8], "verifi": [0, 1, 5, 8], "versa": [3, 4], "version": [0, 2, 3, 4, 5, 6, 7, 8], "vertic": [0, 7], "vi": 1, "via": [0, 1, 6, 8], "vice": [3, 4], "victoria": 0, "video": [0, 1, 3, 6, 7, 8], "vid\u00e9o": [0, 7], "vid\u00e9o_acc\u00e9l\u00e9r\u00e9": [0, 7], "view": [0, 1], "viewer": 5, "virtual": [0, 1, 5], "visbl": 6, "visibl": [2, 6], "vision": 0, "volum": [1, 8], "vv": 0, "w": [0, 1, 6], "wa": [0, 1, 6, 7, 8], "wai": [0, 3, 4, 8], "wailea": 0, "walk": 1, "want": [0, 1, 5, 6, 7, 8], "warn": [0, 1, 6], "washington": [0, 7], "water": [0, 6], "websit": 8, "wed": [0, 6], "week": [0, 1, 7, 8], "well": [0, 1, 3, 4, 5, 6, 7, 8], "well_chosen_subject": [0, 6], "well_framed_subject": [0, 6], "well_timed_shot": [0, 6], "went": 1, "were": [0, 1, 6, 8], "west": 1, "what": [0, 1, 2, 6, 7, 8], "whatev": 0, "when": [0, 1, 3, 6, 7, 8], "where": [0, 1, 6, 7, 8], "whether": [0, 1], "which": [0, 1, 5, 6, 7, 8], "while": [0, 1, 7, 8], "white": [0, 7], "white_bal": [0, 6], "whitespac": [0, 1, 6, 7, 8], "who": [0, 1, 6], "whose": 1, "why": 0, "wic": 6, "wide": 8, "width": [1, 2, 6], "wiki": 1, "wikipedia": 1, "wild": 1, "wildcard": 1, "win32": 6, "window": [0, 1, 6], "wipe": 8, "within": [0, 1, 3, 7], "without": [0, 1, 6, 7, 8], "witht": 0, "won": [0, 8], "word": [0, 7], "work": [0, 1, 3, 4, 6, 7, 8], "worker": 0, "workflow": 8, "worst": 8, "worth": 8, "would": [0, 1, 6, 7, 8], "wrapper": 0, "writabl": 0, "write": [0, 1, 3, 6, 8], "write_exif_data": [0, 2, 6], "write_exiftool_metadata_to_fil": [2, 6], "write_sidecar_fil": [0, 2, 6], "write_skip": 1, "writer": 0, "written": [0, 1, 6, 7, 8], "wrong": 1, "www": 1, "x": [0, 1, 6, 7], "x0": [0, 6], "x00": 0, "x01": 0, "x03": 0, "x04": 0, "x08": 0, "x0c": 0, "x1": [0, 6], "x12c": 0, "x19": 0, "x1ak": 0, "x80": 0, "x90": 0, "x92": 0, "x93": 0, "xa8q": 0, "xab": 0, "xarg": 0, "xattr": [0, 1, 6, 8], "xattr_skip": [0, 6], "xattr_written": [0, 6], "xbf": 0, "xc0": 0, "xc0i": 0, "xca": 0, "xcc": 0, "xcd": 0, "xdf": 0, "xebv": 0, "xf7": 0, "xmp": [0, 1, 6, 8], "xmp_sidecar": [0, 2, 6], "y": [0, 1, 6, 7], "y0": [0, 6], "y1": [0, 6], "y6oofykbr96spbs6xgwoqw_mini_1": 0, "y_": 1, "yaw": [2, 6], "ye": 1, "year": [1, 2, 6, 7, 8], "yet": [0, 1, 6, 7, 8], "you": [0, 1, 3, 4, 5, 6, 7, 8], "your": [0, 1, 2, 3, 4, 5, 7], "yourself": 0, "yy": [0, 7], "yyyi": 1, "z": 1, "z_ent": 0, "z_fok_cloudfeedassetsentri": 0, "z_opt": 0, "z_pk": 0, "zactivelibraryscopeparticipationst": 0, "zaddedd": 0, "zadditionalassetattribut": 0, "zadditionalattribut": 0, "zadjustmenttimestamp": 0, "zanalysisstatemodificationd": 0, "zasset": 0, "zavalanchepicktyp": 0, "zavalancheuuid": 0, "zbundlescop": 0, "zcameraprocessingadjustmentst": 0, "zcloudassetguid": 0, "zcloudbatchid": 0, "zcloudbatchpublishd": 0, "zcloudcollectionguid": 0, "zclouddeletest": 0, "zclouddownloadrequest": 0, "zcloudfeedassetsentri": 0, "zcloudhascommentsbym": 0, "zcloudhascommentsconvers": 0, "zcloudhasunseencom": 0, "zcloudisdelet": 0, "zcloudismyasset": 0, "zcloudlastviewedcommentd": 0, "zcloudlocalst": 0, "zcloudmastermediametadata": 6, "zcloudownerhashedpersonid": 0, "zcloudplaceholderkind": 0, "zcloudserverpublishd": 0, "zcomplet": 0, "zcomputedattribut": 0, "zconvers": 0, "zcurationscor": 0, "zdatecr": 0, "zdaygrouphighlightbeingasset": 0, "zdaygrouphighlightbeingextendedasset": 0, "zdaygrouphighlightbeingkeyassetpriv": 0, "zdaygrouphighlightbeingkeyassetshar": 0, "zdaygrouphighlightbeingsummaryasset": 0, "zdeferredprocessingneed": 0, "zdeletereason": 0, "zdepthtyp": 0, "zderivedcameracapturedevic": 0, "zdetectedfac": 0, "zdirectori": 0, "zduplicateassetvisibilityst": 0, "zduplicatemetadatamatchingalbum": 0, "zduplicateperceptualmatchingalbum": 0, "zdurat": 0, "zero": [0, 1, 6, 7], "zextendedattribut": 0, "zfaceadjustmentvers": 0, "zfaceareapoint": 0, "zfavorit": 0, "zfilenam": 0, "zgenericasset": 0, "zhasadjust": 0, "zhdrgain": 0, "zhdrtype": 0, "zheight": 0, "zhidden": 0, "zhighframeratest": 0, "zhighlightbeingasset": 0, "zhighlightbeingextendedasset": 0, "zhighlightbeingkeyassetpriv": 0, "zhighlightbeingkeyassetshar": 0, "zhighlightbeingsummaryasset": 0, "zhighlightvisibilityscor": 0, "zimagerequesthint": 0, "zimportsess": 0, "zismagiccarpet": 0, "zkind": 0, "zkindsubtyp": 0, "zlastsharedd": 0, "zlatitud": 0, "zlibraryscop": 0, "zlibraryscopesharest": 0, "zlocationdata": 0, "zlongitud": 0, "zmaster": 0, "zmediaanalysisattribut": 0, "zmediagroupuuid": 0, "zmodificationd": 0, "zmoment": 0, "zmomentshar": 0, "zmonoskityp": 0, "zmonthhighlightbeingkeyassetpriv": 0, "zmonthhighlightbeingkeyassetshar": 0, "zone": 1, "zorient": 0, "zoriginalcolorspac": 0, "zoverallaestheticscor": 0, "zpackedacceptablecroprect": 0, "zpackedbadgeattribut": 0, "zpackedpreferredcroprect": 0, "zperson": 0, "zphotoanalysisattribut": 0, "zplaybackstyl": 0, "zplaybackvari": 0, "zpromotionscor": 0, "zsavedassettyp": 0, "zsearchindexrebuildst": 0, "zsorttoken": 0, "zsyndicationst": 0, "zthumbnailindex": 0, "ztitl": 0, "ztrashedbyparticip": 0, "ztrashedd": 0, "ztrashedst": 0, "zuniformtypeidentifi": 0, "zuuid": 0, "zvideocpdurationvalu": 0, "zvideocpvisibilityst": 0, "zvideodeferredprocessingneed": 0, "zvideokeyframetimescal": 0, "zvideokeyframevalu": 0, "zvisibilityst": 0, "zwidth": 0, "zyearhighlightbeingkeyassetpriv": 0, "zyearhighlightbeingkeyassetshar": 0}, "titles": ["OSXPhotos Python API", "OSXPhotos Command Line Interface (CLI)", "Welcome to OSXPhotos\u2019s documentation!", "OSXPhotos", "OSXPhotos", "OSXPhotos Python Package Overview", "OSXPhotos Python Reference", "OSXPhotos Template System", "OSXPhotos Tutorial"], "titleterms": {"": 2, "A": 0, "about": 1, "activ": 0, "actual": 8, "add": 1, "addit": 0, "address": 0, "address_str": 0, "adjust": 0, "adjustmentsinfo": 0, "album": [0, 1], "album_info": 0, "album_info_shar": 0, "albuminfo": 0, "albumphoto": 0, "albums_as_dict": 0, "albums_shar": 0, "albums_shared_as_dict": 0, "all": [0, 8], "an": 8, "api": 0, "asdict": 0, "asset_uuid": 0, "attribut": [0, 8], "batch": 1, "bodies_of_wat": 0, "build": 0, "burst": 0, "burst_album": 0, "burst_album_info": 0, "burst_default_pick": 0, "burst_kei": 0, "burst_photo": 0, "burst_select": 0, "call": 0, "center": 0, "certain": 8, "citi": 0, "cli": [0, 1, 5], "cloud_guid": 0, "cloud_owner_hashed_id": 0, "code": 5, "color": 8, "command": [0, 1, 3, 4, 8], "comment": 0, "commentinfo": 0, "compar": [0, 1], "compare_photos_librari": 0, "comparelibrari": 0, "conclus": 8, "concurr": 0, "confidence_threshold": 0, "content": 0, "convert": 8, "countri": 0, "country_cod": 0, "creat": [0, 8], "creation_d": 0, "databas": 0, "date": [0, 8], "date_ad": 0, "date_modifi": 0, "date_origin": 0, "date_trash": 0, "db_path": 0, "db_version": 0, "default": 0, "descript": 0, "dest": 0, "detect": 0, "detected_text": 0, "directori": 8, "disk": 8, "display_nam": 0, "doc": 1, "document": 2, "dry": 8, "dump": 1, "duplic": 0, "dure": 8, "edit": [1, 8], "end_dat": 0, "exampl": [0, 5, 8], "execut": 0, "exif": 1, "exif_info": 0, "exifinfo": 0, "exiftool": [0, 1], "exiftoolexiftool": 0, "exifwrit": 0, "export": [0, 1, 8], "exportdb": 1, "exportopt": 0, "exportresult": 0, "extern": 8, "external_edit": 0, "face_info": 0, "face_rect": 0, "facecount": 0, "faceinfo": 0, "faceinfo_asdict": 0, "faceinfo_json": 0, "faceinfo_nam": 0, "faceinfo_person_info": 0, "faceinfo_photo": 0, "faceinfo_uuid": 0, "fals": 0, "favorit": 0, "file": 8, "filenam": [0, 8], "finder": 8, "fingerprint": 0, "flag": 0, "folder": 0, "folder_info": 0, "folder_list": 0, "folder_nam": 0, "folderinfo": 0, "folderinfo_album_info": 0, "folderinfo_album_info_shar": 0, "from": [0, 8], "from_dat": 0, "function": 0, "get_db_connect": 0, "get_last_library_path": 0, "get_photo": 0, "get_system_library_path": 0, "getphoto": 0, "has_raw": 0, "hasadjust": 0, "hdr": 0, "height": 0, "help": 1, "hexdigest": 0, "hidden": 0, "holidai": 0, "i": [3, 4], "imag": [0, 8], "implement": 0, "import": 1, "import_info": 0, "importinfo": 0, "importphoto": 0, "incloud": 0, "indic": 2, "info": 1, "inspect": 1, "instal": [1, 3, 4], "interfac": [0, 1], "intrash": 0, "iscloudasset": 0, "ishom": 0, "ismiss": 0, "ismovi": 0, "isphoto": 0, "israw": 0, "isrefer": 0, "jpeg": 8, "json": 0, "keyphoto": 0, "keyword": [0, 1, 8], "keywords_as_dict": 0, "keywords_without_photo": 0, "label": [0, 1], "labels_as_dict": 0, "labels_norm": 0, "labels_normalized_as_dict": 0, "last": 0, "latitud": 0, "librari": [0, 8], "library_path": 0, "like": 0, "likeinfo": 0, "line": [0, 1, 3, 4], "list": [0, 1], "list_photo_librari": 0, "live_photo": 0, "load": 8, "locality_nam": 0, "locat": [0, 1], "longitud": 0, "media_typ": 0, "metadata": 8, "method": 0, "miss": 8, "modification_d": 0, "moment_info": 0, "momentinfo": 0, "month": 0, "movi": 0, "mpri_reg_rect": 0, "mwg_rs_area": 0, "name": 0, "neighborhood": 0, "none": 0, "note": 0, "onli": 8, "open": 0, "oper": [3, 4], "option": [0, 8], "orient": 0, "original_filenam": 0, "original_files": 0, "original_height": 0, "original_orient": 0, "original_width": 0, "orphan": 1, "osxphoto": [0, 1, 2, 3, 4, 5, 6, 7, 8], "overview": [5, 8], "owner": 0, "packag": [0, 5], "panorama": 0, "parent": 0, "path": 0, "path_deriv": 0, "path_edit": 0, "path_edited_live_photo": 0, "path_live_photo": 0, "path_raw": 0, "person": [0, 1], "person_info": 0, "personfaceinfo": 0, "personfavorit": 0, "personinfo": 0, "personphoto": 0, "persons_as_dict": 0, "personsortord": 0, "photo": [0, 8], "photo_index": 0, "photoexport": 0, "photoinfo": 0, "photoinfo_detected_text": 0, "photoinfo_exif_info": 0, "photoinfo_exiftool": 0, "photoinfo_personinfo": 0, "photoinfo_search_info_norm": 0, "photoinfo_searchinfo": 0, "photooinfo_faceinfo": 0, "photos_vers": 0, "photosalbum": 0, "photosdb": 0, "photosdb_album": 0, "photosdb_albuminfo": 0, "photosdb_fold": 0, "photosdb_folder_info": 0, "photosdb_import_info": 0, "photosdb_keyword": 0, "photosdb_label": 0, "photosdb_labels_norm": 0, "photosdb_moment_info": 0, "photosdb_person": 0, "photosdb_person_info": 0, "photosdb_project_info": 0, "photosdb_queri": 0, "photosdbdiff": 0, "photosdbphoto": 0, "photot": 0, "pitch": 0, "pk": 0, "place": [0, 1], "place_nam": 0, "placeinfo": 0, "portrait": 0, "post": 8, "previou": 8, "print": 0, "process": 8, "project_info": 0, "projectinfo": 0, "projectphoto": 0, "properti": 0, "push": 1, "python": [0, 5, 6], "queri": [0, 1], "queryopt": 0, "rate": 0, "raw": 0, "raw_origin": 0, "read": 0, "refer": 6, "relat": 0, "remov": 8, "render_templ": 0, "rendertempl": 0, "repl": [1, 5], "report": 8, "roll": 0, "roll_pitch_yaw": 0, "run": [1, 5, 8], "save": 8, "saved_to_librari": 0, "score": 0, "scoreinfo": 0, "search_info": 0, "search_info_norm": 0, "searchinfo": 0, "season": 0, "selfi": 0, "share": 0, "share_particip": 0, "share_participant_info": 0, "shared_librari": 0, "shared_mo": 0, "show": 1, "sidecar": 8, "sidecarwrit": 0, "simpl": 0, "size_pixel": 0, "slow_mo": 0, "sort_ord": 0, "specif": 0, "specifi": 8, "sql": 0, "start_dat": 0, "state": 0, "state_abbrevi": 0, "street": 0, "structur": 8, "subfold": 0, "substitut": 7, "subtitl": 0, "support": [3, 4], "sync": 1, "syndic": 0, "system": [0, 3, 4, 7], "tabl": [0, 2], "templat": [0, 1, 7], "template_str": 0, "text": 0, "text_detection_confidence_threshold": 0, "textdetect": 0, "theme": [1, 8], "time_laps": 0, "timewarp": 1, "titl": 0, "to_dat": 0, "tool": 0, "true": 0, "tutori": [1, 8], "tzname": 0, "tzoffset": 0, "uninstal": 1, "updat": 8, "us": [0, 5], "usag": [3, 4], "user": 8, "uti": 0, "uti_edit": 0, "uti_origin": 0, "uti_raw": 0, "util": 0, "uuid": [0, 1], "venu": 0, "venue_typ": 0, "version": 1, "visibl": 0, "welcom": 2, "what": [3, 4], "width": 0, "yaw": 0, "year": 0, "your": 8}}) \ No newline at end of file diff --git a/docs/template_help.html b/docs/template_help.html index 3a67c2a9..764c5f35 100644 --- a/docs/template_help.html +++ b/docs/template_help.html @@ -6,7 +6,7 @@ - OSXPhotos Template System - osxphotos 0.68.6 documentation + OSXPhotos Template System - osxphotos 0.69.0 documentation @@ -167,7 +167,7 @@