You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
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.
4
4
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.
7
7
8
8
9
9
## Example usage
10
10
11
11
### Create a browser profile
12
12
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.
14
14
```bash
15
15
google-chrome \
16
16
--user-data-dir=/path/to/gphotos/profile_family \
@@ -49,7 +49,7 @@ services:
49
49
50
50
## Schedule from your host crontab
51
51
52
-
Configure it so that running `crontab -l` reveals:
52
+
Optionally configure cron, i.e. for me running `crontab -l` reveals:
0 commit comments