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
+11-7
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,19 @@ Since `v3.2.0`, `gpth` is interactive 🎉 - you don't need to type any complica
20
20
21
21
If you want to run it on Synology, have problems with interactive, or just love cmd, look at ["Running manually with cmd"](#running-manually-with-cmd). Otherwise, just:
22
22
23
-
0. Get all your photos in[Google Takeout](https://takeout.google.com/) 📥
24
-
-"deselect all" and then select only Google Photos
23
+
### 1. Get all your photos from[Google Takeout](https://takeout.google.com/) 📥
2. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) 🛒 ([also available on AUR 😏](https://aur.archlinux.org/packages/gpth-bin))
31
-
3.- On Windoza: just double-click the downloaded `.exe` 🎉 - tell windoza defender that it's safe, and follow prompted instructions 🧾
31
+
32
+
### 3. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) 🛒 ([also available on AUR 😏](https://aur.archlinux.org/packages/gpth-bin))
33
+
34
+
### 4. Run `gpth`
35
+
- On Windoza: just double-click the downloaded `.exe` 🎉 - tell windoza defender that it's safe, and follow prompted instructions 🧾
32
36
- On Mac/Linux: open terminal, `cd` to the folder with downloaded executable and run it:
33
37
```bash
34
38
# if you have Mac with M1/M2 chip, you need to enable x86 emulation
@@ -44,7 +48,7 @@ If you want to run it on Synology, have problems with interactive, or just love
44
48
./gpth-macos # or ./gpth-linux
45
49
# follow prompted instructions 🥰
46
50
```
47
-
4. Most of your photos should have correct original EXIFs (metadata), but if you want, you can insert them everywhere with `exiftool`, so you won't lose their creation time
51
+
### 5. Most of your photos should have correct original EXIFs (metadata), but if you want, you can insert them everywhere with `exiftool`, so you won't lose their creation time
48
52
- Download Phil Harvey's exiftool: https://exiftool.sourceforge.net/
0 commit comments