From 73f936e06126ceb3bc49470f02577c95492804de Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 11 Dec 2020 06:19:05 -0800 Subject: [PATCH] Added link to discussions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9837e39..ed0934b4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ OSXPhotos provides the ability to interact with and query Apple's Photos.app lib Only works on MacOS (aka Mac OS X). Tested on MacOS 10.12.6 / Photos 2.0, 10.13.6 / Photos 3.0, MacOS 10.14.5, 10.14.6 / Photos 4.0, MacOS 10.15.1 - 10.15.6 / Photos 5.0. -Alpha support for MacOS 10.16/MacOS 11 Big Sur Beta / Photos 6.0. +Beta support for MacOS 10.16/MacOS 11 Big Sur Beta / Photos 6.0. Requires python >= 3.7. @@ -2175,7 +2175,7 @@ if __name__ == "__main__": ## Contributing -Contributing is easy! if you find bugs or want to suggest additional features/changes, please open an [issue](https://github.com/rhettbull/osxphotos/issues/). +Contributing is easy! if you find bugs or want to suggest additional features/changes, please open an [issue](https://github.com/rhettbull/osxphotos/issues/) or join the [discussion](https://github.com/RhetTbull/osxphotos/discussions). I'll gladly consider pull requests for bug fixes or feature implementations. @@ -2245,4 +2245,4 @@ For additional details about how osxphotos is implemented or if you would like t ## Acknowledgements This project was originally inspired by [photo-export](https://github.com/patrikhson/photo-export) by Patrick Fältström, Copyright (c) 2015 Patrik Fältström paf@frobbit.se -I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee" to interact with Photos. Rather than import this package, I included the entire package (which is published as public domain code) in a private package to prevent ambiguity with other applescript packages on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based packages. \ No newline at end of file +I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee" to interact with Photos. Rather than import this package, I included the entire package (which is published as public domain code) in a private package to prevent ambiguity with other applescript packages on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based packages.