README update, added todo
This commit is contained in:
@@ -25,7 +25,7 @@ This module will install a command line utility called `osxphotos` that allows y
|
|||||||
|
|
||||||
If you only care about the command line tool, I recommend installing with [pipx](https://github.com/pipxproject/pipx)
|
If you only care about the command line tool, I recommend installing with [pipx](https://github.com/pipxproject/pipx)
|
||||||
|
|
||||||
After install pipx:
|
After installing pipx:
|
||||||
`pipx install osxphotos`
|
`pipx install osxphotos`
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -199,6 +199,7 @@ class PhotosDB:
|
|||||||
return os.path.abspath(self._dbfile)
|
return os.path.abspath(self._dbfile)
|
||||||
|
|
||||||
def get_photos_library_path(self):
|
def get_photos_library_path(self):
|
||||||
|
# TODO: move this to a module-level function
|
||||||
# return the path to the Photos library
|
# return the path to the Photos library
|
||||||
plist_file = Path(
|
plist_file = Path(
|
||||||
str(Path.home())
|
str(Path.home())
|
||||||
|
|||||||
Reference in New Issue
Block a user