From d1afd55a7c7c4d413a1afc423975171c6c5bfb09 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 20 Jan 2020 07:58:03 -0800 Subject: [PATCH] Updated README.md --- README.md | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/README.md b/README.md index 1f15b1ed..6e739f58 100644 --- a/README.md +++ b/README.md @@ -11,63 +11,14 @@ * [Example uses of the module](#example-uses-of-the-module) * [Module Interface](#module-interface) + [PhotosDB](#photosdb) - - [Read a Photos library database](#read-a-photos-library-database) - - [Open System Photos library](#open-system-photos-library) - - [Open a specific Photos library](#open-a-specific-photos-library) - - [`keywords`](#keywords) - - [`albums`](#albums) - - [`albums_shared`](#albums_shared) - - [`persons`](#persons) - - [`keywords_as_dict`](#keywords_as_dict) - - [`persons_as_dict`](#persons_as_dict) - - [`albums_as_dict`](#albums_as_dict) - - [`albums_shared_as_dict`](#albums_shared_as_dict) - - [`library_path`](#library_path) - - [`db_path`](#db_path) - - [`db_version`](#db_version) - - [` photos(keywords=None, uuid=None, persons=None, albums=None, images=True, movies=False)`](#-photoskeywordsnone-uuidnone-personsnone-albumsnone-imagestrue-moviesfalse) + [PhotoInfo](#photoinfo) - - [`uuid`](#uuid) - - [`filename`](#filename) - - [`original_filename`](#original_filename) - - [`date`](#date) - - [`description`](#description) - - [`title`](#title) - - [`keywords`](#keywords-1) - - [`albums`](#albums-1) - - [`persons`](#persons-1) - - [`path`](#path) - - [`path_edited`](#path_edited) - - [`ismissing`](#ismissing) - - [`hasadjustments`](#hasadjustments) - - [`external_edit`](#external_edit) - - [`favorite`](#favorite) - - [`hidden`](#hidden) - - [`location`](#location) - - [`shared`](#shared) - - [`isphoto`](#isphoto) - - [`ismovie`](#ismovie) - - [`iscloudasset`](#iscloudasset) - - [`incloud`](#incloud) - - [`uti`](#uti) - - [`burst`](#burst) - - [`burst_photos`](#burst_photos) - - [`live_photo`](#live_photo) - - [`path_live_photo`](#path_live_photo) - - [`json()`](#json) - - [`export(dest, *filename, edited=False, overwrite=False, increment=True, sidecar=False, use_photos_export=False, timeout=120)`](#exportdest-filename-editedfalse-overwritefalse-incrementtrue-sidecarfalse-use_photos_exportfalse-timeout120) + [Utility Functions](#utility-functions) - - [```get_system_library_path()```](#get_system_library_path) - - [```get_last_library_path()```](#get_last_library_path) - - [```list_photo_libraries()```](#list_photo_libraries) - - [```dd_to_dms_str(lat, lon)```](#dd_to_dms_strlat-lon) - - [```create_path_by_date(dest, dt)```](#create_path_by_datedest-dt) + [Examples](#examples) * [Related Projects](#related-projects) * [Contributing](#contributing) * [Implementation Notes](#implementation-notes) * [Dependencies](#dependencies) - * [Acknowledgements](#acknowledgements) + * [Acknowledgements](#acknowledgements) ## What is osxphotos?