💾 Archived View for tommi.space › Importing%20workflow.gmi captured on 2023-01-29 at 03:18:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Let’s be honest: importing and managing personal media without relying on big tech software is a stressful, itchy, and exhausting process. I am constantly trying to make it as simple, quick, and reliable as possible, but I am having a hard time. Below I noted some some of my experiments and the steps I currently follow.

<br>
<br>

Basically

1. import everything in an isolated folder

2. run DupeGuru (VIDEOS MANAGEMENT?)

3. run [[ExifTool]]

<br>
<br>

DupeGuru

Transferring files

Android

The cleanest way to move files from an Android to a MacOS device is by using ADB.

ADB

1. Connect the phone to the computer;

2. Check if the two devices are connected correctly by running adb devices;

3. Navigate in the phone directories adb shell, ls -al;

4. once the path of the directories which contain the content that has to be copied on the computer has been noted, execute adb pull /path/in/phone /destination/path/on/computer;

5. Done. This is how simple, neat, fast, and powerful this process is.

<br>

iOS

I still haven’t figured the best way to transfer a lot of images from iPhone to MacOS. AirDrop is wonderful, but it cannot work with all of the photos and videos in my mobile gallery.

<br>

PhotoSync

To save pictures from my iPhone to [[Linuxplosion]] I use [[PhotoSync]]. Here are the key steps I performed to set everything up:

1. make a desktop computer remotely reachable via SSH

2. Importing pictures automatically via SFTP

3. I configured PhotoSync so that directories based on date are automatically created.

4. I set a weekly reminder to make me start the import when Linuxplosion [[Linuxplosion#Schedule|is scheduled to be on]]

make a desktop computer remotely reachable via SSH

via SFTP