picasa2digikam icon indicating copy to clipboard operation
picasa2digikam copied to clipboard

Script to migrate Picasa metadata to digiKam

Results 3 picasa2digikam issues
Sort by recently updated
recently updated
newest added

Here's the command: ``` python main.py ^ --photos_dir="D:\gallery" ^ --digikam_db="D:\digiKam_library\digikam4.db" ^ --contacts="%LocalAppData%\Google\Picasa2\contacts\contacts.xml" -vv ``` And the error: ``` DEBUG: self_contact_to_tag={'c180c0983bdb4c7c': 968, '2aef23ae02c3be': 969 [AND SO ON]} Traceback (most recent call...

I'm trying to run with --photos_dir on a NFS-mounted drive, in my case '/mnt/Multimedia/photos'. First I changed `uuid.upper()` to `uuid.lower()` in `volume_uuid_to_mountpoints`, since on ubuntu 22.04 LTS uuids are lowercase....

After a long fight to get python running on windows 10 with psutil [answer was to use the python installer from the windows store] I finally got the script to...