ivandokov / phockup

Media sorting tool to organize photos and videos from your camera in folders by year, month and day.
MIT License
847 stars 108 forks source link

1. ignoring @eaDir directories 2. setting UID and GID of copy / move process #213

Open nigelpatsmith opened 1 year ago

nigelpatsmith commented 1 year ago

I use a synology NAS and the @eaDir directories were causing problems, so the updates to phockup.py ignore the directories, and form the base of being able to ignore more directories in the future. I also wanted the move to use the right permissions, so entrypoint.sh does an su to the user, and there's two new env variables: PHOCKUP_UID and PHOCKUP_GID