Having a difficult time downloading Large files, and missing files. #1305
Replies: 1 comment 4 replies
-
First, you should heed the warnings:
Why are you specifying I don't know why the files are missing nor why osxphotos isn't able to download them. Remove the If the files are very large, it's also possible they're timing out. But start with steps above and we'll go from there. |
Beta Was this translation helpful? Give feedback.
-
Hello again. Downloading photos has been easy and great, however, there seems to be some files left out of exporting to my folder.
This is the command I use
osxphotos export
--album "L & A"
--exiftool
--exiftool-option -api
--exiftool-option largefilesupport=1
--use-photokit
--from-date 2023-08-15
--to-date 2023-09-15
--update
--touch-file
--download-missing
--keyword-template {album}
--directory "{folder_album}"
--exportdb
--db /Users/landy/Pictures/PhotosLibrary.photoslibrary
"/Volumes/T7 Touch/iPhone Backup"
And this is the results I get from running that command
WARNING: photos_library is deprecated. The PHOTOS_LIBRARY argument is deprecated and will be removed in a future version of osxphotos. Use --library instead to specify the Photos Library path.
Warning: export database is '--db' but found '.osxphotos_export.db' in
/Volumes/T7 Touch/iPhone Backup; using '--db'
Warning: export database '/Users/landy/--db' is in a different directory than
export destination '/Volumes/T7 Touch/iPhone Backup'
Exporting 47 photos to /Volumes/T7 Touch/iPhone Backup...
Exporting 47 photos ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Processed: 47 photos, exported: 0, updated: 0, skipped: 85, updated EXIF data: 0, missing: 13, error: 0, touched date: 0
Elapsed time: 0:00:00
landy@Landers-MacBook-Pro ~ %
Why is it not downloading the missing files? I search through the downloaded folder to see which files is was missing, and would compare it to my photos app, and the files are there!
Beta Was this translation helpful? Give feedback.
All reactions