Skip to content

Commit cff4809

Browse files
docs: reword some sentences
1 parent 9d79a07 commit cff4809

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
A container image based on [gphotos-cdp](https://github.com/perkeep/gphotos-cdp) and [chromedp/headless-shell](https://github.com/chromedp/docker-headless-shell) to download photos and videos from your account without loosing geo-location attributes.
44

5-
By default each download file gets passed to _[save.sh](save.sh)_ which detects its type, extracts the _creation date/time_ and moves it to a `year/ywar-month` subfolder within a _target_ directory.
6-
Any other script can be mounted with your own custom logic.
5+
By default each downloaded file is passed to _[save.sh](save.sh)_ which detects its type, extracts the _creation date/time_ and moves it to a `year/ywar-month` subfolder within a _target_ directory.
6+
Default logic can be easily overridden mounting a script with any other custom logic.
77

88

99
## Example usage
1010

1111
### Create a browser profile
1212

13-
Launch the browser with a profile from scratch into an empty folder and complete the authentication.
13+
Launch the browser with a profile from scratch into an empty folder, then complete the authentication.
1414
```bash
1515
google-chrome \
1616
--user-data-dir=/path/to/gphotos/profile_family \
@@ -49,7 +49,7 @@ services:
4949

5050
## Schedule from your host crontab
5151

52-
Configure it so that running `crontab -l` reveals:
52+
Optionally configure cron, i.e. for me running `crontab -l` reveals:
5353
```bash
5454
0 20 * * * docker compose --project-name gphotos_family -f /path/to/gphotos/compose.yml up -d
5555
```

0 commit comments

Comments
 (0)