From dc53480126588bbf45738cdcd895d2ca99ec0a12 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Thu, 29 Apr 2021 00:52:20 -0700 Subject: [PATCH] Updated known bugs section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54231182..99fd0b47 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ OSXPhotos provides the ability to interact with and query Apple's Photos.app lib * [Examples](#examples) * [Related Projects](#related-projects) * [Contributing](#contributing) -* [Known Bugs](#known-bugs) +* [Known Bugs and Limitation](#known-bugs-and-limitations) * [Implementation Notes](#implementation-notes) * [Dependencies](#dependencies) * [Acknowledgements](#acknowledgements) @@ -3460,11 +3460,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! -## Known Bugs +## Known Bugs and Limitations My goal is make osxphotos as reliable and comprehensive as possible. The test suite currently has over 800 tests--but there are still some [bugs](https://github.com/RhetTbull/osxphotos/issues?q=is%3Aissue+is%3Aopen+label%3Abug) or incomplete features lurking. If you find bugs please open an [issue](https://github.com/RhetTbull/osxphotos/issues). Please consult the list of open bugs before deciding that you want to use this code on your Photos library. Notable issues include: -- Image orientation is not always correct for photos rotated in Photos.app. See [Issue #379](https://github.com/RhetTbull/osxphotos/issues/379). +- Audio-only files are not handled. It is possible to store audio-only files in Photos. osxphotos currently only handles images and videos. See [Issue #436](https://github.com/RhetTbull/osxphotos/issues/436) - Face coordinates (mouth, left eye, right eye) may not be correct for images where the head is tilted. See [Issue #196](https://github.com/RhetTbull/osxphotos/issues/196). - Raw images imported to Photos with an associated jpeg preview are not handled correctly by osxphotos. osxphotos query and export will operate on the jpeg preview instead of the raw image as will `PhotoInfo.path`. If the user selects "Use RAW as original" in Photos, the raw image will be exported or operated on but the jpeg will be ignored. See [Issue #101](https://github.com/RhetTbull/osxphotos/issues/101). Note: Beta version of fix for this bug is implemented in the current version of osxphotos. - The `--download-missing` option for `osxphotos export` does not work correctly with burst images. It will download the primary image but not the other burst images. See [Issue #75](https://github.com/RhetTbull/osxphotos/issues/75).