Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfatehi/libre-photos
Apple Photos web service and React client
https://github.com/kfatehi/libre-photos
Last synced: 19 days ago
JSON representation
Apple Photos web service and React client
- Host: GitHub
- URL: https://github.com/kfatehi/libre-photos
- Owner: kfatehi
- Created: 2016-07-10T18:19:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T20:49:43.000Z (over 8 years ago)
- Last Synced: 2025-01-03T19:17:33.299Z (23 days ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libre-photos
Serves your Apple Photos library as a web service.
It serves a simple web client that you can use to browse the contents of your photo library from any device.## examples
`bin/libre-photos --library Photos\ Library.photoslibrary`
`bin/libre-photos --copy --library Photos\ Library.photoslibrary`
## troubleshooting
Some libraries cannot be opened due to a `SQLITE_CANTOPEN` error.
This is likely to occur when accessing a photo library through a network file system (NAS), for example.
This can be worked around by having the system make a copy of the database first.
This copy facility is exposed as a flag `--copy` which will first copy the databases locally.
The downside to this is that you will need to restart the server when making any changes to your library in order that `libre-photos` can see the new content.