RhetTbull / osxphotos

Python app to work with pictures and associated metadata from Apple Photos on macOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata.
MIT License
1.76k stars 93 forks source link

--cleanup removes `.DS_Store` #1506

Open RhetTbull opened 1 month ago

RhetTbull commented 1 month ago

--cleanup deletes the .DS_Store from the directory. This is not a problem as Finder will recreate it but OSXPhotos shouldn't do this. Exclude .DS_Store from cleanup. It might also be good to consider excluding any dot-file from the cleanup.

odedia commented 1 month ago

Makes sense to keep these, .DS_Store is used for preserving the display preferences in the folder (icons vs list vs details etc.), if someone is very picky on how his folders look it can get distracting.