Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate import bulk handling #28

Open
xaier opened this issue Apr 3, 2022 · 2 comments
Open

duplicate import bulk handling #28

xaier opened this issue Apr 3, 2022 · 2 comments

Comments

@xaier
Copy link

xaier commented Apr 3, 2022

Hi,

Great script firstly. I was wondering is there an option to setup the script to handle duplicate file imports.

right now it dialog box pops up that asks how would you like to handle duplicate files? obviously do not import but you have to sit there and watch for this dialog which be tedious.

any one else have a solution to this issue?

@rleaver152
Copy link

rleaver152 commented Nov 5, 2024

this is the line - change the no to a yes, as so:
import imageList into fotoAlbum skip check duplicates yes

@rleaver152
Copy link

as a ps, for modern Photos, you probably want to also
set extensionsList to {"heic", "HEIC", "jpg", "png", "tiff", "JPG", "jpeg", "gif", "JPEG", "PNG", "TIFF", "GIF", "MOV", "mov", "MP4", "mp4", "M4V", "m4v", "MPG", "mpg", "BMP", "bmp", "TIF", "tif", "AVI", "avi", "PSD", "psd", "ai", "AI", "orf", "ORF", "nef", "NEF", "crw", "CRW", "cr2", "CR2", "dng", "DNG", "PEF"}
to capture the HEIC format used now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants