Hi,
I wrote a small command to "sync" the Photos.app Masters folder with a "normally" accessible folder (Pictures/iPhone), something like:
I'm using Catalina PB build 19A512f and today I found there is no more a Masters folder but an almost empty Masters.legacy one.
I saw there is an "originals" folder but files are renamed like iTunes library used to do.
Can someone please help me find "masters" files or help me writing a procedure to query Photos database and copy+rename original files?
I wrote a small command to "sync" the Photos.app Masters folder with a "normally" accessible folder (Pictures/iPhone), something like:
Code:
alias Synciphone='find ~/Pictures/Photos\ Library.photoslibrary/Masters -type f -ls -exec cp -pn {} ~/Pictures/iPhone/ \;'
I saw there is an "originals" folder but files are renamed like iTunes library used to do.
Can someone please help me find "masters" files or help me writing a procedure to query Photos database and copy+rename original files?